var/cache/dev/ContainerHJX3gfq/srcApp_KernelDevDebugContainer.php line 3130

Open in your IDE?
  1. <?php
  2. namespace ContainerHJX3gfq;
  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.Admin.EditorBlockAdmin' => 'getApp_Admin_EditorBlockAdminService',
  37.             'App.Admin.EditorBlockAdmin.template_registry' => 'getApp_Admin_EditorBlockAdmin_TemplateRegistryService',
  38.             'App.Admin.EditorClassAdmin' => 'getApp_Admin_EditorClassAdminService',
  39.             'App.Admin.EditorClassAdmin.template_registry' => 'getApp_Admin_EditorClassAdmin_TemplateRegistryService',
  40.             'App.Admin.EditorCommonCssAdmin' => 'getApp_Admin_EditorCommonCssAdminService',
  41.             'App.Admin.EditorCommonCssAdmin.template_registry' => 'getApp_Admin_EditorCommonCssAdmin_TemplateRegistryService',
  42.             'App.Admin.GatrackAdmin' => 'getApp_Admin_GatrackAdminService',
  43.             'App.Admin.GatrackAdmin.template_registry' => 'getApp_Admin_GatrackAdmin_TemplateRegistryService',
  44.             'App.Admin.LoginLinkAdmin' => 'getApp_Admin_LoginLinkAdminService',
  45.             'App.Admin.LoginLinkAdmin.template_registry' => 'getApp_Admin_LoginLinkAdmin_TemplateRegistryService',
  46.             'App.Admin.MagazineAdmin' => 'getApp_Admin_MagazineAdminService',
  47.             'App.Admin.MagazineAdmin.template_registry' => 'getApp_Admin_MagazineAdmin_TemplateRegistryService',
  48.             'App.Admin.MagazinePageAdmin' => 'getApp_Admin_MagazinePageAdminService',
  49.             'App.Admin.MagazinePageAdmin.template_registry' => 'getApp_Admin_MagazinePageAdmin_TemplateRegistryService',
  50.             'App.Admin.PublisherAdmin' => 'getApp_Admin_PublisherAdminService',
  51.             'App.Admin.PublisherAdmin.template_registry' => 'getApp_Admin_PublisherAdmin_TemplateRegistryService',
  52.             'App.Admin.PublisherStoreAdmin' => 'getApp_Admin_PublisherStoreAdminService',
  53.             'App.Admin.PublisherStoreAdmin.template_registry' => 'getApp_Admin_PublisherStoreAdmin_TemplateRegistryService',
  54.             'App.Admin.SettingsAdmin' => 'getApp_Admin_SettingsAdminService',
  55.             'App.Admin.SettingsAdmin.template_registry' => 'getApp_Admin_SettingsAdmin_TemplateRegistryService',
  56.             'App.Admin.SubscriptionAdmin' => 'getApp_Admin_SubscriptionAdminService',
  57.             'App.Admin.SubscriptionAdmin.template_registry' => 'getApp_Admin_SubscriptionAdmin_TemplateRegistryService',
  58.             'App.Admin.TOCAdmin' => 'getApp_Admin_TOCAdminService',
  59.             'App.Admin.TOCAdmin.template_registry' => 'getApp_Admin_TOCAdmin_TemplateRegistryService',
  60.             'App.admin.ProductAdmin' => 'getApp_Admin_ProductAdminService',
  61.             'App.admin.ProductAdmin.template_registry' => 'getApp_Admin_ProductAdmin_TemplateRegistryService',
  62.             'App\\Controller\\Admin\\EditorBlockAdminController' => 'getEditorBlockAdminControllerService',
  63.             'App\\Controller\\Admin\\EditorClassAdminController' => 'getEditorClassAdminControllerService',
  64.             'App\\Controller\\Admin\\EditorCommonCssAdminController' => 'getEditorCommonCssAdminControllerService',
  65.             'App\\Controller\\Admin\\GatrackAdminController' => 'getGatrackAdminControllerService',
  66.             'App\\Controller\\Admin\\LoginLinkAdminController' => 'getLoginLinkAdminControllerService',
  67.             'App\\Controller\\Admin\\MagazineAdminController' => 'getMagazineAdminControllerService',
  68.             'App\\Controller\\Admin\\MagazineBlockAdminController' => 'getMagazineBlockAdminControllerService',
  69.             'App\\Controller\\Admin\\MagazinePageAdminController' => 'getMagazinePageAdminControllerService',
  70.             'App\\Controller\\Admin\\ProductAdminController' => 'getProductAdminControllerService',
  71.             'App\\Controller\\Admin\\PublisherAdminController' => 'getPublisherAdminControllerService',
  72.             'App\\Controller\\Admin\\PublisherStoreAdminController' => 'getPublisherStoreAdminControllerService',
  73.             'App\\Controller\\Admin\\SettingsAdminController' => 'getSettingsAdminControllerService',
  74.             'App\\Controller\\Admin\\SubscriptionAdminController' => 'getSubscriptionAdminControllerService',
  75.             'App\\Controller\\Admin\\TOCAdminController' => 'getTOCAdminControllerService',
  76.             'App\\Controller\\Admin\\productCRUDAdminController' => 'getProductCRUDAdminControllerService',
  77.             'App\\Controller\\Api\\ElasticSearch\\SearchController' => 'getSearchControllerService',
  78.             'App\\Controller\\Api\\Magazine\\BookmarkFavoriteController' => 'getBookmarkFavoriteControllerService',
  79.             'App\\Controller\\Api\\Magazine\\DashboardController' => 'getDashboardControllerService',
  80.             'App\\Controller\\Api\\Magazine\\MagazineController' => 'getMagazineControllerService',
  81.             'App\\Controller\\Api\\Magazine\\TocController' => 'getTocControllerService',
  82.             'App\\Controller\\Api\\PublisherStore\\PublisherController' => 'getPublisherControllerService',
  83.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController' => 'getPublisherStoreControllerService',
  84.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController' => 'getSubscriptionControllerService',
  85.             'App\\Controller\\Api\\PublisherStore\\UserController' => 'getUserControllerService',
  86.             'App\\Controller\\Api\\User\\LoginLinkController' => 'getLoginLinkControllerService',
  87.             'App\\Controller\\Api\\User\\RestLoginController' => 'getRestLoginControllerService',
  88.             'App\\Controller\\Api\\User\\RestProfileController' => 'getRestProfileControllerService',
  89.             'App\\Controller\\Api\\User\\RestRegistrationController' => 'getRestRegistrationControllerService',
  90.             'App\\Controller\\View\\ContactController' => 'getContactControllerService',
  91.             'App\\Controller\\View\\ElasticSearch\\SearchController' => 'getSearchController2Service',
  92.             'App\\Controller\\View\\Magazine\\MagazineController' => 'getMagazineController2Service',
  93.             'App\\Controller\\View\\Magazine\\ThemeController' => 'getThemeControllerService',
  94.             'App\\Controller\\View\\Magazine\\TocController' => 'getTocController2Service',
  95.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController' => 'getPublisherStoreController2Service',
  96.             'App\\Service\\MagazinePropService' => 'getMagazinePropServiceService',
  97.             'DH\\AuditorBundle\\Controller\\ViewerController' => 'getViewerControllerService',
  98.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController' => 'getMultiUploadControllerService',
  99.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService',
  100.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService',
  101.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  102.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService',
  103.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService',
  104.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService',
  105.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService',
  106.             'Sonata\\ClassificationBundle\\Admin\\Filter\\CategoryFilter' => 'getCategoryFilterService',
  107.             'Sonata\\ClassificationBundle\\Admin\\Filter\\CollectionFilter' => 'getCollectionFilterService',
  108.             'Sonata\\ClassificationBundle\\Command\\FixContextCommand' => 'getFixContextCommandService',
  109.             'Sonata\\ClassificationBundle\\Controller\\Api\\CategoryController' => 'getCategoryControllerService',
  110.             'Sonata\\ClassificationBundle\\Controller\\Api\\CollectionController' => 'getCollectionControllerService',
  111.             'Sonata\\ClassificationBundle\\Controller\\Api\\ContextController' => 'getContextControllerService',
  112.             'Sonata\\ClassificationBundle\\Controller\\Api\\TagController' => 'getTagControllerService',
  113.             'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => 'getEmptyFilterService',
  114.             'Sonata\\MediaBundle\\Command\\AddMassMediaCommand' => 'getAddMassMediaCommandService',
  115.             'Sonata\\MediaBundle\\Command\\AddMediaCommand' => 'getAddMediaCommandService',
  116.             'Sonata\\MediaBundle\\Command\\CleanMediaCommand' => 'getCleanMediaCommandService',
  117.             'Sonata\\MediaBundle\\Command\\FixMediaContextCommand' => 'getFixMediaContextCommandService',
  118.             'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand' => 'getMigrateToJsonTypeCommandService',
  119.             'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand' => 'getRefreshMetadataCommandService',
  120.             'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand' => 'getRemoveThumbsCommandService',
  121.             'Sonata\\MediaBundle\\Command\\SyncThumbsCommand' => 'getSyncThumbsCommandService',
  122.             'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand' => 'getUpdateCdnStatusCommandService',
  123.             'Sonata\\MediaBundle\\Controller\\Api\\GalleryController' => 'getGalleryControllerService',
  124.             'Sonata\\MediaBundle\\Controller\\Api\\MediaController' => 'getMediaControllerService',
  125.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService',
  126.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService',
  127.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService',
  128.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService',
  129.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService',
  130.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService',
  131.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService',
  132.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService',
  133.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  134.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  135.             'cache.app' => 'getCache_AppService',
  136.             'cache.app_clearer' => 'getCache_AppClearerService',
  137.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  138.             'cache.system' => 'getCache_SystemService',
  139.             'cache.system_clearer' => 'getCache_SystemClearerService',
  140.             'cache_clearer' => 'getCacheClearerService',
  141.             'cache_warmer' => 'getCacheWarmerService',
  142.             'console.command.public_alias.fos_oauth_server.clean_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService',
  143.             'console.command.public_alias.fos_oauth_server.create_client_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService',
  144.             'console.command_loader' => 'getConsole_CommandLoaderService',
  145.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  146.             'doctrine' => 'getDoctrineService',
  147.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  148.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  149.             'error_controller' => 'getErrorControllerService',
  150.             'event_dispatcher' => 'getEventDispatcherService',
  151.             'filesystem' => 'getFilesystemService',
  152.             'form.factory' => 'getForm_FactoryService',
  153.             'form.type.file' => 'getForm_Type_FileService',
  154.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  155.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  156.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  157.             'fos_elastica.elastica_to_model_transformer.collection.app' => 'getFosElastica_ElasticaToModelTransformer_Collection_AppService',
  158.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  159.             'fos_elastica.finder.app' => 'getFosElastica_Finder_AppService',
  160.             'fos_elastica.finder.app.magazines' => 'getFosElastica_Finder_App_MagazinesService',
  161.             'fos_elastica.finder.suggest.magazines' => 'getFosElastica_Finder_Suggest_MagazinesService',
  162.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  163.             'fos_elastica.index.app' => 'getFosElastica_Index_AppService',
  164.             'fos_elastica.index.app.magazines' => 'getFosElastica_Index_App_MagazinesService',
  165.             'fos_elastica.index.suggest' => 'getFosElastica_Index_SuggestService',
  166.             'fos_elastica.index.suggest.magazines' => 'getFosElastica_Index_Suggest_MagazinesService',
  167.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  168.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  169.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  170.             'fos_elastica.object_persister.app.magazines' => 'getFosElastica_ObjectPersister_App_MagazinesService',
  171.             'fos_elastica.object_persister.suggest.magazines' => 'getFosElastica_ObjectPersister_Suggest_MagazinesService',
  172.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  173.             'fos_elastica.pager_provider.app.magazines' => 'getFosElastica_PagerProvider_App_MagazinesService',
  174.             'fos_elastica.pager_provider.suggest.magazines' => 'getFosElastica_PagerProvider_Suggest_MagazinesService',
  175.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  176.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  177.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  178.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  179.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  180.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  181.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  182.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  183.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService',
  184.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService',
  185.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  186.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  187.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  188.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService',
  189.             'fos_user.group_manager' => 'getFosUser_GroupManagerService',
  190.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  191.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  192.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  193.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  194.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  195.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService',
  196.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  197.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  198.             'http_kernel' => 'getHttpKernelService',
  199.             'jms_serializer' => 'getJmsSerializerService',
  200.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  201.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  202.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  203.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  204.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  205.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  206.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  207.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService',
  208.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  209.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  210.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  211.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  212.             'markdown.parser' => 'getMarkdown_ParserService',
  213.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  214.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  215.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  216.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  217.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  218.             'profiler' => 'getProfilerService',
  219.             'request_stack' => 'getRequestStackService',
  220.             'router' => 'getRouterService',
  221.             'routing.loader' => 'getRouting_LoaderService',
  222.             'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
  223.             'security.acl.provider' => 'getSecurity_Acl_ProviderService',
  224.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  225.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  226.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  227.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  228.             'security.token_storage' => 'getSecurity_TokenStorageService',
  229.             'serializer' => 'getSerializerService',
  230.             'services_resetter' => 'getServicesResetterService',
  231.             'session' => 'getSessionService',
  232.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  233.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  234.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  235.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  236.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  237.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  238.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  239.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  240.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  241.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  242.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  243.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  244.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  245.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  246.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  247.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  248.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  249.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  250.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  251.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  252.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  253.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  254.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  255.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  256.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  257.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  258.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  259.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  260.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  261.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  262.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  263.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  264.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  265.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  266.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  267.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  268.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  269.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  270.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  271.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  272.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  273.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  274.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  275.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  276.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  277.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  278.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  279.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  280.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  281.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  282.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  283.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  284.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  285.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  286.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  287.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  288.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  289.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  290.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  291.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  292.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  293.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  294.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  295.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  296.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  297.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  298.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  299.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  300.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  301.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  302.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  303.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  304.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  305.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  306.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  307.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  308.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  309.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  310.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  311.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  312.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  313.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  314.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  315.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  316.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  317.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  318.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  319.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  320.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  321.             'sonata.classification.admin.category' => 'getSonata_Classification_Admin_CategoryService',
  322.             'sonata.classification.admin.category.template_registry' => 'getSonata_Classification_Admin_Category_TemplateRegistryService',
  323.             'sonata.classification.admin.collection' => 'getSonata_Classification_Admin_CollectionService',
  324.             'sonata.classification.admin.collection.template_registry' => 'getSonata_Classification_Admin_Collection_TemplateRegistryService',
  325.             'sonata.classification.admin.context' => 'getSonata_Classification_Admin_ContextService',
  326.             'sonata.classification.admin.context.template_registry' => 'getSonata_Classification_Admin_Context_TemplateRegistryService',
  327.             'sonata.classification.admin.tag' => 'getSonata_Classification_Admin_TagService',
  328.             'sonata.classification.admin.tag.template_registry' => 'getSonata_Classification_Admin_Tag_TemplateRegistryService',
  329.             'sonata.classification.manager.category' => 'getSonata_Classification_Manager_CategoryService',
  330.             'sonata.classification.manager.collection' => 'getSonata_Classification_Manager_CollectionService',
  331.             'sonata.classification.manager.context' => 'getSonata_Classification_Manager_ContextService',
  332.             'sonata.classification.manager.tag' => 'getSonata_Classification_Manager_TagService',
  333.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  334.             'sonata.formatter.block.formatter' => 'getSonata_Formatter_Block_FormatterService',
  335.             'sonata.formatter.twig.control_flow' => 'getSonata_Formatter_Twig_ControlFlowService',
  336.             'sonata.formatter.twig.gist' => 'getSonata_Formatter_Twig_GistService',
  337.             'sonata.media.admin.gallery' => 'getSonata_Media_Admin_GalleryService',
  338.             'sonata.media.admin.gallery.template_registry' => 'getSonata_Media_Admin_Gallery_TemplateRegistryService',
  339.             'sonata.media.admin.gallery_has_media' => 'getSonata_Media_Admin_GalleryHasMediaService',
  340.             'sonata.media.admin.gallery_has_media.template_registry' => 'getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService',
  341.             'sonata.media.admin.media' => 'getSonata_Media_Admin_MediaService',
  342.             'sonata.media.admin.media.manager' => 'getSonata_Media_Admin_Media_ManagerService',
  343.             'sonata.media.admin.media.template_registry' => 'getSonata_Media_Admin_Media_TemplateRegistryService',
  344.             'sonata.media.block.feature_media' => 'getSonata_Media_Block_FeatureMediaService',
  345.             'sonata.media.block.gallery' => 'getSonata_Media_Block_GalleryService',
  346.             'sonata.media.block.gallery_list' => 'getSonata_Media_Block_GalleryListService',
  347.             'sonata.media.block.media' => 'getSonata_Media_Block_MediaService',
  348.             'sonata.media.formatter.twig' => 'getSonata_Media_Formatter_TwigService',
  349.             'sonata.media.manager.category.default' => 'getSonata_Media_Manager_Category_DefaultService',
  350.             'sonata.media.manager.gallery' => 'getSonata_Media_Manager_GalleryService',
  351.             'sonata.media.manager.media' => 'getSonata_Media_Manager_MediaService',
  352.             'sonata.media.metadata.amazon' => 'getSonata_Media_Metadata_AmazonService',
  353.             'sonata.media.metadata.noop' => 'getSonata_Media_Metadata_NoopService',
  354.             'sonata.media.metadata.proxy' => 'getSonata_Media_Metadata_ProxyService',
  355.             'sonata.media.pool' => 'getSonata_Media_PoolService',
  356.             'sonata.media.provider.audio' => 'getSonata_Media_Provider_AudioService',
  357.             'sonata.media.provider.dailymotion' => 'getSonata_Media_Provider_DailymotionService',
  358.             'sonata.media.provider.file' => 'getSonata_Media_Provider_FileService',
  359.             'sonata.media.provider.image' => 'getSonata_Media_Provider_ImageService',
  360.             'sonata.media.provider.link' => 'getSonata_Media_Provider_LinkService',
  361.             'sonata.media.provider.video' => 'getSonata_Media_Provider_VideoService',
  362.             'sonata.media.provider.vimeo' => 'getSonata_Media_Provider_VimeoService',
  363.             'sonata.media.provider.youtube' => 'getSonata_Media_Provider_YoutubeService',
  364.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  365.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  366.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService',
  367.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService',
  368.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService',
  369.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
  370.             'sonata.user.controller.api.group' => 'getSonata_User_Controller_Api_GroupService',
  371.             'sonata.user.controller.api.user' => 'getSonata_User_Controller_Api_UserService',
  372.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
  373.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService',
  374.             'sonata.user.mailer' => 'getSonata_User_MailerService',
  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.             'Sonata\\ClassificationBundle\\Model\\CategoryManagerInterface' => 'sonata.classification.manager.category',
  394.             'Sonata\\ClassificationBundle\\Model\\CollectionManagerInterface' => 'sonata.classification.manager.collection',
  395.             'Sonata\\ClassificationBundle\\Model\\ContextManagerInterface' => 'sonata.classification.manager.context',
  396.             'Sonata\\ClassificationBundle\\Model\\TagManagerInterface' => 'sonata.classification.manager.tag',
  397.             'Sonata\\UserBundle\\Controller\\Api\\GroupController' => 'sonata.user.controller.api.group',
  398.             'Sonata\\UserBundle\\Controller\\Api\\UserController' => 'sonata.user.controller.api.user',
  399.             'database_connection' => 'doctrine.dbal.default_connection',
  400.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  401.             'fos_elastica.client' => 'fos_elastica.client.default',
  402.             'fos_elastica.index' => 'fos_elastica.index.app',
  403.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  404.             'mailer' => 'swiftmailer.mailer.default',
  405.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  406.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  407.             'sonata.media.manager.category' => 'sonata.media.manager.category.default',
  408.             'sonata.user.group_manager' => 'fos_user.group_manager',
  409.             'sonata.user.user_manager' => 'fos_user.user_manager',
  410.         ];
  411.         $this->privates['service_container'] = function () {
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  418.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  419.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  420.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  421.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  422.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  423.             include_once \dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Provider/CustomFileProvider.php';
  424.             include_once \dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Provider/AudioProvider.php';
  425.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  426.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  427.             include_once \dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Provider/YoutubeProvider.php';
  428.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  429.             include_once \dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Provider/VimeoProvider.php';
  430.             include_once \dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Provider/VideoProvider.php';
  431.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
  432.             include_once \dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Provider/LinkProvider.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  447.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  470.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  505.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  525.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sensiolabs/ansi-to-html/SensioLabs/AnsiConverter/Bridge/Twig/AnsiExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  618.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  620.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  621.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  632.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Twig/Extension/TextFormatterExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  644.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Twig/Extension/TwigExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/src/StringExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  652.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  698.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  700.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  726.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  727.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  729.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  730.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  731.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  732.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  733.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  735.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  736.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  737.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  739.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  741.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  742.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  743.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  744.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  745.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  746.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  749.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  751.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  752.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  753.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php';
  754.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
  756.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  757.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  759.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  760.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  761.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  763.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  768.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  770.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  771.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  773.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  776.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  778.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  780.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/Pool.php';
  781.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  782.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  783.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  784.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  785.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  786.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resizer/ImagineCompatibleResizerTrait.php';
  787.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  788.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  789.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Browser.php';
  790.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/ClientInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractClient.php';
  792.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractCurl.php';
  793.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php';
  794.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  795.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/CDN/Server.php';
  796.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  797.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  799.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  800.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  801.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  802.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  803.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  804.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  805.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  807.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  808.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  809.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  811.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  812.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php';
  813.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Model/MediaManagerInterface.php';
  814.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Entity/MediaManager.php';
  815.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  816.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Generator/IdGenerator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  818.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  820.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  821.             include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  822.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/PoolInterface.php';
  823.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/Pool.php';
  824.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/Formatter.php';
  825.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/ExtendableFormatter.php';
  826.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/FormatterInterface.php';
  827.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/BaseFormatter.php';
  828.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/MarkdownFormatter.php';
  829.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/TextFormatter.php';
  830.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/RawFormatter.php';
  831.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Formatter/TwigFormatter.php';
  832.             include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Twig/Loader/LoaderSelector.php';
  833.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ArrayLoader.php';
  834.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Lexer.php';
  835.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  836.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  838.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  839.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  841.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  842.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  843.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  844.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  845.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  846.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  848.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  849.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  850.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  853.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  855.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  857.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  858.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  859.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  860.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  866.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  867.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  869.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  871.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  877.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  878.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  879.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  882.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Auditor.php';
  883.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Configuration.php';
  884.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/User/UserProviderInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/User/UserProvider.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  887.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Security/RoleCheckerInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Security/RoleChecker.php';
  889.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Security/SecurityProviderInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Security/SecurityProvider.php';
  891.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/ConfigurationInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Configuration.php';
  893.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/ProviderInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/AbstractProvider.php';
  895.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/DoctrineProvider.php';
  896.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Service/ServiceInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Service/AbstractService.php';
  898.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Service/DoctrineService.php';
  899.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Service/StorageServiceInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Service/StorageService.php';
  901.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Service/AuditingServiceInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Service/AuditingService.php';
  903.             include_once \dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Event/ViewerEventSubscriber.php';
  904.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  905.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  916.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  919.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  922.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  924.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  926.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  927.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  929.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  934.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  936.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  937.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  938.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  939.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  940.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  941.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  942.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  943.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  953.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  954.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  956.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  957.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  958.         };
  959.     }
  960.     public function compile(): void
  961.     {
  962.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  963.     }
  964.     public function isCompiled(): bool
  965.     {
  966.         return true;
  967.     }
  968.     public function getRemovedIds(): array
  969.     {
  970.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  971.     }
  972.     /**
  973.      * Gets the public 'App.Admin.EditorBlockAdmin' autowired service.
  974.      *
  975.      * @return \App\Admin\EditorBlockAdmin
  976.      */
  977.     protected function getApp_Admin_EditorBlockAdminService()
  978.     {
  979.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  980.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  981.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  990.         include_once \dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Admin/AbstractTreeAdmin.php';
  991.         include_once \dirname(__DIR__4).'/src/Admin/EditorBlockAdmin.php';
  992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  994.         $instance = new \App\Admin\EditorBlockAdmin('App.Admin.EditorBlockAdmin''App\\Entity\\Admin\\Editor\\Block''App\\Controller\\Admin\\EditorBlockAdminController''title');
  995.         $instance->setManagerType('orm');
  996.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  997.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  998.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  999.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1000.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1001.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1002.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1003.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1004.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1005.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1006.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1007.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1008.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1009.         $instance->setPagerType('default');
  1010.         $instance->setLabel('Editor block');
  1011.         $instance->showMosaicButton(true);
  1012.         $instance->setTemplateRegistry(($this->services['App.Admin.EditorBlockAdmin.template_registry'] ?? $this->getApp_Admin_EditorBlockAdmin_TemplateRegistryService()));
  1013.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1014.         $instance->initialize();
  1015.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1016.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1017.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1018.         return $instance;
  1019.     }
  1020.     /**
  1021.      * Gets the public 'App.Admin.EditorBlockAdmin.template_registry' shared service.
  1022.      *
  1023.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1024.      */
  1025.     protected function getApp_Admin_EditorBlockAdmin_TemplateRegistryService()
  1026.     {
  1027.         return $this->services['App.Admin.EditorBlockAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1028.     }
  1029.     /**
  1030.      * Gets the public 'App.Admin.EditorClassAdmin' autowired service.
  1031.      *
  1032.      * @return \App\Admin\EditorClassAdmin
  1033.      */
  1034.     protected function getApp_Admin_EditorClassAdminService()
  1035.     {
  1036.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Admin/AbstractTreeAdmin.php';
  1048.         include_once \dirname(__DIR__4).'/src/Admin/EditorClassAdmin.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1051.         $instance = new \App\Admin\EditorClassAdmin('App.Admin.EditorClassAdmin''App\\Entity\\Admin\\Editor\\Classes''App\\Controller\\Admin\\EditorClassAdminController''title');
  1052.         $instance->setManagerType('orm');
  1053.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1054.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1055.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1056.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1057.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1058.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1059.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1060.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1061.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1062.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1063.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1064.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1065.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1066.         $instance->setPagerType('default');
  1067.         $instance->setLabel('Editor class');
  1068.         $instance->showMosaicButton(true);
  1069.         $instance->setTemplateRegistry(($this->services['App.Admin.EditorClassAdmin.template_registry'] ?? $this->getApp_Admin_EditorClassAdmin_TemplateRegistryService()));
  1070.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1071.         $instance->initialize();
  1072.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1073.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1074.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1075.         return $instance;
  1076.     }
  1077.     /**
  1078.      * Gets the public 'App.Admin.EditorClassAdmin.template_registry' shared service.
  1079.      *
  1080.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1081.      */
  1082.     protected function getApp_Admin_EditorClassAdmin_TemplateRegistryService()
  1083.     {
  1084.         return $this->services['App.Admin.EditorClassAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1085.     }
  1086.     /**
  1087.      * Gets the public 'App.Admin.EditorCommonCssAdmin' autowired service.
  1088.      *
  1089.      * @return \App\Admin\EditorCommonCssAdmin
  1090.      */
  1091.     protected function getApp_Admin_EditorCommonCssAdminService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Admin/AbstractTreeAdmin.php';
  1105.         include_once \dirname(__DIR__4).'/src/Admin/EditorCommonCssAdmin.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1108.         $instance = new \App\Admin\EditorCommonCssAdmin('App.Admin.EditorCommonCssAdmin''App\\Entity\\Admin\\Editor\\CommonCss''App\\Controller\\Admin\\EditorCommonCssAdminController''title');
  1109.         $instance->setManagerType('orm');
  1110.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1111.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1112.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1113.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1114.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1115.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1116.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1117.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1118.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1119.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1120.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1121.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1122.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1123.         $instance->setPagerType('default');
  1124.         $instance->setLabel('Editor MasterCSS');
  1125.         $instance->showMosaicButton(true);
  1126.         $instance->setTemplateRegistry(($this->services['App.Admin.EditorCommonCssAdmin.template_registry'] ?? $this->getApp_Admin_EditorCommonCssAdmin_TemplateRegistryService()));
  1127.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1128.         $instance->initialize();
  1129.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1130.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1131.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1132.         return $instance;
  1133.     }
  1134.     /**
  1135.      * Gets the public 'App.Admin.EditorCommonCssAdmin.template_registry' shared service.
  1136.      *
  1137.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1138.      */
  1139.     protected function getApp_Admin_EditorCommonCssAdmin_TemplateRegistryService()
  1140.     {
  1141.         return $this->services['App.Admin.EditorCommonCssAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1142.     }
  1143.     /**
  1144.      * Gets the public 'App.Admin.GatrackAdmin' autowired service.
  1145.      *
  1146.      * @return \App\Admin\GatrackAdmin
  1147.      */
  1148.     protected function getApp_Admin_GatrackAdminService()
  1149.     {
  1150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1161.         include_once \dirname(__DIR__4).'/src/Admin/GatrackAdmin.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1164.         $instance = new \App\Admin\GatrackAdmin('App.Admin.GatrackAdmin''App\\Entity\\Api\\Gatrack''App\\Controller\\Admin\\GatrackAdminController''title');
  1165.         $instance->setManagerType('orm');
  1166.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1167.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1168.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1169.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1170.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1171.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1172.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1173.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1174.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1175.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1176.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1177.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1178.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1179.         $instance->setPagerType('default');
  1180.         $instance->setLabel('Gatrack');
  1181.         $instance->showMosaicButton(true);
  1182.         $instance->setTemplateRegistry(($this->services['App.Admin.GatrackAdmin.template_registry'] ?? $this->getApp_Admin_GatrackAdmin_TemplateRegistryService()));
  1183.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1184.         $instance->initialize();
  1185.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1186.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1187.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1188.         return $instance;
  1189.     }
  1190.     /**
  1191.      * Gets the public 'App.Admin.GatrackAdmin.template_registry' shared service.
  1192.      *
  1193.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1194.      */
  1195.     protected function getApp_Admin_GatrackAdmin_TemplateRegistryService()
  1196.     {
  1197.         return $this->services['App.Admin.GatrackAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1198.     }
  1199.     /**
  1200.      * Gets the public 'App.Admin.LoginLinkAdmin' autowired service.
  1201.      *
  1202.      * @return \App\Admin\LoginLinkAdmin
  1203.      */
  1204.     protected function getApp_Admin_LoginLinkAdminService()
  1205.     {
  1206.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1217.         include_once \dirname(__DIR__4).'/src/Admin/LoginLinkAdmin.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1220.         $instance = new \App\Admin\LoginLinkAdmin('App.Admin.LoginLinkAdmin''App\\Entity\\Api\\LoginLink''App\\Controller\\Admin\\LoginLinkAdminController''title');
  1221.         $instance->setManagerType('orm');
  1222.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1223.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1224.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1225.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1226.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1227.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1228.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1229.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1230.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1231.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1232.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1233.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1234.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1235.         $instance->setPagerType('default');
  1236.         $instance->setLabel('Login Link');
  1237.         $instance->showMosaicButton(true);
  1238.         $instance->setTemplateRegistry(($this->services['App.Admin.LoginLinkAdmin.template_registry'] ?? $this->getApp_Admin_LoginLinkAdmin_TemplateRegistryService()));
  1239.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1240.         $instance->initialize();
  1241.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1242.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1243.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1244.         return $instance;
  1245.     }
  1246.     /**
  1247.      * Gets the public 'App.Admin.LoginLinkAdmin.template_registry' shared service.
  1248.      *
  1249.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1250.      */
  1251.     protected function getApp_Admin_LoginLinkAdmin_TemplateRegistryService()
  1252.     {
  1253.         return $this->services['App.Admin.LoginLinkAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1254.     }
  1255.     /**
  1256.      * Gets the public 'App.Admin.MagazineAdmin' autowired service.
  1257.      *
  1258.      * @return \App\Admin\MagazineAdmin
  1259.      */
  1260.     protected function getApp_Admin_MagazineAdminService()
  1261.     {
  1262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1273.         include_once \dirname(__DIR__4).'/src/Admin/MagazineAdmin.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Admin/AbstractTreeAdmin.php';
  1275.         include_once \dirname(__DIR__4).'/src/Admin/TOCAdmin.php';
  1276.         include_once \dirname(__DIR__4).'/src/Admin/MagazinePageAdmin.php';
  1277.         include_once \dirname(__DIR__4).'/src/Admin/ProductAdmin.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1279.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1280.         $instance = new \App\Admin\MagazineAdmin('App.Admin.MagazineAdmin''App\\Entity\\Magazine\\Magazine''App\\Controller\\Admin\\MagazineAdminController'NULL);
  1281.         $a = new \App\Admin\TOCAdmin('App.Admin.TOCAdmin''App\\Entity\\Magazine\\TOC''App\\Controller\\Admin\\TOCAdminController''title');
  1282.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  1283.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  1284.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  1285.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  1286.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  1287.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  1288.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  1289.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  1290.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  1291.         $k = ($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService());
  1292.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  1293.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  1294.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  1295.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  1296.         $a->setManagerType('orm');
  1297.         $a->setModelManager($b);
  1298.         $a->setFormContractor($c);
  1299.         $a->setShowBuilder($d);
  1300.         $a->setListBuilder($e);
  1301.         $a->setDatagridBuilder($f);
  1302.         $a->setTranslator($gfalse);
  1303.         $a->setConfigurationPool($h);
  1304.         $a->setRouteGenerator($i);
  1305.         $a->setValidator($j);
  1306.         $a->setSecurityHandler($k);
  1307.         $a->setMenuFactory($l);
  1308.         $a->setRouteBuilder($m);
  1309.         $a->setLabelTranslatorStrategy($n);
  1310.         $a->setPagerType('default');
  1311.         $a->setLabel('Table of content');
  1312.         $a->showMosaicButton(true);
  1313.         $a->setTemplateRegistry(($this->services['App.Admin.TOCAdmin.template_registry'] ?? $this->getApp_Admin_TOCAdmin_TemplateRegistryService()));
  1314.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1315.         $a->initialize();
  1316.         $a->addExtension($o);
  1317.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1318.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1319.         $p = new \App\Admin\MagazinePageAdmin('App.Admin.MagazinePageAdmin''App\\Entity\\Magazine\\MagazinePage''App\\Controller\\Admin\\MagazinePageAdminController''name');
  1320.         $p->setManagerType('orm');
  1321.         $p->setModelManager($b);
  1322.         $p->setFormContractor($c);
  1323.         $p->setShowBuilder($d);
  1324.         $p->setListBuilder($e);
  1325.         $p->setDatagridBuilder($f);
  1326.         $p->setTranslator($gfalse);
  1327.         $p->setConfigurationPool($h);
  1328.         $p->setRouteGenerator($i);
  1329.         $p->setValidator($j);
  1330.         $p->setSecurityHandler($k);
  1331.         $p->setMenuFactory($l);
  1332.         $p->setRouteBuilder($m);
  1333.         $p->setLabelTranslatorStrategy($n);
  1334.         $p->setPagerType('default');
  1335.         $p->setLabel('Pages');
  1336.         $p->showMosaicButton(true);
  1337.         $p->setTemplateRegistry(($this->services['App.Admin.MagazinePageAdmin.template_registry'] ?? $this->getApp_Admin_MagazinePageAdmin_TemplateRegistryService()));
  1338.         $p->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1339.         $p->initialize();
  1340.         $p->addExtension($o);
  1341.         $p->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1342.         $p->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1343.         $q = new \App\Admin\ProductAdmin('App.admin.ProductAdmin''App\\Entity\\Admin\\Product''App\\Controller\\Admin\\ProductAdminController');
  1344.         $q->setManagerType('orm');
  1345.         $q->setModelManager($b);
  1346.         $q->setFormContractor($c);
  1347.         $q->setShowBuilder($d);
  1348.         $q->setListBuilder($e);
  1349.         $q->setDatagridBuilder($f);
  1350.         $q->setTranslator($gfalse);
  1351.         $q->setConfigurationPool($h);
  1352.         $q->setRouteGenerator($i);
  1353.         $q->setValidator($j);
  1354.         $q->setSecurityHandler($k);
  1355.         $q->setMenuFactory($l);
  1356.         $q->setRouteBuilder($m);
  1357.         $q->setLabelTranslatorStrategy($n);
  1358.         $q->setPagerType('default');
  1359.         $q->setLabel('Product');
  1360.         $q->showMosaicButton(true);
  1361.         $q->setTemplateRegistry(($this->services['App.admin.ProductAdmin.template_registry'] ?? $this->getApp_Admin_ProductAdmin_TemplateRegistryService()));
  1362.         $q->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1363.         $q->initialize();
  1364.         $q->addExtension($o);
  1365.         $q->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1366.         $q->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1367.         $instance->addChild($a'magazine');
  1368.         $instance->addChild($p'magazine');
  1369.         $instance->addChild($q'magazine');
  1370.         $instance->setManagerType('orm');
  1371.         $instance->setModelManager($b);
  1372.         $instance->setFormContractor($c);
  1373.         $instance->setShowBuilder($d);
  1374.         $instance->setListBuilder($e);
  1375.         $instance->setDatagridBuilder($f);
  1376.         $instance->setTranslator($gfalse);
  1377.         $instance->setConfigurationPool($h);
  1378.         $instance->setRouteGenerator($i);
  1379.         $instance->setValidator($j);
  1380.         $instance->setSecurityHandler($k);
  1381.         $instance->setMenuFactory($l);
  1382.         $instance->setRouteBuilder($m);
  1383.         $instance->setLabelTranslatorStrategy($n);
  1384.         $instance->setPagerType('default');
  1385.         $instance->setLabel('List');
  1386.         $instance->showMosaicButton(true);
  1387.         $instance->setTemplateRegistry(($this->services['App.Admin.MagazineAdmin.template_registry'] ?? $this->getApp_Admin_MagazineAdmin_TemplateRegistryService()));
  1388.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1389.         $instance->initialize();
  1390.         $instance->addExtension($o);
  1391.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1392.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1393.         return $instance;
  1394.     }
  1395.     /**
  1396.      * Gets the public 'App.Admin.MagazineAdmin.template_registry' shared service.
  1397.      *
  1398.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1399.      */
  1400.     protected function getApp_Admin_MagazineAdmin_TemplateRegistryService()
  1401.     {
  1402.         return $this->services['App.Admin.MagazineAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''preview' => 'admin/CRUD/preview.html.twig''outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig''edit' => 'admin/magazine/edit.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataAdmin/CRUD/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  1403.     }
  1404.     /**
  1405.      * Gets the public 'App.Admin.MagazinePageAdmin' autowired service.
  1406.      *
  1407.      * @return \App\Admin\MagazinePageAdmin
  1408.      */
  1409.     protected function getApp_Admin_MagazinePageAdminService()
  1410.     {
  1411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1413.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1422.         include_once \dirname(__DIR__4).'/src/Admin/MagazinePageAdmin.php';
  1423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1425.         $instance = new \App\Admin\MagazinePageAdmin('App.Admin.MagazinePageAdmin''App\\Entity\\Magazine\\MagazinePage''App\\Controller\\Admin\\MagazinePageAdminController''name');
  1426.         $instance->setManagerType('orm');
  1427.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1428.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1429.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1430.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1431.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1432.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1433.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1434.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1435.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1436.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1437.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1438.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1439.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1440.         $instance->setPagerType('default');
  1441.         $instance->setLabel('Pages');
  1442.         $instance->showMosaicButton(true);
  1443.         $instance->setTemplateRegistry(($this->services['App.Admin.MagazinePageAdmin.template_registry'] ?? $this->getApp_Admin_MagazinePageAdmin_TemplateRegistryService()));
  1444.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1445.         $instance->initialize();
  1446.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1447.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1448.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1449.         return $instance;
  1450.     }
  1451.     /**
  1452.      * Gets the public 'App.Admin.MagazinePageAdmin.template_registry' shared service.
  1453.      *
  1454.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1455.      */
  1456.     protected function getApp_Admin_MagazinePageAdmin_TemplateRegistryService()
  1457.     {
  1458.         return $this->services['App.Admin.MagazinePageAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''preview' => 'admin/CRUD/preview.html.twig''outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig''edit' => 'admin/magazinePage/edit.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataAdmin/CRUD/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  1459.     }
  1460.     /**
  1461.      * Gets the public 'App.Admin.PublisherAdmin' autowired service.
  1462.      *
  1463.      * @return \App\Admin\PublisherAdmin
  1464.      */
  1465.     protected function getApp_Admin_PublisherAdminService()
  1466.     {
  1467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1478.         include_once \dirname(__DIR__4).'/src/Admin/PublisherAdmin.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1481.         $instance = new \App\Admin\PublisherAdmin('App.Admin.PublisherAdmin''App\\Entity\\Project\\Publisher''App\\Controller\\Admin\\PublisherAdminController''title');
  1482.         $instance->setManagerType('orm');
  1483.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1484.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1485.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1486.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1487.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1488.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1489.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1490.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1491.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1492.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1493.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1494.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1495.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1496.         $instance->setPagerType('default');
  1497.         $instance->setLabel('Publisher');
  1498.         $instance->showMosaicButton(true);
  1499.         $instance->setTemplateRegistry(($this->services['App.Admin.PublisherAdmin.template_registry'] ?? $this->getApp_Admin_PublisherAdmin_TemplateRegistryService()));
  1500.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1501.         $instance->initialize();
  1502.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1503.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1504.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1505.         return $instance;
  1506.     }
  1507.     /**
  1508.      * Gets the public 'App.Admin.PublisherAdmin.template_registry' shared service.
  1509.      *
  1510.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1511.      */
  1512.     protected function getApp_Admin_PublisherAdmin_TemplateRegistryService()
  1513.     {
  1514.         return $this->services['App.Admin.PublisherAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1515.     }
  1516.     /**
  1517.      * Gets the public 'App.Admin.PublisherStoreAdmin' autowired service.
  1518.      *
  1519.      * @return \App\Admin\PublisherStoreAdmin
  1520.      */
  1521.     protected function getApp_Admin_PublisherStoreAdminService()
  1522.     {
  1523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1534.         include_once \dirname(__DIR__4).'/src/Admin/PublisherStoreAdmin.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1536.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1537.         $instance = new \App\Admin\PublisherStoreAdmin('App.Admin.PublisherStoreAdmin''App\\Entity\\Project\\PublisherStore''App\\Controller\\Admin\\PublisherStoreAdminController''title');
  1538.         $instance->setManagerType('orm');
  1539.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1540.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1541.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1542.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1543.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1544.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1545.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1546.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1547.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1548.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1549.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1550.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1551.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1552.         $instance->setPagerType('default');
  1553.         $instance->setLabel('Publisher Store');
  1554.         $instance->showMosaicButton(true);
  1555.         $instance->setTemplateRegistry(($this->services['App.Admin.PublisherStoreAdmin.template_registry'] ?? $this->getApp_Admin_PublisherStoreAdmin_TemplateRegistryService()));
  1556.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1557.         $instance->initialize();
  1558.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1559.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1560.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1561.         return $instance;
  1562.     }
  1563.     /**
  1564.      * Gets the public 'App.Admin.PublisherStoreAdmin.template_registry' shared service.
  1565.      *
  1566.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1567.      */
  1568.     protected function getApp_Admin_PublisherStoreAdmin_TemplateRegistryService()
  1569.     {
  1570.         return $this->services['App.Admin.PublisherStoreAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1571.     }
  1572.     /**
  1573.      * Gets the public 'App.Admin.SettingsAdmin' autowired service.
  1574.      *
  1575.      * @return \App\Admin\SettingsAdmin
  1576.      */
  1577.     protected function getApp_Admin_SettingsAdminService()
  1578.     {
  1579.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1584.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1585.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1589.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Admin/AbstractTreeAdmin.php';
  1591.         include_once \dirname(__DIR__4).'/src/Admin/SettingsAdmin.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1594.         $instance = new \App\Admin\SettingsAdmin('App.Admin.SettingsAdmin''App\\Entity\\Admin\\Settings''App\\Controller\\Admin\\SettingsAdminController''title');
  1595.         $instance->setManagerType('orm');
  1596.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1597.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1598.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1599.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1600.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1601.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1602.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1603.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1604.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1605.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1606.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1607.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1608.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1609.         $instance->setPagerType('default');
  1610.         $instance->setLabel('Admin Settings');
  1611.         $instance->showMosaicButton(true);
  1612.         $instance->setTemplateRegistry(($this->services['App.Admin.SettingsAdmin.template_registry'] ?? $this->getApp_Admin_SettingsAdmin_TemplateRegistryService()));
  1613.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1614.         $instance->initialize();
  1615.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1616.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1617.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1618.         return $instance;
  1619.     }
  1620.     /**
  1621.      * Gets the public 'App.Admin.SettingsAdmin.template_registry' shared service.
  1622.      *
  1623.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1624.      */
  1625.     protected function getApp_Admin_SettingsAdmin_TemplateRegistryService()
  1626.     {
  1627.         return $this->services['App.Admin.SettingsAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1628.     }
  1629.     /**
  1630.      * Gets the public 'App.Admin.SubscriptionAdmin' autowired service.
  1631.      *
  1632.      * @return \App\Admin\SubscriptionAdmin
  1633.      */
  1634.     protected function getApp_Admin_SubscriptionAdminService()
  1635.     {
  1636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1639.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1647.         include_once \dirname(__DIR__4).'/src/Admin/SubscriptionAdmin.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1650.         $instance = new \App\Admin\SubscriptionAdmin('App.Admin.SubscriptionAdmin''App\\Entity\\Account\\Subscription''App\\Controller\\Admin\\SubscriptionAdminController''title');
  1651.         $instance->setManagerType('orm');
  1652.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1653.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1654.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1655.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1656.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1657.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1658.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1659.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1660.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1661.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1662.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1663.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1664.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1665.         $instance->setPagerType('default');
  1666.         $instance->setLabel('Subscription');
  1667.         $instance->showMosaicButton(true);
  1668.         $instance->setTemplateRegistry(($this->services['App.Admin.SubscriptionAdmin.template_registry'] ?? $this->getApp_Admin_SubscriptionAdmin_TemplateRegistryService()));
  1669.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1670.         $instance->initialize();
  1671.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1672.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1673.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1674.         return $instance;
  1675.     }
  1676.     /**
  1677.      * Gets the public 'App.Admin.SubscriptionAdmin.template_registry' shared service.
  1678.      *
  1679.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1680.      */
  1681.     protected function getApp_Admin_SubscriptionAdmin_TemplateRegistryService()
  1682.     {
  1683.         return $this->services['App.Admin.SubscriptionAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1684.     }
  1685.     /**
  1686.      * Gets the public 'App.Admin.TOCAdmin' autowired service.
  1687.      *
  1688.      * @return \App\Admin\TOCAdmin
  1689.      */
  1690.     protected function getApp_Admin_TOCAdminService()
  1691.     {
  1692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1701.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Admin/AbstractTreeAdmin.php';
  1704.         include_once \dirname(__DIR__4).'/src/Admin/TOCAdmin.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1707.         $instance = new \App\Admin\TOCAdmin('App.Admin.TOCAdmin''App\\Entity\\Magazine\\TOC''App\\Controller\\Admin\\TOCAdminController''title');
  1708.         $instance->setManagerType('orm');
  1709.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1710.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1711.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1712.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1713.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1714.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1715.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1716.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1717.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1718.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1719.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1720.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1721.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1722.         $instance->setPagerType('default');
  1723.         $instance->setLabel('Table of content');
  1724.         $instance->showMosaicButton(true);
  1725.         $instance->setTemplateRegistry(($this->services['App.Admin.TOCAdmin.template_registry'] ?? $this->getApp_Admin_TOCAdmin_TemplateRegistryService()));
  1726.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1727.         $instance->initialize();
  1728.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1729.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1730.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1731.         return $instance;
  1732.     }
  1733.     /**
  1734.      * Gets the public 'App.Admin.TOCAdmin.template_registry' shared service.
  1735.      *
  1736.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1737.      */
  1738.     protected function getApp_Admin_TOCAdmin_TemplateRegistryService()
  1739.     {
  1740.         return $this->services['App.Admin.TOCAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1741.     }
  1742.     /**
  1743.      * Gets the public 'App.admin.ProductAdmin' autowired service.
  1744.      *
  1745.      * @return \App\Admin\ProductAdmin
  1746.      */
  1747.     protected function getApp_Admin_ProductAdminService()
  1748.     {
  1749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1760.         include_once \dirname(__DIR__4).'/src/Admin/ProductAdmin.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1763.         $instance = new \App\Admin\ProductAdmin('App.admin.ProductAdmin''App\\Entity\\Admin\\Product''App\\Controller\\Admin\\ProductAdminController');
  1764.         $instance->setManagerType('orm');
  1765.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1766.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1767.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1768.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1769.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1770.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1771.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1772.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1773.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1774.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  1775.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1776.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1777.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1778.         $instance->setPagerType('default');
  1779.         $instance->setLabel('Product');
  1780.         $instance->showMosaicButton(true);
  1781.         $instance->setTemplateRegistry(($this->services['App.admin.ProductAdmin.template_registry'] ?? $this->getApp_Admin_ProductAdmin_TemplateRegistryService()));
  1782.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1783.         $instance->initialize();
  1784.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1785.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1786.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1787.         return $instance;
  1788.     }
  1789.     /**
  1790.      * Gets the public 'App.admin.ProductAdmin.template_registry' shared service.
  1791.      *
  1792.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1793.      */
  1794.     protected function getApp_Admin_ProductAdmin_TemplateRegistryService()
  1795.     {
  1796.         return $this->services['App.admin.ProductAdmin.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''preview' => 'admin/CRUD/preview.html.twig''outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig''edit' => 'admin/products/edit.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataAdmin/CRUD/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  1797.     }
  1798.     /**
  1799.      * Gets the public 'App\Controller\Admin\EditorBlockAdminController' shared autowired service.
  1800.      *
  1801.      * @return \App\Controller\Admin\EditorBlockAdminController
  1802.      */
  1803.     protected function getEditorBlockAdminControllerService()
  1804.     {
  1805.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1809.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EditorBlockAdminController.php';
  1810.         return $this->services['App\\Controller\\Admin\\EditorBlockAdminController'] = new \App\Controller\Admin\EditorBlockAdminController();
  1811.     }
  1812.     /**
  1813.      * Gets the public 'App\Controller\Admin\EditorClassAdminController' shared autowired service.
  1814.      *
  1815.      * @return \App\Controller\Admin\EditorClassAdminController
  1816.      */
  1817.     protected function getEditorClassAdminControllerService()
  1818.     {
  1819.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1823.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EditorClassAdminController.php';
  1824.         return $this->services['App\\Controller\\Admin\\EditorClassAdminController'] = new \App\Controller\Admin\EditorClassAdminController();
  1825.     }
  1826.     /**
  1827.      * Gets the public 'App\Controller\Admin\EditorCommonCssAdminController' shared autowired service.
  1828.      *
  1829.      * @return \App\Controller\Admin\EditorCommonCssAdminController
  1830.      */
  1831.     protected function getEditorCommonCssAdminControllerService()
  1832.     {
  1833.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1837.         include_once \dirname(__DIR__4).'/src/Controller/Admin/EditorCommonCssAdminController.php';
  1838.         return $this->services['App\\Controller\\Admin\\EditorCommonCssAdminController'] = new \App\Controller\Admin\EditorCommonCssAdminController();
  1839.     }
  1840.     /**
  1841.      * Gets the public 'App\Controller\Admin\GatrackAdminController' shared autowired service.
  1842.      *
  1843.      * @return \App\Controller\Admin\GatrackAdminController
  1844.      */
  1845.     protected function getGatrackAdminControllerService()
  1846.     {
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1850.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1851.         include_once \dirname(__DIR__4).'/src/Controller/Admin/GatrackAdminController.php';
  1852.         return $this->services['App\\Controller\\Admin\\GatrackAdminController'] = new \App\Controller\Admin\GatrackAdminController();
  1853.     }
  1854.     /**
  1855.      * Gets the public 'App\Controller\Admin\LoginLinkAdminController' shared autowired service.
  1856.      *
  1857.      * @return \App\Controller\Admin\LoginLinkAdminController
  1858.      */
  1859.     protected function getLoginLinkAdminControllerService()
  1860.     {
  1861.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1865.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LoginLinkAdminController.php';
  1866.         return $this->services['App\\Controller\\Admin\\LoginLinkAdminController'] = new \App\Controller\Admin\LoginLinkAdminController();
  1867.     }
  1868.     /**
  1869.      * Gets the public 'App\Controller\Admin\MagazineAdminController' shared autowired service.
  1870.      *
  1871.      * @return \App\Controller\Admin\MagazineAdminController
  1872.      */
  1873.     protected function getMagazineAdminControllerService()
  1874.     {
  1875.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1879.         include_once \dirname(__DIR__4).'/src/Controller/Admin/MagazineAdminController.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1881.         return $this->services['App\\Controller\\Admin\\MagazineAdminController'] = new \App\Controller\Admin\MagazineAdminController(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['App\\Service\\MagazinePropService'] ?? $this->getMagazinePropServiceService()));
  1882.     }
  1883.     /**
  1884.      * Gets the public 'App\Controller\Admin\MagazineBlockAdminController' shared autowired service.
  1885.      *
  1886.      * @return \App\Controller\Admin\MagazineBlockAdminController
  1887.      */
  1888.     protected function getMagazineBlockAdminControllerService()
  1889.     {
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1894.         include_once \dirname(__DIR__4).'/src/Controller/Admin/MagazineBlockAdminController.php';
  1895.         return $this->services['App\\Controller\\Admin\\MagazineBlockAdminController'] = new \App\Controller\Admin\MagazineBlockAdminController();
  1896.     }
  1897.     /**
  1898.      * Gets the public 'App\Controller\Admin\MagazinePageAdminController' shared autowired service.
  1899.      *
  1900.      * @return \App\Controller\Admin\MagazinePageAdminController
  1901.      */
  1902.     protected function getMagazinePageAdminControllerService()
  1903.     {
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1908.         include_once \dirname(__DIR__4).'/src/Controller/Admin/MagazinePageAdminController.php';
  1909.         include_once \dirname(__DIR__4).'/src/Service/CssCompressor.php';
  1910.         return $this->services['App\\Controller\\Admin\\MagazinePageAdminController'] = new \App\Controller\Admin\MagazinePageAdminController(new \App\Service\CssCompressor());
  1911.     }
  1912.     /**
  1913.      * Gets the public 'App\Controller\Admin\ProductAdminController' shared autowired service.
  1914.      *
  1915.      * @return \App\Controller\Admin\ProductAdminController
  1916.      */
  1917.     protected function getProductAdminControllerService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1923.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ProductAdminController.php';
  1924.         return $this->services['App\\Controller\\Admin\\ProductAdminController'] = new \App\Controller\Admin\ProductAdminController();
  1925.     }
  1926.     /**
  1927.      * Gets the public 'App\Controller\Admin\PublisherAdminController' shared autowired service.
  1928.      *
  1929.      * @return \App\Controller\Admin\PublisherAdminController
  1930.      */
  1931.     protected function getPublisherAdminControllerService()
  1932.     {
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1937.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PublisherAdminController.php';
  1938.         return $this->services['App\\Controller\\Admin\\PublisherAdminController'] = new \App\Controller\Admin\PublisherAdminController();
  1939.     }
  1940.     /**
  1941.      * Gets the public 'App\Controller\Admin\PublisherStoreAdminController' shared autowired service.
  1942.      *
  1943.      * @return \App\Controller\Admin\PublisherStoreAdminController
  1944.      */
  1945.     protected function getPublisherStoreAdminControllerService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1951.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PublisherStoreAdminController.php';
  1952.         return $this->services['App\\Controller\\Admin\\PublisherStoreAdminController'] = new \App\Controller\Admin\PublisherStoreAdminController();
  1953.     }
  1954.     /**
  1955.      * Gets the public 'App\Controller\Admin\SettingsAdminController' shared autowired service.
  1956.      *
  1957.      * @return \App\Controller\Admin\SettingsAdminController
  1958.      */
  1959.     protected function getSettingsAdminControllerService()
  1960.     {
  1961.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1965.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SettingsAdminController.php';
  1966.         return $this->services['App\\Controller\\Admin\\SettingsAdminController'] = new \App\Controller\Admin\SettingsAdminController();
  1967.     }
  1968.     /**
  1969.      * Gets the public 'App\Controller\Admin\SubscriptionAdminController' shared autowired service.
  1970.      *
  1971.      * @return \App\Controller\Admin\SubscriptionAdminController
  1972.      */
  1973.     protected function getSubscriptionAdminControllerService()
  1974.     {
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1979.         include_once \dirname(__DIR__4).'/src/Controller/Admin/SubscriptionAdminController.php';
  1980.         return $this->services['App\\Controller\\Admin\\SubscriptionAdminController'] = new \App\Controller\Admin\SubscriptionAdminController();
  1981.     }
  1982.     /**
  1983.      * Gets the public 'App\Controller\Admin\TOCAdminController' shared autowired service.
  1984.      *
  1985.      * @return \App\Controller\Admin\TOCAdminController
  1986.      */
  1987.     protected function getTOCAdminControllerService()
  1988.     {
  1989.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Controller/TreeAdminController.php';
  1994.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TOCAdminController.php';
  1995.         return $this->services['App\\Controller\\Admin\\TOCAdminController'] = new \App\Controller\Admin\TOCAdminController();
  1996.     }
  1997.     /**
  1998.      * Gets the public 'App\Controller\Admin\productCRUDAdminController' shared autowired service.
  1999.      *
  2000.      * @return \App\Controller\Admin\productCRUDAdminController
  2001.      */
  2002.     protected function getProductCRUDAdminControllerService()
  2003.     {
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2006.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2007.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2008.         include_once \dirname(__DIR__4).'/src/Controller/Admin/productCRUDAdminController.php';
  2009.         return $this->services['App\\Controller\\Admin\\productCRUDAdminController'] = new \App\Controller\Admin\productCRUDAdminController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2010.     }
  2011.     /**
  2012.      * Gets the public 'App\Controller\Api\ElasticSearch\SearchController' shared autowired service.
  2013.      *
  2014.      * @return \App\Controller\Api\ElasticSearch\SearchController
  2015.      */
  2016.     protected function getSearchControllerService()
  2017.     {
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2022.         include_once \dirname(__DIR__4).'/src/Controller/Api/ElasticSearch/SearchController.php';
  2023.         return $this->services['App\\Controller\\Api\\ElasticSearch\\SearchController'] = new \App\Controller\Api\ElasticSearch\SearchController();
  2024.     }
  2025.     /**
  2026.      * Gets the public 'App\Controller\Api\Magazine\BookmarkFavoriteController' shared autowired service.
  2027.      *
  2028.      * @return \App\Controller\Api\Magazine\BookmarkFavoriteController
  2029.      */
  2030.     protected function getBookmarkFavoriteControllerService()
  2031.     {
  2032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2034.         include_once \dirname(__DIR__4).'/src/Controller/Api/Magazine/BookmarkFavoriteController.php';
  2035.         $this->services['App\\Controller\\Api\\Magazine\\BookmarkFavoriteController'] = $instance = new \App\Controller\Api\Magazine\BookmarkFavoriteController();
  2036.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\Api\\Magazine\\BookmarkFavoriteController'$this));
  2037.         return $instance;
  2038.     }
  2039.     /**
  2040.      * Gets the public 'App\Controller\Api\Magazine\DashboardController' shared autowired service.
  2041.      *
  2042.      * @return \App\Controller\Api\Magazine\DashboardController
  2043.      */
  2044.     protected function getDashboardControllerService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2048.         include_once \dirname(__DIR__4).'/src/Controller/Api/Magazine/DashboardController.php';
  2049.         $this->services['App\\Controller\\Api\\Magazine\\DashboardController'] = $instance = new \App\Controller\Api\Magazine\DashboardController();
  2050.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\Api\\Magazine\\DashboardController'$this));
  2051.         return $instance;
  2052.     }
  2053.     /**
  2054.      * Gets the public 'App\Controller\Api\Magazine\MagazineController' shared autowired service.
  2055.      *
  2056.      * @return \App\Controller\Api\Magazine\MagazineController
  2057.      */
  2058.     protected function getMagazineControllerService()
  2059.     {
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2062.         include_once \dirname(__DIR__4).'/src/Controller/Api/Magazine/MagazineController.php';
  2063.         $this->services['App\\Controller\\Api\\Magazine\\MagazineController'] = $instance = new \App\Controller\Api\Magazine\MagazineController();
  2064.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\Api\\Magazine\\MagazineController'$this));
  2065.         return $instance;
  2066.     }
  2067.     /**
  2068.      * Gets the public 'App\Controller\Api\Magazine\TocController' shared autowired service.
  2069.      *
  2070.      * @return \App\Controller\Api\Magazine\TocController
  2071.      */
  2072.     protected function getTocControllerService()
  2073.     {
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2076.         include_once \dirname(__DIR__4).'/src/Controller/Api/Magazine/TocController.php';
  2077.         $this->services['App\\Controller\\Api\\Magazine\\TocController'] = $instance = new \App\Controller\Api\Magazine\TocController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\AdminEngineService'] ?? $this->getAdminEngineServiceService()));
  2078.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\Api\\Magazine\\TocController'$this));
  2079.         return $instance;
  2080.     }
  2081.     /**
  2082.      * Gets the public 'App\Controller\Api\PublisherStore\PublisherController' shared autowired service.
  2083.      *
  2084.      * @return \App\Controller\Api\PublisherStore\PublisherController
  2085.      */
  2086.     protected function getPublisherControllerService()
  2087.     {
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2092.         include_once \dirname(__DIR__4).'/src/Controller/Api/PublisherStore/PublisherController.php';
  2093.         $this->services['App\\Controller\\Api\\PublisherStore\\PublisherController'] = $instance = new \App\Controller\Api\PublisherStore\PublisherController();
  2094.         $instance->setContainer(($this->privates['.service_locator.G_o.wCV'] ?? $this->get_ServiceLocator_GO_WCVService())->withContext('App\\Controller\\Api\\PublisherStore\\PublisherController'$this));
  2095.         return $instance;
  2096.     }
  2097.     /**
  2098.      * Gets the public 'App\Controller\Api\PublisherStore\PublisherStoreController' shared autowired service.
  2099.      *
  2100.      * @return \App\Controller\Api\PublisherStore\PublisherStoreController
  2101.      */
  2102.     protected function getPublisherStoreControllerService()
  2103.     {
  2104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2108.         include_once \dirname(__DIR__4).'/src/Controller/Api/PublisherStore/PublisherStoreController.php';
  2109.         $this->services['App\\Controller\\Api\\PublisherStore\\PublisherStoreController'] = $instance = new \App\Controller\Api\PublisherStore\PublisherStoreController();
  2110.         $instance->setContainer(($this->privates['.service_locator.G_o.wCV'] ?? $this->get_ServiceLocator_GO_WCVService())->withContext('App\\Controller\\Api\\PublisherStore\\PublisherStoreController'$this));
  2111.         return $instance;
  2112.     }
  2113.     /**
  2114.      * Gets the public 'App\Controller\Api\PublisherStore\SubscriptionController' shared autowired service.
  2115.      *
  2116.      * @return \App\Controller\Api\PublisherStore\SubscriptionController
  2117.      */
  2118.     protected function getSubscriptionControllerService()
  2119.     {
  2120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2124.         include_once \dirname(__DIR__4).'/src/Controller/Api/PublisherStore/SubscriptionController.php';
  2125.         include_once \dirname(__DIR__4).'/src/Service/PasswordGenerator.php';
  2126.         $this->services['App\\Controller\\Api\\PublisherStore\\SubscriptionController'] = $instance = new \App\Controller\Api\PublisherStore\SubscriptionController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \App\Service\PasswordGenerator(), ($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['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()));
  2127.         $instance->setContainer(($this->privates['.service_locator.G_o.wCV'] ?? $this->get_ServiceLocator_GO_WCVService())->withContext('App\\Controller\\Api\\PublisherStore\\SubscriptionController'$this));
  2128.         return $instance;
  2129.     }
  2130.     /**
  2131.      * Gets the public 'App\Controller\Api\PublisherStore\UserController' shared autowired service.
  2132.      *
  2133.      * @return \App\Controller\Api\PublisherStore\UserController
  2134.      */
  2135.     protected function getUserControllerService()
  2136.     {
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2141.         include_once \dirname(__DIR__4).'/src/Controller/Api/PublisherStore/UserController.php';
  2142.         $this->services['App\\Controller\\Api\\PublisherStore\\UserController'] = $instance = new \App\Controller\Api\PublisherStore\UserController();
  2143.         $instance->setContainer(($this->privates['.service_locator.G_o.wCV'] ?? $this->get_ServiceLocator_GO_WCVService())->withContext('App\\Controller\\Api\\PublisherStore\\UserController'$this));
  2144.         return $instance;
  2145.     }
  2146.     /**
  2147.      * Gets the public 'App\Controller\Api\User\LoginLinkController' shared autowired service.
  2148.      *
  2149.      * @return \App\Controller\Api\User\LoginLinkController
  2150.      */
  2151.     protected function getLoginLinkControllerService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2157.         include_once \dirname(__DIR__4).'/src/Controller/Api/User/LoginLinkController.php';
  2158.         $this->services['App\\Controller\\Api\\User\\LoginLinkController'] = $instance = new \App\Controller\Api\User\LoginLinkController(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2159.         $instance->setContainer(($this->privates['.service_locator.G_o.wCV'] ?? $this->get_ServiceLocator_GO_WCVService())->withContext('App\\Controller\\Api\\User\\LoginLinkController'$this));
  2160.         return $instance;
  2161.     }
  2162.     /**
  2163.      * Gets the public 'App\Controller\Api\User\RestLoginController' shared autowired service.
  2164.      *
  2165.      * @return \App\Controller\Api\User\RestLoginController
  2166.      */
  2167.     protected function getRestLoginControllerService()
  2168.     {
  2169.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/FOSRestController.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/ClassResourceInterface.php';
  2176.         include_once \dirname(__DIR__4).'/src/Controller/Api/User/RestLoginController.php';
  2177.         return $this->services['App\\Controller\\Api\\User\\RestLoginController'] = new \App\Controller\Api\User\RestLoginController();
  2178.     }
  2179.     /**
  2180.      * Gets the public 'App\Controller\Api\User\RestProfileController' shared autowired service.
  2181.      *
  2182.      * @return \App\Controller\Api\User\RestProfileController
  2183.      */
  2184.     protected function getRestProfileControllerService()
  2185.     {
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/FOSRestController.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/ClassResourceInterface.php';
  2193.         include_once \dirname(__DIR__4).'/src/Controller/Api/User/RestProfileController.php';
  2194.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2196.         return $this->services['App\\Controller\\Api\\User\\RestProfileController'] = new \App\Controller\Api\User\RestProfileController(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['fos_user.util.token_generator'] ?? ($this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()));
  2197.     }
  2198.     /**
  2199.      * Gets the public 'App\Controller\Api\User\RestRegistrationController' shared autowired service.
  2200.      *
  2201.      * @return \App\Controller\Api\User\RestRegistrationController
  2202.      */
  2203.     protected function getRestRegistrationControllerService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/FOSRestController.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/ClassResourceInterface.php';
  2212.         include_once \dirname(__DIR__4).'/src/Controller/Api/User/RestRegistrationController.php';
  2213.         return $this->services['App\\Controller\\Api\\User\\RestRegistrationController'] = new \App\Controller\Api\User\RestRegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2214.     }
  2215.     /**
  2216.      * Gets the public 'App\Controller\View\ContactController' shared autowired service.
  2217.      *
  2218.      * @return \App\Controller\View\ContactController
  2219.      */
  2220.     protected function getContactControllerService()
  2221.     {
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2224.         include_once \dirname(__DIR__4).'/src/Controller/View/ContactController.php';
  2225.         $this->services['App\\Controller\\View\\ContactController'] = $instance = new \App\Controller\View\ContactController();
  2226.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\View\\ContactController'$this));
  2227.         return $instance;
  2228.     }
  2229.     /**
  2230.      * Gets the public 'App\Controller\View\ElasticSearch\SearchController' shared autowired service.
  2231.      *
  2232.      * @return \App\Controller\View\ElasticSearch\SearchController
  2233.      */
  2234.     protected function getSearchController2Service()
  2235.     {
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2240.         include_once \dirname(__DIR__4).'/src/Controller/View/ElasticSearch/SearchController.php';
  2241.         return $this->services['App\\Controller\\View\\ElasticSearch\\SearchController'] = new \App\Controller\View\ElasticSearch\SearchController();
  2242.     }
  2243.     /**
  2244.      * Gets the public 'App\Controller\View\Magazine\MagazineController' shared autowired service.
  2245.      *
  2246.      * @return \App\Controller\View\Magazine\MagazineController
  2247.      */
  2248.     protected function getMagazineController2Service()
  2249.     {
  2250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2252.         include_once \dirname(__DIR__4).'/src/Controller/View/Magazine/MagazineController.php';
  2253.         $this->services['App\\Controller\\View\\Magazine\\MagazineController'] = $instance = new \App\Controller\View\Magazine\MagazineController();
  2254.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\View\\Magazine\\MagazineController'$this));
  2255.         return $instance;
  2256.     }
  2257.     /**
  2258.      * Gets the public 'App\Controller\View\Magazine\ThemeController' shared autowired service.
  2259.      *
  2260.      * @return \App\Controller\View\Magazine\ThemeController
  2261.      */
  2262.     protected function getThemeControllerService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2266.         include_once \dirname(__DIR__4).'/src/Controller/View/Magazine/ThemeController.php';
  2267.         $this->services['App\\Controller\\View\\Magazine\\ThemeController'] = $instance = new \App\Controller\View\Magazine\ThemeController();
  2268.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\View\\Magazine\\ThemeController'$this));
  2269.         return $instance;
  2270.     }
  2271.     /**
  2272.      * Gets the public 'App\Controller\View\Magazine\TocController' shared autowired service.
  2273.      *
  2274.      * @return \App\Controller\View\Magazine\TocController
  2275.      */
  2276.     protected function getTocController2Service()
  2277.     {
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2280.         include_once \dirname(__DIR__4).'/src/Controller/View/Magazine/TocController.php';
  2281.         $this->services['App\\Controller\\View\\Magazine\\TocController'] = $instance = new \App\Controller\View\Magazine\TocController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\AdminEngineService'] ?? $this->getAdminEngineServiceService()));
  2282.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Controller\\View\\Magazine\\TocController'$this));
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the public 'App\Controller\View\PublisherStore\PublisherStoreController' shared autowired service.
  2287.      *
  2288.      * @return \App\Controller\View\PublisherStore\PublisherStoreController
  2289.      */
  2290.     protected function getPublisherStoreController2Service()
  2291.     {
  2292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  2296.         include_once \dirname(__DIR__4).'/src/Controller/View/PublisherStore/PublisherStoreController.php';
  2297.         $this->services['App\\Controller\\View\\PublisherStore\\PublisherStoreController'] = $instance = new \App\Controller\View\PublisherStore\PublisherStoreController(($this->privates['App\\Service\\AdminEngineService'] ?? $this->getAdminEngineServiceService()));
  2298.         $instance->setContainer(($this->privates['.service_locator.G_o.wCV'] ?? $this->get_ServiceLocator_GO_WCVService())->withContext('App\\Controller\\View\\PublisherStore\\PublisherStoreController'$this));
  2299.         return $instance;
  2300.     }
  2301.     /**
  2302.      * Gets the public 'App\Service\MagazinePropService' shared autowired service.
  2303.      *
  2304.      * @return \App\Service\MagazinePropService
  2305.      */
  2306.     protected function getMagazinePropServiceService()
  2307.     {
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2310.         include_once \dirname(__DIR__4).'/src/Service/MagazinePropService.php';
  2311.         $this->services['App\\Service\\MagazinePropService'] = $instance = new \App\Service\MagazinePropService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\AdminEngineService'] ?? $this->getAdminEngineServiceService()));
  2312.         $instance->setContainer(($this->privates['.service_locator.FyoBLPZ'] ?? $this->get_ServiceLocator_FyoBLPZService())->withContext('App\\Service\\MagazinePropService'$this));
  2313.         return $instance;
  2314.     }
  2315.     /**
  2316.      * Gets the public 'DH\AuditorBundle\Controller\ViewerController' shared service.
  2317.      *
  2318.      * @return \DH\AuditorBundle\Controller\ViewerController
  2319.      */
  2320.     protected function getViewerControllerService()
  2321.     {
  2322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Controller/ViewerController.php';
  2325.         $this->services['DH\\AuditorBundle\\Controller\\ViewerController'] = $instance = new \DH\AuditorBundle\Controller\ViewerController();
  2326.         $instance->setContainer($this);
  2327.         return $instance;
  2328.     }
  2329.     /**
  2330.      * Gets the public 'SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController' shared service.
  2331.      *
  2332.      * @return \SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController
  2333.      */
  2334.     protected function getMultiUploadControllerService()
  2335.     {
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  2340.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Controller/MediaAdminController.php';
  2341.         include_once \dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Controller/MultiUploadController.php';
  2342.         return $this->services['SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController'] = new \SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  2343.     }
  2344.     /**
  2345.      * Gets the public 'Sonata\AdminBundle\Action\DashboardAction' shared service.
  2346.      *
  2347.      * @return \Sonata\AdminBundle\Action\DashboardAction
  2348.      */
  2349.     protected function getDashboardActionService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  2352.         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()));
  2353.     }
  2354.     /**
  2355.      * Gets the public 'Sonata\AdminBundle\Action\SearchAction' shared service.
  2356.      *
  2357.      * @return \Sonata\AdminBundle\Action\SearchAction
  2358.      */
  2359.     protected function getSearchActionService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  2363.         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->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(true))), ($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()));
  2364.     }
  2365.     /**
  2366.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  2367.      *
  2368.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  2369.      *
  2370.      * @deprecated The "Sonata\AdminBundle\Command\CreateClassCacheCommand" service is deprecated since sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.
  2371.      */
  2372.     protected function getCreateClassCacheCommandService()
  2373.     {
  2374.         @trigger_error('The "Sonata\\AdminBundle\\Command\\CreateClassCacheCommand" service is deprecated since sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  2375.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  2376.         $instance->setName('cache:create-cache-class');
  2377.         return $instance;
  2378.     }
  2379.     /**
  2380.      * Gets the public 'Sonata\AdminBundle\Command\ExplainAdminCommand' shared service.
  2381.      *
  2382.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  2383.      */
  2384.     protected function getExplainAdminCommandService()
  2385.     {
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  2388.         $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()));
  2389.         $instance->setName('sonata:admin:explain');
  2390.         return $instance;
  2391.     }
  2392.     /**
  2393.      * Gets the public 'Sonata\AdminBundle\Command\GenerateObjectAclCommand' shared service.
  2394.      *
  2395.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  2396.      */
  2397.     protected function getGenerateObjectAclCommandService()
  2398.     {
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  2403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  2405.         $this->services['Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ['sonata.admin.manipulator.acl.object.orm' => new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator()], ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2406.         $instance->setName('sonata:admin:generate-object-acl');
  2407.         return $instance;
  2408.     }
  2409.     /**
  2410.      * Gets the public 'Sonata\AdminBundle\Command\ListAdminCommand' shared service.
  2411.      *
  2412.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  2413.      */
  2414.     protected function getListAdminCommandService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  2418.         $this->services['Sonata\\AdminBundle\\Command\\ListAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2419.         $instance->setName('sonata:admin:list');
  2420.         return $instance;
  2421.     }
  2422.     /**
  2423.      * Gets the public 'Sonata\AdminBundle\Command\SetupAclCommand' shared service.
  2424.      *
  2425.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  2426.      */
  2427.     protected function getSetupAclCommandService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  2431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  2433.         $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'))));
  2434.         $instance->setName('sonata:admin:setup-acl');
  2435.         return $instance;
  2436.     }
  2437.     /**
  2438.      * Gets the public 'Sonata\ClassificationBundle\Admin\Filter\CategoryFilter' service.
  2439.      *
  2440.      * @return \Sonata\ClassificationBundle\Admin\Filter\CategoryFilter
  2441.      */
  2442.     protected function getCategoryFilterService()
  2443.     {
  2444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/Filter/CategoryFilter.php';
  2448.         return new \Sonata\ClassificationBundle\Admin\Filter\CategoryFilter(($this->services['sonata.classification.manager.category'] ?? $this->getSonata_Classification_Manager_CategoryService()));
  2449.     }
  2450.     /**
  2451.      * Gets the public 'Sonata\ClassificationBundle\Admin\Filter\CollectionFilter' service.
  2452.      *
  2453.      * @return \Sonata\ClassificationBundle\Admin\Filter\CollectionFilter
  2454.      */
  2455.     protected function getCollectionFilterService()
  2456.     {
  2457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/Filter/CollectionFilter.php';
  2461.         return new \Sonata\ClassificationBundle\Admin\Filter\CollectionFilter(($this->services['sonata.classification.manager.collection'] ?? $this->getSonata_Classification_Manager_CollectionService()));
  2462.     }
  2463.     /**
  2464.      * Gets the public 'Sonata\ClassificationBundle\Command\FixContextCommand' shared service.
  2465.      *
  2466.      * @return \Sonata\ClassificationBundle\Command\FixContextCommand
  2467.      */
  2468.     protected function getFixContextCommandService()
  2469.     {
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Command/FixContextCommand.php';
  2474.         return $this->services['Sonata\\ClassificationBundle\\Command\\FixContextCommand'] = new \Sonata\ClassificationBundle\Command\FixContextCommand();
  2475.     }
  2476.     /**
  2477.      * Gets the public 'Sonata\ClassificationBundle\Controller\Api\CategoryController' shared service.
  2478.      *
  2479.      * @return \Sonata\ClassificationBundle\Controller\Api\CategoryController
  2480.      */
  2481.     protected function getCategoryControllerService()
  2482.     {
  2483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Controller/Api/CategoryController.php';
  2484.         return $this->services['Sonata\\ClassificationBundle\\Controller\\Api\\CategoryController'] = new \Sonata\ClassificationBundle\Controller\Api\CategoryController(($this->services['sonata.classification.manager.category'] ?? $this->getSonata_Classification_Manager_CategoryService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  2485.     }
  2486.     /**
  2487.      * Gets the public 'Sonata\ClassificationBundle\Controller\Api\CollectionController' shared service.
  2488.      *
  2489.      * @return \Sonata\ClassificationBundle\Controller\Api\CollectionController
  2490.      */
  2491.     protected function getCollectionControllerService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Controller/Api/CollectionController.php';
  2494.         return $this->services['Sonata\\ClassificationBundle\\Controller\\Api\\CollectionController'] = new \Sonata\ClassificationBundle\Controller\Api\CollectionController(($this->services['sonata.classification.manager.collection'] ?? $this->getSonata_Classification_Manager_CollectionService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  2495.     }
  2496.     /**
  2497.      * Gets the public 'Sonata\ClassificationBundle\Controller\Api\ContextController' shared service.
  2498.      *
  2499.      * @return \Sonata\ClassificationBundle\Controller\Api\ContextController
  2500.      */
  2501.     protected function getContextControllerService()
  2502.     {
  2503.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Controller/Api/ContextController.php';
  2504.         return $this->services['Sonata\\ClassificationBundle\\Controller\\Api\\ContextController'] = new \Sonata\ClassificationBundle\Controller\Api\ContextController(($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  2505.     }
  2506.     /**
  2507.      * Gets the public 'Sonata\ClassificationBundle\Controller\Api\TagController' shared service.
  2508.      *
  2509.      * @return \Sonata\ClassificationBundle\Controller\Api\TagController
  2510.      */
  2511.     protected function getTagControllerService()
  2512.     {
  2513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Controller/Api/TagController.php';
  2514.         return $this->services['Sonata\\ClassificationBundle\\Controller\\Api\\TagController'] = new \Sonata\ClassificationBundle\Controller\Api\TagController(($this->services['sonata.classification.manager.tag'] ?? $this->getSonata_Classification_Manager_TagService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  2515.     }
  2516.     /**
  2517.      * Gets the public 'Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter' service.
  2518.      *
  2519.      * @return \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter
  2520.      */
  2521.     protected function getEmptyFilterService()
  2522.     {
  2523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  2526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/EmptyFilter.php';
  2527.         return new \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter();
  2528.     }
  2529.     /**
  2530.      * Gets the public 'Sonata\MediaBundle\Command\AddMassMediaCommand' shared service.
  2531.      *
  2532.      * @return \Sonata\MediaBundle\Command\AddMassMediaCommand
  2533.      */
  2534.     protected function getAddMassMediaCommandService()
  2535.     {
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2537.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  2538.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/AddMassMediaCommand.php';
  2539.         return $this->services['Sonata\\MediaBundle\\Command\\AddMassMediaCommand'] = new \Sonata\MediaBundle\Command\AddMassMediaCommand(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2540.     }
  2541.     /**
  2542.      * Gets the public 'Sonata\MediaBundle\Command\AddMediaCommand' shared service.
  2543.      *
  2544.      * @return \Sonata\MediaBundle\Command\AddMediaCommand
  2545.      */
  2546.     protected function getAddMediaCommandService()
  2547.     {
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2549.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  2550.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/AddMediaCommand.php';
  2551.         return $this->services['Sonata\\MediaBundle\\Command\\AddMediaCommand'] = new \Sonata\MediaBundle\Command\AddMediaCommand(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  2552.     }
  2553.     /**
  2554.      * Gets the public 'Sonata\MediaBundle\Command\CleanMediaCommand' shared service.
  2555.      *
  2556.      * @return \Sonata\MediaBundle\Command\CleanMediaCommand
  2557.      */
  2558.     protected function getCleanMediaCommandService()
  2559.     {
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2561.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/CleanMediaCommand.php';
  2562.         return $this->services['Sonata\\MediaBundle\\Command\\CleanMediaCommand'] = new \Sonata\MediaBundle\Command\CleanMediaCommand(($this->privates['sonata.media.adapter.filesystem.local'] ?? ($this->privates['sonata.media.adapter.filesystem.local'] = new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/upload/media'), false))), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  2563.     }
  2564.     /**
  2565.      * Gets the public 'Sonata\MediaBundle\Command\FixMediaContextCommand' shared service.
  2566.      *
  2567.      * @return \Sonata\MediaBundle\Command\FixMediaContextCommand
  2568.      */
  2569.     protected function getFixMediaContextCommandService()
  2570.     {
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2572.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/FixMediaContextCommand.php';
  2573.         return $this->services['Sonata\\MediaBundle\\Command\\FixMediaContextCommand'] = new \Sonata\MediaBundle\Command\FixMediaContextCommand(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['sonata.media.manager.category.default'] ?? $this->getSonata_Media_Manager_Category_DefaultService()), ($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()));
  2574.     }
  2575.     /**
  2576.      * Gets the public 'Sonata\MediaBundle\Command\MigrateToJsonTypeCommand' shared service.
  2577.      *
  2578.      * @return \Sonata\MediaBundle\Command\MigrateToJsonTypeCommand
  2579.      */
  2580.     protected function getMigrateToJsonTypeCommandService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2583.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  2584.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/MigrateToJsonTypeCommand.php';
  2585.         return $this->services['Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand'] = new \Sonata\MediaBundle\Command\MigrateToJsonTypeCommand(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2586.     }
  2587.     /**
  2588.      * Gets the public 'Sonata\MediaBundle\Command\RefreshMetadataCommand' shared service.
  2589.      *
  2590.      * @return \Sonata\MediaBundle\Command\RefreshMetadataCommand
  2591.      */
  2592.     protected function getRefreshMetadataCommandService()
  2593.     {
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2595.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  2596.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/RefreshMetadataCommand.php';
  2597.         return $this->services['Sonata\\MediaBundle\\Command\\RefreshMetadataCommand'] = new \Sonata\MediaBundle\Command\RefreshMetadataCommand(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  2598.     }
  2599.     /**
  2600.      * Gets the public 'Sonata\MediaBundle\Command\RemoveThumbsCommand' shared service.
  2601.      *
  2602.      * @return \Sonata\MediaBundle\Command\RemoveThumbsCommand
  2603.      */
  2604.     protected function getRemoveThumbsCommandService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2607.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  2608.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/RemoveThumbsCommand.php';
  2609.         return $this->services['Sonata\\MediaBundle\\Command\\RemoveThumbsCommand'] = new \Sonata\MediaBundle\Command\RemoveThumbsCommand(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  2610.     }
  2611.     /**
  2612.      * Gets the public 'Sonata\MediaBundle\Command\SyncThumbsCommand' shared service.
  2613.      *
  2614.      * @return \Sonata\MediaBundle\Command\SyncThumbsCommand
  2615.      */
  2616.     protected function getSyncThumbsCommandService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2619.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  2620.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/SyncThumbsCommand.php';
  2621.         return $this->services['Sonata\\MediaBundle\\Command\\SyncThumbsCommand'] = new \Sonata\MediaBundle\Command\SyncThumbsCommand(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  2622.     }
  2623.     /**
  2624.      * Gets the public 'Sonata\MediaBundle\Command\UpdateCdnStatusCommand' shared service.
  2625.      *
  2626.      * @return \Sonata\MediaBundle\Command\UpdateCdnStatusCommand
  2627.      */
  2628.     protected function getUpdateCdnStatusCommandService()
  2629.     {
  2630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2631.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  2632.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Command/UpdateCdnStatusCommand.php';
  2633.         return $this->services['Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand'] = new \Sonata\MediaBundle\Command\UpdateCdnStatusCommand(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  2634.     }
  2635.     /**
  2636.      * Gets the public 'Sonata\MediaBundle\Controller\Api\GalleryController' shared service.
  2637.      *
  2638.      * @return \Sonata\MediaBundle\Controller\Api\GalleryController
  2639.      */
  2640.     protected function getGalleryControllerService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Controller/Api/GalleryController.php';
  2643.         return $this->services['Sonata\\MediaBundle\\Controller\\Api\\GalleryController'] = new \Sonata\MediaBundle\Controller\Api\GalleryController(($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()), ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia');
  2644.     }
  2645.     /**
  2646.      * Gets the public 'Sonata\MediaBundle\Controller\Api\MediaController' shared service.
  2647.      *
  2648.      * @return \Sonata\MediaBundle\Controller\Api\MediaController
  2649.      */
  2650.     protected function getMediaControllerService()
  2651.     {
  2652.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Controller/Api/MediaController.php';
  2653.         return $this->services['Sonata\\MediaBundle\\Controller\\Api\\MediaController'] = new \Sonata\MediaBundle\Controller\Api\MediaController(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  2654.     }
  2655.     /**
  2656.      * Gets the public 'Sonata\UserBundle\Action\CheckEmailAction' shared service.
  2657.      *
  2658.      * @return \Sonata\UserBundle\Action\CheckEmailAction
  2659.      */
  2660.     protected function getCheckEmailActionService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckEmailAction.php';
  2663.         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);
  2664.     }
  2665.     /**
  2666.      * Gets the public 'Sonata\UserBundle\Action\CheckLoginAction' shared service.
  2667.      *
  2668.      * @return \Sonata\UserBundle\Action\CheckLoginAction
  2669.      */
  2670.     protected function getCheckLoginActionService()
  2671.     {
  2672.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckLoginAction.php';
  2673.         return $this->services['Sonata\\UserBundle\\Action\\CheckLoginAction'] = new \Sonata\UserBundle\Action\CheckLoginAction();
  2674.     }
  2675.     /**
  2676.      * Gets the public 'Sonata\UserBundle\Action\LoginAction' shared service.
  2677.      *
  2678.      * @return \Sonata\UserBundle\Action\LoginAction
  2679.      */
  2680.     protected function getLoginActionService()
  2681.     {
  2682.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php';
  2683.         $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()));
  2684.         if ($this->has('security.csrf.token_manager')) {
  2685.             $instance->setCsrfTokenManager(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2686.         }
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the public 'Sonata\UserBundle\Action\LogoutAction' shared service.
  2691.      *
  2692.      * @return \Sonata\UserBundle\Action\LogoutAction
  2693.      */
  2694.     protected function getLogoutActionService()
  2695.     {
  2696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LogoutAction.php';
  2697.         return $this->services['Sonata\\UserBundle\\Action\\LogoutAction'] = new \Sonata\UserBundle\Action\LogoutAction();
  2698.     }
  2699.     /**
  2700.      * Gets the public 'Sonata\UserBundle\Action\RequestAction' shared service.
  2701.      *
  2702.      * @return \Sonata\UserBundle\Action\RequestAction
  2703.      */
  2704.     protected function getRequestActionService()
  2705.     {
  2706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/RequestAction.php';
  2707.         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()));
  2708.     }
  2709.     /**
  2710.      * Gets the public 'Sonata\UserBundle\Action\ResetAction' shared service.
  2711.      *
  2712.      * @return \Sonata\UserBundle\Action\ResetAction
  2713.      */
  2714.     protected function getResetActionService()
  2715.     {
  2716.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php';
  2717.         $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'api');
  2718.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2719.         return $instance;
  2720.     }
  2721.     /**
  2722.      * Gets the public 'Sonata\UserBundle\Action\SendEmailAction' shared service.
  2723.      *
  2724.      * @return \Sonata\UserBundle\Action\SendEmailAction
  2725.      */
  2726.     protected function getSendEmailActionService()
  2727.     {
  2728.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/SendEmailAction.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2731.         return $this->services['Sonata\\UserBundle\\Action\\SendEmailAction'] = new \Sonata\UserBundle\Action\SendEmailAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['sonata.user.mailer'] ?? $this->getSonata_User_MailerService()), ($this->services['fos_user.util.token_generator'] ?? ($this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator())), 7200);
  2732.     }
  2733.     /**
  2734.      * Gets the public 'Sonata\UserBundle\Command\TwoStepVerificationCommand' shared service.
  2735.      *
  2736.      * @return \Sonata\UserBundle\Command\TwoStepVerificationCommand
  2737.      */
  2738.     protected function getTwoStepVerificationCommandService()
  2739.     {
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Command/TwoStepVerificationCommand.php';
  2744.         return $this->services['Sonata\\UserBundle\\Command\\TwoStepVerificationCommand'] = new \Sonata\UserBundle\Command\TwoStepVerificationCommand(NULLNULL, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2745.     }
  2746.     /**
  2747.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2748.      *
  2749.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2750.      */
  2751.     protected function getRedirectControllerService()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2754.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  2755.     }
  2756.     /**
  2757.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2758.      *
  2759.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2760.      */
  2761.     protected function getTemplateControllerService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2764.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  2765.     }
  2766.     /**
  2767.      * Gets the public 'cache.app' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2770.      */
  2771.     protected function getCache_AppService()
  2772.     {
  2773.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('dd24UiF0uu'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  2774.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2775.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2776.     }
  2777.     /**
  2778.      * Gets the public 'cache.app_clearer' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2781.      */
  2782.     protected function getCache_AppClearerService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2786.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2787.     }
  2788.     /**
  2789.      * Gets the public 'cache.global_clearer' shared service.
  2790.      *
  2791.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2792.      */
  2793.     protected function getCache_GlobalClearerService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2797.         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()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2798.     }
  2799.     /**
  2800.      * Gets the public 'cache.system' shared service.
  2801.      *
  2802.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2803.      */
  2804.     protected function getCache_SystemService()
  2805.     {
  2806.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QP1ficvMAh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2807.     }
  2808.     /**
  2809.      * Gets the public 'cache.system_clearer' shared service.
  2810.      *
  2811.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2812.      */
  2813.     protected function getCache_SystemClearerService()
  2814.     {
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2817.         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()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2818.     }
  2819.     /**
  2820.      * Gets the public 'cache_clearer' shared service.
  2821.      *
  2822.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2823.      */
  2824.     protected function getCacheClearerService()
  2825.     {
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2828.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2829.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2830.         }, 1));
  2831.     }
  2832.     /**
  2833.      * Gets the public 'cache_warmer' shared service.
  2834.      *
  2835.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2836.      */
  2837.     protected function getCacheWarmerService()
  2838.     {
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2841.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2842.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  2843.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2844.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2845.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2846.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2847.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2848.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  2849.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2850.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  2851.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2852.             yield 10 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  2853.             yield 11 => ($this->privates['exercise_html_purifier.cache_warmer.serializer'] ?? $this->getExerciseHtmlPurifier_CacheWarmer_SerializerService());
  2854.         }, 12), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  2855.     }
  2856.     /**
  2857.      * Gets the public 'console.command.public_alias.fos_oauth_server.clean_command' shared service.
  2858.      *
  2859.      * @return \FOS\OAuthServerBundle\Command\CleanCommand
  2860.      */
  2861.     protected function getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService()
  2862.     {
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2864.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CleanCommand.php';
  2865.         return $this->services['console.command.public_alias.fos_oauth_server.clean_command'] = new \FOS\OAuthServerBundle\Command\CleanCommand(($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()));
  2866.     }
  2867.     /**
  2868.      * Gets the public 'console.command.public_alias.fos_oauth_server.create_client_command' shared service.
  2869.      *
  2870.      * @return \FOS\OAuthServerBundle\Command\CreateClientCommand
  2871.      */
  2872.     protected function getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CreateClientCommand.php';
  2876.         return $this->services['console.command.public_alias.fos_oauth_server.create_client_command'] = new \FOS\OAuthServerBundle\Command\CreateClientCommand(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  2877.     }
  2878.     /**
  2879.      * Gets the public 'console.command_loader' shared service.
  2880.      *
  2881.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2882.      */
  2883.     protected function getConsole_CommandLoaderService()
  2884.     {
  2885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2887.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2888.             'App\\Command\\PopulateSuggestCommand' => ['privates''App\\Command\\PopulateSuggestCommand''getPopulateSuggestCommandService'false],
  2889.             'App\\Command\\PopulateSuggestCommandSingle' => ['privates''App\\Command\\PopulateSuggestCommandSingle''getPopulateSuggestCommandSingleService'false],
  2890.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\CleanAuditLogsCommand' => ['privates''DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\CleanAuditLogsCommand''getCleanAuditLogsCommandService'false],
  2891.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\UpdateSchemaCommand' => ['privates''DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\UpdateSchemaCommand''getUpdateSchemaCommandService'false],
  2892.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2893.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  2894.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  2895.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  2896.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ExplainAdminCommand''getExplainAdminCommandService'false],
  2897.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => ['services''Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''getGenerateObjectAclCommandService'false],
  2898.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ListAdminCommand''getListAdminCommandService'false],
  2899.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => ['services''Sonata\\AdminBundle\\Command\\SetupAclCommand''getSetupAclCommandService'false],
  2900.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  2901.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''getInitAclCommandService'false],
  2902.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''getSetAclCommandService'false],
  2903.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2904.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2905.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2906.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2907.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2908.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2909.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2910.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2911.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2912.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2913.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2914.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2915.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2916.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2917.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2918.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2919.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2920.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2921.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2922.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2923.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2924.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2925.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2926.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2927.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2928.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2929.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2930.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2931.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2932.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2933.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2934.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2935.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2936.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2937.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2938.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2939.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2940.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2941.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2942.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2943.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2944.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2945.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2946.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2947.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2948.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2949.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2950.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2951.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2952.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2953.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2954.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2955.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2956.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2957.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2958.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2959.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  2960.             'fos_elastica.command.create' => ['privates''fos_elastica.command.create''getFosElastica_Command_CreateService'false],
  2961.             'fos_elastica.command.populate' => ['privates''fos_elastica.command.populate''getFosElastica_Command_PopulateService'false],
  2962.             'fos_elastica.command.reset' => ['privates''fos_elastica.command.reset''getFosElastica_Command_ResetService'false],
  2963.             'fos_elastica.command.search' => ['privates''fos_elastica.command.search''getFosElastica_Command_SearchService'false],
  2964.             'fos_elastica.command.templates_reset' => ['privates''fos_elastica.command.templates_reset''getFosElastica_Command_TemplatesResetService'false],
  2965.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2966.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2967.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2968.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2969.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2970.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2971.             'lexik_jwt_authentication.check_config_command' => ['services''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2972.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2973.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2974.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2975.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2976.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2977.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  2978.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2979.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2980.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2981.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  2982.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  2983.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2984.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2985.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  2986.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2987.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2988.             'maker.auto_command.make_sonata_admin' => ['privates''maker.auto_command.make_sonata_admin''getMaker_AutoCommand_MakeSonataAdminService'false],
  2989.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2990.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  2991.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2992.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2993.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2994.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2995.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  2996.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2997.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2998.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2999.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  3000.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3001.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3002.             'web_server.command.server_log' => ['privates''web_server.command.server_log''getWebServer_Command_ServerLogService'false],
  3003.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  3004.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  3005.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  3006.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  3007.         ], [
  3008.             'App\\Command\\PopulateSuggestCommand' => 'App\\Command\\PopulateSuggestCommand',
  3009.             'App\\Command\\PopulateSuggestCommandSingle' => 'App\\Command\\PopulateSuggestCommandSingle',
  3010.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\CleanAuditLogsCommand' => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\CleanAuditLogsCommand',
  3011.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\UpdateSchemaCommand' => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\UpdateSchemaCommand',
  3012.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  3013.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  3014.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  3015.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  3016.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  3017.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  3018.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  3019.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  3020.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  3021.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand',
  3022.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand',
  3023.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  3024.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  3025.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  3026.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  3027.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  3028.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  3029.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  3030.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  3031.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  3032.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  3033.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  3034.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  3035.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  3036.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  3037.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  3038.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  3039.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  3040.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  3041.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  3042.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  3043.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  3044.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  3045.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  3046.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  3047.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  3048.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  3049.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  3050.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  3051.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  3052.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  3053.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  3054.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  3055.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  3056.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  3057.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  3058.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  3059.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  3060.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  3061.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  3062.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  3063.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  3064.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  3065.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  3066.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  3067.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  3068.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  3069.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  3070.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  3071.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  3072.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  3073.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  3074.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  3075.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  3076.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  3077.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  3078.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  3079.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  3080.             'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
  3081.             'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
  3082.             'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
  3083.             'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
  3084.             'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
  3085.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  3086.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  3087.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  3088.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  3089.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  3090.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  3091.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  3092.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  3093.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3094.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3095.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3096.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3097.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3098.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3099.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3100.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3101.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3102.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3103.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3104.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3105.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3106.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3107.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3108.             'maker.auto_command.make_sonata_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3109.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3110.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3111.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3112.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3113.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3114.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3115.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  3116.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  3117.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  3118.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  3119.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  3120.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  3121.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  3122.             'web_server.command.server_log' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerLogCommand',
  3123.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  3124.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  3125.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  3126.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  3127.         ]), ['mrmagz:populate' => 'App\\Command\\PopulateSuggestCommand''mrmagz:populatesingle' => 'App\\Command\\PopulateSuggestCommandSingle''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''sonata:block:debug' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''cache:create-cache-class' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''sonata:admin:explain' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand''sonata:admin:generate-object-acl' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''sonata:admin:list' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand''sonata:admin:setup-acl' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''server:log' => 'web_server.command.server_log''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''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''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''ckeditor:install' => 'fos_ck_editor.command.installer''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''acl:init' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''acl:set' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''audit:clean' => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\CleanAuditLogsCommand''audit:schema:update' => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\UpdateSchemaCommand''fos:elastica:create' => 'fos_elastica.command.create''fos:elastica:populate' => 'fos_elastica.command.populate''fos:elastica:reset' => 'fos_elastica.command.reset''fos:elastica:reset-templates' => 'fos_elastica.command.templates_reset''fos:elastica:search' => 'fos_elastica.command.search''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:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  3128.     }
  3129.     /**
  3130.      * Gets the public 'container.env_var_processors_locator' shared service.
  3131.      *
  3132.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3133.      */
  3134.     protected function getContainer_EnvVarProcessorsLocatorService()
  3135.     {
  3136.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3137.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3138.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3139.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3140.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3141.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3142.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3143.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3144.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3145.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3146.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3147.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3148.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3149.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3150.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3151.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3152.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3153.         ], [
  3154.             'base64' => '?',
  3155.             'bool' => '?',
  3156.             'const' => '?',
  3157.             'csv' => '?',
  3158.             'default' => '?',
  3159.             'file' => '?',
  3160.             'float' => '?',
  3161.             'int' => '?',
  3162.             'json' => '?',
  3163.             'key' => '?',
  3164.             'query_string' => '?',
  3165.             'require' => '?',
  3166.             'resolve' => '?',
  3167.             'string' => '?',
  3168.             'trim' => '?',
  3169.             'url' => '?',
  3170.         ]);
  3171.     }
  3172.     /**
  3173.      * Gets the public 'doctrine' shared service.
  3174.      *
  3175.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3176.      */
  3177.     protected function getDoctrineService()
  3178.     {
  3179.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3180.     }
  3181.     /**
  3182.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3183.      *
  3184.      * @return \Doctrine\DBAL\Connection
  3185.      */
  3186.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3187.     {
  3188.         $a = new \Doctrine\DBAL\Configuration();
  3189.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3190.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3191.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3192.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3193.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  3194.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3195.             'App.Admin.MagazineAdmin' => [false'App.Admin.MagazineAdmin''getApp_Admin_MagazineAdminService'false],
  3196.             'App\\EventListener\\DatabaseDoctrineSubscriber' => ['privates''App\\EventListener\\DatabaseDoctrineSubscriber''getDatabaseDoctrineSubscriberService'false],
  3197.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener' => ['privates''DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener''getCreateSchemaListenerService'false],
  3198.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3199.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  3200.             'security.acl.dbal.schema_listener' => ['privates''security.acl.dbal.schema_listener''getSecurity_Acl_Dbal_SchemaListenerService'false],
  3201.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'false],
  3202.             'sonata.media.doctrine.event_subscriber' => ['privates''sonata.media.doctrine.event_subscriber''getSonata_Media_Doctrine_EventSubscriberService'false],
  3203.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  3204.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'false],
  3205.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'false],
  3206.         ], [
  3207.             'App.Admin.MagazineAdmin' => '?',
  3208.             'App\\EventListener\\DatabaseDoctrineSubscriber' => '?',
  3209.             'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener' => '?',
  3210.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3211.             'fos_user.user_listener' => '?',
  3212.             'security.acl.dbal.schema_listener' => '?',
  3213.             'sonata.doctrine.mapper' => '?',
  3214.             'sonata.media.doctrine.event_subscriber' => '?',
  3215.             'stof_doctrine_extensions.listener.sluggable' => '?',
  3216.             'stof_doctrine_extensions.listener.sortable' => '?',
  3217.             'stof_doctrine_extensions.listener.tree' => '?',
  3218.         ]), [=> 'App\\EventListener\\DatabaseDoctrineSubscriber'=> 'fos_user.user_listener'=> 'sonata.media.doctrine.event_subscriber'=> 'stof_doctrine_extensions.listener.tree'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.sortable'=> 'sonata.doctrine.mapper'=> 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener']);
  3219.         $c->addEventListener([=> 'postPersist'], 'App.Admin.MagazineAdmin');
  3220.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  3221.         $c->addEventListener([=> 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
  3222.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['connection_override_options' => [], 'driver' => 'pdo_mysql''url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 'mariadb-10.2.7''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $a$c, []);
  3223.     }
  3224.     /**
  3225.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3226.      *
  3227.      * @return \Doctrine\ORM\EntityManager
  3228.      */
  3229.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3230.     {
  3231.         $a = new \Doctrine\ORM\Configuration();
  3232.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3233.         $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).'/mrvendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity', (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/config/doctrine') => 'Sonata\\ClassificationBundle\\Entity', (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity']);
  3234.         $c->setGlobalBasename('mapping');
  3235.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  3236.         $e = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'));
  3237.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  3238.         $b->addDriver($c'Sonata\\MediaBundle\\Entity');
  3239.         $b->addDriver($c'Sonata\\ClassificationBundle\\Entity');
  3240.         $b->addDriver($c'FOS\\OAuthServerBundle\\Entity');
  3241.         $b->addDriver($d'App\\Application\\Sonata\\UserBundle\\Entity');
  3242.         $b->addDriver($d'App\\Application\\Sonata\\MediaBundle\\Entity');
  3243.         $b->addDriver($d'App\\Entity');
  3244.         $b->addDriver($d'Gedmo\\Tree\\Entity');
  3245.         $b->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  3246.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  3247.         $b->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  3248.         $b->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  3249.         $a->setEntityNamespaces(['SonataUserBundle' => 'Sonata\\UserBundle\\Entity''ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\Entity''ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\Entity''SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity''SonataClassificationBundle' => 'Sonata\\ClassificationBundle\\Entity''App' => 'App\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  3250.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  3251.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  3252.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  3253.         $a->setMetadataDriverImpl($b);
  3254.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3255.         $a->setProxyNamespace('Proxies');
  3256.         $a->setAutoGenerateProxyClasses(true);
  3257.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  3258.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3259.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3260.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3261.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  3262.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3263.             'App\\Repository\\Admin\\ProductRepository' => ['privates''App\\Repository\\Admin\\ProductRepository''getProductRepositoryService'false],
  3264.             'App\\Repository\\BlockRepository' => ['privates''App\\Repository\\BlockRepository''getBlockRepositoryService'false],
  3265.             'App\\Repository\\CommonCssRepository' => ['privates''App\\Repository\\CommonCssRepository''getCommonCssRepositoryService'false],
  3266.             'App\\Repository\\GatrackRepository' => ['privates''App\\Repository\\GatrackRepository''getGatrackRepositoryService'false],
  3267.             'App\\Repository\\LoginLinkRepository' => ['privates''App\\Repository\\LoginLinkRepository''getLoginLinkRepositoryService'false],
  3268.             'App\\Repository\\MagazineBlockRepository' => ['privates''App\\Repository\\MagazineBlockRepository''getMagazineBlockRepositoryService'false],
  3269.             'App\\Repository\\MagazinePageRepository' => ['privates''App\\Repository\\MagazinePageRepository''getMagazinePageRepositoryService'false],
  3270.             'App\\Repository\\MagazineRepository' => ['privates''App\\Repository\\MagazineRepository''getMagazineRepositoryService'false],
  3271.             'App\\Repository\\PublisherRepository' => ['privates''App\\Repository\\PublisherRepository''getPublisherRepositoryService'false],
  3272.             'App\\Repository\\PublisherStoreRepository' => ['privates''App\\Repository\\PublisherStoreRepository''getPublisherStoreRepositoryService'false],
  3273.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'false],
  3274.         ], [
  3275.             'App\\Repository\\Admin\\ProductRepository' => '?',
  3276.             'App\\Repository\\BlockRepository' => '?',
  3277.             'App\\Repository\\CommonCssRepository' => '?',
  3278.             'App\\Repository\\GatrackRepository' => '?',
  3279.             'App\\Repository\\LoginLinkRepository' => '?',
  3280.             'App\\Repository\\MagazineBlockRepository' => '?',
  3281.             'App\\Repository\\MagazinePageRepository' => '?',
  3282.             'App\\Repository\\MagazineRepository' => '?',
  3283.             'App\\Repository\\PublisherRepository' => '?',
  3284.             'App\\Repository\\PublisherStoreRepository' => '?',
  3285.             'App\\Repository\\SubscriptionRepository' => '?',
  3286.         ])));
  3287.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3288.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the public 'error_controller' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3295.      */
  3296.     protected function getErrorControllerService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3303.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3304.         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)));
  3305.     }
  3306.     /**
  3307.      * Gets the public 'event_dispatcher' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3310.      */
  3311.     protected function getEventDispatcherService()
  3312.     {
  3313.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3314.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3315.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3317.         $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())));
  3318.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  3319.             return ($this->privates['event.jwt_created_listener'] ?? $this->getEvent_JwtCreatedListenerService());
  3320.         }, => 'onJWTCreated'], 0);
  3321.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  3322.             return ($this->privates['event.jwt_success_listener'] ?? $this->getEvent_JwtSuccessListenerService());
  3323.         }, => 'onJWTAuthenticationSuccess'], 0);
  3324.         $instance->addListener('kernel.controller', [=> function () {
  3325.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3326.         }, => 'onKernelController'], 0);
  3327.         $instance->addListener('kernel.response', [=> function () {
  3328.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  3329.         }, => 'onKernelResponse'], 0);
  3330.         $instance->addListener('console.terminate', [=> function () {
  3331.             return ($this->privates['Sonata\\AdminBundle\\EventListener\\AssetsInstallCommandListener'] ?? $this->getAssetsInstallCommandListenerService());
  3332.         }, => 'copySonataCoreBundleAssets'], 0);
  3333.         $instance->addListener('kernel.request', [=> function () {
  3334.             return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
  3335.         }, => 'onKernelRequest'], 200);
  3336.         $instance->addListener('kernel.request', [=> function () {
  3337.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  3338.         }, => 'onKernelRequest'], 10);
  3339.         $instance->addListener('kernel.controller', [=> function () {
  3340.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  3341.         }, => 'onKernelController'], 5);
  3342.         $instance->addListener('kernel.exception', [=> function () {
  3343.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3344.         }, => 'onKernelException'], 0);
  3345.         $instance->addListener('kernel.request', [=> function () {
  3346.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  3347.         }, => 'onKernelRequest'], 250);
  3348.         $instance->addListener('kernel.response', [=> function () {
  3349.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  3350.         }, => 'onKernelResponse'], 0);
  3351.         $instance->addListener('kernel.response', [=> function () {
  3352.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  3353.         }, => 'onResponse'], 0);
  3354.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  3355.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  3356.         }, => 'attachRefreshToken'], 0);
  3357.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  3358.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
  3359.         }, => 'onPostIndexPopulate'], -9999);
  3360.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  3361.             return ($this->privates['App\\Service\\ElasticSearchPostTransformListener'] ?? ($this->privates['App\\Service\\ElasticSearchPostTransformListener'] = new \App\Service\ElasticSearchPostTransformListener()));
  3362.         }, => 'doPostTransform'], 0);
  3363.         $instance->addListener('fos_elastica.pre_transform', [=> function () {
  3364.             return ($this->privates['App\\Service\\ElasticSearchPreTransformListener'] ?? ($this->privates['App\\Service\\ElasticSearchPreTransformListener'] = new \App\Service\ElasticSearchPreTransformListener()));
  3365.         }, => 'doPreTransform'], 0);
  3366.         $instance->addListener('fos_elastica.pre_transform', [=> function () {
  3367.             return ($this->privates['fos_elastica.listener.suggest.content'] ?? $this->getFosElastica_Listener_Suggest_ContentService());
  3368.         }, => 'doPreTransform'], 0);
  3369.         $instance->addListener('kernel.response', [=> function () {
  3370.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  3371.         }, => 'onKernelResponse'], 0);
  3372.         $instance->addListener('kernel.response', [=> function () {
  3373.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3374.         }, => 'onKernelResponse'], -1024);
  3375.         $instance->addListener('kernel.request', [=> function () {
  3376.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3377.         }, => 'setDefaultLocale'], 100);
  3378.         $instance->addListener('kernel.request', [=> function () {
  3379.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3380.         }, => 'onKernelRequest'], 16);
  3381.         $instance->addListener('kernel.finish_request', [=> function () {
  3382.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3383.         }, => 'onKernelFinishRequest'], 0);
  3384.         $instance->addListener('kernel.request', [=> function () {
  3385.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3386.         }, => 'onKernelRequest'], 256);
  3387.         $instance->addListener('kernel.request', [=> function () {
  3388.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  3389.         }, => 'resolveControllerName'], 24);
  3390.         $instance->addListener('kernel.response', [=> function () {
  3391.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3392.         }, => 'onResponse'], -255);
  3393.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3394.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3395.         }, => 'onControllerArguments'], 0);
  3396.         $instance->addListener('kernel.exception', [=> function () {
  3397.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3398.         }, => 'logKernelException'], 0);
  3399.         $instance->addListener('kernel.exception', [=> function () {
  3400.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3401.         }, => 'onKernelException'], -128);
  3402.         $instance->addListener('kernel.request', [=> function () {
  3403.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3404.         }, => 'onKernelRequest'], 15);
  3405.         $instance->addListener('kernel.finish_request', [=> function () {
  3406.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3407.         }, => 'onKernelFinishRequest'], -15);
  3408.         $instance->addListener('console.error', [=> function () {
  3409.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3410.         }, => 'onConsoleError'], -128);
  3411.         $instance->addListener('console.terminate', [=> function () {
  3412.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3413.         }, => 'onConsoleTerminate'], -128);
  3414.         $instance->addListener('console.error', [=> function () {
  3415.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3416.         }, => 'onConsoleError'], 0);
  3417.         $instance->addListener('kernel.request', [=> function () {
  3418.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3419.         }, => 'onKernelRequest'], 128);
  3420.         $instance->addListener('kernel.response', [=> function () {
  3421.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3422.         }, => 'onKernelResponse'], -1000);
  3423.         $instance->addListener('kernel.finish_request', [=> function () {
  3424.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3425.         }, => 'onFinishRequest'], 0);
  3426.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3427.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3428.         }, => 'onMessage'], -255);
  3429.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3430.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3431.         }, => 'onMessage'], -255);
  3432.         $instance->addListener('kernel.response', [=> function () {
  3433.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3434.         }, => 'onKernelResponse'], -100);
  3435.         $instance->addListener('kernel.exception', [=> function () {
  3436.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3437.         }, => 'onKernelException'], 0);
  3438.         $instance->addListener('kernel.terminate', [=> function () {
  3439.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3440.         }, => 'onKernelTerminate'], -1024);
  3441.         $instance->addListener('kernel.controller', [=> function () {
  3442.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3443.         }, => 'onKernelController'], 0);
  3444.         $instance->addListener('kernel.response', [=> function () {
  3445.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3446.         }, => 'onKernelResponse'], 0);
  3447.         $instance->addListener('kernel.request', [=> function () {
  3448.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3449.         }, => 'configure'], 2048);
  3450.         $instance->addListener('console.command', [=> function () {
  3451.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3452.         }, => 'configure'], 2048);
  3453.         $instance->addListener('kernel.request', [=> function () {
  3454.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3455.         }, => 'onKernelRequest'], 32);
  3456.         $instance->addListener('kernel.finish_request', [=> function () {
  3457.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3458.         }, => 'onKernelFinishRequest'], 0);
  3459.         $instance->addListener('kernel.exception', [=> function () {
  3460.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3461.         }, => 'onKernelException'], -64);
  3462.         $instance->addListener('kernel.response', [=> function () {
  3463.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3464.         }, => 'onKernelResponse'], 0);
  3465.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3466.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3467.         }, => 'onMessage'], 0);
  3468.         $instance->addListener('kernel.response', [=> function () {
  3469.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3470.         }, => 'onKernelResponse'], 0);
  3471.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3472.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3473.         }, => 'onVoterVote'], 0);
  3474.         $instance->addListener('kernel.request', [=> function () {
  3475.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3476.         }, => 'configureLogoutUrlGenerator'], 8);
  3477.         $instance->addListener('kernel.request', [=> function () {
  3478.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3479.         }, => 'onKernelRequest'], 8);
  3480.         $instance->addListener('kernel.finish_request', [=> function () {
  3481.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3482.         }, => 'onKernelFinishRequest'], 0);
  3483.         $instance->addListener('console.error', [=> function () {
  3484.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3485.         }, => 'onConsoleError'], 0);
  3486.         $instance->addListener('console.terminate', [=> function () {
  3487.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3488.         }, => 'onConsoleTerminate'], 0);
  3489.         $instance->addListener('kernel.exception', [=> function () {
  3490.             return ($this->privates['fos_rest.exception_listener'] ?? $this->getFosRest_ExceptionListenerService());
  3491.         }, => 'onKernelException'], -100);
  3492.         $instance->addListener('kernel.exception', [=> function () {
  3493.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  3494.         }, => 'getResponseStatusCodeFromThrowable'], 0);
  3495.         $instance->addListener('kernel.response', [=> function () {
  3496.             return ($this->privates['fos_rest.exception.response_status_code_listener'] ?? $this->getFosRest_Exception_ResponseStatusCodeListenerService());
  3497.         }, => 'setResponseStatusCode'], 0);
  3498.         $instance->addListener('kernel.view', [=> function () {
  3499.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  3500.         }, => 'onKernelView'], 30);
  3501.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  3502.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3503.         }, => 'onImplicitLogin'], 0);
  3504.         $instance->addListener('security.interactive_login', [=> function () {
  3505.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3506.         }, => 'onSecurityInteractiveLogin'], 0);
  3507.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3508.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3509.         }, => 'authenticate'], 0);
  3510.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  3511.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3512.         }, => 'authenticate'], 0);
  3513.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3514.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3515.         }, => 'authenticate'], 0);
  3516.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  3517.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3518.         }, => 'addSuccessFlash'], 0);
  3519.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  3520.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3521.         }, => 'addSuccessFlash'], 0);
  3522.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  3523.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3524.         }, => 'addSuccessFlash'], 0);
  3525.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  3526.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3527.         }, => 'addSuccessFlash'], 0);
  3528.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  3529.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3530.         }, => 'addSuccessFlash'], 0);
  3531.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3532.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3533.         }, => 'addSuccessFlash'], 0);
  3534.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3535.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3536.         }, => 'addSuccessFlash'], 0);
  3537.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  3538.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3539.         }, => 'onResettingResetInitialize'], 0);
  3540.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  3541.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3542.         }, => 'onResettingResetSuccess'], 0);
  3543.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  3544.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3545.         }, => 'onResettingResetRequest'], 0);
  3546.         $instance->addListener('kernel.exception', [=> function () {
  3547.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3548.         }, => 'onException'], 0);
  3549.         $instance->addListener('kernel.terminate', [=> function () {
  3550.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3551.         }, => 'onTerminate'], 0);
  3552.         $instance->addListener('console.error', [=> function () {
  3553.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3554.         }, => 'onException'], 0);
  3555.         $instance->addListener('console.terminate', [=> function () {
  3556.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3557.         }, => 'onTerminate'], 0);
  3558.         $instance->addListener('kernel.controller', [=> function () {
  3559.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3560.         }, => 'onKernelController'], 0);
  3561.         $instance->addListener('kernel.controller', [=> function () {
  3562.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3563.         }, => 'onKernelController'], 0);
  3564.         $instance->addListener('kernel.controller', [=> function () {
  3565.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3566.         }, => 'onKernelController'], -128);
  3567.         $instance->addListener('kernel.view', [=> function () {
  3568.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3569.         }, => 'onKernelView'], 0);
  3570.         $instance->addListener('kernel.controller', [=> function () {
  3571.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3572.         }, => 'onKernelController'], 0);
  3573.         $instance->addListener('kernel.response', [=> function () {
  3574.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3575.         }, => 'onKernelResponse'], 0);
  3576.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3577.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3578.         }, => 'onKernelControllerArguments'], 0);
  3579.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3580.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3581.         }, => 'onKernelControllerArguments'], 0);
  3582.         $instance->addListener('kernel.response', [=> function () {
  3583.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3584.         }, => 'onKernelResponse'], -128);
  3585.         $instance->addListener('console.command', [=> function () {
  3586.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3587.         }, => 'onCommand'], 255);
  3588.         $instance->addListener('console.terminate', [=> function () {
  3589.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3590.         }, => 'onTerminate'], -255);
  3591.         $instance->addListener('kernel.controller', [=> function () {
  3592.             return ($this->privates['DH\\AuditorBundle\\Event\\ViewerEventSubscriber'] ?? $this->getViewerEventSubscriberService());
  3593.         }, => 'onKernelController'], 0);
  3594.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  3595.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
  3596.         }, => 'filterObjects'], 0);
  3597.         return $instance;
  3598.     }
  3599.     /**
  3600.      * Gets the public 'filesystem' shared service.
  3601.      *
  3602.      * @return \Symfony\Component\Filesystem\Filesystem
  3603.      */
  3604.     protected function getFilesystemService()
  3605.     {
  3606.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3607.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  3608.     }
  3609.     /**
  3610.      * Gets the public 'form.factory' shared service.
  3611.      *
  3612.      * @return \Symfony\Component\Form\FormFactory
  3613.      */
  3614.     protected function getForm_FactoryService()
  3615.     {
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  3618.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  3619.     }
  3620.     /**
  3621.      * Gets the public 'form.type.file' shared service.
  3622.      *
  3623.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  3624.      */
  3625.     protected function getForm_Type_FileService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  3630.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  3631.     }
  3632.     /**
  3633.      * Gets the public 'fos_elastica.client.default' shared service.
  3634.      *
  3635.      * @return \FOS\ElasticaBundle\Elastica\Client
  3636.      */
  3637.     protected function getFosElastica_Client_DefaultService()
  3638.     {
  3639.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Client.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  3641.         $this->services['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => $this->getEnv('ELASTICSEARCH_HOST'), 'port' => $this->getEnv('ELASTICSEARCH_PORT'), 'http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  3642.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3643.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  3644.         return $instance;
  3645.     }
  3646.     /**
  3647.      * Gets the public 'fos_elastica.config_manager' shared service.
  3648.      *
  3649.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  3650.      */
  3651.     protected function getFosElastica_ConfigManagerService()
  3652.     {
  3653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  3655.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
  3657.         return $this->services['fos_elastica.config_manager'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\ContainerSource(['app' => ['elasticsearch_name' => 'app''reference' => ($this->services['fos_elastica.index.app'] ?? $this->getFosElastica_Index_AppService()), 'name' => 'app''settings' => ['analysis' => ['filter' => ['french_elision' => ['type' => 'elision''articles_case' => true'articles' => [=> 'l'=> 'm'=> 't'=> 'qu'=> 'n'=> 's'=> 'j'=> 'd'=> 'c'=> 'jusqu'10 => 'quoiqu'11 => 'lorsqu'12 => 'puisqu']], 'french_stop' => ['type' => 'stop''stopwords' => '_french_'], 'french_stemmer' => ['type' => 'stemmer''language' => 'light_french'], 'english_stop' => ['type' => 'stop''stopwords' => '_english_'], 'italian_elision' => ['type' => 'elision''articles_case' => true'articles' => [=> 'c'=> 'l'=> 'all'=> 'dall'=> 'dell'=> 'nell'=> 'sull'=> 'coll'=> 'pell'=> 'gl'10 => 'agl'11 => 'dagl'12 => 'degl'13 => 'negl'14 => 'sugl'15 => 'un'16 => 'm'17 => 't'18 => 's'19 => 'v'20 => 'd']], 'italian_stop' => ['type' => 'stop''stopwords' => '_italian_'], 'italian_stemmer' => ['type' => 'stemmer''language' => 'light_italian'], 'dutch_stop' => ['type' => 'stop''stopwords' => '_dutch_'], 'dutch_stemmer' => ['type' => 'stemmer''language' => 'dutch'], 'edge_ngram_filter' => ['type' => 'edge_ngram''min_gram' => 3'max_gram' => 50]], 'analyzer' => ['freng' => ['tokenizer' => 'whitespace''filter' => [=> 'french_elision'=> 'lowercase'=> 'asciifolding'=> 'french_stop'=> 'english_stop']], 'freng_strict' => ['tokenizer' => 'whitespace''filter' => [=> 'lowercase'=> 'asciifolding']], 'custom' => ['tokenizer' => 'standard''filter' => [=> 'french_elision'=> 'lowercase'=> 'asciifolding'=> 'french_stop'=> 'french_stemmer'=> 'english_stop'=> 'italian_elision'=> 'italian_stop'=> 'italian_stemmer'=> 'dutch_stop'10 => 'dutch_stemmer'11 => 'edge_ngram_filter']]]]], 'type_prototype' => [], 'use_alias' => true'types' => ['magazines' => ['name' => 'magazines''mapping' => ['dynamic_templates' => [], 'properties' => ['id' => [], 'name' => [], 'pages' => ['type' => 'nested''properties' => ['id' => NULL'content' => ['term_vector' => 'with_positions_offsets''analyzer' => 'freng''search_analyzer' => 'freng']]]]], 'config' => ['persistence' => ['driver' => 'orm''model' => 'App\\Entity\\Magazine\\Magazine''listener' => ['enabled' => false'insert' => true'update' => true'delete' => true'flush' => true'defer' => false'logger' => false], 'identifier' => 'id''provider' => ['batch_size' => 100'clear_object_manager' => true'debug_logging' => true'query_builder_method' => 'createQueryBuilder'], 'finder' => [], 'elastica_to_model_transformer' => ['hints' => [], 'hydrate' => true'ignore_missing' => false'query_builder_method' => 'createQueryBuilder'], 'model_to_elastica_transformer' => [], 'persister' => []], 'serializer' => ['groups' => [], 'serialize_null' => false], 'analyzer' => NULL'search_analyzer' => NULL'dynamic' => NULL'date_detection' => NULL'dynamic_date_formats' => [], 'numeric_detection' => NULL]]]], 'suggest' => ['elasticsearch_name' => 'suggest''reference' => ($this->services['fos_elastica.index.suggest'] ?? $this->getFosElastica_Index_SuggestService()), 'name' => 'suggest''settings' => ['index' => ['analysis' => ['analyzer' => ['suggest_analyzer' => ['type' => 'custom''tokenizer' => 'standard''filter' => [=> 'standard'=> 'lowercase'=> 'asciifolding'=> 'elision']]]]]], 'type_prototype' => [], 'use_alias' => true'types' => ['magazines' => ['name' => 'magazines''mapping' => ['dynamic_templates' => [], 'properties' => ['id' => [], 'name' => [], 'slug' => [], 'suggest' => ['type' => 'completion''analyzer' => 'suggest_analyzer''search_analyzer' => 'suggest_analyzer''contexts' => [=> ['name' => 'id''type' => 'category''path' => 'id']]]]], 'config' => ['persistence' => ['driver' => 'orm''model' => 'App\\Entity\\Magazine\\Magazine''provider' => ['batch_size' => 100'clear_object_manager' => true'debug_logging' => true'query_builder_method' => 'createQueryBuilder'], 'finder' => [], 'elastica_to_model_transformer' => ['ignore_missing' => true'hints' => [], 'hydrate' => true'query_builder_method' => 'createQueryBuilder'], 'listener' => ['enabled' => false'insert' => true'update' => true'delete' => true'flush' => true'defer' => false'logger' => false], 'identifier' => 'id''model_to_elastica_transformer' => [], 'persister' => []], 'serializer' => ['groups' => [], 'serialize_null' => false], 'analyzer' => NULL'search_analyzer' => NULL'dynamic' => NULL'date_detection' => NULL'dynamic_date_formats' => [], 'numeric_detection' => NULL]]]]])]);
  3658.     }
  3659.     /**
  3660.      * Gets the public 'fos_elastica.config_manager.index_templates' shared service.
  3661.      *
  3662.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  3663.      */
  3664.     protected function getFosElastica_ConfigManager_IndexTemplatesService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
  3670.         return $this->services['fos_elastica.config_manager.index_templates'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\TemplateContainerSource([])]);
  3671.     }
  3672.     /**
  3673.      * Gets the public 'fos_elastica.elastica_to_model_transformer.collection.app' shared service.
  3674.      *
  3675.      * @return \FOS\ElasticaBundle\Transformer\ElasticaToModelTransformerCollection
  3676.      */
  3677.     protected function getFosElastica_ElasticaToModelTransformer_Collection_AppService()
  3678.     {
  3679.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerCollection.php';
  3681.         return $this->services['fos_elastica.elastica_to_model_transformer.collection.app'] = new \FOS\ElasticaBundle\Transformer\ElasticaToModelTransformerCollection(['magazines' => ($this->privates['fos_elastica.elastica_to_model_transformer.app.magazines'] ?? $this->getFosElastica_ElasticaToModelTransformer_App_MagazinesService())]);
  3682.     }
  3683.     /**
  3684.      * Gets the public 'fos_elastica.filter_objects_listener' shared service.
  3685.      *
  3686.      * @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
  3687.      */
  3688.     protected function getFosElastica_FilterObjectsListenerService()
  3689.     {
  3690.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  3693.         return $this->services['fos_elastica.filter_objects_listener'] = new \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener(new \FOS\ElasticaBundle\Provider\Indexable(['app/magazines' => 'isIndexable''suggest/magazines' => 'isIndexable']));
  3694.     }
  3695.     /**
  3696.      * Gets the public 'fos_elastica.finder.app' shared service.
  3697.      *
  3698.      * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  3699.      */
  3700.     protected function getFosElastica_Finder_AppService()
  3701.     {
  3702.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  3705.         return $this->services['fos_elastica.finder.app'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['fos_elastica.index.app'] ?? $this->getFosElastica_Index_AppService()), ($this->services['fos_elastica.elastica_to_model_transformer.collection.app'] ?? $this->getFosElastica_ElasticaToModelTransformer_Collection_AppService()));
  3706.     }
  3707.     /**
  3708.      * Gets the public 'fos_elastica.finder.app.magazines' shared service.
  3709.      *
  3710.      * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  3711.      */
  3712.     protected function getFosElastica_Finder_App_MagazinesService()
  3713.     {
  3714.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  3717.         return $this->services['fos_elastica.finder.app.magazines'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['fos_elastica.index.app.magazines'] ?? $this->getFosElastica_Index_App_MagazinesService()), ($this->privates['fos_elastica.elastica_to_model_transformer.app.magazines'] ?? $this->getFosElastica_ElasticaToModelTransformer_App_MagazinesService()));
  3718.     }
  3719.     /**
  3720.      * Gets the public 'fos_elastica.finder.suggest.magazines' shared service.
  3721.      *
  3722.      * @return \FOS\ElasticaBundle\Finder\TransformedFinder
  3723.      */
  3724.     protected function getFosElastica_Finder_Suggest_MagazinesService()
  3725.     {
  3726.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  3733.         $a = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Magazine\\Magazine', ['ignore_missing' => true'hints' => [], 'hydrate' => true'query_builder_method' => 'createQueryBuilder''identifier' => 'id']);
  3734.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  3735.         return $this->services['fos_elastica.finder.suggest.magazines'] = new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->services['fos_elastica.index.suggest.magazines'] ?? $this->getFosElastica_Index_Suggest_MagazinesService()), $a);
  3736.     }
  3737.     /**
  3738.      * Gets the public 'fos_elastica.in_place_pager_persister' shared service.
  3739.      *
  3740.      * @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
  3741.      */
  3742.     protected function getFosElastica_InPlacePagerPersisterService()
  3743.     {
  3744.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
  3746.         return $this->services['fos_elastica.in_place_pager_persister'] = new \FOS\ElasticaBundle\Persister\InPlacePagerPersister(($this->services['fos_elastica.persister_registry'] ?? $this->getFosElastica_PersisterRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3747.     }
  3748.     /**
  3749.      * Gets the public 'fos_elastica.index.app' shared service.
  3750.      *
  3751.      * @return \FOS\ElasticaBundle\Elastica\Index
  3752.      */
  3753.     protected function getFosElastica_Index_AppService()
  3754.     {
  3755.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Index.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  3758.         return $this->services['fos_elastica.index.app'] = ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('app');
  3759.     }
  3760.     /**
  3761.      * Gets the public 'fos_elastica.index.app.magazines' shared service.
  3762.      *
  3763.      * @return \Elastica\Type
  3764.      */
  3765.     protected function getFosElastica_Index_App_MagazinesService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Type.php';
  3769.         return $this->services['fos_elastica.index.app.magazines'] = ($this->services['fos_elastica.index.app'] ?? $this->getFosElastica_Index_AppService())->getType('magazines');
  3770.     }
  3771.     /**
  3772.      * Gets the public 'fos_elastica.index.suggest' shared service.
  3773.      *
  3774.      * @return \FOS\ElasticaBundle\Elastica\Index
  3775.      */
  3776.     protected function getFosElastica_Index_SuggestService()
  3777.     {
  3778.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Index.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  3781.         return $this->services['fos_elastica.index.suggest'] = ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('suggest');
  3782.     }
  3783.     /**
  3784.      * Gets the public 'fos_elastica.index.suggest.magazines' shared service.
  3785.      *
  3786.      * @return \Elastica\Type
  3787.      */
  3788.     protected function getFosElastica_Index_Suggest_MagazinesService()
  3789.     {
  3790.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Type.php';
  3792.         return $this->services['fos_elastica.index.suggest.magazines'] = ($this->services['fos_elastica.index.suggest'] ?? $this->getFosElastica_Index_SuggestService())->getType('magazines');
  3793.     }
  3794.     /**
  3795.      * Gets the public 'fos_elastica.index_manager' shared service.
  3796.      *
  3797.      * @return \FOS\ElasticaBundle\Index\IndexManager
  3798.      */
  3799.     protected function getFosElastica_IndexManagerService()
  3800.     {
  3801.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
  3802.         $a = ($this->services['fos_elastica.index.app'] ?? $this->getFosElastica_Index_AppService());
  3803.         return $this->services['fos_elastica.index_manager'] = new \FOS\ElasticaBundle\Index\IndexManager(['app' => $a'suggest' => ($this->services['fos_elastica.index.suggest'] ?? $this->getFosElastica_Index_SuggestService())], $a);
  3804.     }
  3805.     /**
  3806.      * Gets the public 'fos_elastica.index_template_manager' shared service.
  3807.      *
  3808.      * @return \FOS\ElasticaBundle\Index\IndexTemplateManager
  3809.      */
  3810.     protected function getFosElastica_IndexTemplateManagerService()
  3811.     {
  3812.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  3813.         return $this->services['fos_elastica.index_template_manager'] = new \FOS\ElasticaBundle\Index\IndexTemplateManager([]);
  3814.     }
  3815.     /**
  3816.      * Gets the public 'fos_elastica.manager.orm' shared service.
  3817.      *
  3818.      * @return \FOS\ElasticaBundle\Doctrine\RepositoryManager
  3819.      */
  3820.     protected function getFosElastica_Manager_OrmService()
  3821.     {
  3822.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RepositoryManager.php';
  3824.         $this->services['fos_elastica.manager.orm'] = $instance = new \FOS\ElasticaBundle\Doctrine\RepositoryManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['fos_elastica.repository_manager'] ?? $this->getFosElastica_RepositoryManagerService()));
  3825.         $instance->addEntity('App\\Entity\\Magazine\\Magazine''app/magazines');
  3826.         $instance->addEntity('App\\Entity\\Magazine\\Magazine''suggest/magazines');
  3827.         return $instance;
  3828.     }
  3829.     /**
  3830.      * Gets the public 'fos_elastica.object_persister.app.magazines' shared service.
  3831.      *
  3832.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  3833.      */
  3834.     protected function getFosElastica_ObjectPersister_App_MagazinesService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  3840.         $a = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'app'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3841.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  3842.         return $this->services['fos_elastica.object_persister.app.magazines'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->services['fos_elastica.index.app.magazines'] ?? $this->getFosElastica_Index_App_MagazinesService()), $a'App\\Entity\\Magazine\\Magazine', ['id' => [], 'name' => [], 'pages' => ['type' => 'nested''properties' => ['id' => NULL'content' => ['term_vector' => 'with_positions_offsets''analyzer' => 'freng''search_analyzer' => 'freng']]]], []);
  3843.     }
  3844.     /**
  3845.      * Gets the public 'fos_elastica.object_persister.suggest.magazines' shared service.
  3846.      *
  3847.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  3848.      */
  3849.     protected function getFosElastica_ObjectPersister_Suggest_MagazinesService()
  3850.     {
  3851.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  3854.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  3855.         $a = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'suggest'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3856.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  3857.         return $this->services['fos_elastica.object_persister.suggest.magazines'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->services['fos_elastica.index.suggest.magazines'] ?? $this->getFosElastica_Index_Suggest_MagazinesService()), $a'App\\Entity\\Magazine\\Magazine', ['id' => [], 'name' => [], 'slug' => [], 'suggest' => ['type' => 'completion''analyzer' => 'suggest_analyzer''search_analyzer' => 'suggest_analyzer''contexts' => [=> ['name' => 'id''type' => 'category''path' => 'id']]]], []);
  3858.     }
  3859.     /**
  3860.      * Gets the public 'fos_elastica.pager_persister_registry' shared service.
  3861.      *
  3862.      * @return \FOS\ElasticaBundle\Persister\PagerPersisterRegistry
  3863.      */
  3864.     protected function getFosElastica_PagerPersisterRegistryService()
  3865.     {
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
  3869.         $this->services['fos_elastica.pager_persister_registry'] = $instance = new \FOS\ElasticaBundle\Persister\PagerPersisterRegistry(['in_place' => 'fos_elastica.in_place_pager_persister']);
  3870.         $instance->setContainer($this);
  3871.         return $instance;
  3872.     }
  3873.     /**
  3874.      * Gets the public 'fos_elastica.pager_provider.app.magazines' shared service.
  3875.      *
  3876.      * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  3877.      */
  3878.     protected function getFosElastica_PagerProvider_App_MagazinesService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  3882.         return $this->services['fos_elastica.pager_provider.app.magazines'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['fos_elastica.doctrine.register_listeners'] ?? $this->getFosElastica_Doctrine_RegisterListenersService()), 'App\\Entity\\Magazine\\Magazine', ['batch_size' => 100'clear_object_manager' => true'debug_logging' => true'query_builder_method' => 'createQueryBuilder']);
  3883.     }
  3884.     /**
  3885.      * Gets the public 'fos_elastica.pager_provider.suggest.magazines' shared service.
  3886.      *
  3887.      * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  3888.      */
  3889.     protected function getFosElastica_PagerProvider_Suggest_MagazinesService()
  3890.     {
  3891.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  3893.         return $this->services['fos_elastica.pager_provider.suggest.magazines'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['fos_elastica.doctrine.register_listeners'] ?? $this->getFosElastica_Doctrine_RegisterListenersService()), 'App\\Entity\\Magazine\\Magazine', ['batch_size' => 100'clear_object_manager' => true'debug_logging' => true'query_builder_method' => 'createQueryBuilder']);
  3894.     }
  3895.     /**
  3896.      * Gets the public 'fos_elastica.pager_provider_registry' shared service.
  3897.      *
  3898.      * @return \FOS\ElasticaBundle\Provider\PagerProviderRegistry
  3899.      */
  3900.     protected function getFosElastica_PagerProviderRegistryService()
  3901.     {
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
  3905.         $this->services['fos_elastica.pager_provider_registry'] = $instance = new \FOS\ElasticaBundle\Provider\PagerProviderRegistry(['app' => ['magazines' => 'fos_elastica.pager_provider.app.magazines'], 'suggest' => ['magazines' => 'fos_elastica.pager_provider.suggest.magazines']]);
  3906.         $instance->setContainer($this);
  3907.         return $instance;
  3908.     }
  3909.     /**
  3910.      * Gets the public 'fos_elastica.paginator.subscriber' shared service.
  3911.      *
  3912.      * @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
  3913.      */
  3914.     protected function getFosElastica_Paginator_SubscriberService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
  3917.         return $this->services['fos_elastica.paginator.subscriber'] = new \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3918.     }
  3919.     /**
  3920.      * Gets the public 'fos_elastica.persister_registry' shared service.
  3921.      *
  3922.      * @return \FOS\ElasticaBundle\Persister\PersisterRegistry
  3923.      */
  3924.     protected function getFosElastica_PersisterRegistryService()
  3925.     {
  3926.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
  3929.         $this->services['fos_elastica.persister_registry'] = $instance = new \FOS\ElasticaBundle\Persister\PersisterRegistry(['app' => ['magazines' => 'fos_elastica.object_persister.app.magazines'], 'suggest' => ['magazines' => 'fos_elastica.object_persister.suggest.magazines']]);
  3930.         $instance->setContainer($this);
  3931.         return $instance;
  3932.     }
  3933.     /**
  3934.      * Gets the public 'fos_elastica.repository_manager' shared service.
  3935.      *
  3936.      * @return \FOS\ElasticaBundle\Manager\RepositoryManager
  3937.      */
  3938.     protected function getFosElastica_RepositoryManagerService()
  3939.     {
  3940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManager.php';
  3942.         $this->services['fos_elastica.repository_manager'] = $instance = new \FOS\ElasticaBundle\Manager\RepositoryManager();
  3943.         $instance->addType('app/magazines', ($this->services['fos_elastica.finder.app.magazines'] ?? $this->getFosElastica_Finder_App_MagazinesService()));
  3944.         $instance->addType('suggest/magazines', ($this->services['fos_elastica.finder.suggest.magazines'] ?? $this->getFosElastica_Finder_Suggest_MagazinesService()));
  3945.         return $instance;
  3946.     }
  3947.     /**
  3948.      * Gets the public 'fos_elastica.resetter' shared service.
  3949.      *
  3950.      * @return \FOS\ElasticaBundle\Index\Resetter
  3951.      */
  3952.     protected function getFosElastica_ResetterService()
  3953.     {
  3954.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  3958.         return $this->services['fos_elastica.resetter'] = new \FOS\ElasticaBundle\Index\Resetter(($this->services['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3959.     }
  3960.     /**
  3961.      * Gets the public 'fos_elastica.template_resetter' shared service.
  3962.      *
  3963.      * @return \FOS\ElasticaBundle\Index\TemplateResetter
  3964.      */
  3965.     protected function getFosElastica_TemplateResetterService()
  3966.     {
  3967.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
  3969.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  3971.         return $this->services['fos_elastica.template_resetter'] = new \FOS\ElasticaBundle\Index\TemplateResetter(($this->services['fos_elastica.config_manager.index_templates'] ?? $this->getFosElastica_ConfigManager_IndexTemplatesService()), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), ($this->services['fos_elastica.index_template_manager'] ?? ($this->services['fos_elastica.index_template_manager'] = new \FOS\ElasticaBundle\Index\IndexTemplateManager([]))));
  3972.     }
  3973.     /**
  3974.      * Gets the public 'fos_oauth_server.controller.authorize' shared service.
  3975.      *
  3976.      * @return \FOS\OAuthServerBundle\Controller\AuthorizeController
  3977.      */
  3978.     protected function getFosOauthServer_Controller_AuthorizeService()
  3979.     {
  3980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Handler/AuthorizeFormHandler.php';
  3982.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3983.         $b $this->getFosOauthServer_Authorize_FormService();
  3984.         return $this->services['fos_oauth_server.controller.authorize'] = new \FOS\OAuthServerBundle\Controller\AuthorizeController($a$b, new \FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler($b$a), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['session'] ?? $this->getSessionService()), 'twig');
  3985.     }
  3986.     /**
  3987.      * Gets the public 'fos_oauth_server.controller.token' shared service.
  3988.      *
  3989.      * @return \FOS\OAuthServerBundle\Controller\TokenController
  3990.      */
  3991.     protected function getFosOauthServer_Controller_TokenService()
  3992.     {
  3993.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';
  3994.         return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  3995.     }
  3996.     /**
  3997.      * Gets the public 'fos_rest.exception.controller' shared service.
  3998.      *
  3999.      * @return \FOS\RestBundle\Controller\ExceptionController
  4000.      *
  4001.      * @deprecated The "fos_rest.exception.controller" service is deprecated since FOSRestBundle 2.8.
  4002.      */
  4003.     protected function getFosRest_Exception_ControllerService()
  4004.     {
  4005.         @trigger_error('The "fos_rest.exception.controller" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  4006.         return $this->services['fos_rest.exception.controller'] = new \FOS\RestBundle\Controller\ExceptionController(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), ($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), true);
  4007.     }
  4008.     /**
  4009.      * Gets the public 'fos_rest.exception.twig_controller' shared service.
  4010.      *
  4011.      * @return \FOS\RestBundle\Controller\TwigExceptionController
  4012.      *
  4013.      * @deprecated The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8.
  4014.      */
  4015.     protected function getFosRest_Exception_TwigControllerService()
  4016.     {
  4017.         @trigger_error('The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  4018.         return $this->services['fos_rest.exception.twig_controller'] = new \FOS\RestBundle\Controller\TwigExceptionController(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), ($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), true, ($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService()));
  4019.     }
  4020.     /**
  4021.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  4022.      *
  4023.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  4024.      */
  4025.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  4026.     {
  4027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  4028.         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()));
  4029.     }
  4030.     /**
  4031.      * Gets the public 'fos_rest.view_handler' shared service.
  4032.      *
  4033.      * @return \FOS\RestBundle\View\ViewHandler
  4034.      */
  4035.     protected function getFosRest_ViewHandlerService()
  4036.     {
  4037.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  4040.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false], false);
  4041.     }
  4042.     /**
  4043.      * Gets the public 'fos_user.change_password.controller' shared service.
  4044.      *
  4045.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  4046.      */
  4047.     protected function getFosUser_ChangePassword_ControllerService()
  4048.     {
  4049.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4056.         $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()));
  4057.         $instance->setContainer($this);
  4058.         return $instance;
  4059.     }
  4060.     /**
  4061.      * Gets the public 'fos_user.group.controller' shared service.
  4062.      *
  4063.      * @return \FOS\UserBundle\Controller\GroupController
  4064.      */
  4065.     protected function getFosUser_Group_ControllerService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/GroupController.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4074.         $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()));
  4075.         $instance->setContainer($this);
  4076.         return $instance;
  4077.     }
  4078.     /**
  4079.      * Gets the public 'fos_user.group_manager' shared service.
  4080.      *
  4081.      * @return \Sonata\UserBundle\Entity\GroupManager
  4082.      */
  4083.     protected function getFosUser_GroupManagerService()
  4084.     {
  4085.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManagerInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManager.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/GroupManager.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/GroupManagerInterface.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/GroupManager.php';
  4091.         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');
  4092.     }
  4093.     /**
  4094.      * Gets the public 'fos_user.profile.controller' shared service.
  4095.      *
  4096.      * @return \FOS\UserBundle\Controller\ProfileController
  4097.      */
  4098.     protected function getFosUser_Profile_ControllerService()
  4099.     {
  4100.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4101.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  4105.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4106.         $instance->setContainer($this);
  4107.         return $instance;
  4108.     }
  4109.     /**
  4110.      * Gets the public 'fos_user.registration.controller' shared service.
  4111.      *
  4112.      * @return \FOS\UserBundle\Controller\RegistrationController
  4113.      */
  4114.     protected function getFosUser_Registration_ControllerService()
  4115.     {
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4123.         $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()));
  4124.         $instance->setContainer($this);
  4125.         return $instance;
  4126.     }
  4127.     /**
  4128.      * Gets the public 'fos_user.resetting.controller' shared service.
  4129.      *
  4130.      * @return \FOS\UserBundle\Controller\ResettingController
  4131.      */
  4132.     protected function getFosUser_Resetting_ControllerService()
  4133.     {
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/Mailer.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  4143.         $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->services['fos_user.util.token_generator'] ?? ($this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator())), new \FOS\UserBundle\Mailer\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['templating'] ?? $this->getTemplatingService()), ['confirmation.template' => '@FOSUser/Registration/email.txt.twig''resetting.template' => '@FOSUser/Resetting/email.txt.twig''from_email' => ['confirmation' => $this->getParameter('fos_user.registration.confirmation.from_email'), 'resetting' => $this->getParameter('fos_user.resetting.email.from_email')]]), 7200);
  4144.         $instance->setContainer($this);
  4145.         return $instance;
  4146.     }
  4147.     /**
  4148.      * Gets the public 'fos_user.security.controller' shared service.
  4149.      *
  4150.      * @return \FOS\UserBundle\Controller\SecurityController
  4151.      */
  4152.     protected function getFosUser_Security_ControllerService()
  4153.     {
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  4159.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  4160.         $instance->setContainer($this);
  4161.         return $instance;
  4162.     }
  4163.     /**
  4164.      * Gets the public 'fos_user.user_manager' shared service.
  4165.      *
  4166.      * @return \Sonata\UserBundle\Entity\UserManager
  4167.      */
  4168.     protected function getFosUser_UserManagerService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
  4176.         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');
  4177.     }
  4178.     /**
  4179.      * Gets the public 'fos_user.util.token_generator' shared service.
  4180.      *
  4181.      * @return \FOS\UserBundle\Util\TokenGenerator
  4182.      */
  4183.     protected function getFosUser_Util_TokenGeneratorService()
  4184.     {
  4185.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  4187.         return $this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator();
  4188.     }
  4189.     /**
  4190.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  4191.      *
  4192.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  4193.      */
  4194.     protected function getGesdinet_JwtrefreshtokenService()
  4195.     {
  4196.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Service/RefreshToken.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Authenticator/RefreshTokenAuthenticator.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Provider/RefreshTokenProvider.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  4205.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  4206.         $b = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider($a);
  4207.         $b->setCustomUserProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()));
  4208.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'refresh_token'), $b, ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), $a2592000'api'true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4209.     }
  4210.     /**
  4211.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  4212.      *
  4213.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  4214.      */
  4215.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  4216.     {
  4217.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManager.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  4220.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken');
  4221.     }
  4222.     /**
  4223.      * Gets the public 'http_kernel' shared service.
  4224.      *
  4225.      * @return \Symfony\Component\HttpKernel\HttpKernel
  4226.      */
  4227.     protected function getHttpKernelService()
  4228.     {
  4229.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4230.         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 () {
  4231.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  4232.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  4233.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  4234.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  4235.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  4236.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  4237.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  4238.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  4239.         }, 8)), $a));
  4240.     }
  4241.     /**
  4242.      * Gets the public 'jms_serializer' shared service.
  4243.      *
  4244.      * @return \JMS\Serializer\Serializer
  4245.      */
  4246.     protected function getJmsSerializerService()
  4247.     {
  4248.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  4249.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  4250.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4251.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  4252.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  4253.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  4254.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4255.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  4256.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  4257.         ], [
  4258.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4259.             'jms_serializer.stopwatch_subscriber' => '?',
  4260.         ]));
  4261.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  4262.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  4263.         $g->setOptions(1216);
  4264.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  4265.         $h->setFormatOutput(true);
  4266.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  4267.         $i->setOptions(0);
  4268.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  4269.     }
  4270.     /**
  4271.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  4272.      *
  4273.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  4274.      */
  4275.     protected function getJmsSerializer_DeserializationContextFactoryService()
  4276.     {
  4277.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  4278.     }
  4279.     /**
  4280.      * Gets the public 'jms_serializer.handler_registry' shared service.
  4281.      *
  4282.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  4283.      */
  4284.     protected function getJmsSerializer_HandlerRegistryService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  4287.         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()));
  4288.     }
  4289.     /**
  4290.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  4291.      *
  4292.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  4293.      */
  4294.     protected function getJmsSerializer_MetadataDriverService()
  4295.     {
  4296.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  4305.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  4312.         $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\\UserBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/serializer'), 'Sonata\\MediaBundle' => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-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'), 'Sonata\\ClassificationBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/config/serializer')]);
  4313.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  4314.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  4315.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  4316.     }
  4317.     /**
  4318.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  4319.      *
  4320.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  4321.      */
  4322.     protected function getJmsSerializer_SerializationContextFactoryService()
  4323.     {
  4324.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  4325.     }
  4326.     /**
  4327.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  4328.      *
  4329.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  4330.      */
  4331.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  4334.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  4335.     }
  4336.     /**
  4337.      * Gets the public 'knp_menu.factory' shared service.
  4338.      *
  4339.      * @return \Knp\Menu\MenuFactory
  4340.      */
  4341.     protected function getKnpMenu_FactoryService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  4344.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  4347.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  4348.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  4349.         return $instance;
  4350.     }
  4351.     /**
  4352.      * Gets the public 'knp_menu.matcher' shared service.
  4353.      *
  4354.      * @return \Knp\Menu\Matcher\Matcher
  4355.      */
  4356.     protected function getKnpMenu_MatcherService()
  4357.     {
  4358.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  4359.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  4360.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  4361.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  4362.         }, 3));
  4363.     }
  4364.     /**
  4365.      * Gets the public 'lexik_jwt_authentication.check_config_command' shared service.
  4366.      *
  4367.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  4368.      */
  4369.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  4370.     {
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  4377.         $this->services['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'RS256');
  4378.         $instance->setName('lexik:jwt:check-config');
  4379.         return $instance;
  4380.     }
  4381.     /**
  4382.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  4383.      *
  4384.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  4385.      */
  4386.     protected function getLexikJwtAuthentication_EncoderService()
  4387.     {
  4388.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  4394.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  4396.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  4397.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'$this->getEnv('jwt_token_ttl'), 0));
  4398.     }
  4399.     /**
  4400.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  4401.      *
  4402.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  4403.      */
  4404.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  4405.     {
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  4408.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  4409.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  4410.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  4411.         }, 2));
  4412.         $instance->setName('lexik:jwt:generate-token');
  4413.         return $instance;
  4414.     }
  4415.     /**
  4416.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  4417.      *
  4418.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  4419.      */
  4420.     protected function getLexikJwtAuthentication_JwtManagerService()
  4421.     {
  4422.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  4425.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  4426.         $instance->setUserIdentityField('username');
  4427.         return $instance;
  4428.     }
  4429.     /**
  4430.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  4431.      *
  4432.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  4433.      */
  4434.     protected function getLexikJwtAuthentication_KeyLoaderService()
  4435.     {
  4436.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  4440.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'));
  4441.     }
  4442.     /**
  4443.      * Gets the public 'markdown.parser' shared service.
  4444.      *
  4445.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  4446.      */
  4447.     protected function getMarkdown_ParserService()
  4448.     {
  4449.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  4450.     }
  4451.     /**
  4452.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  4453.      *
  4454.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  4455.      */
  4456.     protected function getNelmioApiDoc_Command_DumpService()
  4457.     {
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  4460.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  4461.         $instance->setName('nelmio:apidoc:dump');
  4462.         return $instance;
  4463.     }
  4464.     /**
  4465.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  4466.      *
  4467.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4468.      */
  4469.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  4470.     {
  4471.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  4472.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  4473.     }
  4474.     /**
  4475.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4476.      *
  4477.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4478.      */
  4479.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  4482.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['twig'] ?? $this->getTwigService()));
  4483.     }
  4484.     /**
  4485.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  4486.      *
  4487.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  4488.      */
  4489.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  4492.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  4493.     }
  4494.     /**
  4495.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4496.      *
  4497.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4498.      */
  4499.     protected function getNelmioApiDoc_Generator_DefaultService()
  4500.     {
  4501.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  4502.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4503.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4504.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4505.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  4506.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4507.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4508.         }, 5), new RewindableGenerator(function () {
  4509.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4510.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  4511.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4512.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  4513.         }, 4));
  4514.         $instance->setAlternativeNames([]);
  4515.         $instance->setMediaTypes([=> 'json']);
  4516.         return $instance;
  4517.     }
  4518.     /**
  4519.      * Gets the public 'profiler' shared service.
  4520.      *
  4521.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  4522.      */
  4523.     protected function getProfilerService()
  4524.     {
  4525.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  4526.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4527.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4528.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4529.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4530.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  4531.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  4532.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4533.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  4534.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  4535.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  4536.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  4537.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  4538.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4539.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  4540.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  4541.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  4542.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  4543.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  4544.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  4545.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  4546.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  4547.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  4548.         if ($this->has('kernel')) {
  4549.             $f->setKernel($b);
  4550.         }
  4551.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  4552.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  4553.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  4554.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  4555.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  4556.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4557.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  4558.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  4559.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  4560.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  4561.         $instance->add($d);
  4562.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  4563.         $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())));
  4564.         $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())));
  4565.         $instance->add($e);
  4566.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  4567.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  4568.         $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']));
  4569.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  4570.         $instance->add($f);
  4571.         return $instance;
  4572.     }
  4573.     /**
  4574.      * Gets the public 'request_stack' shared service.
  4575.      *
  4576.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4577.      */
  4578.     protected function getRequestStackService()
  4579.     {
  4580.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4581.     }
  4582.     /**
  4583.      * Gets the public 'router' shared service.
  4584.      *
  4585.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4586.      */
  4587.     protected function getRouterService()
  4588.     {
  4589.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  4590.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4591.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4592.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4593.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4594.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4595.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4596.         ], [
  4597.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4598.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  4599.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4600.         return $instance;
  4601.     }
  4602.     /**
  4603.      * Gets the public 'routing.loader' shared service.
  4604.      *
  4605.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4606.      */
  4607.     protected function getRouting_LoaderService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Routing/RoutingAnnotationLoader.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  4629.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  4630.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  4631.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4632.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  4633.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  4634.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  4635.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  4636.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  4637.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4638.             'kernel' => ['services''kernel''getKernelService'false],
  4639.         ], [
  4640.             'kernel' => 'App\\Kernel',
  4641.         ]))));
  4642.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  4643.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  4644.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  4645.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  4646.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  4647.         $a->addLoader(new \DH\AuditorBundle\Routing\RoutingAnnotationLoader($c$this->parameters['dh_auditor.provider.doctrine.configuration']));
  4648.         $a->addLoader($c);
  4649.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  4650.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  4651.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  4652.     }
  4653.     /**
  4654.      * Gets the public 'security.acl.dbal.schema' shared service.
  4655.      *
  4656.      * @return \Symfony\Component\Security\Acl\Dbal\Schema
  4657.      */
  4658.     protected function getSecurity_Acl_Dbal_SchemaService()
  4659.     {
  4660.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php';
  4662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/Schema.php';
  4663.         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()));
  4664.     }
  4665.     /**
  4666.      * Gets the public 'security.acl.provider' shared service.
  4667.      *
  4668.      * @return \Symfony\Component\Security\Acl\Dbal\MutableAclProvider
  4669.      */
  4670.     protected function getSecurity_Acl_ProviderService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/AclProviderInterface.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/AclProvider.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/MutableAclProviderInterface.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/MutableAclProvider.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/PermissionGrantingStrategyInterface.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/PermissionGrantingStrategy.php';
  4679.         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);
  4680.     }
  4681.     /**
  4682.      * Gets the public 'security.authentication_utils' shared service.
  4683.      *
  4684.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  4685.      */
  4686.     protected function getSecurity_AuthenticationUtilsService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  4689.         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())));
  4690.     }
  4691.     /**
  4692.      * Gets the public 'security.authorization_checker' shared service.
  4693.      *
  4694.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  4695.      */
  4696.     protected function getSecurity_AuthorizationCheckerService()
  4697.     {
  4698.         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);
  4699.     }
  4700.     /**
  4701.      * Gets the public 'security.csrf.token_manager' shared service.
  4702.      *
  4703.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  4704.      */
  4705.     protected function getSecurity_Csrf_TokenManagerService()
  4706.     {
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  4711.         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())));
  4712.     }
  4713.     /**
  4714.      * Gets the public 'security.password_encoder' shared service.
  4715.      *
  4716.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  4717.      */
  4718.     protected function getSecurity_PasswordEncoderService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  4722.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  4723.     }
  4724.     /**
  4725.      * Gets the public 'security.token_storage' shared service.
  4726.      *
  4727.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  4728.      */
  4729.     protected function getSecurity_TokenStorageService()
  4730.     {
  4731.         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, [
  4732.             'session' => ['services''session''getSessionService'false],
  4733.         ], [
  4734.             'session' => '?',
  4735.         ]));
  4736.     }
  4737.     /**
  4738.      * Gets the public 'serializer' shared service.
  4739.      *
  4740.      * @return \Symfony\Component\Serializer\Serializer
  4741.      */
  4742.     protected function getSerializerService()
  4743.     {
  4744.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  4760.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  4778.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  4779.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  4780.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => $this->getFosRest_Serializer_ExceptionNormalizer_SymfonyService(), => new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), truefalse), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $a), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  4781.     }
  4782.     /**
  4783.      * Gets the public 'services_resetter' shared service.
  4784.      *
  4785.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4786.      */
  4787.     protected function getServicesResetterService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4790.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4791.             if (isset($this->services['cache.app'])) {
  4792.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4793.             }
  4794.             if (isset($this->services['cache.system'])) {
  4795.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4796.             }
  4797.             if (isset($this->privates['cache.validator'])) {
  4798.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  4799.             }
  4800.             if (isset($this->privates['cache.serializer'])) {
  4801.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  4802.             }
  4803.             if (isset($this->privates['cache.annotations'])) {
  4804.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  4805.             }
  4806.             if (isset($this->privates['cache.property_info'])) {
  4807.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  4808.             }
  4809.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4810.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4811.             }
  4812.             if (isset($this->privates['mailer.logger_message_listener'])) {
  4813.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  4814.             }
  4815.             if (isset($this->services['profiler'])) {
  4816.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  4817.             }
  4818.             if (isset($this->services['validator'])) {
  4819.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  4820.             }
  4821.             if (isset($this->privates['debug.stopwatch'])) {
  4822.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4823.             }
  4824.             if (isset($this->services['event_dispatcher'])) {
  4825.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4826.             }
  4827.             if (isset($this->services['security.token_storage'])) {
  4828.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  4829.             }
  4830.             if (isset($this->privates['cache.security_expression_language'])) {
  4831.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4832.             }
  4833.             if (isset($this->services['doctrine'])) {
  4834.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4835.             }
  4836.             if (isset($this->privates['form.type.entity'])) {
  4837.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4838.             }
  4839.             if (isset($this->services['fos_rest.view_handler'])) {
  4840.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  4841.             }
  4842.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  4843.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  4844.             }
  4845.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4846.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4847.             }
  4848.             if (isset($this->privates['cache.webpack_encore'])) {
  4849.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  4850.             }
  4851.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4852.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4853.             }
  4854.             if (isset($this->privates['monolog.handler.main'])) {
  4855.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4856.             }
  4857.             if (isset($this->privates['monolog.handler.console'])) {
  4858.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4859.             }
  4860.         }, function () {
  4861.             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->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console']));
  4862.         }), ['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'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset']]);
  4863.     }
  4864.     /**
  4865.      * Gets the public 'session' shared service.
  4866.      *
  4867.      * @return \Symfony\Component\HttpFoundation\Session\Session
  4868.      */
  4869.     protected function getSessionService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  4873.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  4874.     }
  4875.     /**
  4876.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  4877.      *
  4878.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  4879.      */
  4880.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  4883.         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()));
  4884.     }
  4885.     /**
  4886.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  4887.      *
  4888.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  4889.      */
  4890.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  4891.     {
  4892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  4893.         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()));
  4894.     }
  4895.     /**
  4896.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  4897.      *
  4898.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  4899.      */
  4900.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  4901.     {
  4902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  4903.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4904.     }
  4905.     /**
  4906.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  4907.      *
  4908.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  4909.      */
  4910.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  4913.         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()));
  4914.     }
  4915.     /**
  4916.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  4917.      *
  4918.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  4919.      */
  4920.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  4923.         return $this->services['sonata.admin.action.set_object_field_value'] = new \Sonata\AdminBundle\Action\SetObjectFieldValueAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['sonata.admin.form.data_transformer_resolver'] ?? $this->getSonata_Admin_Form_DataTransformerResolverService()));
  4924.     }
  4925.     /**
  4926.      * Gets the public 'sonata.admin.audit.manager' shared service.
  4927.      *
  4928.      * @return \Sonata\AdminBundle\Model\AuditManager
  4929.      */
  4930.     protected function getSonata_Admin_Audit_ManagerService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  4934.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this);
  4935.     }
  4936.     /**
  4937.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  4938.      *
  4939.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  4940.      */
  4941.     protected function getSonata_Admin_Block_AdminListService()
  4942.     {
  4943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  4947.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  4948.     }
  4949.     /**
  4950.      * Gets the public 'sonata.admin.block.search_result' shared service.
  4951.      *
  4952.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  4953.      */
  4954.     protected function getSonata_Admin_Block_SearchResultService()
  4955.     {
  4956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  4961.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? ($this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(true))));
  4962.     }
  4963.     /**
  4964.      * Gets the public 'sonata.admin.block.stats' shared service.
  4965.      *
  4966.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  4967.      */
  4968.     protected function getSonata_Admin_Block_StatsService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  4974.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4975.     }
  4976.     /**
  4977.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  4978.      *
  4979.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  4980.      */
  4981.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  4982.     {
  4983.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  4985.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  4986.     }
  4987.     /**
  4988.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  4989.      *
  4990.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  4991.      */
  4992.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  4993.     {
  4994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  4995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  4996.         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''Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => 'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter''doctrine_orm_empty' => 'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter''Sonata\\ClassificationBundle\\Admin\\Filter\\CategoryFilter' => 'Sonata\\ClassificationBundle\\Admin\\Filter\\CategoryFilter''Sonata\\ClassificationBundle\\Admin\\Filter\\CollectionFilter' => 'Sonata\\ClassificationBundle\\Admin\\Filter\\CollectionFilter']);
  4997.     }
  4998.     /**
  4999.      * Gets the public 'sonata.admin.controller.admin' shared service.
  5000.      *
  5001.      * @return \Sonata\AdminBundle\Controller\HelperController
  5002.      *
  5003.      * @deprecated The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since sonata-project/admin-bundle 3.38.0 and will be removed in 4.0.
  5004.      */
  5005.     protected function getSonata_Admin_Controller_AdminService()
  5006.     {
  5007.         @trigger_error('The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since sonata-project/admin-bundle 3.38.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  5008.         return $this->services['sonata.admin.controller.admin'] = new \Sonata\AdminBundle\Controller\HelperController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['sonata.admin.form.data_transformer_resolver'] ?? $this->getSonata_Admin_Form_DataTransformerResolverService()));
  5009.     }
  5010.     /**
  5011.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  5012.      *
  5013.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  5014.      */
  5015.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  5016.     {
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  5020.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  5021.     }
  5022.     /**
  5023.      * Gets the public 'sonata.admin.event.extension' shared service.
  5024.      *
  5025.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  5026.      */
  5027.     protected function getSonata_Admin_Event_ExtensionService()
  5028.     {
  5029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  5032.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5033.     }
  5034.     /**
  5035.      * Gets the public 'sonata.admin.exporter' shared service.
  5036.      *
  5037.      * @return \Sonata\AdminBundle\Export\Exporter
  5038.      *
  5039.      * @deprecated The service "sonata.admin.exporter" is deprecated since sonata-project/admin-bundle 3.14.0 and will be removed in 4.0. Use "sonata.exporter.exporter" service instead.
  5040.      */
  5041.     protected function getSonata_Admin_ExporterService()
  5042.     {
  5043.         @trigger_error('The service "sonata.admin.exporter" is deprecated since sonata-project/admin-bundle 3.14.0 and will be removed in 4.0. Use "sonata.exporter.exporter" service instead.'E_USER_DEPRECATED);
  5044.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  5045.     }
  5046.     /**
  5047.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  5048.      *
  5049.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  5050.      */
  5051.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  5052.     {
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  5056.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  5057.     }
  5058.     /**
  5059.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  5060.      *
  5061.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  5062.      */
  5063.     protected function getSonata_Admin_Form_Extension_FieldService()
  5064.     {
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  5068.         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'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'mosaic_background' => 'data:image/png;base64,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''legacy_twig_text_extension' => true'javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'22 => 'bundles/sonatamultiupload/dist/sonata-multiupload.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'10 => 'bundles/sonataadmin/css/styles.css'11 => 'bundles/sonataadmin/css/layout.css'12 => 'bundles/sonataadmin/css/tree.css'13 => 'bundles/sonatacore/css/flashmessage.css'14 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'15 => 'bundles/sonatamultiupload/dist/sonata-multiupload.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  5069.     }
  5070.     /**
  5071.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  5072.      *
  5073.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  5074.      */
  5075.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  5080.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  5081.     }
  5082.     /**
  5083.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  5084.      *
  5085.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  5086.      */
  5087.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  5088.     {
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  5092.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  5093.     }
  5094.     /**
  5095.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  5096.      *
  5097.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  5098.      */
  5099.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  5104.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  5105.     }
  5106.     /**
  5107.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  5108.      *
  5109.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  5110.      */
  5111.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  5112.     {
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  5116.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5117.     }
  5118.     /**
  5119.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  5120.      *
  5121.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  5122.      */
  5123.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  5124.     {
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  5128.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5129.     }
  5130.     /**
  5131.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  5132.      *
  5133.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  5134.      */
  5135.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  5140.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5141.     }
  5142.     /**
  5143.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  5144.      *
  5145.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  5146.      */
  5147.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  5148.     {
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  5152.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  5153.     }
  5154.     /**
  5155.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  5156.      *
  5157.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  5158.      */
  5159.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  5160.     {
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  5164.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  5165.     }
  5166.     /**
  5167.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  5168.      *
  5169.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  5170.      */
  5171.     protected function getSonata_Admin_Form_Type_AdminService()
  5172.     {
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  5176.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  5177.     }
  5178.     /**
  5179.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  5180.      *
  5181.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  5182.      */
  5183.     protected function getSonata_Admin_Form_Type_CollectionService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  5188.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  5189.     }
  5190.     /**
  5191.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  5192.      *
  5193.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  5194.      */
  5195.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  5196.     {
  5197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  5200.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  5201.     }
  5202.     /**
  5203.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  5204.      *
  5205.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  5206.      */
  5207.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  5208.     {
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  5212.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5213.     }
  5214.     /**
  5215.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  5216.      *
  5217.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  5218.      */
  5219.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  5224.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  5225.     }
  5226.     /**
  5227.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  5228.      *
  5229.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  5230.      */
  5231.     protected function getSonata_Admin_Form_Type_ModelListService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  5236.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  5237.     }
  5238.     /**
  5239.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  5240.      *
  5241.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  5242.      */
  5243.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  5248.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  5249.     }
  5250.     /**
  5251.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  5252.      *
  5253.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  5254.      */
  5255.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  5256.     {
  5257.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  5258.     }
  5259.     /**
  5260.      * Gets the public 'sonata.admin.helper' shared service.
  5261.      *
  5262.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  5263.      */
  5264.     protected function getSonata_Admin_HelperService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  5267.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5268.     }
  5269.     /**
  5270.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  5271.      *
  5272.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  5273.      */
  5274.     protected function getSonata_Admin_Label_Strategy_BcService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/BCLabelTranslatorStrategy.php';
  5278.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  5279.     }
  5280.     /**
  5281.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  5282.      *
  5283.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  5284.      */
  5285.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  5286.     {
  5287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/FormLabelTranslatorStrategy.php';
  5289.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  5290.     }
  5291.     /**
  5292.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  5293.      *
  5294.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  5295.      */
  5296.     protected function getSonata_Admin_Label_Strategy_NativeService()
  5297.     {
  5298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  5300.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  5301.     }
  5302.     /**
  5303.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  5304.      *
  5305.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  5306.      */
  5307.     protected function getSonata_Admin_Label_Strategy_NoopService()
  5308.     {
  5309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NoopLabelTranslatorStrategy.php';
  5311.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  5312.     }
  5313.     /**
  5314.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  5315.      *
  5316.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  5317.      */
  5318.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  5319.     {
  5320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  5322.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  5323.     }
  5324.     /**
  5325.      * Gets the public 'sonata.admin.manager.orm' shared service.
  5326.      *
  5327.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  5328.      */
  5329.     protected function getSonata_Admin_Manager_OrmService()
  5330.     {
  5331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  5335.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5336.     }
  5337.     /**
  5338.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  5339.      *
  5340.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  5341.      */
  5342.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  5343.     {
  5344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  5346.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  5347.     }
  5348.     /**
  5349.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  5350.      *
  5351.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  5352.      */
  5353.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  5354.     {
  5355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  5358.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator();
  5359.     }
  5360.     /**
  5361.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  5362.      *
  5363.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  5364.      */
  5365.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  5366.     {
  5367.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/ActiveVoter.php';
  5369.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  5370.     }
  5371.     /**
  5372.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  5373.      *
  5374.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  5375.      */
  5376.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  5380.         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())));
  5381.     }
  5382.     /**
  5383.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  5384.      *
  5385.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  5386.      *
  5387.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since sonata-project/admin-bundle 3.28 and will be removed in 4.0.
  5388.      */
  5389.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  5390.     {
  5391.         @trigger_error('The "sonata.admin.menu.matcher.voter.children" service is deprecated since sonata-project/admin-bundle 3.28 and will be removed in 4.0.'E_USER_DEPRECATED);
  5392.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  5393.     }
  5394.     /**
  5395.      * Gets the public 'sonata.admin.menu_builder' shared service.
  5396.      *
  5397.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  5398.      */
  5399.     protected function getSonata_Admin_MenuBuilderService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  5402.         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()));
  5403.     }
  5404.     /**
  5405.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  5406.      *
  5407.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  5408.      */
  5409.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  5412.         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');
  5413.     }
  5414.     /**
  5415.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  5416.      *
  5417.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  5418.      */
  5419.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  5425.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  5426.     }
  5427.     /**
  5428.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  5429.      *
  5430.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  5431.      */
  5432.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  5438.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  5439.     }
  5440.     /**
  5441.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  5442.      *
  5443.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  5444.      */
  5445.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  5446.     {
  5447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  5451.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  5452.     }
  5453.     /**
  5454.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  5455.      *
  5456.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  5457.      */
  5458.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  5459.     {
  5460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  5464.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  5465.     }
  5466.     /**
  5467.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  5468.      *
  5469.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  5470.      */
  5471.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  5478.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  5479.     }
  5480.     /**
  5481.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  5482.      *
  5483.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  5484.      */
  5485.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  5486.     {
  5487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  5492.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  5493.     }
  5494.     /**
  5495.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  5496.      *
  5497.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  5498.      */
  5499.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  5506.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  5507.     }
  5508.     /**
  5509.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  5510.      *
  5511.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  5512.      */
  5513.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  5520.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  5521.     }
  5522.     /**
  5523.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  5524.      *
  5525.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  5526.      */
  5527.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  5533.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  5534.     }
  5535.     /**
  5536.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  5537.      *
  5538.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  5539.      */
  5540.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  5546.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  5547.     }
  5548.     /**
  5549.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  5550.      *
  5551.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  5552.      */
  5553.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  5554.     {
  5555.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  5559.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  5560.     }
  5561.     /**
  5562.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  5563.      *
  5564.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  5565.      */
  5566.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  5567.     {
  5568.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  5572.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  5573.     }
  5574.     /**
  5575.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  5576.      *
  5577.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  5578.      */
  5579.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  5586.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  5587.     }
  5588.     /**
  5589.      * Gets the public 'sonata.admin.pool' shared service.
  5590.      *
  5591.      * @return \Sonata\AdminBundle\Admin\Pool
  5592.      */
  5593.     protected function getSonata_Admin_PoolService()
  5594.     {
  5595.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'MrMagz''mrmagz/logo.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'mosaic_background' => 'data:image/png;base64,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''legacy_twig_text_extension' => true'javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'22 => 'bundles/sonatamultiupload/dist/sonata-multiupload.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'10 => 'bundles/sonataadmin/css/styles.css'11 => 'bundles/sonataadmin/css/layout.css'12 => 'bundles/sonataadmin/css/tree.css'13 => 'bundles/sonatacore/css/flashmessage.css'14 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'15 => 'bundles/sonatamultiupload/dist/sonata-multiupload.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5596.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  5597.         $instance->setAdminServiceIds([=> 'App.Admin.MagazineAdmin'=> 'App.Admin.MagazinePageAdmin'=> 'App.admin.ProductAdmin'=> 'App.Admin.TOCAdmin'=> 'App.Admin.PublisherAdmin'=> 'App.Admin.PublisherStoreAdmin'=> 'App.Admin.SubscriptionAdmin'=> 'App.Admin.LoginLinkAdmin'=> 'App.Admin.GatrackAdmin'=> 'App.Admin.SettingsAdmin'10 => 'App.Admin.EditorClassAdmin'11 => 'App.Admin.EditorBlockAdmin'12 => 'App.Admin.EditorCommonCssAdmin'13 => 'sonata.user.admin.user'14 => 'sonata.user.admin.group'15 => 'sonata.media.admin.media'16 => 'sonata.media.admin.gallery'17 => 'sonata.media.admin.gallery_has_media'18 => 'sonata.classification.admin.category'19 => 'sonata.classification.admin.tag'20 => 'sonata.classification.admin.collection'21 => 'sonata.classification.admin.context']);
  5598.         $instance->setAdminGroups(['Magazine' => ['label' => 'Magazine''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'App.Admin.MagazineAdmin''label' => 'List''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.admin.ProductAdmin''label' => 'Product''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.Admin.TOCAdmin''label' => 'Table of content''route' => '''route_params' => [], 'route_absolute' => false]]], 'Project' => ['label' => 'Project''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'App.Admin.PublisherAdmin''label' => 'Publisher''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.Admin.PublisherStoreAdmin''label' => 'Publisher Store''route' => '''route_params' => [], 'route_absolute' => false]]], 'Account' => ['label' => 'Account''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'App.Admin.SubscriptionAdmin''label' => 'Subscription''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.Admin.LoginLinkAdmin''label' => 'Login Link''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.Admin.GatrackAdmin''label' => 'Gatrack''route' => '''route_params' => [], 'route_absolute' => false]]], 'Admin' => ['label' => 'Admin''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'App.Admin.SettingsAdmin''label' => 'Admin Settings''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.Admin.EditorClassAdmin''label' => 'Editor class''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.Admin.EditorBlockAdmin''label' => 'Editor block''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'App.Admin.EditorCommonCssAdmin''label' => 'Editor MasterCSS''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]]], '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_classification' => ['label' => 'sonata_classification''label_catalogue' => 'SonataClassificationBundle''icon' => '<i class=\'fa fa-tags\'></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'sonata.classification.admin.category''label' => 'label_categories''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.classification.admin.tag''label' => 'label_tags''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.classification.admin.collection''label' => 'label_collections''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.classification.admin.context''label' => 'label_contexts''route' => '''route_params' => [], 'route_absolute' => false]]]]);
  5599.         $instance->setAdminClasses(['App\\Entity\\Magazine\\Magazine' => [=> 'App.Admin.MagazineAdmin'], 'App\\Entity\\Magazine\\MagazinePage' => [=> 'App.Admin.MagazinePageAdmin'], 'App\\Entity\\Admin\\Product' => [=> 'App.admin.ProductAdmin'], 'App\\Entity\\Magazine\\TOC' => [=> 'App.Admin.TOCAdmin'], 'App\\Entity\\Project\\Publisher' => [=> 'App.Admin.PublisherAdmin'], 'App\\Entity\\Project\\PublisherStore' => [=> 'App.Admin.PublisherStoreAdmin'], 'App\\Entity\\Account\\Subscription' => [=> 'App.Admin.SubscriptionAdmin'], 'App\\Entity\\Api\\LoginLink' => [=> 'App.Admin.LoginLinkAdmin'], 'App\\Entity\\Api\\Gatrack' => [=> 'App.Admin.GatrackAdmin'], 'App\\Entity\\Admin\\Settings' => [=> 'App.Admin.SettingsAdmin'], 'App\\Entity\\Admin\\Editor\\Classes' => [=> 'App.Admin.EditorClassAdmin'], 'App\\Entity\\Admin\\Editor\\Block' => [=> 'App.Admin.EditorBlockAdmin'], 'App\\Entity\\Admin\\Editor\\CommonCss' => [=> 'App.Admin.EditorCommonCssAdmin'], 'App\\Application\\Sonata\\UserBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Application\\Sonata\\UserBundle\\Entity\\Group' => [=> 'sonata.user.admin.group'], '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\\Entity\\Sonata\\Classification\\Category' => [=> 'sonata.classification.admin.category'], 'App\\Entity\\Sonata\\Classification\\Tag' => [=> 'sonata.classification.admin.tag'], 'App\\Entity\\Sonata\\Classification\\Collection' => [=> 'sonata.classification.admin.collection'], 'App\\Entity\\Sonata\\Classification\\Context' => [=> 'sonata.classification.admin.context']]);
  5600.         return $instance;
  5601.     }
  5602.     /**
  5603.      * Gets the public 'sonata.admin.route.cache' shared service.
  5604.      *
  5605.      * @return \Sonata\AdminBundle\Route\RoutesCache
  5606.      */
  5607.     protected function getSonata_Admin_Route_CacheService()
  5608.     {
  5609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  5610.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  5611.     }
  5612.     /**
  5613.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  5614.      *
  5615.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  5616.      */
  5617.     protected function getSonata_Admin_Route_CacheWarmupService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  5622.         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()));
  5623.     }
  5624.     /**
  5625.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  5626.      *
  5627.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  5628.      */
  5629.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  5630.     {
  5631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  5634.         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))));
  5635.     }
  5636.     /**
  5637.      * Gets the public 'sonata.admin.route.path_info' shared service.
  5638.      *
  5639.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  5640.      */
  5641.     protected function getSonata_Admin_Route_PathInfoService()
  5642.     {
  5643.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  5647.         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))));
  5648.     }
  5649.     /**
  5650.      * Gets the public 'sonata.admin.route.query_string' shared service.
  5651.      *
  5652.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  5653.      */
  5654.     protected function getSonata_Admin_Route_QueryStringService()
  5655.     {
  5656.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  5660.         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))));
  5661.     }
  5662.     /**
  5663.      * Gets the public 'sonata.admin.route_loader' shared service.
  5664.      *
  5665.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  5666.      */
  5667.     protected function getSonata_Admin_RouteLoaderService()
  5668.     {
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  5672.         return $this->services['sonata.admin.route_loader'] = new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [=> 'App.Admin.MagazineAdmin'=> 'App.Admin.MagazinePageAdmin'=> 'App.admin.ProductAdmin'=> 'App.Admin.TOCAdmin'=> 'App.Admin.PublisherAdmin'=> 'App.Admin.PublisherStoreAdmin'=> 'App.Admin.SubscriptionAdmin'=> 'App.Admin.LoginLinkAdmin'=> 'App.Admin.GatrackAdmin'=> 'App.Admin.SettingsAdmin'10 => 'App.Admin.EditorClassAdmin'11 => 'App.Admin.EditorBlockAdmin'12 => 'App.Admin.EditorCommonCssAdmin'13 => 'sonata.user.admin.user'14 => 'sonata.user.admin.group'15 => 'sonata.media.admin.media'16 => 'sonata.media.admin.gallery'17 => 'sonata.media.admin.gallery_has_media'18 => 'sonata.classification.admin.category'19 => 'sonata.classification.admin.tag'20 => 'sonata.classification.admin.collection'21 => 'sonata.classification.admin.context'], $this);
  5673.     }
  5674.     /**
  5675.      * Gets the public 'sonata.admin.search.handler' shared service.
  5676.      *
  5677.      * @return \Sonata\AdminBundle\Search\SearchHandler
  5678.      */
  5679.     protected function getSonata_Admin_Search_HandlerService()
  5680.     {
  5681.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  5682.         return $this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(true);
  5683.     }
  5684.     /**
  5685.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  5686.      *
  5687.      * @return \Knp\Menu\MenuItem
  5688.      */
  5689.     protected function getSonata_Admin_SidebarMenuService()
  5690.     {
  5691.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  5692.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  5693.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  5694.     }
  5695.     /**
  5696.      * Gets the public 'sonata.admin.twig.extension' shared service.
  5697.      *
  5698.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  5699.      */
  5700.     protected function getSonata_Admin_Twig_ExtensionService()
  5701.     {
  5702.         $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()));
  5703.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  5704.         return $instance;
  5705.     }
  5706.     /**
  5707.      * Gets the public 'sonata.admin.twig.global' shared service.
  5708.      *
  5709.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  5710.      */
  5711.     protected function getSonata_Admin_Twig_GlobalService()
  5712.     {
  5713.         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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');
  5714.     }
  5715.     /**
  5716.      * Gets the public 'sonata.admin.validator.inline' shared service.
  5717.      *
  5718.      * @return \Sonata\Form\Validator\InlineValidator
  5719.      */
  5720.     protected function getSonata_Admin_Validator_InlineService()
  5721.     {
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  5725.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  5726.     }
  5727.     /**
  5728.      * Gets the public 'sonata.block.context_manager.default' shared service.
  5729.      *
  5730.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  5731.      */
  5732.     protected function getSonata_Block_ContextManager_DefaultService()
  5733.     {
  5734.         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()));
  5735.     }
  5736.     /**
  5737.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  5738.      *
  5739.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  5740.      */
  5741.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  5742.     {
  5743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  5745.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  5746.     }
  5747.     /**
  5748.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  5749.      *
  5750.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  5751.      */
  5752.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  5756.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  5757.     }
  5758.     /**
  5759.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  5760.      *
  5761.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  5762.      */
  5763.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  5767.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  5768.     }
  5769.     /**
  5770.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  5771.      *
  5772.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  5773.      */
  5774.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  5775.     {
  5776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  5778.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  5779.     }
  5780.     /**
  5781.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  5782.      *
  5783.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  5784.      */
  5785.     protected function getSonata_Block_Exception_Renderer_InlineService()
  5786.     {
  5787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  5789.         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');
  5790.     }
  5791.     /**
  5792.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  5793.      *
  5794.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  5795.      */
  5796.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  5797.     {
  5798.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  5800.         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);
  5801.     }
  5802.     /**
  5803.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  5804.      *
  5805.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  5806.      */
  5807.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  5808.     {
  5809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  5811.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  5812.     }
  5813.     /**
  5814.      * Gets the public 'sonata.block.manager' shared service.
  5815.      *
  5816.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  5817.      */
  5818.     protected function getSonata_Block_ManagerService()
  5819.     {
  5820.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5821.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  5822.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  5823.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  5824.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  5825.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  5826.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  5827.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  5828.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  5829.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  5830.         $instance->add('sonata.media.block.media''sonata.media.block.media', []);
  5831.         $instance->add('sonata.media.block.feature_media''sonata.media.block.feature_media', []);
  5832.         $instance->add('sonata.media.block.gallery''sonata.media.block.gallery', []);
  5833.         $instance->add('sonata.media.block.gallery_list''sonata.media.block.gallery_list', []);
  5834.         $instance->add('sonata.formatter.block.formatter''sonata.formatter.block.formatter', []);
  5835.         return $instance;
  5836.     }
  5837.     /**
  5838.      * Gets the public 'sonata.block.menu.registry' shared service.
  5839.      *
  5840.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  5841.      */
  5842.     protected function getSonata_Block_Menu_RegistryService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  5846.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  5847.         $instance->add('sonata_admin_sidebar');
  5848.         return $instance;
  5849.     }
  5850.     /**
  5851.      * Gets the public 'sonata.block.renderer.default' shared service.
  5852.      *
  5853.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  5854.      */
  5855.     protected function getSonata_Block_Renderer_DefaultService()
  5856.     {
  5857.         $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'], [], []);
  5858.         $a->setDefaultFilter('debug_only');
  5859.         $a->setDefaultRenderer('throw');
  5860.         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);
  5861.     }
  5862.     /**
  5863.      * Gets the public 'sonata.block.service.container' shared service.
  5864.      *
  5865.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  5866.      */
  5867.     protected function getSonata_Block_Service_ContainerService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  5875.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  5876.     }
  5877.     /**
  5878.      * Gets the public 'sonata.block.service.empty' shared service.
  5879.      *
  5880.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  5881.      */
  5882.     protected function getSonata_Block_Service_EmptyService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  5888.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  5889.     }
  5890.     /**
  5891.      * Gets the public 'sonata.block.service.menu' shared service.
  5892.      *
  5893.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  5894.      */
  5895.     protected function getSonata_Block_Service_MenuService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  5903.         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()));
  5904.     }
  5905.     /**
  5906.      * Gets the public 'sonata.block.service.rss' shared service.
  5907.      *
  5908.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  5909.      */
  5910.     protected function getSonata_Block_Service_RssService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  5918.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  5919.     }
  5920.     /**
  5921.      * Gets the public 'sonata.block.service.template' shared service.
  5922.      *
  5923.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  5924.      */
  5925.     protected function getSonata_Block_Service_TemplateService()
  5926.     {
  5927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  5933.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  5934.     }
  5935.     /**
  5936.      * Gets the public 'sonata.block.service.text' shared service.
  5937.      *
  5938.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  5939.      */
  5940.     protected function getSonata_Block_Service_TextService()
  5941.     {
  5942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  5948.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  5949.     }
  5950.     /**
  5951.      * Gets the public 'sonata.classification.admin.category' service.
  5952.      *
  5953.      * @return \Sonata\ClassificationBundle\Admin\CategoryAdmin
  5954.      */
  5955.     protected function getSonata_Classification_Admin_CategoryService()
  5956.     {
  5957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  5962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/ContextAwareAdmin.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/CategoryAdmin.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  5971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  5972.         $instance = new \Sonata\ClassificationBundle\Admin\CategoryAdmin('sonata.classification.admin.category''App\\Entity\\Sonata\\Classification\\Category''SonataClassificationBundle:CategoryAdmin', ($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()));
  5973.         $instance->setTranslationDomain('SonataClassificationBundle');
  5974.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  5975.         $instance->setManagerType('orm');
  5976.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  5977.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  5978.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  5979.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  5980.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  5981.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  5982.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5983.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  5984.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  5985.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  5986.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  5987.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  5988.         $instance->setPagerType('default');
  5989.         $instance->setLabel('label_categories');
  5990.         $instance->showMosaicButton(true);
  5991.         $instance->setTemplateRegistry(($this->services['sonata.classification.admin.category.template_registry'] ?? $this->getSonata_Classification_Admin_Category_TemplateRegistryService()));
  5992.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  5993.         $instance->initialize();
  5994.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  5995.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  5996.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  5997.         return $instance;
  5998.     }
  5999.     /**
  6000.      * Gets the public 'sonata.classification.admin.category.template_registry' shared service.
  6001.      *
  6002.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6003.      */
  6004.     protected function getSonata_Classification_Admin_Category_TemplateRegistryService()
  6005.     {
  6006.         return $this->services['sonata.classification.admin.category.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''preview' => 'admin/CRUD/preview.html.twig''outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig''edit' => 'admin/CRUD/edit.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataClassification/CategoryAdmin/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig''tree' => '@SonataClassification/CategoryAdmin/tree.html.twig']);
  6007.     }
  6008.     /**
  6009.      * Gets the public 'sonata.classification.admin.collection' service.
  6010.      *
  6011.      * @return \Sonata\ClassificationBundle\Admin\CollectionAdmin
  6012.      */
  6013.     protected function getSonata_Classification_Admin_CollectionService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/ContextAwareAdmin.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/CollectionAdmin.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6030.         $instance = new \Sonata\ClassificationBundle\Admin\CollectionAdmin('sonata.classification.admin.collection''App\\Entity\\Sonata\\Classification\\Collection''SonataAdminBundle:CRUD', ($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()));
  6031.         $instance->setTranslationDomain('SonataClassificationBundle');
  6032.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6033.         $instance->setManagerType('orm');
  6034.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6035.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6036.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6037.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6038.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6039.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6040.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6041.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6042.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6043.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6044.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6045.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6046.         $instance->setPagerType('default');
  6047.         $instance->setLabel('label_collections');
  6048.         $instance->showMosaicButton(true);
  6049.         $instance->setTemplateRegistry(($this->services['sonata.classification.admin.collection.template_registry'] ?? $this->getSonata_Classification_Admin_Collection_TemplateRegistryService()));
  6050.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6051.         $instance->initialize();
  6052.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6053.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6054.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6055.         return $instance;
  6056.     }
  6057.     /**
  6058.      * Gets the public 'sonata.classification.admin.collection.template_registry' shared service.
  6059.      *
  6060.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6061.      */
  6062.     protected function getSonata_Classification_Admin_Collection_TemplateRegistryService()
  6063.     {
  6064.         return $this->services['sonata.classification.admin.collection.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  6065.     }
  6066.     /**
  6067.      * Gets the public 'sonata.classification.admin.context' service.
  6068.      *
  6069.      * @return \Sonata\ClassificationBundle\Admin\ContextAdmin
  6070.      */
  6071.     protected function getSonata_Classification_Admin_ContextService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/ContextAdmin.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6087.         $instance = new \Sonata\ClassificationBundle\Admin\ContextAdmin('sonata.classification.admin.context''App\\Entity\\Sonata\\Classification\\Context''SonataAdminBundle:CRUD');
  6088.         $instance->setTranslationDomain('SonataClassificationBundle');
  6089.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6090.         $instance->setManagerType('orm');
  6091.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6092.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6093.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6094.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6095.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6096.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6097.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6098.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6099.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6100.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6101.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6102.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6103.         $instance->setPagerType('default');
  6104.         $instance->setLabel('label_contexts');
  6105.         $instance->showMosaicButton(true);
  6106.         $instance->setTemplateRegistry(($this->services['sonata.classification.admin.context.template_registry'] ?? $this->getSonata_Classification_Admin_Context_TemplateRegistryService()));
  6107.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6108.         $instance->initialize();
  6109.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6110.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6111.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6112.         return $instance;
  6113.     }
  6114.     /**
  6115.      * Gets the public 'sonata.classification.admin.context.template_registry' shared service.
  6116.      *
  6117.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6118.      */
  6119.     protected function getSonata_Classification_Admin_Context_TemplateRegistryService()
  6120.     {
  6121.         return $this->services['sonata.classification.admin.context.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  6122.     }
  6123.     /**
  6124.      * Gets the public 'sonata.classification.admin.tag' service.
  6125.      *
  6126.      * @return \Sonata\ClassificationBundle\Admin\TagAdmin
  6127.      */
  6128.     protected function getSonata_Classification_Admin_TagService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/ContextAwareAdmin.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/TagAdmin.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6145.         $instance = new \Sonata\ClassificationBundle\Admin\TagAdmin('sonata.classification.admin.tag''App\\Entity\\Sonata\\Classification\\Tag''SonataAdminBundle:CRUD', ($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()));
  6146.         $instance->setTranslationDomain('SonataClassificationBundle');
  6147.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6148.         $instance->setManagerType('orm');
  6149.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6150.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6151.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6152.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6153.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6154.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6155.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6156.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6157.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6158.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6159.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6160.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6161.         $instance->setPagerType('default');
  6162.         $instance->setLabel('label_tags');
  6163.         $instance->showMosaicButton(true);
  6164.         $instance->setTemplateRegistry(($this->services['sonata.classification.admin.tag.template_registry'] ?? $this->getSonata_Classification_Admin_Tag_TemplateRegistryService()));
  6165.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6166.         $instance->initialize();
  6167.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6168.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6169.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6170.         return $instance;
  6171.     }
  6172.     /**
  6173.      * Gets the public 'sonata.classification.admin.tag.template_registry' shared service.
  6174.      *
  6175.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6176.      */
  6177.     protected function getSonata_Classification_Admin_Tag_TemplateRegistryService()
  6178.     {
  6179.         return $this->services['sonata.classification.admin.tag.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  6180.     }
  6181.     /**
  6182.      * Gets the public 'sonata.classification.manager.category' shared service.
  6183.      *
  6184.      * @return \Sonata\ClassificationBundle\Entity\CategoryManager
  6185.      */
  6186.     protected function getSonata_Classification_Manager_CategoryService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Model/CategoryManagerInterface.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Entity/CategoryManager.php';
  6190.         return $this->services['sonata.classification.manager.category'] = new \Sonata\ClassificationBundle\Entity\CategoryManager('App\\Entity\\Sonata\\Classification\\Category', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()));
  6191.     }
  6192.     /**
  6193.      * Gets the public 'sonata.classification.manager.collection' shared service.
  6194.      *
  6195.      * @return \Sonata\ClassificationBundle\Entity\CollectionManager
  6196.      */
  6197.     protected function getSonata_Classification_Manager_CollectionService()
  6198.     {
  6199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Model/CollectionManagerInterface.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Entity/CollectionManager.php';
  6201.         return $this->services['sonata.classification.manager.collection'] = new \Sonata\ClassificationBundle\Entity\CollectionManager('App\\Entity\\Sonata\\Classification\\Collection', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6202.     }
  6203.     /**
  6204.      * Gets the public 'sonata.classification.manager.context' shared service.
  6205.      *
  6206.      * @return \Sonata\ClassificationBundle\Entity\ContextManager
  6207.      */
  6208.     protected function getSonata_Classification_Manager_ContextService()
  6209.     {
  6210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Model/ContextManagerInterface.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Entity/ContextManager.php';
  6212.         return $this->services['sonata.classification.manager.context'] = new \Sonata\ClassificationBundle\Entity\ContextManager('App\\Entity\\Sonata\\Classification\\Context', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6213.     }
  6214.     /**
  6215.      * Gets the public 'sonata.classification.manager.tag' shared service.
  6216.      *
  6217.      * @return \Sonata\ClassificationBundle\Entity\TagManager
  6218.      */
  6219.     protected function getSonata_Classification_Manager_TagService()
  6220.     {
  6221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Model/TagManagerInterface.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Entity/TagManager.php';
  6223.         return $this->services['sonata.classification.manager.tag'] = new \Sonata\ClassificationBundle\Entity\TagManager('App\\Entity\\Sonata\\Classification\\Tag', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6224.     }
  6225.     /**
  6226.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  6227.      *
  6228.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  6229.      */
  6230.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  6231.     {
  6232.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  6233.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  6234.         return $instance;
  6235.     }
  6236.     /**
  6237.      * Gets the public 'sonata.formatter.block.formatter' shared service.
  6238.      *
  6239.      * @return \Sonata\FormatterBundle\Block\FormatterBlockService
  6240.      */
  6241.     protected function getSonata_Formatter_Block_FormatterService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  6248.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Block/FormatterBlockService.php';
  6249.         return $this->services['sonata.formatter.block.formatter'] = new \Sonata\FormatterBundle\Block\FormatterBlockService('sonata.formatter.block.formatter', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  6250.     }
  6251.     /**
  6252.      * Gets the public 'sonata.formatter.twig.control_flow' shared service.
  6253.      *
  6254.      * @return \Sonata\FormatterBundle\Extension\ControlFlowExtension
  6255.      */
  6256.     protected function getSonata_Formatter_Twig_ControlFlowService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Extension/ExtensionInterface.php';
  6259.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Extension/BaseExtension.php';
  6260.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Extension/ControlFlowExtension.php';
  6261.         return $this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension();
  6262.     }
  6263.     /**
  6264.      * Gets the public 'sonata.formatter.twig.gist' shared service.
  6265.      *
  6266.      * @return \Sonata\FormatterBundle\Extension\GistExtension
  6267.      */
  6268.     protected function getSonata_Formatter_Twig_GistService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Extension/ExtensionInterface.php';
  6271.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Extension/BaseExtension.php';
  6272.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Extension/GistExtension.php';
  6273.         return $this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension();
  6274.     }
  6275.     /**
  6276.      * Gets the public 'sonata.media.admin.gallery' service.
  6277.      *
  6278.      * @return \Sonata\MediaBundle\Admin\GalleryAdmin
  6279.      */
  6280.     protected function getSonata_Media_Admin_GalleryService()
  6281.     {
  6282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6283.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6293.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6296.         $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()));
  6297.         $instance->setTranslationDomain('SonataMediaBundle');
  6298.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6299.         $instance->setManagerType('orm');
  6300.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6301.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6302.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6303.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6304.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6305.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6306.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6307.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6308.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6309.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6310.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6311.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6312.         $instance->setPagerType('default');
  6313.         $instance->setLabel('gallery');
  6314.         $instance->showMosaicButton(true);
  6315.         $instance->setTemplateRegistry(($this->services['sonata.media.admin.gallery.template_registry'] ?? $this->getSonata_Media_Admin_Gallery_TemplateRegistryService()));
  6316.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6317.         $instance->initialize();
  6318.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6319.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6320.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6321.         return $instance;
  6322.     }
  6323.     /**
  6324.      * Gets the public 'sonata.media.admin.gallery.template_registry' shared service.
  6325.      *
  6326.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6327.      */
  6328.     protected function getSonata_Media_Admin_Gallery_TemplateRegistryService()
  6329.     {
  6330.         return $this->services['sonata.media.admin.gallery.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''preview' => 'admin/CRUD/preview.html.twig''outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig''edit' => 'admin/CRUD/edit.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataMedia/GalleryAdmin/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  6331.     }
  6332.     /**
  6333.      * Gets the public 'sonata.media.admin.gallery_has_media' service.
  6334.      *
  6335.      * @return \Sonata\MediaBundle\Admin\GalleryHasMediaAdmin
  6336.      */
  6337.     protected function getSonata_Media_Admin_GalleryHasMediaService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6350.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/GalleryHasMediaAdmin.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6353.         $instance = new \Sonata\MediaBundle\Admin\GalleryHasMediaAdmin('sonata.media.admin.gallery_has_media''App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''Sonata\\AdminBundle\\Controller\\CRUDController');
  6354.         $instance->setTranslationDomain('SonataMediaBundle');
  6355.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6356.         $instance->setManagerType('orm');
  6357.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6358.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6359.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6360.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6361.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6362.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6363.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6364.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6365.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6366.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6367.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6368.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6369.         $instance->setPagerType('default');
  6370.         $instance->setLabel('gallery_has_media');
  6371.         $instance->showMosaicButton(true);
  6372.         $instance->setTemplateRegistry(($this->services['sonata.media.admin.gallery_has_media.template_registry'] ?? $this->getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService()));
  6373.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6374.         $instance->initialize();
  6375.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6376.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6377.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6378.         return $instance;
  6379.     }
  6380.     /**
  6381.      * Gets the public 'sonata.media.admin.gallery_has_media.template_registry' shared service.
  6382.      *
  6383.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6384.      */
  6385.     protected function getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService()
  6386.     {
  6387.         return $this->services['sonata.media.admin.gallery_has_media.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  6388.     }
  6389.     /**
  6390.      * Gets the public 'sonata.media.admin.media' service.
  6391.      *
  6392.      * @return \Sonata\MediaBundle\Admin\ORM\MediaAdmin
  6393.      */
  6394.     protected function getSonata_Media_Admin_MediaService()
  6395.     {
  6396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6399.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6407.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/BaseMediaAdmin.php';
  6408.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle/Admin/MediaAdminExtension.php';
  6414.         include_once \dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Admin/MultiUploadAdminExtension.php';
  6415.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Admin/CkeditorAdminExtension.php';
  6416.         $instance = new \Sonata\MediaBundle\Admin\ORM\MediaAdmin('sonata.media.admin.media''App\\Application\\Sonata\\MediaBundle\\Entity\\Media''CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\Controller\\MediaAdminController', ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['sonata.media.manager.category.default'] ?? $this->getSonata_Media_Manager_Category_DefaultService()));
  6417.         $instance->setModelManager(($this->services['sonata.media.admin.media.manager'] ?? $this->getSonata_Media_Admin_Media_ManagerService()));
  6418.         $instance->setTranslationDomain('SonataMediaBundle');
  6419.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6420.         $instance->setManagerType('orm');
  6421.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6422.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6423.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6424.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6425.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6426.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6427.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6428.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6429.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6430.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6431.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6432.         $instance->setPagerType('default');
  6433.         $instance->setLabel('media');
  6434.         $instance->showMosaicButton(true);
  6435.         $instance->setTemplateRegistry(($this->services['sonata.media.admin.media.template_registry'] ?? $this->getSonata_Media_Admin_Media_TemplateRegistryService()));
  6436.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6437.         $instance->initialize();
  6438.         $instance->addExtension(($this->privates['coop_tilleuls_ck_editor_sonata_media.media.extension'] ?? ($this->privates['coop_tilleuls_ck_editor_sonata_media.media.extension'] = new \CoopTilleuls\Bundle\CKEditorSonataMediaBundle\Admin\MediaAdminExtension())));
  6439.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6440.         $instance->addExtension(($this->privates['SilasJoisten\\Sonata\\MultiUploadBundle\\Admin\\MultiUploadAdminExtension'] ?? ($this->privates['SilasJoisten\\Sonata\\MultiUploadBundle\\Admin\\MultiUploadAdminExtension'] = new \SilasJoisten\Sonata\MultiUploadBundle\Admin\MultiUploadAdminExtension())));
  6441.         $instance->addExtension(($this->privates['sonata.formatter.ckeditor.extension'] ?? ($this->privates['sonata.formatter.ckeditor.extension'] = new \Sonata\FormatterBundle\Admin\CkeditorAdminExtension())));
  6442.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6443.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6444.         return $instance;
  6445.     }
  6446.     /**
  6447.      * Gets the public 'sonata.media.admin.media.manager' shared service.
  6448.      *
  6449.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  6450.      */
  6451.     protected function getSonata_Media_Admin_Media_ManagerService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  6456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  6457.         return $this->services['sonata.media.admin.media.manager'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6458.     }
  6459.     /**
  6460.      * Gets the public 'sonata.media.admin.media.template_registry' shared service.
  6461.      *
  6462.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6463.      */
  6464.     protected function getSonata_Media_Admin_Media_TemplateRegistryService()
  6465.     {
  6466.         return $this->services['sonata.media.admin.media.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''preview' => 'admin/CRUD/preview.html.twig''outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig''edit' => '@SonataMedia/MediaAdmin/edit.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataMedia/MediaAdmin/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@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''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''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  6467.     }
  6468.     /**
  6469.      * Gets the public 'sonata.media.block.feature_media' shared service.
  6470.      *
  6471.      * @return \Sonata\MediaBundle\Block\FeatureMediaBlockService
  6472.      */
  6473.     protected function getSonata_Media_Block_FeatureMediaService()
  6474.     {
  6475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6478.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Block/MediaBlockService.php';
  6479.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Block/FeatureMediaBlockService.php';
  6480.         return $this->services['sonata.media.block.feature_media'] = new \Sonata\MediaBundle\Block\FeatureMediaBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL$this, ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  6481.     }
  6482.     /**
  6483.      * Gets the public 'sonata.media.block.gallery' shared service.
  6484.      *
  6485.      * @return \Sonata\MediaBundle\Block\GalleryBlockService
  6486.      */
  6487.     protected function getSonata_Media_Block_GalleryService()
  6488.     {
  6489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6492.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Block/GalleryBlockService.php';
  6493.         return $this->services['sonata.media.block.gallery'] = new \Sonata\MediaBundle\Block\GalleryBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL$this, ($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()));
  6494.     }
  6495.     /**
  6496.      * Gets the public 'sonata.media.block.gallery_list' shared service.
  6497.      *
  6498.      * @return \Sonata\MediaBundle\Block\GalleryListBlockService
  6499.      */
  6500.     protected function getSonata_Media_Block_GalleryListService()
  6501.     {
  6502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6503.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6505.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Block/GalleryListBlockService.php';
  6506.         return $this->services['sonata.media.block.gallery_list'] = new \Sonata\MediaBundle\Block\GalleryListBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  6507.     }
  6508.     /**
  6509.      * Gets the public 'sonata.media.block.media' shared service.
  6510.      *
  6511.      * @return \Sonata\MediaBundle\Block\MediaBlockService
  6512.      */
  6513.     protected function getSonata_Media_Block_MediaService()
  6514.     {
  6515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6518.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Block/MediaBlockService.php';
  6519.         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()));
  6520.     }
  6521.     /**
  6522.      * Gets the public 'sonata.media.formatter.twig' shared service.
  6523.      *
  6524.      * @return \Sonata\MediaBundle\Twig\Extension\FormatterMediaExtension
  6525.      */
  6526.     protected function getSonata_Media_Formatter_TwigService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Twig/Extension/FormatterMediaExtension.php';
  6529.         return $this->services['sonata.media.formatter.twig'] = new \Sonata\MediaBundle\Twig\Extension\FormatterMediaExtension(($this->privates['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  6530.     }
  6531.     /**
  6532.      * Gets the public 'sonata.media.manager.category.default' shared service.
  6533.      *
  6534.      * @return \Sonata\MediaBundle\Model\CategoryManager
  6535.      */
  6536.     protected function getSonata_Media_Manager_Category_DefaultService()
  6537.     {
  6538.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Model/CategoryManagerInterface.php';
  6539.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Model/CategoryManager.php';
  6540.         return $this->services['sonata.media.manager.category.default'] = new \Sonata\MediaBundle\Model\CategoryManager(($this->services['sonata.classification.manager.category'] ?? $this->getSonata_Classification_Manager_CategoryService()));
  6541.     }
  6542.     /**
  6543.      * Gets the public 'sonata.media.manager.gallery' shared service.
  6544.      *
  6545.      * @return \Sonata\MediaBundle\Entity\GalleryManager
  6546.      */
  6547.     protected function getSonata_Media_Manager_GalleryService()
  6548.     {
  6549.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Model/GalleryManagerInterface.php';
  6550.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Entity/GalleryManager.php';
  6551.         return $this->services['sonata.media.manager.gallery'] = new \Sonata\MediaBundle\Entity\GalleryManager('App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6552.     }
  6553.     /**
  6554.      * Gets the public 'sonata.media.manager.media' shared service.
  6555.      *
  6556.      * @return \Sonata\MediaBundle\Entity\MediaManager
  6557.      */
  6558.     protected function getSonata_Media_Manager_MediaService()
  6559.     {
  6560.         return $this->services['sonata.media.manager.media'] = new \Sonata\MediaBundle\Entity\MediaManager('App\\Application\\Sonata\\MediaBundle\\Entity\\Media', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6561.     }
  6562.     /**
  6563.      * Gets the public 'sonata.media.metadata.amazon' shared service.
  6564.      *
  6565.      * @return \Sonata\MediaBundle\Metadata\AmazonMetadataBuilder
  6566.      */
  6567.     protected function getSonata_Media_Metadata_AmazonService()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Metadata/AmazonMetadataBuilder.php';
  6570.         return $this->services['sonata.media.metadata.amazon'] = new \Sonata\MediaBundle\Metadata\AmazonMetadataBuilder([]);
  6571.     }
  6572.     /**
  6573.      * Gets the public 'sonata.media.metadata.noop' shared service.
  6574.      *
  6575.      * @return \Sonata\MediaBundle\Metadata\NoopMetadataBuilder
  6576.      */
  6577.     protected function getSonata_Media_Metadata_NoopService()
  6578.     {
  6579.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Metadata/NoopMetadataBuilder.php';
  6580.         return $this->services['sonata.media.metadata.noop'] = new \Sonata\MediaBundle\Metadata\NoopMetadataBuilder();
  6581.     }
  6582.     /**
  6583.      * Gets the public 'sonata.media.metadata.proxy' shared service.
  6584.      *
  6585.      * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  6586.      */
  6587.     protected function getSonata_Media_Metadata_ProxyService()
  6588.     {
  6589.         return $this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this);
  6590.     }
  6591.     /**
  6592.      * Gets the public 'sonata.media.pool' shared service.
  6593.      *
  6594.      * @return \Sonata\MediaBundle\Provider\Pool
  6595.      */
  6596.     protected function getSonata_Media_PoolService()
  6597.     {
  6598.         $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  6599.         $instance->addContext('default', [=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.vimeo'=> 'sonata.media.provider.video'=> 'sonata.media.provider.image'=> 'sonata.media.provider.file'=> 'sonata.media.provider.audio'=> 'sonata.media.provider.link'], ['default_small' => ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'default_big' => ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.connected_strategy''mode' => 'http']);
  6600.         $instance->addDownloadStrategy('sonata.media.security.connected_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), [=> 'IS_AUTHENTICATED_FULLY'=> 'IS_AUTHENTICATED_REMEMBERED']));
  6601.         $instance->addProvider('sonata.media.provider.audio', ($this->services['sonata.media.provider.audio'] ?? $this->getSonata_Media_Provider_AudioService()));
  6602.         $instance->addProvider('sonata.media.provider.file', ($this->services['sonata.media.provider.file'] ?? $this->getSonata_Media_Provider_FileService()));
  6603.         $instance->addProvider('sonata.media.provider.youtube', ($this->services['sonata.media.provider.youtube'] ?? $this->getSonata_Media_Provider_YoutubeService()));
  6604.         $instance->addProvider('sonata.media.provider.vimeo', ($this->services['sonata.media.provider.vimeo'] ?? $this->getSonata_Media_Provider_VimeoService()));
  6605.         $instance->addProvider('sonata.media.provider.video', ($this->services['sonata.media.provider.video'] ?? $this->getSonata_Media_Provider_VideoService()));
  6606.         $instance->addProvider('sonata.media.provider.link', ($this->services['sonata.media.provider.link'] ?? $this->getSonata_Media_Provider_LinkService()));
  6607.         $instance->addProvider('sonata.media.provider.image', ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  6608.         $instance->addProvider('sonata.media.provider.dailymotion', ($this->services['sonata.media.provider.dailymotion'] ?? $this->getSonata_Media_Provider_DailymotionService()));
  6609.         return $instance;
  6610.     }
  6611.     /**
  6612.      * Gets the public 'sonata.media.provider.audio' shared autowired service.
  6613.      *
  6614.      * @return \App\Application\Sonata\MediaBundle\Provider\AudioProvider
  6615.      */
  6616.     protected function getSonata_Media_Provider_AudioService()
  6617.     {
  6618.         $this->services['sonata.media.provider.audio'] = $instance = new \App\Application\Sonata\MediaBundle\Provider\AudioProvider('sonata.media.provider.audio', ($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\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'mp3'=> 'mp4'=> 'wav'=> 'ogg'], [=> 'audio/mpeg'=> 'audio/mp3'], ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  6619.         $instance->setTemplates(['helper_thumbnail' => 'admin/Media/Provider/audio_thumbnail.html.twig''helper_view' => 'admin/Media/Provider/view_audio.html.twig']);
  6620.         $instance->addFormat('default_small', ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  6621.         $instance->addFormat('default_big', ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => false'resizer_options' => []]);
  6622.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6623.         return $instance;
  6624.     }
  6625.     /**
  6626.      * Gets the public 'sonata.media.provider.dailymotion' shared service.
  6627.      *
  6628.      * @return \Sonata\MediaBundle\Provider\DailyMotionProvider
  6629.      */
  6630.     protected function getSonata_Media_Provider_DailymotionService()
  6631.     {
  6632.         $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\IdGenerator())), ($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))));
  6633.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  6634.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  6635.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6636.         return $instance;
  6637.     }
  6638.     /**
  6639.      * Gets the public 'sonata.media.provider.file' shared autowired service.
  6640.      *
  6641.      * @return \App\Application\Sonata\MediaBundle\Provider\CustomFileProvider
  6642.      */
  6643.     protected function getSonata_Media_Provider_FileService()
  6644.     {
  6645.         $this->services['sonata.media.provider.file'] = $instance = new \App\Application\Sonata\MediaBundle\Provider\CustomFileProvider('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\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'pdf'=> 'txt'=> 'rtf'=> 'doc'=> 'docx'=> 'xls'=> 'xlsx'=> 'ppt'=> 'pptx'=> 'pttx'10 => 'odt'11 => 'odg'12 => 'odp'13 => 'ods'14 => 'odc'15 => 'odf'16 => 'odb'17 => 'csv'18 => 'xml'], [=> 'application/pdf'=> 'application/x-pdf'=> 'application/rtf'=> 'text/html'=> 'text/rtf'=> 'text/plain'=> 'application/vnd.openxmlformats-officedocument.presentationml.presentation'=> 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'], ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  6646.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  6647.         $instance->addFormat('default_small', ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  6648.         $instance->addFormat('default_big', ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => false'resizer_options' => []]);
  6649.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6650.         return $instance;
  6651.     }
  6652.     /**
  6653.      * Gets the public 'sonata.media.provider.image' shared service.
  6654.      *
  6655.      * @return \Sonata\MediaBundle\Provider\ImageProvider
  6656.      */
  6657.     protected function getSonata_Media_Provider_ImageService()
  6658.     {
  6659.         $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\IdGenerator())), ($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))));
  6660.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  6661.         $instance->addFormat('default_small', ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  6662.         $instance->addFormat('default_big', ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => false'resizer_options' => []]);
  6663.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  6664.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6665.         return $instance;
  6666.     }
  6667.     /**
  6668.      * Gets the public 'sonata.media.provider.link' shared autowired service.
  6669.      *
  6670.      * @return \App\Application\Sonata\MediaBundle\Provider\LinkProvider
  6671.      */
  6672.     protected function getSonata_Media_Provider_LinkService()
  6673.     {
  6674.         $this->services['sonata.media.provider.link'] = $instance = new \App\Application\Sonata\MediaBundle\Provider\LinkProvider('sonata.media.provider.link', ($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\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [], [], ($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))));
  6675.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  6676.         $instance->addFormat('default_small', ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  6677.         $instance->addFormat('default_big', ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => false'resizer_options' => []]);
  6678.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6679.         return $instance;
  6680.     }
  6681.     /**
  6682.      * Gets the public 'sonata.media.provider.video' shared autowired service.
  6683.      *
  6684.      * @return \App\Application\Sonata\MediaBundle\Provider\VideoProvider
  6685.      */
  6686.     protected function getSonata_Media_Provider_VideoService()
  6687.     {
  6688.         $this->services['sonata.media.provider.video'] = $instance = new \App\Application\Sonata\MediaBundle\Provider\VideoProvider('sonata.media.provider.video', ($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\IdGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'mp4'=> 'wmv'=> 'webm'=> 'avi'=> 'mov'=> 'ogg'], [=> 'video/mp4'=> 'application/mp4'=> 'video/x-ms-wmv'=> 'video/x-ms-asf'=> 'video/webm'=> 'video/avi'=> 'video/msvideo'=> 'video/x-msvideo'=> 'video/flv'=> 'video/mov'10 => 'video/quicktime'11 => 'video/x-quicktime'12 => 'video/ogg'], ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  6689.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => 'admin/Media/Provider/view_video.html.twig']);
  6690.         $instance->addFormat('default_small', ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  6691.         $instance->addFormat('default_big', ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => false'resizer_options' => []]);
  6692.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6693.         return $instance;
  6694.     }
  6695.     /**
  6696.      * Gets the public 'sonata.media.provider.vimeo' shared autowired service.
  6697.      *
  6698.      * @return \App\Application\Sonata\MediaBundle\Provider\VimeoProvider
  6699.      */
  6700.     protected function getSonata_Media_Provider_VimeoService()
  6701.     {
  6702.         $this->services['sonata.media.provider.vimeo'] = $instance = new \App\Application\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\IdGenerator())), ($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))));
  6703.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  6704.         $instance->addFormat('default_small', ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  6705.         $instance->addFormat('default_big', ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => false'resizer_options' => []]);
  6706.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  6707.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6708.         return $instance;
  6709.     }
  6710.     /**
  6711.      * Gets the public 'sonata.media.provider.youtube' shared autowired service.
  6712.      *
  6713.      * @return \App\Application\Sonata\MediaBundle\Provider\YoutubeProvider
  6714.      */
  6715.     protected function getSonata_Media_Provider_YoutubeService()
  6716.     {
  6717.         $this->services['sonata.media.provider.youtube'] = $instance = new \App\Application\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\IdGenerator())), ($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))));
  6718.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  6719.         $instance->addFormat('default_small', ['width' => 10'height' => 10'quality' => 100'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  6720.         $instance->addFormat('default_big', ['width' => 500'height' => 100'quality' => 100'constraint' => false'format' => 'jpg''resizer' => false'resizer_options' => []]);
  6721.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  6722.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  6723.         return $instance;
  6724.     }
  6725.     /**
  6726.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  6727.      *
  6728.      * @return \Sonata\Twig\FlashMessage\FlashManager
  6729.      */
  6730.     protected function getSonata_Twig_Flashmessage_ManagerService()
  6731.     {
  6732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManagerInterface.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Status/StatusClassRendererInterface.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManager.php';
  6735.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['session'] ?? $this->getSessionService()), ['success' => ['success' => [], 'sonata_flash_success' => [], 'sonata_user_success' => [], 'fos_user_success' => []], 'warning' => ['warning' => [], 'sonata_flash_info' => []], 'danger' => ['error' => [], 'sonata_flash_error' => [], 'sonata_user_error' => []]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  6736.     }
  6737.     /**
  6738.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  6739.      *
  6740.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  6741.      */
  6742.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  6743.     {
  6744.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  6745.     }
  6746.     /**
  6747.      * Gets the public 'sonata.user.admin.group' service.
  6748.      *
  6749.      * @return \Sonata\UserBundle\Admin\Entity\GroupAdmin
  6750.      */
  6751.     protected function getSonata_User_Admin_GroupService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6757.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/GroupAdmin.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6768.         $instance = new \Sonata\UserBundle\Admin\Entity\GroupAdmin('sonata.user.admin.group''App\\Application\\Sonata\\UserBundle\\Entity\\Group''Sonata\\AdminBundle\\Controller\\CRUDController');
  6769.         $instance->setTranslationDomain('SonataUserBundle');
  6770.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6771.         $instance->setManagerType('orm');
  6772.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6773.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6774.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6775.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6776.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6777.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6778.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6779.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6780.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6781.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6782.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6783.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6784.         $instance->setPagerType('default');
  6785.         $instance->setLabel('groups');
  6786.         $instance->showMosaicButton(true);
  6787.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.group.template_registry'] ?? $this->getSonata_User_Admin_Group_TemplateRegistryService()));
  6788.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6789.         $instance->initialize();
  6790.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6791.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6792.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6793.         return $instance;
  6794.     }
  6795.     /**
  6796.      * Gets the public 'sonata.user.admin.group.template_registry' shared service.
  6797.      *
  6798.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6799.      */
  6800.     protected function getSonata_User_Admin_Group_TemplateRegistryService()
  6801.     {
  6802.         return $this->services['sonata.user.admin.group.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  6803.     }
  6804.     /**
  6805.      * Gets the public 'sonata.user.admin.user' service.
  6806.      *
  6807.      * @return \Sonata\UserBundle\Admin\Entity\UserAdmin
  6808.      */
  6809.     protected function getSonata_User_Admin_UserService()
  6810.     {
  6811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  6813.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  6814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  6815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryAwareInterface.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/UserAdmin.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6826.         $instance = new \Sonata\UserBundle\Admin\Entity\UserAdmin('sonata.user.admin.user''App\\Application\\Sonata\\UserBundle\\Entity\\User''Sonata\\AdminBundle\\Controller\\CRUDController');
  6827.         $instance->setUserManager(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6828.         $instance->setTranslationDomain('SonataUserBundle');
  6829.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  6830.         $instance->setManagerType('orm');
  6831.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  6832.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  6833.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  6834.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  6835.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  6836.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  6837.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6838.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  6839.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  6840.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.acl'] ?? $this->getSonata_Admin_Security_Handler_AclService()));
  6841.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  6842.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  6843.         $instance->setPagerType('default');
  6844.         $instance->setLabel('users');
  6845.         $instance->showMosaicButton(true);
  6846.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.user.template_registry'] ?? $this->getSonata_User_Admin_User_TemplateRegistryService()));
  6847.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  6848.         $instance->initialize();
  6849.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  6850.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  6851.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  6852.         return $instance;
  6853.     }
  6854.     /**
  6855.      * Gets the public 'sonata.user.admin.user.template_registry' shared service.
  6856.      *
  6857.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6858.      */
  6859.     protected function getSonata_User_Admin_User_TemplateRegistryService()
  6860.     {
  6861.         return $this->services['sonata.user.admin.user.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  6862.     }
  6863.     /**
  6864.      * Gets the public 'sonata.user.controller.api.group' shared service.
  6865.      *
  6866.      * @return \Sonata\UserBundle\Controller\Api\GroupController
  6867.      */
  6868.     protected function getSonata_User_Controller_Api_GroupService()
  6869.     {
  6870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Controller/Api/GroupController.php';
  6871.         return $this->services['sonata.user.controller.api.group'] = new \Sonata\UserBundle\Controller\Api\GroupController(($this->services['fos_user.group_manager'] ?? $this->getFosUser_GroupManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  6872.     }
  6873.     /**
  6874.      * Gets the public 'sonata.user.controller.api.user' shared service.
  6875.      *
  6876.      * @return \Sonata\UserBundle\Controller\Api\UserController
  6877.      */
  6878.     protected function getSonata_User_Controller_Api_UserService()
  6879.     {
  6880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Controller/Api/UserController.php';
  6881.         return $this->services['sonata.user.controller.api.user'] = new \Sonata\UserBundle\Controller\Api\UserController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['fos_user.group_manager'] ?? $this->getFosUser_GroupManagerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  6882.     }
  6883.     /**
  6884.      * Gets the public 'sonata.user.form.roles_matrix_type' shared service.
  6885.      *
  6886.      * @return \Sonata\UserBundle\Form\Type\RolesMatrixType
  6887.      */
  6888.     protected function getSonata_User_Form_RolesMatrixTypeService()
  6889.     {
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/RolesMatrixType.php';
  6893.         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()));
  6894.     }
  6895.     /**
  6896.      * Gets the public 'sonata.user.form.type.security_roles' shared service.
  6897.      *
  6898.      * @return \Sonata\UserBundle\Form\Type\SecurityRolesType
  6899.      */
  6900.     protected function getSonata_User_Form_Type_SecurityRolesService()
  6901.     {
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/SecurityRolesType.php';
  6905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php';
  6906.         $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']);
  6907.         $a->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6908.         return $this->services['sonata.user.form.type.security_roles'] = new \Sonata\UserBundle\Form\Type\SecurityRolesType($a);
  6909.     }
  6910.     /**
  6911.      * Gets the public 'sonata.user.mailer' shared service.
  6912.      *
  6913.      * @return \Sonata\UserBundle\Mailer\Mailer
  6914.      */
  6915.     protected function getSonata_User_MailerService()
  6916.     {
  6917.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  6918.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Mailer/Mailer.php';
  6919.         return $this->services['sonata.user.mailer'] = new \Sonata\UserBundle\Mailer\Mailer(($this->services['router'] ?? $this->getRouterService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $this->getParameter('fos_user.resetting.email.from_email'), '@FOSUser/Resetting/email.txt.twig');
  6920.     }
  6921.     /**
  6922.      * Gets the public 'sonata.user.manager.user' shared service.
  6923.      *
  6924.      * @return \Sonata\UserBundle\Entity\UserManagerProxy
  6925.      */
  6926.     protected function getSonata_User_Manager_UserService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManagerProxy.php';
  6929.         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()));
  6930.     }
  6931.     /**
  6932.      * Gets the public 'swiftmailer.mailer.default' shared service.
  6933.      *
  6934.      * @return \Swift_Mailer
  6935.      */
  6936.     protected function getSwiftmailer_Mailer_DefaultService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  6939.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  6940.     }
  6941.     /**
  6942.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  6943.      *
  6944.      * @return \Swift_Plugins_MessageLogger
  6945.      */
  6946.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  6947.     {
  6948.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  6949.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  6951.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  6952.     }
  6953.     /**
  6954.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  6955.      *
  6956.      * @return \Swift_Transport
  6957.      */
  6958.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  6964.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  6965.     }
  6966.     /**
  6967.      * Gets the public 'swiftmailer.transport' shared service.
  6968.      *
  6969.      * @return \Swift_Transport_SpoolTransport
  6970.      */
  6971.     protected function getSwiftmailer_TransportService()
  6972.     {
  6973.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  6974.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  6982.         $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_MemorySpool());
  6983.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  6984.         return $instance;
  6985.     }
  6986.     /**
  6987.      * Gets the public 'templating' shared service.
  6988.      *
  6989.      * @return \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine
  6990.      *
  6991.      * @deprecated The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6992.      */
  6993.     protected function getTemplatingService()
  6994.     {
  6995.         @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6996.         $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  6997.         $instance->addEngine(($this->privates['templating.engine.twig'] ?? $this->getTemplating_Engine_TwigService()));
  6998.         $instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  6999.         return $instance;
  7000.     }
  7001.     /**
  7002.      * Gets the public 'templating.loader' shared service.
  7003.      *
  7004.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  7005.      *
  7006.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  7007.      */
  7008.     protected function getTemplating_LoaderService()
  7009.     {
  7010.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  7011.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  7012.     }
  7013.     /**
  7014.      * Gets the public 'translator' shared service.
  7015.      *
  7016.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  7017.      */
  7018.     protected function getTranslatorService()
  7019.     {
  7020.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  7021.     }
  7022.     /**
  7023.      * Gets the public 'twig' shared service.
  7024.      *
  7025.      * @return \Twig\Environment
  7026.      */
  7027.     protected function getTwigService()
  7028.     {
  7029.         $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']);
  7030.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  7031.         $b = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  7032.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  7033.         $d = ($this->services['router'] ?? $this->getRouterService());
  7034.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7035.         $f = new \Knp\Menu\Util\MenuManipulator();
  7036.         $g = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  7037.         $h $this->getSonata_DeprecatedText_Twig_ExtensionService();
  7038.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  7039.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  7040.         $j = new \Symfony\Bridge\Twig\AppVariable();
  7041.         $j->setEnvironment('dev');
  7042.         $j->setDebug(true);
  7043.         if ($this->has('security.token_storage')) {
  7044.             $j->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  7045.         }
  7046.         if ($this->has('request_stack')) {
  7047.             $j->setRequestStack($e);
  7048.         }
  7049.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  7050.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  7051.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  7052.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($b));
  7053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  7054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  7055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  7056.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  7057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  7058.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  7059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  7060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  7061.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  7062.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  7063.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  7064.         $instance->addExtension(new \SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension());
  7065.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  7066.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  7067.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  7068.         $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, [
  7069.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  7070.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  7071.         ], [
  7072.             'list' => '?',
  7073.             'twig' => '?',
  7074.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $f$g), $g$f));
  7075.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  7076.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  7077.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension($h));
  7078.         $instance->addExtension($h);
  7079.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  7080.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  7081.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  7082.         $instance->addExtension(($this->privates['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  7083.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $d$b$e$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  7084.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7085.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  7086.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  7087.         ], [
  7088.             'webpack_encore.entrypoint_lookup_collection' => '?',
  7089.             'webpack_encore.tag_renderer' => '?',
  7090.         ])));
  7091.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  7092.         $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService())));
  7093.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension(($this->privates['markdown.parser.parser_manager'] ?? $this->getMarkdown_Parser_ParserManagerService())));
  7094.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  7095.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  7096.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  7097.         $instance->addExtension($this->getSonata_Twig_DeprecatedTemplateExtensionService());
  7098.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  7099.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  7100.         $instance->addExtension(new \DH\AuditorBundle\Twig\Extension\TwigExtension(($this->services['doctrine'] ?? $this->getDoctrineService())));
  7101.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  7102.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  7103.         $instance->addGlobal('app'$j);
  7104.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7105.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'false],
  7106.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  7107.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  7108.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  7109.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  7110.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  7111.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  7112.         ], [
  7113.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  7114.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  7115.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  7116.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  7117.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  7118.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  7119.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  7120.         ])));
  7121.         $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']));
  7122.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  7123.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  7124.         $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables($this));
  7125.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  7126.         return $instance;
  7127.     }
  7128.     /**
  7129.      * Gets the public 'twig.controller.exception' shared service.
  7130.      *
  7131.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  7132.      *
  7133.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  7134.      */
  7135.     protected function getTwig_Controller_ExceptionService()
  7136.     {
  7137.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  7138.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  7139.     }
  7140.     /**
  7141.      * Gets the public 'twig.controller.preview_error' shared service.
  7142.      *
  7143.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  7144.      *
  7145.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  7146.      */
  7147.     protected function getTwig_Controller_PreviewErrorService()
  7148.     {
  7149.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  7150.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  7151.     }
  7152.     /**
  7153.      * Gets the public 'validator' shared service.
  7154.      *
  7155.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  7156.      */
  7157.     protected function getValidatorService()
  7158.     {
  7159.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  7160.     }
  7161.     /**
  7162.      * Gets the public 'web_profiler.controller.exception' shared service.
  7163.      *
  7164.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  7165.      *
  7166.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  7167.      */
  7168.     protected function getWebProfiler_Controller_ExceptionService()
  7169.     {
  7170.         @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);
  7171.         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()));
  7172.     }
  7173.     /**
  7174.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  7175.      *
  7176.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  7177.      */
  7178.     protected function getWebProfiler_Controller_ExceptionPanelService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  7181.         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()));
  7182.     }
  7183.     /**
  7184.      * Gets the public 'web_profiler.controller.profiler' shared service.
  7185.      *
  7186.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  7187.      */
  7188.     protected function getWebProfiler_Controller_ProfilerService()
  7189.     {
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  7191.         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));
  7192.     }
  7193.     /**
  7194.      * Gets the public 'web_profiler.controller.router' shared service.
  7195.      *
  7196.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  7197.      */
  7198.     protected function getWebProfiler_Controller_RouterService()
  7199.     {
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  7201.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  7202.             return new \EmptyIterator();
  7203.         }, 0));
  7204.     }
  7205.     /**
  7206.      * Gets the private '.errored..service_locator.Zcsn_R2.FOS\UserBundle\Model\UserInterface' shared service.
  7207.      *
  7208.      * @return \FOS\UserBundle\Model\UserInterface
  7209.      */
  7210.     protected function getUserInterfaceService()
  7211.     {
  7212.         $this->throw('Cannot autowire service ".service_locator.Zcsn_R2": it references interface "FOS\\UserBundle\\Model\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
  7213.     }
  7214.     /**
  7215.      * Gets the private '.errored..service_locator.e5zsAu4.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  7216.      *
  7217.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  7218.      */
  7219.     protected function getProxyQueryInterfaceService()
  7220.     {
  7221.         $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?');
  7222.     }
  7223.     /**
  7224.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  7225.      *
  7226.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  7227.      */
  7228.     protected function get_LegacyResolveControllerNameSubscriberService()
  7229.     {
  7230.         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);
  7231.     }
  7232.     /**
  7233.      * Gets the private '.service_locator.8ZuNAXa' shared service.
  7234.      *
  7235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7236.      */
  7237.     protected function get_ServiceLocator_8ZuNAXaService()
  7238.     {
  7239.         return $this->privates['.service_locator.8ZuNAXa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7240.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  7241.         ], [
  7242.             'mailer' => '?',
  7243.         ]);
  7244.     }
  7245.     /**
  7246.      * Gets the private '.service_locator.C4BXWNy' shared service.
  7247.      *
  7248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7249.      */
  7250.     protected function get_ServiceLocator_C4BXWNyService()
  7251.     {
  7252.         return $this->privates['.service_locator.C4BXWNy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7253.             'App\\Controller\\Admin\\EditorBlockAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7254.             'App\\Controller\\Admin\\EditorClassAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7255.             'App\\Controller\\Admin\\EditorCommonCssAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7256.             'App\\Controller\\Admin\\GatrackAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7257.             'App\\Controller\\Admin\\LoginLinkAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7258.             'App\\Controller\\Admin\\MagazineAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7259.             'App\\Controller\\Admin\\MagazineBlockAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7260.             'App\\Controller\\Admin\\MagazinePageAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7261.             'App\\Controller\\Admin\\ProductAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7262.             'App\\Controller\\Admin\\PublisherAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7263.             'App\\Controller\\Admin\\PublisherStoreAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7264.             'App\\Controller\\Admin\\SettingsAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7265.             'App\\Controller\\Admin\\SubscriptionAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7266.             'App\\Controller\\Admin\\TOCAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7267.             'App\\Controller\\Admin\\productCRUDAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7268.             'App\\Controller\\Api\\ElasticSearch\\SearchController::getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7269.             'App\\Controller\\Api\\PublisherStore\\PublisherController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7270.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7271.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7272.             'App\\Controller\\Api\\PublisherStore\\UserController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7273.             'App\\Controller\\Api\\User\\LoginLinkController::getTokenUser' => ['privates''.service_locator.Zcsn_R2''get_ServiceLocator_ZcsnR2Service'false],
  7274.             'App\\Controller\\Api\\User\\LoginLinkController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7275.             'App\\Controller\\Api\\User\\RestLoginController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7276.             'App\\Controller\\Api\\User\\RestProfileController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7277.             'App\\Controller\\Api\\User\\RestRegistrationController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7278.             'App\\Controller\\View\\ContactController::all' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7279.             'App\\Controller\\View\\ContactController::product' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7280.             'App\\Controller\\View\\ContactController::register' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7281.             'App\\Controller\\View\\ContactController::share' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7282.             'App\\Controller\\View\\ElasticSearch\\SearchController::getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7283.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7284.             'DH\\AuditorBundle\\Controller\\ViewerController::listAuditsAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7285.             'DH\\AuditorBundle\\Controller\\ViewerController::showEntityHistoryAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7286.             'DH\\AuditorBundle\\Controller\\ViewerController::showTransactionAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7287.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7288.             'sonata.user.controller.api.group::getGroupsAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7289.             'sonata.user.controller.api.user::getUsersAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7290.             'App\\Controller\\Admin\\EditorBlockAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7291.             'App\\Controller\\Admin\\EditorClassAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7292.             'App\\Controller\\Admin\\EditorCommonCssAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7293.             'App\\Controller\\Admin\\GatrackAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7294.             'App\\Controller\\Admin\\LoginLinkAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7295.             'App\\Controller\\Admin\\MagazineAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7296.             'App\\Controller\\Admin\\MagazineBlockAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7297.             'App\\Controller\\Admin\\MagazinePageAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7298.             'App\\Controller\\Admin\\ProductAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7299.             'App\\Controller\\Admin\\PublisherAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7300.             'App\\Controller\\Admin\\PublisherStoreAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7301.             'App\\Controller\\Admin\\SettingsAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7302.             'App\\Controller\\Admin\\SubscriptionAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7303.             'App\\Controller\\Admin\\TOCAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7304.             'App\\Controller\\Admin\\productCRUDAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7305.             'App\\Controller\\Api\\ElasticSearch\\SearchController:getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7306.             'App\\Controller\\Api\\PublisherStore\\PublisherController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7307.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7308.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7309.             'App\\Controller\\Api\\PublisherStore\\UserController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7310.             'App\\Controller\\Api\\User\\LoginLinkController:getTokenUser' => ['privates''.service_locator.Zcsn_R2''get_ServiceLocator_ZcsnR2Service'false],
  7311.             'App\\Controller\\Api\\User\\LoginLinkController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7312.             'App\\Controller\\Api\\User\\RestLoginController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7313.             'App\\Controller\\Api\\User\\RestProfileController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7314.             'App\\Controller\\Api\\User\\RestRegistrationController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7315.             'App\\Controller\\View\\ContactController:all' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7316.             'App\\Controller\\View\\ContactController:product' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7317.             'App\\Controller\\View\\ContactController:register' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7318.             'App\\Controller\\View\\ContactController:share' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7319.             'App\\Controller\\View\\ElasticSearch\\SearchController:getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7320.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7321.             'DH\\AuditorBundle\\Controller\\ViewerController:listAuditsAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7322.             'DH\\AuditorBundle\\Controller\\ViewerController:showEntityHistoryAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7323.             'DH\\AuditorBundle\\Controller\\ViewerController:showTransactionAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7324.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7325.             'sonata.user.controller.api.group:getGroupsAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7326.             'sonata.user.controller.api.user:getUsersAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7327.         ], [
  7328.             'App\\Controller\\Admin\\EditorBlockAdminController::batchActionDelete' => '?',
  7329.             'App\\Controller\\Admin\\EditorClassAdminController::batchActionDelete' => '?',
  7330.             'App\\Controller\\Admin\\EditorCommonCssAdminController::batchActionDelete' => '?',
  7331.             'App\\Controller\\Admin\\GatrackAdminController::batchActionDelete' => '?',
  7332.             'App\\Controller\\Admin\\LoginLinkAdminController::batchActionDelete' => '?',
  7333.             'App\\Controller\\Admin\\MagazineAdminController::batchActionDelete' => '?',
  7334.             'App\\Controller\\Admin\\MagazineBlockAdminController::batchActionDelete' => '?',
  7335.             'App\\Controller\\Admin\\MagazinePageAdminController::batchActionDelete' => '?',
  7336.             'App\\Controller\\Admin\\ProductAdminController::batchActionDelete' => '?',
  7337.             'App\\Controller\\Admin\\PublisherAdminController::batchActionDelete' => '?',
  7338.             'App\\Controller\\Admin\\PublisherStoreAdminController::batchActionDelete' => '?',
  7339.             'App\\Controller\\Admin\\SettingsAdminController::batchActionDelete' => '?',
  7340.             'App\\Controller\\Admin\\SubscriptionAdminController::batchActionDelete' => '?',
  7341.             'App\\Controller\\Admin\\TOCAdminController::batchActionDelete' => '?',
  7342.             'App\\Controller\\Admin\\productCRUDAdminController::batchActionDelete' => '?',
  7343.             'App\\Controller\\Api\\ElasticSearch\\SearchController::getMagazinesAction' => '?',
  7344.             'App\\Controller\\Api\\PublisherStore\\PublisherController::setViewHandler' => '?',
  7345.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController::setViewHandler' => '?',
  7346.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController::setViewHandler' => '?',
  7347.             'App\\Controller\\Api\\PublisherStore\\UserController::setViewHandler' => '?',
  7348.             'App\\Controller\\Api\\User\\LoginLinkController::getTokenUser' => '?',
  7349.             'App\\Controller\\Api\\User\\LoginLinkController::setViewHandler' => '?',
  7350.             'App\\Controller\\Api\\User\\RestLoginController::setViewHandler' => '?',
  7351.             'App\\Controller\\Api\\User\\RestProfileController::setViewHandler' => '?',
  7352.             'App\\Controller\\Api\\User\\RestRegistrationController::setViewHandler' => '?',
  7353.             'App\\Controller\\View\\ContactController::all' => '?',
  7354.             'App\\Controller\\View\\ContactController::product' => '?',
  7355.             'App\\Controller\\View\\ContactController::register' => '?',
  7356.             'App\\Controller\\View\\ContactController::share' => '?',
  7357.             'App\\Controller\\View\\ElasticSearch\\SearchController::getMagazinesAction' => '?',
  7358.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController::setViewHandler' => '?',
  7359.             'DH\\AuditorBundle\\Controller\\ViewerController::listAuditsAction' => '?',
  7360.             'DH\\AuditorBundle\\Controller\\ViewerController::showEntityHistoryAction' => '?',
  7361.             'DH\\AuditorBundle\\Controller\\ViewerController::showTransactionAction' => '?',
  7362.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController::batchActionDelete' => '?',
  7363.             'sonata.user.controller.api.group::getGroupsAction' => '?',
  7364.             'sonata.user.controller.api.user::getUsersAction' => '?',
  7365.             'App\\Controller\\Admin\\EditorBlockAdminController:batchActionDelete' => '?',
  7366.             'App\\Controller\\Admin\\EditorClassAdminController:batchActionDelete' => '?',
  7367.             'App\\Controller\\Admin\\EditorCommonCssAdminController:batchActionDelete' => '?',
  7368.             'App\\Controller\\Admin\\GatrackAdminController:batchActionDelete' => '?',
  7369.             'App\\Controller\\Admin\\LoginLinkAdminController:batchActionDelete' => '?',
  7370.             'App\\Controller\\Admin\\MagazineAdminController:batchActionDelete' => '?',
  7371.             'App\\Controller\\Admin\\MagazineBlockAdminController:batchActionDelete' => '?',
  7372.             'App\\Controller\\Admin\\MagazinePageAdminController:batchActionDelete' => '?',
  7373.             'App\\Controller\\Admin\\ProductAdminController:batchActionDelete' => '?',
  7374.             'App\\Controller\\Admin\\PublisherAdminController:batchActionDelete' => '?',
  7375.             'App\\Controller\\Admin\\PublisherStoreAdminController:batchActionDelete' => '?',
  7376.             'App\\Controller\\Admin\\SettingsAdminController:batchActionDelete' => '?',
  7377.             'App\\Controller\\Admin\\SubscriptionAdminController:batchActionDelete' => '?',
  7378.             'App\\Controller\\Admin\\TOCAdminController:batchActionDelete' => '?',
  7379.             'App\\Controller\\Admin\\productCRUDAdminController:batchActionDelete' => '?',
  7380.             'App\\Controller\\Api\\ElasticSearch\\SearchController:getMagazinesAction' => '?',
  7381.             'App\\Controller\\Api\\PublisherStore\\PublisherController:setViewHandler' => '?',
  7382.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController:setViewHandler' => '?',
  7383.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController:setViewHandler' => '?',
  7384.             'App\\Controller\\Api\\PublisherStore\\UserController:setViewHandler' => '?',
  7385.             'App\\Controller\\Api\\User\\LoginLinkController:getTokenUser' => '?',
  7386.             'App\\Controller\\Api\\User\\LoginLinkController:setViewHandler' => '?',
  7387.             'App\\Controller\\Api\\User\\RestLoginController:setViewHandler' => '?',
  7388.             'App\\Controller\\Api\\User\\RestProfileController:setViewHandler' => '?',
  7389.             'App\\Controller\\Api\\User\\RestRegistrationController:setViewHandler' => '?',
  7390.             'App\\Controller\\View\\ContactController:all' => '?',
  7391.             'App\\Controller\\View\\ContactController:product' => '?',
  7392.             'App\\Controller\\View\\ContactController:register' => '?',
  7393.             'App\\Controller\\View\\ContactController:share' => '?',
  7394.             'App\\Controller\\View\\ElasticSearch\\SearchController:getMagazinesAction' => '?',
  7395.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController:setViewHandler' => '?',
  7396.             'DH\\AuditorBundle\\Controller\\ViewerController:listAuditsAction' => '?',
  7397.             'DH\\AuditorBundle\\Controller\\ViewerController:showEntityHistoryAction' => '?',
  7398.             'DH\\AuditorBundle\\Controller\\ViewerController:showTransactionAction' => '?',
  7399.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController:batchActionDelete' => '?',
  7400.             'sonata.user.controller.api.group:getGroupsAction' => '?',
  7401.             'sonata.user.controller.api.user:getUsersAction' => '?',
  7402.         ]);
  7403.     }
  7404.     /**
  7405.      * Gets the private '.service_locator.FyoBLPZ' shared service.
  7406.      *
  7407.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7408.      */
  7409.     protected function get_ServiceLocator_FyoBLPZService()
  7410.     {
  7411.         return $this->privates['.service_locator.FyoBLPZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7412.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7413.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  7414.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7415.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7416.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7417.             'router' => ['services''router''getRouterService'false],
  7418.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7419.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  7420.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7421.             'serializer' => ['services''serializer''getSerializerService'false],
  7422.             'session' => ['services''session''getSessionService'false],
  7423.             'templating' => ['services''templating''getTemplatingService'false],
  7424.             'twig' => ['services''twig''getTwigService'false],
  7425.         ], [
  7426.             'doctrine' => '?',
  7427.             'form.factory' => '?',
  7428.             'http_kernel' => '?',
  7429.             'parameter_bag' => '?',
  7430.             'request_stack' => '?',
  7431.             'router' => '?',
  7432.             'security.authorization_checker' => '?',
  7433.             'security.csrf.token_manager' => '?',
  7434.             'security.token_storage' => '?',
  7435.             'serializer' => '?',
  7436.             'session' => '?',
  7437.             'templating' => '?',
  7438.             'twig' => '?',
  7439.         ]);
  7440.     }
  7441.     /**
  7442.      * Gets the private '.service_locator.G_o.wCV' shared service.
  7443.      *
  7444.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7445.      */
  7446.     protected function get_ServiceLocator_GO_WCVService()
  7447.     {
  7448.         return $this->privates['.service_locator.G_o.wCV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7449.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7450.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  7451.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  7452.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7453.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7454.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7455.             'router' => ['services''router''getRouterService'false],
  7456.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7457.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  7458.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7459.             'serializer' => ['services''serializer''getSerializerService'false],
  7460.             'session' => ['services''session''getSessionService'false],
  7461.             'templating' => ['services''templating''getTemplatingService'false],
  7462.             'twig' => ['services''twig''getTwigService'false],
  7463.         ], [
  7464.             'doctrine' => '?',
  7465.             'form.factory' => '?',
  7466.             'fos_rest.view_handler' => '?',
  7467.             'http_kernel' => '?',
  7468.             'parameter_bag' => '?',
  7469.             'request_stack' => '?',
  7470.             'router' => '?',
  7471.             'security.authorization_checker' => '?',
  7472.             'security.csrf.token_manager' => '?',
  7473.             'security.token_storage' => '?',
  7474.             'serializer' => '?',
  7475.             'session' => '?',
  7476.             'templating' => '?',
  7477.             'twig' => '?',
  7478.         ]);
  7479.     }
  7480.     /**
  7481.      * Gets the private '.service_locator.Kpi1dqa' shared service.
  7482.      *
  7483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7484.      */
  7485.     protected function get_ServiceLocator_Kpi1dqaService()
  7486.     {
  7487.         return $this->privates['.service_locator.Kpi1dqa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7488.             'reader' => ['privates''DH\\Auditor\\Provider\\Doctrine\\Persistence\\Reader\\Reader''getReaderService'false],
  7489.         ], [
  7490.             'reader' => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Reader\\Reader',
  7491.         ]);
  7492.     }
  7493.     /**
  7494.      * Gets the private '.service_locator.RGIiAl4' shared service.
  7495.      *
  7496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7497.      */
  7498.     protected function get_ServiceLocator_RGIiAl4Service()
  7499.     {
  7500.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7501.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  7502.         ], [
  7503.             'viewhandler' => '?',
  7504.         ]);
  7505.     }
  7506.     /**
  7507.      * Gets the private '.service_locator.Zcsn_R2' shared service.
  7508.      *
  7509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7510.      */
  7511.     protected function get_ServiceLocator_ZcsnR2Service()
  7512.     {
  7513.         return $this->privates['.service_locator.Zcsn_R2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7514.             'JWTManager' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  7515.             'user' => ['privates''.errored..service_locator.Zcsn_R2.FOS\\UserBundle\\Model\\UserInterface'NULL'Cannot autowire service ".service_locator.Zcsn_R2": it references interface "FOS\\UserBundle\\Model\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
  7516.         ], [
  7517.             'JWTManager' => '?',
  7518.             'user' => 'FOS\\UserBundle\\Model\\UserInterface',
  7519.         ]);
  7520.     }
  7521.     /**
  7522.      * Gets the private '.service_locator.e5zsAu4' shared service.
  7523.      *
  7524.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7525.      */
  7526.     protected function get_ServiceLocator_E5zsAu4Service()
  7527.     {
  7528.         return $this->privates['.service_locator.e5zsAu4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7529.             '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?'],
  7530.         ], [
  7531.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  7532.         ]);
  7533.     }
  7534.     /**
  7535.      * Gets the private '.service_locator.o3htLhs' shared service.
  7536.      *
  7537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7538.      */
  7539.     protected function get_ServiceLocator_O3htLhsService()
  7540.     {
  7541.         return $this->privates['.service_locator.o3htLhs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7542.             'session' => ['services''session''getSessionService'false],
  7543.         ], [
  7544.             'session' => '?',
  7545.         ]);
  7546.     }
  7547.     /**
  7548.      * Gets the private '.service_locator.o9nGMXB' shared service.
  7549.      *
  7550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7551.      */
  7552.     protected function get_ServiceLocator_O9nGMXBService()
  7553.     {
  7554.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7555.             'twig' => ['services''twig''getTwigService'false],
  7556.         ], [
  7557.             'twig' => 'Twig\\Environment',
  7558.         ]);
  7559.     }
  7560.     /**
  7561.      * Gets the private '.service_locator.tQrjTRx' shared service.
  7562.      *
  7563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7564.      */
  7565.     protected function get_ServiceLocator_TQrjTRxService()
  7566.     {
  7567.         return $this->privates['.service_locator.tQrjTRx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7568.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  7569.         ], [
  7570.             'paramFetcher' => '?',
  7571.         ]);
  7572.     }
  7573.     /**
  7574.      * Gets the private 'App\Command\PopulateSuggestCommand' shared autowired service.
  7575.      *
  7576.      * @return \App\Command\PopulateSuggestCommand
  7577.      */
  7578.     protected function getPopulateSuggestCommandService()
  7579.     {
  7580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7581.         include_once \dirname(__DIR__4).'/src/Command/PopulateSuggestCommand.php';
  7582.         $this->privates['App\\Command\\PopulateSuggestCommand'] = $instance = new \App\Command\PopulateSuggestCommand(($this->services['fos_elastica.finder.app.magazines'] ?? $this->getFosElastica_Finder_App_MagazinesService()), ($this->services['fos_elastica.finder.suggest.magazines'] ?? $this->getFosElastica_Finder_Suggest_MagazinesService()), ($this->services['fos_elastica.index.suggest'] ?? $this->getFosElastica_Index_SuggestService()));
  7583.         $instance->setName('mrmagz:populate');
  7584.         return $instance;
  7585.     }
  7586.     /**
  7587.      * Gets the private 'App\Command\PopulateSuggestCommandSingle' shared autowired service.
  7588.      *
  7589.      * @return \App\Command\PopulateSuggestCommandSingle
  7590.      */
  7591.     protected function getPopulateSuggestCommandSingleService()
  7592.     {
  7593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7594.         include_once \dirname(__DIR__4).'/src/Command/PopulateSuggestCommandSingle.php';
  7595.         $this->privates['App\\Command\\PopulateSuggestCommandSingle'] = $instance = new \App\Command\PopulateSuggestCommandSingle(($this->services['fos_elastica.finder.app.magazines'] ?? $this->getFosElastica_Finder_App_MagazinesService()), ($this->services['fos_elastica.finder.suggest.magazines'] ?? $this->getFosElastica_Finder_Suggest_MagazinesService()), ($this->services['fos_elastica.index.suggest'] ?? $this->getFosElastica_Index_SuggestService()));
  7596.         $instance->setName('mrmagz:populatesingle');
  7597.         return $instance;
  7598.     }
  7599.     /**
  7600.      * Gets the private 'App\EventListener\DatabaseDoctrineSubscriber' shared autowired service.
  7601.      *
  7602.      * @return \App\EventListener\DatabaseDoctrineSubscriber
  7603.      */
  7604.     protected function getDatabaseDoctrineSubscriberService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  7608.         include_once \dirname(__DIR__4).'/src/EventListener/DatabaseDoctrineSubscriber.php';
  7609.         include_once \dirname(__DIR__4).'/src/Service/imageJsonProvider.php';
  7610.         return $this->privates['App\\EventListener\\DatabaseDoctrineSubscriber'] = new \App\EventListener\DatabaseDoctrineSubscriber(new \App\Service\imageJsonProvider(($this->services['kernel'] ?? $this->get('kernel'1))));
  7611.     }
  7612.     /**
  7613.      * Gets the private 'App\Form\Type\ColorPickerType' shared autowired service.
  7614.      *
  7615.      * @return \App\Form\Type\ColorPickerType
  7616.      */
  7617.     protected function getColorPickerTypeService()
  7618.     {
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7621.         include_once \dirname(__DIR__4).'/src/Form/Type/ColorPickerType.php';
  7622.         return $this->privates['App\\Form\\Type\\ColorPickerType'] = new \App\Form\Type\ColorPickerType();
  7623.     }
  7624.     /**
  7625.      * Gets the private 'App\Form\Type\ImagePickerType' shared autowired service.
  7626.      *
  7627.      * @return \App\Form\Type\ImagePickerType
  7628.      */
  7629.     protected function getImagePickerTypeService()
  7630.     {
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7633.         include_once \dirname(__DIR__4).'/src/Form/Type/ImagePickerType.php';
  7634.         return $this->privates['App\\Form\\Type\\ImagePickerType'] = new \App\Form\Type\ImagePickerType();
  7635.     }
  7636.     /**
  7637.      * Gets the private 'App\Repository\Admin\ProductRepository' shared autowired service.
  7638.      *
  7639.      * @return \App\Repository\Admin\ProductRepository
  7640.      */
  7641.     protected function getProductRepositoryService()
  7642.     {
  7643.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7648.         include_once \dirname(__DIR__4).'/src/Repository/Admin/ProductRepository.php';
  7649.         return $this->privates['App\\Repository\\Admin\\ProductRepository'] = new \App\Repository\Admin\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7650.     }
  7651.     /**
  7652.      * Gets the private 'App\Repository\BlockRepository' shared autowired service.
  7653.      *
  7654.      * @return \App\Repository\BlockRepository
  7655.      */
  7656.     protected function getBlockRepositoryService()
  7657.     {
  7658.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7663.         include_once \dirname(__DIR__4).'/src/Repository/BlockRepository.php';
  7664.         return $this->privates['App\\Repository\\BlockRepository'] = new \App\Repository\BlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7665.     }
  7666.     /**
  7667.      * Gets the private 'App\Repository\CommonCssRepository' shared autowired service.
  7668.      *
  7669.      * @return \App\Repository\CommonCssRepository
  7670.      */
  7671.     protected function getCommonCssRepositoryService()
  7672.     {
  7673.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7678.         include_once \dirname(__DIR__4).'/src/Repository/CommonCssRepository.php';
  7679.         return $this->privates['App\\Repository\\CommonCssRepository'] = new \App\Repository\CommonCssRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7680.     }
  7681.     /**
  7682.      * Gets the private 'App\Repository\GatrackRepository' shared autowired service.
  7683.      *
  7684.      * @return \App\Repository\GatrackRepository
  7685.      */
  7686.     protected function getGatrackRepositoryService()
  7687.     {
  7688.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7689.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7693.         include_once \dirname(__DIR__4).'/src/Repository/GatrackRepository.php';
  7694.         return $this->privates['App\\Repository\\GatrackRepository'] = new \App\Repository\GatrackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7695.     }
  7696.     /**
  7697.      * Gets the private 'App\Repository\LoginLinkRepository' shared autowired service.
  7698.      *
  7699.      * @return \App\Repository\LoginLinkRepository
  7700.      */
  7701.     protected function getLoginLinkRepositoryService()
  7702.     {
  7703.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7708.         include_once \dirname(__DIR__4).'/src/Repository/LoginLinkRepository.php';
  7709.         return $this->privates['App\\Repository\\LoginLinkRepository'] = new \App\Repository\LoginLinkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7710.     }
  7711.     /**
  7712.      * Gets the private 'App\Repository\MagazineBlockRepository' shared autowired service.
  7713.      *
  7714.      * @return \App\Repository\MagazineBlockRepository
  7715.      */
  7716.     protected function getMagazineBlockRepositoryService()
  7717.     {
  7718.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7720.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7723.         include_once \dirname(__DIR__4).'/src/Repository/MagazineBlockRepository.php';
  7724.         return $this->privates['App\\Repository\\MagazineBlockRepository'] = new \App\Repository\MagazineBlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7725.     }
  7726.     /**
  7727.      * Gets the private 'App\Repository\MagazinePageRepository' shared autowired service.
  7728.      *
  7729.      * @return \App\Repository\MagazinePageRepository
  7730.      */
  7731.     protected function getMagazinePageRepositoryService()
  7732.     {
  7733.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7738.         include_once \dirname(__DIR__4).'/src/Repository/MagazinePageRepository.php';
  7739.         return $this->privates['App\\Repository\\MagazinePageRepository'] = new \App\Repository\MagazinePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7740.     }
  7741.     /**
  7742.      * Gets the private 'App\Repository\MagazineRepository' shared autowired service.
  7743.      *
  7744.      * @return \App\Repository\MagazineRepository
  7745.      */
  7746.     protected function getMagazineRepositoryService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7753.         include_once \dirname(__DIR__4).'/src/Repository/MagazineRepository.php';
  7754.         return $this->privates['App\\Repository\\MagazineRepository'] = new \App\Repository\MagazineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7755.     }
  7756.     /**
  7757.      * Gets the private 'App\Repository\PublisherRepository' shared autowired service.
  7758.      *
  7759.      * @return \App\Repository\PublisherRepository
  7760.      */
  7761.     protected function getPublisherRepositoryService()
  7762.     {
  7763.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7764.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7768.         include_once \dirname(__DIR__4).'/src/Repository/PublisherRepository.php';
  7769.         return $this->privates['App\\Repository\\PublisherRepository'] = new \App\Repository\PublisherRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7770.     }
  7771.     /**
  7772.      * Gets the private 'App\Repository\PublisherStoreRepository' shared autowired service.
  7773.      *
  7774.      * @return \App\Repository\PublisherStoreRepository
  7775.      */
  7776.     protected function getPublisherStoreRepositoryService()
  7777.     {
  7778.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7783.         include_once \dirname(__DIR__4).'/src/Repository/PublisherStoreRepository.php';
  7784.         return $this->privates['App\\Repository\\PublisherStoreRepository'] = new \App\Repository\PublisherStoreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7785.     }
  7786.     /**
  7787.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  7788.      *
  7789.      * @return \App\Repository\SubscriptionRepository
  7790.      */
  7791.     protected function getSubscriptionRepositoryService()
  7792.     {
  7793.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7794.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7795.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7796.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7798.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  7799.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7800.     }
  7801.     /**
  7802.      * Gets the private 'App\Service\AdminEngineService' shared autowired service.
  7803.      *
  7804.      * @return \App\Service\AdminEngineService
  7805.      */
  7806.     protected function getAdminEngineServiceService()
  7807.     {
  7808.         include_once \dirname(__DIR__4).'/src/Service/AdminEngineService.php';
  7809.         return $this->privates['App\\Service\\AdminEngineService'] = new \App\Service\AdminEngineService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7810.     }
  7811.     /**
  7812.      * Gets the private 'App\Validator\DuplicateUserEmailValidator' shared autowired service.
  7813.      *
  7814.      * @return \App\Validator\DuplicateUserEmailValidator
  7815.      */
  7816.     protected function getDuplicateUserEmailValidatorService()
  7817.     {
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7820.         include_once \dirname(__DIR__4).'/src/Validator/DuplicateUserEmailValidator.php';
  7821.         return $this->privates['App\\Validator\\DuplicateUserEmailValidator'] = new \App\Validator\DuplicateUserEmailValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7822.     }
  7823.     /**
  7824.      * Gets the private 'App\Validator\DuplicateUsernameValidator' shared autowired service.
  7825.      *
  7826.      * @return \App\Validator\DuplicateUsernameValidator
  7827.      */
  7828.     protected function getDuplicateUsernameValidatorService()
  7829.     {
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7832.         include_once \dirname(__DIR__4).'/src/Validator/DuplicateUsernameValidator.php';
  7833.         return $this->privates['App\\Validator\\DuplicateUsernameValidator'] = new \App\Validator\DuplicateUsernameValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7834.     }
  7835.     /**
  7836.      * Gets the private 'App\Validator\IsEvenValidator' shared autowired service.
  7837.      *
  7838.      * @return \App\Validator\IsEvenValidator
  7839.      */
  7840.     protected function getIsEvenValidatorService()
  7841.     {
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7844.         include_once \dirname(__DIR__4).'/src/Validator/IsEvenValidator.php';
  7845.         return $this->privates['App\\Validator\\IsEvenValidator'] = new \App\Validator\IsEvenValidator();
  7846.     }
  7847.     /**
  7848.      * Gets the private 'DH\AuditorBundle\Event\ViewerEventSubscriber' shared service.
  7849.      *
  7850.      * @return \DH\AuditorBundle\Event\ViewerEventSubscriber
  7851.      */
  7852.     protected function getViewerEventSubscriberService()
  7853.     {
  7854.         return $this->privates['DH\\AuditorBundle\\Event\\ViewerEventSubscriber'] = new \DH\AuditorBundle\Event\ViewerEventSubscriber(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7855.     }
  7856.     /**
  7857.      * Gets the private 'DH\Auditor\Auditor' shared service.
  7858.      *
  7859.      * @return \DH\Auditor\Auditor
  7860.      */
  7861.     protected function getAuditorService()
  7862.     {
  7863.         $a = ($this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] ?? $this->getDoctrineProviderService());
  7864.         if (isset($this->privates['DH\\Auditor\\Auditor'])) {
  7865.             return $this->privates['DH\\Auditor\\Auditor'];
  7866.         }
  7867.         $b = new \DH\Auditor\Configuration($this->parameters['dh_auditor.configuration']);
  7868.         $c = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7869.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7870.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7871.         ], [
  7872.             'security.authorization_checker' => '?',
  7873.             'security.token_storage' => '?',
  7874.         ]));
  7875.         $b->setUserProvider(new \DH\AuditorBundle\User\UserProvider($c, ($this->privates['DH\\Auditor\\Provider\\Doctrine\\Configuration'] ?? $this->getConfigurationService())));
  7876.         $b->setRoleChecker(new \DH\AuditorBundle\Security\RoleChecker($c$a));
  7877.         $b->setSecurityProvider(new \DH\AuditorBundle\Security\SecurityProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService())));
  7878.         $this->privates['DH\\Auditor\\Auditor'] = $instance = new \DH\Auditor\Auditor($b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7879.         $instance->registerProvider($a);
  7880.         return $instance;
  7881.     }
  7882.     /**
  7883.      * Gets the private 'DH\Auditor\Provider\Doctrine\Configuration' shared service.
  7884.      *
  7885.      * @return \DH\Auditor\Provider\Doctrine\Configuration
  7886.      */
  7887.     protected function getConfigurationService()
  7888.     {
  7889.         return $this->privates['DH\\Auditor\\Provider\\Doctrine\\Configuration'] = new \DH\Auditor\Provider\Doctrine\Configuration($this->parameters['dh_auditor.provider.doctrine.configuration']);
  7890.     }
  7891.     /**
  7892.      * Gets the private 'DH\Auditor\Provider\Doctrine\DoctrineProvider' shared service.
  7893.      *
  7894.      * @return \DH\Auditor\Provider\Doctrine\DoctrineProvider
  7895.      */
  7896.     protected function getDoctrineProviderService()
  7897.     {
  7898.         $this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] = $instance = new \DH\Auditor\Provider\Doctrine\DoctrineProvider(($this->privates['DH\\Auditor\\Provider\\Doctrine\\Configuration'] ?? $this->getConfigurationService()));
  7899.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7900.         $instance->setAuditor(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7901.         $instance->registerStorageService(new \DH\Auditor\Provider\Doctrine\Service\StorageService('dh_auditor.provider.doctrine.storage_services.doctrine.orm.default_entity_manager'$a));
  7902.         $instance->registerAuditingService(new \DH\Auditor\Provider\Doctrine\Service\AuditingService('dh_auditor.provider.doctrine.auditing_services.doctrine.orm.default_entity_manager'$a));
  7903.         return $instance;
  7904.     }
  7905.     /**
  7906.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Command\CleanAuditLogsCommand' shared service.
  7907.      *
  7908.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Command\CleanAuditLogsCommand
  7909.      */
  7910.     protected function getCleanAuditLogsCommandService()
  7911.     {
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Command/CleanAuditLogsCommand.php';
  7915.         $this->privates['DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\CleanAuditLogsCommand'] = $instance = new \DH\Auditor\Provider\Doctrine\Persistence\Command\CleanAuditLogsCommand();
  7916.         $instance->setAuditor(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7917.         $instance->setName('audit:clean');
  7918.         return $instance;
  7919.     }
  7920.     /**
  7921.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Command\UpdateSchemaCommand' shared service.
  7922.      *
  7923.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Command\UpdateSchemaCommand
  7924.      */
  7925.     protected function getUpdateSchemaCommandService()
  7926.     {
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Command/UpdateSchemaCommand.php';
  7930.         $this->privates['DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\UpdateSchemaCommand'] = $instance = new \DH\Auditor\Provider\Doctrine\Persistence\Command\UpdateSchemaCommand();
  7931.         $instance->setAuditor(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7932.         $instance->setName('audit:schema:update');
  7933.         return $instance;
  7934.     }
  7935.     /**
  7936.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Event\CreateSchemaListener' shared service.
  7937.      *
  7938.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Event\CreateSchemaListener
  7939.      */
  7940.     protected function getCreateSchemaListenerService()
  7941.     {
  7942.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Event/CreateSchemaListener.php';
  7944.         return $this->privates['DH\\Auditor\\Provider\\Doctrine\\Persistence\\Event\\CreateSchemaListener'] = new \DH\Auditor\Provider\Doctrine\Persistence\Event\CreateSchemaListener(($this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] ?? $this->getDoctrineProviderService()));
  7945.     }
  7946.     /**
  7947.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Reader\Reader' shared service.
  7948.      *
  7949.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Reader\Reader
  7950.      */
  7951.     protected function getReaderService()
  7952.     {
  7953.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Reader/Reader.php';
  7954.         return $this->privates['DH\\Auditor\\Provider\\Doctrine\\Persistence\\Reader\\Reader'] = new \DH\Auditor\Provider\Doctrine\Persistence\Reader\Reader(($this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] ?? $this->getDoctrineProviderService()));
  7955.     }
  7956.     /**
  7957.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  7958.      *
  7959.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  7960.      */
  7961.     protected function getManagerRegistryAwareConnectionProviderService()
  7962.     {
  7963.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  7965.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  7966.     }
  7967.     /**
  7968.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  7969.      *
  7970.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  7971.      */
  7972.     protected function getRunSqlCommandService()
  7973.     {
  7974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7975.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7976.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7977.         $instance->setName('dbal:run-sql');
  7978.         return $instance;
  7979.     }
  7980.     /**
  7981.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  7982.      *
  7983.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  7984.      */
  7985.     protected function getClearInvalidRefreshTokensCommandService()
  7986.     {
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7988.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  7989.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7990.         $instance->setName('gesdinet:jwt:clear');
  7991.         return $instance;
  7992.     }
  7993.     /**
  7994.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  7995.      *
  7996.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  7997.      */
  7998.     protected function getRevokeRefreshTokenCommandService()
  7999.     {
  8000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8001.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  8002.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  8003.         $instance->setName('gesdinet:jwt:revoke');
  8004.         return $instance;
  8005.     }
  8006.     /**
  8007.      * Gets the private 'Sonata\AdminBundle\EventListener\AssetsInstallCommandListener' shared service.
  8008.      *
  8009.      * @return \Sonata\AdminBundle\EventListener\AssetsInstallCommandListener
  8010.      */
  8011.     protected function getAssetsInstallCommandListenerService()
  8012.     {
  8013.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/AssetsInstallCommandListener.php';
  8014.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8015.         return $this->privates['Sonata\\AdminBundle\\EventListener\\AssetsInstallCommandListener'] = new \Sonata\AdminBundle\EventListener\AssetsInstallCommandListener(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  8016.     }
  8017.     /**
  8018.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  8019.      *
  8020.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  8021.      */
  8022.     protected function getDebugBlocksCommandService()
  8023.     {
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  8027.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  8028.         $instance->setName('sonata:block:debug');
  8029.         return $instance;
  8030.     }
  8031.     /**
  8032.      * Gets the private 'Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator' shared service.
  8033.      *
  8034.      * @return \Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator
  8035.      */
  8036.     protected function getImageUploadDimensionValidatorService()
  8037.     {
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8040.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Validator/Constraints/ImageUploadDimensionValidator.php';
  8041.         return $this->privates['Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator'] = new \Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  8042.     }
  8043.     /**
  8044.      * Gets the private 'Symfony\Bundle\AclBundle\Command\InitAclCommand' shared service.
  8045.      *
  8046.      * @return \Symfony\Bundle\AclBundle\Command\InitAclCommand
  8047.      */
  8048.     protected function getInitAclCommandService()
  8049.     {
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/InitAclCommand.php';
  8052.         $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()));
  8053.         $instance->setName('acl:init');
  8054.         return $instance;
  8055.     }
  8056.     /**
  8057.      * Gets the private 'Symfony\Bundle\AclBundle\Command\SetAclCommand' shared service.
  8058.      *
  8059.      * @return \Symfony\Bundle\AclBundle\Command\SetAclCommand
  8060.      */
  8061.     protected function getSetAclCommandService()
  8062.     {
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8064.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/SetAclCommand.php';
  8065.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\SetAclCommand(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()));
  8066.         $instance->setName('acl:set');
  8067.         return $instance;
  8068.     }
  8069.     /**
  8070.      * Gets the private 'annotations.cache' shared service.
  8071.      *
  8072.      * @return \Symfony\Component\Cache\DoctrineProvider
  8073.      */
  8074.     protected function getAnnotations_CacheService()
  8075.     {
  8076.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  8077.     }
  8078.     /**
  8079.      * Gets the private 'annotations.cache_warmer' shared service.
  8080.      *
  8081.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  8082.      */
  8083.     protected function getAnnotations_CacheWarmerService()
  8084.     {
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  8088.         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);
  8089.     }
  8090.     /**
  8091.      * Gets the private 'annotations.cached_reader' shared service.
  8092.      *
  8093.      * @return \Doctrine\Common\Annotations\CachedReader
  8094.      */
  8095.     protected function getAnnotations_CachedReaderService()
  8096.     {
  8097.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  8098.     }
  8099.     /**
  8100.      * Gets the private 'annotations.reader' shared service.
  8101.      *
  8102.      * @return \Doctrine\Common\Annotations\AnnotationReader
  8103.      */
  8104.     protected function getAnnotations_ReaderService()
  8105.     {
  8106.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  8107.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  8108.         $a->registerUniqueLoader('class_exists');
  8109.         $instance->addGlobalIgnoredName('required'$a);
  8110.         return $instance;
  8111.     }
  8112.     /**
  8113.      * Gets the private 'assets.packages' shared service.
  8114.      *
  8115.      * @return \Symfony\Component\Asset\Packages
  8116.      */
  8117.     protected function getAssets_PackagesService()
  8118.     {
  8119.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  8120.     }
  8121.     /**
  8122.      * Gets the private 'cache.annotations' shared service.
  8123.      *
  8124.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8125.      */
  8126.     protected function getCache_AnnotationsService()
  8127.     {
  8128.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nAcYXZrNZ1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8129.     }
  8130.     /**
  8131.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  8132.      *
  8133.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8134.      */
  8135.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  8136.     {
  8137.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8138.     }
  8139.     /**
  8140.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  8141.      *
  8142.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8143.      */
  8144.     protected function getCache_Doctrine_Orm_Default_QueryService()
  8145.     {
  8146.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8147.     }
  8148.     /**
  8149.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  8150.      *
  8151.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8152.      */
  8153.     protected function getCache_Doctrine_Orm_Default_ResultService()
  8154.     {
  8155.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8156.     }
  8157.     /**
  8158.      * Gets the private 'cache.property_info' shared service.
  8159.      *
  8160.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8161.      */
  8162.     protected function getCache_PropertyInfoService()
  8163.     {
  8164.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('21YiekS4Sk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8165.     }
  8166.     /**
  8167.      * Gets the private 'cache.security_expression_language' shared service.
  8168.      *
  8169.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8170.      */
  8171.     protected function getCache_SecurityExpressionLanguageService()
  8172.     {
  8173.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7+gTZgdKtt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8174.     }
  8175.     /**
  8176.      * Gets the private 'cache.serializer' shared service.
  8177.      *
  8178.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8179.      */
  8180.     protected function getCache_SerializerService()
  8181.     {
  8182.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xYSW9X7hq3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8183.     }
  8184.     /**
  8185.      * Gets the private 'cache.validator' shared service.
  8186.      *
  8187.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8188.      */
  8189.     protected function getCache_ValidatorService()
  8190.     {
  8191.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PaFmioZ3We'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8192.     }
  8193.     /**
  8194.      * Gets the private 'cache.webpack_encore' shared service.
  8195.      *
  8196.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8197.      */
  8198.     protected function getCache_WebpackEncoreService()
  8199.     {
  8200.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('C-GQM-FaQq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8201.     }
  8202.     /**
  8203.      * Gets the private 'config_cache_factory' shared service.
  8204.      *
  8205.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  8206.      */
  8207.     protected function getConfigCacheFactoryService()
  8208.     {
  8209.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  8210.             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)));
  8211.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  8212.         }, 2));
  8213.     }
  8214.     /**
  8215.      * Gets the private 'console.command.about' shared service.
  8216.      *
  8217.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  8218.      */
  8219.     protected function getConsole_Command_AboutService()
  8220.     {
  8221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  8223.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  8224.         $instance->setName('about');
  8225.         return $instance;
  8226.     }
  8227.     /**
  8228.      * Gets the private 'console.command.assets_install' shared service.
  8229.      *
  8230.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  8231.      */
  8232.     protected function getConsole_Command_AssetsInstallService()
  8233.     {
  8234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  8236.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8237.         $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));
  8238.         $instance->setName('assets:install');
  8239.         return $instance;
  8240.     }
  8241.     /**
  8242.      * Gets the private 'console.command.cache_clear' shared service.
  8243.      *
  8244.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  8245.      */
  8246.     protected function getConsole_Command_CacheClearService()
  8247.     {
  8248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  8250.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8251.         $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())));
  8252.         $instance->setName('cache:clear');
  8253.         return $instance;
  8254.     }
  8255.     /**
  8256.      * Gets the private 'console.command.cache_pool_clear' shared service.
  8257.      *
  8258.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  8259.      */
  8260.     protected function getConsole_Command_CachePoolClearService()
  8261.     {
  8262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  8264.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  8265.         $instance->setName('cache:pool:clear');
  8266.         return $instance;
  8267.     }
  8268.     /**
  8269.      * Gets the private 'console.command.cache_pool_delete' shared service.
  8270.      *
  8271.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  8272.      */
  8273.     protected function getConsole_Command_CachePoolDeleteService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  8277.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  8278.         $instance->setName('cache:pool:delete');
  8279.         return $instance;
  8280.     }
  8281.     /**
  8282.      * Gets the private 'console.command.cache_pool_list' shared service.
  8283.      *
  8284.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  8285.      */
  8286.     protected function getConsole_Command_CachePoolListService()
  8287.     {
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  8290.         $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'10 => 'cache.webpack_encore']);
  8291.         $instance->setName('cache:pool:list');
  8292.         return $instance;
  8293.     }
  8294.     /**
  8295.      * Gets the private 'console.command.cache_pool_prune' shared service.
  8296.      *
  8297.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  8298.      */
  8299.     protected function getConsole_Command_CachePoolPruneService()
  8300.     {
  8301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  8303.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  8304.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  8305.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  8306.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  8307.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  8308.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  8309.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  8310.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  8311.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  8312.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  8313.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  8314.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  8315.         }, 11));
  8316.         $instance->setName('cache:pool:prune');
  8317.         return $instance;
  8318.     }
  8319.     /**
  8320.      * Gets the private 'console.command.cache_warmup' shared service.
  8321.      *
  8322.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  8323.      */
  8324.     protected function getConsole_Command_CacheWarmupService()
  8325.     {
  8326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  8328.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  8329.         $instance->setName('cache:warmup');
  8330.         return $instance;
  8331.     }
  8332.     /**
  8333.      * Gets the private 'console.command.config_debug' shared service.
  8334.      *
  8335.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  8336.      */
  8337.     protected function getConsole_Command_ConfigDebugService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  8343.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  8344.         $instance->setName('debug:config');
  8345.         return $instance;
  8346.     }
  8347.     /**
  8348.      * Gets the private 'console.command.config_dump_reference' shared service.
  8349.      *
  8350.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  8351.      */
  8352.     protected function getConsole_Command_ConfigDumpReferenceService()
  8353.     {
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  8358.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  8359.         $instance->setName('config:dump-reference');
  8360.         return $instance;
  8361.     }
  8362.     /**
  8363.      * Gets the private 'console.command.container_debug' shared service.
  8364.      *
  8365.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  8366.      */
  8367.     protected function getConsole_Command_ContainerDebugService()
  8368.     {
  8369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8371.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  8372.         $instance->setName('debug:container');
  8373.         return $instance;
  8374.     }
  8375.     /**
  8376.      * Gets the private 'console.command.container_lint' shared service.
  8377.      *
  8378.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  8379.      */
  8380.     protected function getConsole_Command_ContainerLintService()
  8381.     {
  8382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  8384.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  8385.         $instance->setName('lint:container');
  8386.         return $instance;
  8387.     }
  8388.     /**
  8389.      * Gets the private 'console.command.debug_autowiring' shared service.
  8390.      *
  8391.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  8392.      */
  8393.     protected function getConsole_Command_DebugAutowiringService()
  8394.     {
  8395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  8398.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8399.         $instance->setName('debug:autowiring');
  8400.         return $instance;
  8401.     }
  8402.     /**
  8403.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  8404.      *
  8405.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  8406.      */
  8407.     protected function getConsole_Command_EventDispatcherDebugService()
  8408.     {
  8409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  8411.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8412.         $instance->setName('debug:event-dispatcher');
  8413.         return $instance;
  8414.     }
  8415.     /**
  8416.      * Gets the private 'console.command.form_debug' shared service.
  8417.      *
  8418.      * @return \Symfony\Component\Form\Command\DebugCommand
  8419.      */
  8420.     protected function getConsole_Command_FormDebugService()
  8421.     {
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  8424.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'Sonata\\UserBundle\\Form\\Type'=> 'Sonata\\MediaBundle\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'10 => 'Sonata\\FormatterBundle\\Form\\Type'11 => 'Sonata\\Form\\Type'12 => 'Sonata\\ClassificationBundle\\Form\\Type'13 => 'FOS\\OAuthServerBundle\\Form\\Type'], [=> 'App\\Form\\Type\\ColorPickerType'=> 'App\\Form\\Type\\ImagePickerType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'=> 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'=> 'Sonata\\AdminBundle\\Form\\Type\\AdminType'=> 'Sonata\\AdminBundle\\Form\\Type\\ModelType'=> 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'10 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'11 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'12 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'13 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'14 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'15 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'16 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'17 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'18 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'19 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'20 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'21 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'22 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'23 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'24 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'25 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'26 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'27 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'28 => 'FOS\\UserBundle\\Form\\Type\\GroupFormType'29 => 'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType'30 => 'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType'31 => 'Sonata\\UserBundle\\Form\\Type\\UserGenderListType'32 => 'Sonata\\UserBundle\\Form\\Type\\ApiGroupType'33 => 'Sonata\\UserBundle\\Form\\Type\\ApiUserType'34 => 'Sonata\\MediaBundle\\Form\\Type\\MediaType'35 => 'Sonata\\MediaBundle\\Form\\Type\\ApiDoctrineMediaType'36 => 'Sonata\\MediaBundle\\Form\\Type\\ApiMediaType'37 => 'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryType'38 => 'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryHasMediaType'39 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'40 => 'Sonata\\FormatterBundle\\Form\\Type\\FormatterType'41 => 'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType'42 => 'Sonata\\Form\\Type\\ImmutableArrayType'43 => 'Sonata\\Form\\Type\\BooleanType'44 => 'Sonata\\Form\\Type\\CollectionType'45 => 'Sonata\\Form\\Type\\DateRangeType'46 => 'Sonata\\Form\\Type\\DateTimeRangeType'47 => 'Sonata\\Form\\Type\\DatePickerType'48 => 'Sonata\\Form\\Type\\DateTimePickerType'49 => 'Sonata\\Form\\Type\\DateRangePickerType'50 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'51 => 'Sonata\\Form\\Type\\EqualType'52 => 'Sonata\\ClassificationBundle\\Form\\Type\\CategorySelectorType'53 => 'Sonata\\ClassificationBundle\\Form\\Type\\ApiCategoryType'54 => 'Sonata\\ClassificationBundle\\Form\\Type\\ApiCollectionType'55 => 'Sonata\\ClassificationBundle\\Form\\Type\\ApiTagType'56 => 'Sonata\\ClassificationBundle\\Form\\Type\\ApiContextType'57 => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'10 => 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'11 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'12 => 'Exercise\\HTMLPurifierBundle\\Form\\TypeExtension\\HTMLPurifierTextTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8425.         $instance->setName('debug:form');
  8426.         return $instance;
  8427.     }
  8428.     /**
  8429.      * Gets the private 'console.command.router_debug' shared service.
  8430.      *
  8431.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  8432.      */
  8433.     protected function getConsole_Command_RouterDebugService()
  8434.     {
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  8437.         $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()));
  8438.         $instance->setName('debug:router');
  8439.         return $instance;
  8440.     }
  8441.     /**
  8442.      * Gets the private 'console.command.router_match' shared service.
  8443.      *
  8444.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  8445.      */
  8446.     protected function getConsole_Command_RouterMatchService()
  8447.     {
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  8450.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  8451.         $instance->setName('router:match');
  8452.         return $instance;
  8453.     }
  8454.     /**
  8455.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  8456.      *
  8457.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  8458.      */
  8459.     protected function getConsole_Command_SecretsDecryptToLocalService()
  8460.     {
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8467.         $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')))));
  8468.         $instance->setName('secrets:decrypt-to-local');
  8469.         return $instance;
  8470.     }
  8471.     /**
  8472.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  8473.      *
  8474.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  8475.      */
  8476.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  8477.     {
  8478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8484.         $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')))));
  8485.         $instance->setName('secrets:encrypt-from-local');
  8486.         return $instance;
  8487.     }
  8488.     /**
  8489.      * Gets the private 'console.command.secrets_generate_key' shared service.
  8490.      *
  8491.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  8492.      */
  8493.     protected function getConsole_Command_SecretsGenerateKeyService()
  8494.     {
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8501.         $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')))));
  8502.         $instance->setName('secrets:generate-keys');
  8503.         return $instance;
  8504.     }
  8505.     /**
  8506.      * Gets the private 'console.command.secrets_list' shared service.
  8507.      *
  8508.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  8509.      */
  8510.     protected function getConsole_Command_SecretsListService()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8518.         $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')))));
  8519.         $instance->setName('secrets:list');
  8520.         return $instance;
  8521.     }
  8522.     /**
  8523.      * Gets the private 'console.command.secrets_remove' shared service.
  8524.      *
  8525.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  8526.      */
  8527.     protected function getConsole_Command_SecretsRemoveService()
  8528.     {
  8529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  8531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8535.         $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')))));
  8536.         $instance->setName('secrets:remove');
  8537.         return $instance;
  8538.     }
  8539.     /**
  8540.      * Gets the private 'console.command.secrets_set' shared service.
  8541.      *
  8542.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  8543.      */
  8544.     protected function getConsole_Command_SecretsSetService()
  8545.     {
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8552.         $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')))));
  8553.         $instance->setName('secrets:set');
  8554.         return $instance;
  8555.     }
  8556.     /**
  8557.      * Gets the private 'console.command.translation_debug' shared service.
  8558.      *
  8559.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  8560.      */
  8561.     protected function getConsole_Command_TranslationDebugService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  8565.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/TOCAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/MagazinePageAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ProductAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/MagazineAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PublisherAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PublisherStoreAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/SubscriptionAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/LoginLinkAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/GatrackAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/SettingsAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/EditorClassAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/EditorBlockAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/EditorCommonCssAdmin.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 41 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php'), 42 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php'), 43 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php'), 44 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/GalleryHasMediaAdmin.php'), 45 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Form/Type/FormatterType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 49 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 51 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php'), 53 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/CategoryAdmin.php'), 54 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/TagAdmin.php'), 55 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/CollectionAdmin.php'), 56 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/ContextAdmin.php'), 57 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  8566.         $instance->setName('debug:translation');
  8567.         return $instance;
  8568.     }
  8569.     /**
  8570.      * Gets the private 'console.command.translation_update' shared service.
  8571.      *
  8572.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  8573.      */
  8574.     protected function getConsole_Command_TranslationUpdateService()
  8575.     {
  8576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  8578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8592.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8593.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8594.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8595.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8596.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8597.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8598.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8599.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8600.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8601.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8602.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8603.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8604.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/TOCAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/MagazinePageAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ProductAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/MagazineAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PublisherAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PublisherStoreAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/SubscriptionAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/LoginLinkAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/GatrackAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/SettingsAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/EditorClassAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/EditorBlockAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/EditorCommonCssAdmin.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 41 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php'), 42 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php'), 43 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php'), 44 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Admin/GalleryHasMediaAdmin.php'), 45 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Form/Type/FormatterType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 49 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 51 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php'), 53 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/CategoryAdmin.php'), 54 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/TagAdmin.php'), 55 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/CollectionAdmin.php'), 56 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Admin/ContextAdmin.php'), 57 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  8605.         $instance->setName('translation:update');
  8606.         return $instance;
  8607.     }
  8608.     /**
  8609.      * Gets the private 'console.command.xliff_lint' shared service.
  8610.      *
  8611.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  8612.      */
  8613.     protected function getConsole_Command_XliffLintService()
  8614.     {
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  8618.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  8619.         $instance->setName('lint:xliff');
  8620.         return $instance;
  8621.     }
  8622.     /**
  8623.      * Gets the private 'console.command.yaml_lint' shared service.
  8624.      *
  8625.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  8626.      */
  8627.     protected function getConsole_Command_YamlLintService()
  8628.     {
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  8632.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  8633.         $instance->setName('lint:yaml');
  8634.         return $instance;
  8635.     }
  8636.     /**
  8637.      * Gets the private 'console.error_listener' shared service.
  8638.      *
  8639.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  8640.      */
  8641.     protected function getConsole_ErrorListenerService()
  8642.     {
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  8644.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  8645.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8646.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8647.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8648.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  8649.     }
  8650.     /**
  8651.      * Gets the private 'container.env_var_processor' shared service.
  8652.      *
  8653.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  8654.      */
  8655.     protected function getContainer_EnvVarProcessorService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  8659.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  8660.             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'))));
  8661.         }, 1));
  8662.     }
  8663.     /**
  8664.      * Gets the private 'data_collector.form' shared service.
  8665.      *
  8666.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  8667.      */
  8668.     protected function getDataCollector_FormService()
  8669.     {
  8670.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  8671.     }
  8672.     /**
  8673.      * Gets the private 'debug.argument_resolver.default' shared service.
  8674.      *
  8675.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8676.      */
  8677.     protected function getDebug_ArgumentResolver_DefaultService()
  8678.     {
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  8682.         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))));
  8683.     }
  8684.     /**
  8685.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  8686.      *
  8687.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8688.      */
  8689.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  8690.     {
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  8694.         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.C4BXWNy'] ?? $this->get_ServiceLocator_C4BXWNyService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8695.     }
  8696.     /**
  8697.      * Gets the private 'debug.argument_resolver.request' shared service.
  8698.      *
  8699.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8700.      */
  8701.     protected function getDebug_ArgumentResolver_RequestService()
  8702.     {
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  8706.         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))));
  8707.     }
  8708.     /**
  8709.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  8710.      *
  8711.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8712.      */
  8713.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  8714.     {
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  8718.         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))));
  8719.     }
  8720.     /**
  8721.      * Gets the private 'debug.argument_resolver.service' shared service.
  8722.      *
  8723.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8724.      */
  8725.     protected function getDebug_ArgumentResolver_ServiceService()
  8726.     {
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  8730.         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.C4BXWNy'] ?? $this->get_ServiceLocator_C4BXWNyService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8731.     }
  8732.     /**
  8733.      * Gets the private 'debug.argument_resolver.session' shared service.
  8734.      *
  8735.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8736.      */
  8737.     protected function getDebug_ArgumentResolver_SessionService()
  8738.     {
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  8742.         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))));
  8743.     }
  8744.     /**
  8745.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  8746.      *
  8747.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8748.      */
  8749.     protected function getDebug_ArgumentResolver_VariadicService()
  8750.     {
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  8754.         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))));
  8755.     }
  8756.     /**
  8757.      * Gets the private 'debug.debug_handlers_listener' shared service.
  8758.      *
  8759.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  8760.      */
  8761.     protected function getDebug_DebugHandlersListenerService()
  8762.     {
  8763.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  8764.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8765.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8766.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8768.         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);
  8769.     }
  8770.     /**
  8771.      * Gets the private 'debug.file_link_formatter' shared service.
  8772.      *
  8773.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  8774.      */
  8775.     protected function getDebug_FileLinkFormatterService()
  8776.     {
  8777.         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 () {
  8778.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  8779.         });
  8780.     }
  8781.     /**
  8782.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  8783.      *
  8784.      * @return \string
  8785.      */
  8786.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  8787.     {
  8788.         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');
  8789.     }
  8790.     /**
  8791.      * Gets the private 'debug.log_processor' shared service.
  8792.      *
  8793.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  8794.      */
  8795.     protected function getDebug_LogProcessorService()
  8796.     {
  8797.         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())));
  8798.     }
  8799.     /**
  8800.      * Gets the private 'debug.security.access.decision_manager' shared service.
  8801.      *
  8802.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  8803.      */
  8804.     protected function getDebug_Security_Access_DecisionManagerService()
  8805.     {
  8806.         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 () {
  8807.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService());
  8808.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  8809.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  8810.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  8811.         }, 4), 'affirmative'falsetrue));
  8812.     }
  8813.     /**
  8814.      * Gets the private 'debug.security.firewall' shared service.
  8815.      *
  8816.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  8817.      */
  8818.     protected function getDebug_Security_FirewallService()
  8819.     {
  8820.         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()));
  8821.     }
  8822.     /**
  8823.      * Gets the private 'debug.security.user_value_resolver' shared service.
  8824.      *
  8825.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8826.      */
  8827.     protected function getDebug_Security_UserValueResolverService()
  8828.     {
  8829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8830.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  8832.         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))));
  8833.     }
  8834.     /**
  8835.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  8836.      *
  8837.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8838.      */
  8839.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  8844.         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()));
  8845.     }
  8846.     /**
  8847.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  8848.      *
  8849.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8850.      */
  8851.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  8856.         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()));
  8857.     }
  8858.     /**
  8859.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  8860.      *
  8861.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8862.      */
  8863.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  8864.     {
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  8869.         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()));
  8870.     }
  8871.     /**
  8872.      * Gets the private 'debug.security.voter.security.acl.voter.basic_permissions' shared service.
  8873.      *
  8874.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8875.      */
  8876.     protected function getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService()
  8877.     {
  8878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  8882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/SecurityIdentityRetrievalStrategyInterface.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/SecurityIdentityRetrievalStrategy.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  8886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Acl/Permission/AdminPermissionMap.php';
  8887.         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 \Sonata\AdminBundle\Security\Acl\Permission\AdminPermissionMap(), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8888.     }
  8889.     /**
  8890.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  8891.      *
  8892.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  8893.      */
  8894.     protected function getDebug_Security_Voter_VoteListenerService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  8897.         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()));
  8898.     }
  8899.     /**
  8900.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  8901.      *
  8902.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  8903.      */
  8904.     protected function getDoctrine_CacheClearMetadataCommandService()
  8905.     {
  8906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  8908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  8909.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  8910.         $instance->setName('doctrine:cache:clear-metadata');
  8911.         return $instance;
  8912.     }
  8913.     /**
  8914.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  8915.      *
  8916.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  8917.      */
  8918.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  8919.     {
  8920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  8923.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  8924.         $instance->setName('doctrine:cache:clear-query');
  8925.         return $instance;
  8926.     }
  8927.     /**
  8928.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  8929.      *
  8930.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  8931.      */
  8932.     protected function getDoctrine_CacheClearResultCommandService()
  8933.     {
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  8936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  8937.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  8938.         $instance->setName('doctrine:cache:clear-result');
  8939.         return $instance;
  8940.     }
  8941.     /**
  8942.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  8943.      *
  8944.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  8945.      */
  8946.     protected function getDoctrine_CacheCollectionRegionCommandService()
  8947.     {
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  8950.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  8951.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  8952.         $instance->setName('doctrine:cache:clear-collection-region');
  8953.         return $instance;
  8954.     }
  8955.     /**
  8956.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  8957.      *
  8958.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  8959.      */
  8960.     protected function getDoctrine_ClearEntityRegionCommandService()
  8961.     {
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  8965.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  8966.         $instance->setName('doctrine:cache:clear-entity-region');
  8967.         return $instance;
  8968.     }
  8969.     /**
  8970.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  8971.      *
  8972.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  8973.      */
  8974.     protected function getDoctrine_ClearQueryRegionCommandService()
  8975.     {
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  8979.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  8980.         $instance->setName('doctrine:cache:clear-query-region');
  8981.         return $instance;
  8982.     }
  8983.     /**
  8984.      * Gets the private 'doctrine.database_create_command' shared service.
  8985.      *
  8986.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  8987.      */
  8988.     protected function getDoctrine_DatabaseCreateCommandService()
  8989.     {
  8990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  8993.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8994.         $instance->setName('doctrine:database:create');
  8995.         return $instance;
  8996.     }
  8997.     /**
  8998.      * Gets the private 'doctrine.database_drop_command' shared service.
  8999.      *
  9000.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  9001.      */
  9002.     protected function getDoctrine_DatabaseDropCommandService()
  9003.     {
  9004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  9007.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9008.         $instance->setName('doctrine:database:drop');
  9009.         return $instance;
  9010.     }
  9011.     /**
  9012.      * Gets the private 'doctrine.database_import_command' shared service.
  9013.      *
  9014.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  9015.      */
  9016.     protected function getDoctrine_DatabaseImportCommandService()
  9017.     {
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  9021.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  9022.         $instance->setName('doctrine:database:import');
  9023.         return $instance;
  9024.     }
  9025.     /**
  9026.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  9027.      *
  9028.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  9029.      */
  9030.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  9031.     {
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  9034.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  9035.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  9036.         $instance->setName('doctrine:ensure-production-settings');
  9037.         return $instance;
  9038.     }
  9039.     /**
  9040.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  9041.      *
  9042.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  9043.      */
  9044.     protected function getDoctrine_MappingConvertCommandService()
  9045.     {
  9046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9047.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  9048.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  9049.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  9050.         $instance->setName('doctrine:mapping:convert');
  9051.         return $instance;
  9052.     }
  9053.     /**
  9054.      * Gets the private 'doctrine.mapping_import_command' shared service.
  9055.      *
  9056.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  9057.      */
  9058.     protected function getDoctrine_MappingImportCommandService()
  9059.     {
  9060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9062.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  9063.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  9064.         $instance->setName('doctrine:mapping:import');
  9065.         return $instance;
  9066.     }
  9067.     /**
  9068.      * Gets the private 'doctrine.mapping_info_command' shared service.
  9069.      *
  9070.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  9071.      */
  9072.     protected function getDoctrine_MappingInfoCommandService()
  9073.     {
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  9076.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  9077.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  9078.         $instance->setName('doctrine:mapping:info');
  9079.         return $instance;
  9080.     }
  9081.     /**
  9082.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  9083.      *
  9084.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  9085.      */
  9086.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  9087.     {
  9088.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle/Entity'), => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Entity'), => (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')]);
  9089.     }
  9090.     /**
  9091.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  9092.      *
  9093.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  9094.      */
  9095.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  9096.     {
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  9098.         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()));
  9099.     }
  9100.     /**
  9101.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  9102.      *
  9103.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  9104.      */
  9105.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  9106.     {
  9107.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  9108.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  9109.     }
  9110.     /**
  9111.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  9112.      *
  9113.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  9114.      */
  9115.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  9116.     {
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  9119.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9120.     }
  9121.     /**
  9122.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  9123.      *
  9124.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  9125.      */
  9126.     protected function getDoctrine_Orm_Validator_UniqueService()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  9131.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9132.     }
  9133.     /**
  9134.      * Gets the private 'doctrine.query_dql_command' shared service.
  9135.      *
  9136.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  9137.      */
  9138.     protected function getDoctrine_QueryDqlCommandService()
  9139.     {
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  9143.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  9144.         $instance->setName('doctrine:query:dql');
  9145.         return $instance;
  9146.     }
  9147.     /**
  9148.      * Gets the private 'doctrine.query_sql_command' shared service.
  9149.      *
  9150.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  9151.      */
  9152.     protected function getDoctrine_QuerySqlCommandService()
  9153.     {
  9154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9155.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  9157.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  9158.         $instance->setName('doctrine:query:sql');
  9159.         return $instance;
  9160.     }
  9161.     /**
  9162.      * Gets the private 'doctrine.schema_create_command' shared service.
  9163.      *
  9164.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  9165.      */
  9166.     protected function getDoctrine_SchemaCreateCommandService()
  9167.     {
  9168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  9172.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  9173.         $instance->setName('doctrine:schema:create');
  9174.         return $instance;
  9175.     }
  9176.     /**
  9177.      * Gets the private 'doctrine.schema_drop_command' shared service.
  9178.      *
  9179.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  9180.      */
  9181.     protected function getDoctrine_SchemaDropCommandService()
  9182.     {
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  9187.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  9188.         $instance->setName('doctrine:schema:drop');
  9189.         return $instance;
  9190.     }
  9191.     /**
  9192.      * Gets the private 'doctrine.schema_update_command' shared service.
  9193.      *
  9194.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  9195.      */
  9196.     protected function getDoctrine_SchemaUpdateCommandService()
  9197.     {
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  9201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  9202.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  9203.         $instance->setName('doctrine:schema:update');
  9204.         return $instance;
  9205.     }
  9206.     /**
  9207.      * Gets the private 'doctrine.schema_validate_command' shared service.
  9208.      *
  9209.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  9210.      */
  9211.     protected function getDoctrine_SchemaValidateCommandService()
  9212.     {
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  9216.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  9217.         $instance->setName('doctrine:schema:validate');
  9218.         return $instance;
  9219.     }
  9220.     /**
  9221.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  9222.      *
  9223.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  9224.      */
  9225.     protected function getDoctrineMigrations_DiffCommandService()
  9226.     {
  9227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9228.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9229.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  9231.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  9232.         $instance->setName('doctrine:migrations:diff');
  9233.         return $instance;
  9234.     }
  9235.     /**
  9236.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  9237.      *
  9238.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  9239.      */
  9240.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  9241.     {
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9243.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9244.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  9245.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  9246.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  9247.         $instance->setName('doctrine:migrations:dump-schema');
  9248.         return $instance;
  9249.     }
  9250.     /**
  9251.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  9252.      *
  9253.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  9254.      */
  9255.     protected function getDoctrineMigrations_ExecuteCommandService()
  9256.     {
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  9261.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  9262.         $instance->setName('doctrine:migrations:execute');
  9263.         return $instance;
  9264.     }
  9265.     /**
  9266.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  9267.      *
  9268.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  9269.      */
  9270.     protected function getDoctrineMigrations_GenerateCommandService()
  9271.     {
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9274.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  9276.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  9277.         $instance->setName('doctrine:migrations:generate');
  9278.         return $instance;
  9279.     }
  9280.     /**
  9281.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  9282.      *
  9283.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  9284.      */
  9285.     protected function getDoctrineMigrations_LatestCommandService()
  9286.     {
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9288.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9289.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  9290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  9291.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  9292.         $instance->setName('doctrine:migrations:latest');
  9293.         return $instance;
  9294.     }
  9295.     /**
  9296.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  9297.      *
  9298.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  9299.      */
  9300.     protected function getDoctrineMigrations_MigrateCommandService()
  9301.     {
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  9306.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  9307.         $instance->setName('doctrine:migrations:migrate');
  9308.         return $instance;
  9309.     }
  9310.     /**
  9311.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  9312.      *
  9313.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  9314.      */
  9315.     protected function getDoctrineMigrations_RollupCommandService()
  9316.     {
  9317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9318.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  9321.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  9322.         $instance->setName('doctrine:migrations:rollup');
  9323.         return $instance;
  9324.     }
  9325.     /**
  9326.      * Gets the private 'doctrine_migrations.status_command' shared service.
  9327.      *
  9328.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  9329.      */
  9330.     protected function getDoctrineMigrations_StatusCommandService()
  9331.     {
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  9336.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  9337.         $instance->setName('doctrine:migrations:status');
  9338.         return $instance;
  9339.     }
  9340.     /**
  9341.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  9342.      *
  9343.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  9344.      */
  9345.     protected function getDoctrineMigrations_UpToDateCommandService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9348.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9349.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  9351.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  9352.         $instance->setName('doctrine:migrations:up-to-date');
  9353.         return $instance;
  9354.     }
  9355.     /**
  9356.      * Gets the private 'doctrine_migrations.version_command' shared service.
  9357.      *
  9358.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  9359.      */
  9360.     protected function getDoctrineMigrations_VersionCommandService()
  9361.     {
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  9366.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  9367.         $instance->setName('doctrine:migrations:version');
  9368.         return $instance;
  9369.     }
  9370.     /**
  9371.      * Gets the private 'error_handler.error_renderer.html' shared service.
  9372.      *
  9373.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  9374.      */
  9375.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  9376.     {
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  9378.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  9379.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9380.         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()));
  9381.     }
  9382.     /**
  9383.      * Gets the private 'event.jwt_created_listener' shared autowired service.
  9384.      *
  9385.      * @return \App\Service\JWTCreatedListener
  9386.      */
  9387.     protected function getEvent_JwtCreatedListenerService()
  9388.     {
  9389.         include_once \dirname(__DIR__4).'/src/Service/JWTCreatedListener.php';
  9390.         return $this->privates['event.jwt_created_listener'] = new \App\Service\JWTCreatedListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  9391.     }
  9392.     /**
  9393.      * Gets the private 'event.jwt_success_listener' shared autowired service.
  9394.      *
  9395.      * @return \App\Service\JWTOnSuccessListener
  9396.      */
  9397.     protected function getEvent_JwtSuccessListenerService()
  9398.     {
  9399.         include_once \dirname(__DIR__4).'/src/Service/JWTOnSuccessListener.php';
  9400.         return $this->privates['event.jwt_success_listener'] = new \App\Service\JWTOnSuccessListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('jwt_token_ttl'), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  9401.     }
  9402.     /**
  9403.      * Gets the private 'exception_listener' shared service.
  9404.      *
  9405.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  9406.      */
  9407.     protected function getExceptionListenerService()
  9408.     {
  9409.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  9410.     }
  9411.     /**
  9412.      * Gets the private 'exercise_html_purifier.cache_warmer.serializer' shared service.
  9413.      *
  9414.      * @return \Exercise\HTMLPurifierBundle\CacheWarmer\SerializerCacheWarmer
  9415.      */
  9416.     protected function getExerciseHtmlPurifier_CacheWarmer_SerializerService()
  9417.     {
  9418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9419.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/CacheWarmer/SerializerCacheWarmer.php';
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9421.         return $this->privates['exercise_html_purifier.cache_warmer.serializer'] = new \Exercise\HTMLPurifierBundle\CacheWarmer\SerializerCacheWarmer([=> ($this->targetDir.''.'/htmlpurifier')], $this->parameters['nelmio_api_doc.areas'], ($this->privates['exercise_html_purifier.purifiers_registry'] ?? $this->getExerciseHtmlPurifier_PurifiersRegistryService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  9422.     }
  9423.     /**
  9424.      * Gets the private 'exercise_html_purifier.default' shared service.
  9425.      *
  9426.      * @return \HTMLPurifier
  9427.      */
  9428.     protected function getExerciseHtmlPurifier_DefaultService()
  9429.     {
  9430.         include_once \dirname(__DIR__4).'/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php';
  9431.         include_once \dirname(__DIR__4).'/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php';
  9432.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifierConfigFactory.php';
  9433.         return $this->privates['exercise_html_purifier.default'] = new \HTMLPurifier(\Exercise\HTMLPurifierBundle\HTMLPurifierConfigFactory::create('default', ['Core.Encoding' => 'UTF-8''Cache.SerializerPath' => ($this->targetDir.''.'/htmlpurifier')], NULL, [], [], [], []));
  9434.     }
  9435.     /**
  9436.      * Gets the private 'exercise_html_purifier.form.text_type_extension' shared service.
  9437.      *
  9438.      * @return \Exercise\HTMLPurifierBundle\Form\TypeExtension\HTMLPurifierTextTypeExtension
  9439.      */
  9440.     protected function getExerciseHtmlPurifier_Form_TextTypeExtensionService()
  9441.     {
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9444.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Form/TypeExtension/HTMLPurifierTextTypeExtension.php';
  9445.         return $this->privates['exercise_html_purifier.form.text_type_extension'] = new \Exercise\HTMLPurifierBundle\Form\TypeExtension\HTMLPurifierTextTypeExtension(($this->privates['exercise_html_purifier.purifiers_registry'] ?? $this->getExerciseHtmlPurifier_PurifiersRegistryService()));
  9446.     }
  9447.     /**
  9448.      * Gets the private 'exercise_html_purifier.purifiers_registry' shared service.
  9449.      *
  9450.      * @return \Exercise\HTMLPurifierBundle\HTMLPurifiersRegistry
  9451.      */
  9452.     protected function getExerciseHtmlPurifier_PurifiersRegistryService()
  9453.     {
  9454.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifiersRegistryInterface.php';
  9455.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifiersRegistry.php';
  9456.         return $this->privates['exercise_html_purifier.purifiers_registry'] = new \Exercise\HTMLPurifierBundle\HTMLPurifiersRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9457.             'default' => ['privates''exercise_html_purifier.default''getExerciseHtmlPurifier_DefaultService'false],
  9458.         ], [
  9459.             'default' => '?',
  9460.         ]));
  9461.     }
  9462.     /**
  9463.      * Gets the private 'exercise_html_purifier.twig.runtime' shared service.
  9464.      *
  9465.      * @return \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime
  9466.      */
  9467.     protected function getExerciseHtmlPurifier_Twig_RuntimeService()
  9468.     {
  9469.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9470.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierRuntime.php';
  9471.         return $this->privates['exercise_html_purifier.twig.runtime'] = new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime(($this->privates['exercise_html_purifier.purifiers_registry'] ?? $this->getExerciseHtmlPurifier_PurifiersRegistryService()));
  9472.     }
  9473.     /**
  9474.      * Gets the private 'file_locator' shared service.
  9475.      *
  9476.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  9477.      */
  9478.     protected function getFileLocatorService()
  9479.     {
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  9483.         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);
  9484.     }
  9485.     /**
  9486.      * Gets the private 'form.choice_list_factory.cached' shared service.
  9487.      *
  9488.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  9489.      */
  9490.     protected function getForm_ChoiceListFactory_CachedService()
  9491.     {
  9492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  9493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  9495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  9496.         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())));
  9497.     }
  9498.     /**
  9499.      * Gets the private 'form.registry' shared service.
  9500.      *
  9501.      * @return \Symfony\Component\Form\FormRegistry
  9502.      */
  9503.     protected function getForm_RegistryService()
  9504.     {
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  9507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  9508.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  9509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  9512.         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, [
  9513.             'App\\Form\\Type\\ColorPickerType' => ['privates''App\\Form\\Type\\ColorPickerType''getColorPickerTypeService'false],
  9514.             'App\\Form\\Type\\ImagePickerType' => ['privates''App\\Form\\Type\\ImagePickerType''getImagePickerTypeService'false],
  9515.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  9516.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  9517.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  9518.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  9519.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  9520.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  9521.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  9522.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  9523.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  9524.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  9525.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  9526.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  9527.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  9528.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  9529.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  9530.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  9531.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  9532.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  9533.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  9534.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  9535.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  9536.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  9537.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  9538.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  9539.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  9540.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCategoryType' => ['privates''sonata.classification.api.form.type.category''getSonata_Classification_Api_Form_Type_CategoryService'false],
  9541.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCollectionType' => ['privates''sonata.classification.api.form.type.collection''getSonata_Classification_Api_Form_Type_CollectionService'false],
  9542.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiContextType' => ['privates''sonata.classification.api.form.type.context''getSonata_Classification_Api_Form_Type_ContextService'false],
  9543.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiTagType' => ['privates''sonata.classification.api.form.type.tag''getSonata_Classification_Api_Form_Type_TagService'false],
  9544.             'Sonata\\ClassificationBundle\\Form\\Type\\CategorySelectorType' => ['privates''sonata.classification.form.type.category_selector''getSonata_Classification_Form_Type_CategorySelectorService'false],
  9545.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'false],
  9546.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'false],
  9547.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'false],
  9548.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'false],
  9549.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'false],
  9550.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'false],
  9551.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'false],
  9552.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'false],
  9553.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  9554.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'false],
  9555.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => ['privates''sonata.formatter.form.type.selector''getSonata_Formatter_Form_Type_SelectorService'false],
  9556.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => ['privates''sonata.formatter.form.type.simple''getSonata_Formatter_Form_Type_SimpleService'false],
  9557.             'Sonata\\MediaBundle\\Form\\Type\\ApiDoctrineMediaType' => ['privates''sonata.media.api.form.type.doctrine.media''getSonata_Media_Api_Form_Type_Doctrine_MediaService'false],
  9558.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryHasMediaType' => ['privates''sonata.media.api.form.type.gallery_has_media''getSonata_Media_Api_Form_Type_GalleryHasMediaService'false],
  9559.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryType' => ['privates''sonata.media.api.form.type.gallery''getSonata_Media_Api_Form_Type_GalleryService'false],
  9560.             'Sonata\\MediaBundle\\Form\\Type\\ApiMediaType' => ['privates''sonata.media.api.form.type.media''getSonata_Media_Api_Form_Type_MediaService'false],
  9561.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => ['privates''sonata.media.form.type.media''getSonata_Media_Form_Type_MediaService'false],
  9562.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => ['privates''sonata.user.api.form.type.group''getSonata_User_Api_Form_Type_GroupService'false],
  9563.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => ['privates''sonata.user.api.form.type.user''getSonata_User_Api_Form_Type_UserService'false],
  9564.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => ['services''sonata.user.form.roles_matrix_type''getSonata_User_Form_RolesMatrixTypeService'false],
  9565.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => ['services''sonata.user.form.type.security_roles''getSonata_User_Form_Type_SecurityRolesService'false],
  9566.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => ['privates''sonata.user.form.gender_list''getSonata_User_Form_GenderListService'false],
  9567.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  9568.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  9569.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  9570.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  9571.         ], [
  9572.             'App\\Form\\Type\\ColorPickerType' => '?',
  9573.             'App\\Form\\Type\\ImagePickerType' => '?',
  9574.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  9575.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  9576.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  9577.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  9578.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  9579.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  9580.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  9581.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  9582.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  9583.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  9584.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  9585.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  9586.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  9587.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  9588.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  9589.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  9590.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  9591.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  9592.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  9593.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  9594.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  9595.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  9596.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  9597.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  9598.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  9599.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCategoryType' => '?',
  9600.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCollectionType' => '?',
  9601.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiContextType' => '?',
  9602.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiTagType' => '?',
  9603.             'Sonata\\ClassificationBundle\\Form\\Type\\CategorySelectorType' => '?',
  9604.             'Sonata\\Form\\Type\\BooleanType' => '?',
  9605.             'Sonata\\Form\\Type\\CollectionType' => '?',
  9606.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  9607.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  9608.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  9609.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  9610.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  9611.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  9612.             'Sonata\\Form\\Type\\EqualType' => '?',
  9613.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  9614.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => '?',
  9615.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => '?',
  9616.             'Sonata\\MediaBundle\\Form\\Type\\ApiDoctrineMediaType' => '?',
  9617.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryHasMediaType' => '?',
  9618.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryType' => '?',
  9619.             'Sonata\\MediaBundle\\Form\\Type\\ApiMediaType' => '?',
  9620.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => '?',
  9621.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => '?',
  9622.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => '?',
  9623.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => '?',
  9624.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => '?',
  9625.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => '?',
  9626.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  9627.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  9628.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  9629.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  9630.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  9631.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  9632.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  9633.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  9634.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  9635.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  9636.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  9637.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  9638.             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()));
  9639.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  9640.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  9641.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  9642.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  9643.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  9644.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  9645.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  9646.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => new RewindableGenerator(function () {
  9647.             yield => ($this->privates['exercise_html_purifier.form.text_type_extension'] ?? $this->getExerciseHtmlPurifier_Form_TextTypeExtensionService());
  9648.         }, 1)], new RewindableGenerator(function () {
  9649.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  9650.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  9651.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  9652.     }
  9653.     /**
  9654.      * Gets the private 'form.server_params' shared service.
  9655.      *
  9656.      * @return \Symfony\Component\Form\Util\ServerParams
  9657.      */
  9658.     protected function getForm_ServerParamsService()
  9659.     {
  9660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  9661.         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())));
  9662.     }
  9663.     /**
  9664.      * Gets the private 'form.type.choice' shared service.
  9665.      *
  9666.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  9667.      */
  9668.     protected function getForm_Type_ChoiceService()
  9669.     {
  9670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  9673.         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()));
  9674.     }
  9675.     /**
  9676.      * Gets the private 'form.type.entity' shared service.
  9677.      *
  9678.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  9679.      */
  9680.     protected function getForm_Type_EntityService()
  9681.     {
  9682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  9686.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9687.     }
  9688.     /**
  9689.      * Gets the private 'form.type.form' shared service.
  9690.      *
  9691.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  9692.      */
  9693.     protected function getForm_Type_FormService()
  9694.     {
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  9699.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9700.     }
  9701.     /**
  9702.      * Gets the private 'form.type_extension.csrf' shared service.
  9703.      *
  9704.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  9705.      */
  9706.     protected function getForm_TypeExtension_CsrfService()
  9707.     {
  9708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  9711.         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()));
  9712.     }
  9713.     /**
  9714.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  9715.      *
  9716.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  9717.      */
  9718.     protected function getForm_TypeExtension_Form_DataCollectorService()
  9719.     {
  9720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  9723.         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()));
  9724.     }
  9725.     /**
  9726.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  9727.      *
  9728.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  9729.      */
  9730.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  9731.     {
  9732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  9737.         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())));
  9738.     }
  9739.     /**
  9740.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  9741.      *
  9742.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  9743.      */
  9744.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  9745.     {
  9746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  9749.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  9750.     }
  9751.     /**
  9752.      * Gets the private 'form.type_extension.form.validator' shared service.
  9753.      *
  9754.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  9755.      */
  9756.     protected function getForm_TypeExtension_Form_ValidatorService()
  9757.     {
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  9762.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  9763.     }
  9764.     /**
  9765.      * Gets the private 'form.type_extension.upload.validator' shared service.
  9766.      *
  9767.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  9768.      */
  9769.     protected function getForm_TypeExtension_Upload_ValidatorService()
  9770.     {
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  9774.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  9775.     }
  9776.     /**
  9777.      * Gets the private 'form.type_guesser.doctrine' shared service.
  9778.      *
  9779.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  9780.      */
  9781.     protected function getForm_TypeGuesser_DoctrineService()
  9782.     {
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  9785.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9786.     }
  9787.     /**
  9788.      * Gets the private 'form.type_guesser.validator' shared service.
  9789.      *
  9790.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  9791.      */
  9792.     protected function getForm_TypeGuesser_ValidatorService()
  9793.     {
  9794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  9796.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  9797.     }
  9798.     /**
  9799.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  9800.      *
  9801.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  9802.      */
  9803.     protected function getFosCkEditor_Command_InstallerService()
  9804.     {
  9805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9806.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  9807.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  9808.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  9809.         $instance->setName('ckeditor:install');
  9810.         return $instance;
  9811.     }
  9812.     /**
  9813.      * Gets the private 'fos_ck_editor.configuration' shared service.
  9814.      *
  9815.      * @return \FOS\CKEditorBundle\Config\CKEditorConfiguration
  9816.      */
  9817.     protected function getFosCkEditor_ConfigurationService()
  9818.     {
  9819.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  9820.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  9821.         return $this->privates['fos_ck_editor.configuration'] = new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['base_path' => 'build/ckeditor''js_path' => 'build/ckeditor/ckeditor.js''default_config' => 'default''configs' => ['default' => ['allowedContent' => true'startupMode' => 'source''toolbar' => [=> [=> 'Bold'=> 'Italic'=> 'Underline'=> '-'=> 'Cut'=> 'Copy'=> 'Paste'=> 'PasteText'=> 'PasteFromWord'=> '-'10 => 'Undo'11 => 'Redo'12 => '-'13 => 'NumberedList'14 => 'BulletedList'15 => '-'16 => 'Outdent'17 => 'Indent'18 => '-'19 => 'Blockquote'20 => '-'21 => 'Image'22 => 'Link'23 => 'Unlink'24 => 'Table'], => [=> 'Format'=> 'Maximize'=> 'Source']], 'filebrowserBrowseRoute' => 'admin_sonata_media_media_ckeditor_browser''filebrowserImageBrowseRoute' => 'admin_sonata_media_media_ckeditor_browser''filebrowserImageBrowseRouteParameters' => ['provider' => 'sonata.media.provider.image'], 'filebrowserUploadRoute' => 'admin_sonata_media_media_upload''filebrowserUploadRouteParameters' => ['provider' => 'sonata.media.provider.file'], 'filebrowserImageUploadRoute' => 'admin_sonata_media_media_upload''filebrowserImageUploadRouteParameters' => ['provider' => 'sonata.media.provider.image']], 'js' => ['extraPlugins' => 'codesnippet''startupMode' => 'source''toolbar' => [=> [=> 'Cut'=> 'Copy'=> 'Paste']]], 'css' => ['extraPlugins' => 'codesnippet''startupMode' => 'source''toolbar' => [=> [=> 'Cut'=> 'Copy'=> 'Paste']]]], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]);
  9822.     }
  9823.     /**
  9824.      * Gets the private 'fos_ck_editor.form.type' shared service.
  9825.      *
  9826.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  9827.      */
  9828.     protected function getFosCkEditor_Form_TypeService()
  9829.     {
  9830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9832.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  9833.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  9834.     }
  9835.     /**
  9836.      * Gets the private 'fos_elastica.command.create' shared service.
  9837.      *
  9838.      * @return \FOS\ElasticaBundle\Command\CreateCommand
  9839.      */
  9840.     protected function getFosElastica_Command_CreateService()
  9841.     {
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9843.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  9844.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  9845.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  9846.         $this->privates['fos_elastica.command.create'] = $instance = new \FOS\ElasticaBundle\Command\CreateCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())));
  9847.         $instance->setName('fos:elastica:create');
  9848.         return $instance;
  9849.     }
  9850.     /**
  9851.      * Gets the private 'fos_elastica.command.populate' shared service.
  9852.      *
  9853.      * @return \FOS\ElasticaBundle\Command\PopulateCommand
  9854.      */
  9855.     protected function getFosElastica_Command_PopulateService()
  9856.     {
  9857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  9859.         $this->privates['fos_elastica.command.populate'] = $instance = new \FOS\ElasticaBundle\Command\PopulateCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->services['fos_elastica.pager_provider_registry'] ?? $this->getFosElastica_PagerProviderRegistryService()), ($this->services['fos_elastica.pager_persister_registry'] ?? $this->getFosElastica_PagerPersisterRegistryService()), ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  9860.         $instance->setName('fos:elastica:populate');
  9861.         return $instance;
  9862.     }
  9863.     /**
  9864.      * Gets the private 'fos_elastica.command.reset' shared service.
  9865.      *
  9866.      * @return \FOS\ElasticaBundle\Command\ResetCommand
  9867.      */
  9868.     protected function getFosElastica_Command_ResetService()
  9869.     {
  9870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9871.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  9872.         $this->privates['fos_elastica.command.reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  9873.         $instance->setName('fos:elastica:reset');
  9874.         return $instance;
  9875.     }
  9876.     /**
  9877.      * Gets the private 'fos_elastica.command.search' shared service.
  9878.      *
  9879.      * @return \FOS\ElasticaBundle\Command\SearchCommand
  9880.      */
  9881.     protected function getFosElastica_Command_SearchService()
  9882.     {
  9883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9884.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  9885.         $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  9886.         $instance->setName('fos:elastica:search');
  9887.         return $instance;
  9888.     }
  9889.     /**
  9890.      * Gets the private 'fos_elastica.command.templates_reset' shared service.
  9891.      *
  9892.      * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  9893.      */
  9894.     protected function getFosElastica_Command_TemplatesResetService()
  9895.     {
  9896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  9898.         $this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(($this->services['fos_elastica.template_resetter'] ?? $this->getFosElastica_TemplateResetterService()));
  9899.         $instance->setName('fos:elastica:reset-templates');
  9900.         return $instance;
  9901.     }
  9902.     /**
  9903.      * Gets the private 'fos_elastica.doctrine.register_listeners' shared service.
  9904.      *
  9905.      * @return \FOS\ElasticaBundle\Doctrine\RegisterListenersService
  9906.      */
  9907.     protected function getFosElastica_Doctrine_RegisterListenersService()
  9908.     {
  9909.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
  9910.         return $this->privates['fos_elastica.doctrine.register_listeners'] = new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9911.     }
  9912.     /**
  9913.      * Gets the private 'fos_elastica.elastica_to_model_transformer.app.magazines' shared service.
  9914.      *
  9915.      * @return \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer
  9916.      */
  9917.     protected function getFosElastica_ElasticaToModelTransformer_App_MagazinesService()
  9918.     {
  9919.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  9922.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  9923.         $this->privates['fos_elastica.elastica_to_model_transformer.app.magazines'] = $instance = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Magazine\\Magazine', ['hints' => [], 'hydrate' => true'ignore_missing' => false'query_builder_method' => 'createQueryBuilder''identifier' => 'id']);
  9924.         $instance->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  9925.         return $instance;
  9926.     }
  9927.     /**
  9928.      * Gets the private 'fos_elastica.listener.suggest.content' shared autowired service.
  9929.      *
  9930.      * @return \App\Service\ElasticSearchPreTransformListener
  9931.      */
  9932.     protected function getFosElastica_Listener_Suggest_ContentService()
  9933.     {
  9934.         include_once \dirname(__DIR__4).'/src/Service/ElasticSearchPreTransformListener.php';
  9935.         return $this->privates['fos_elastica.listener.suggest.content'] = new \App\Service\ElasticSearchPreTransformListener(($this->privates['exercise_html_purifier.default'] ?? $this->getExerciseHtmlPurifier_DefaultService()));
  9936.     }
  9937.     /**
  9938.      * Gets the private 'fos_elastica.logger' shared service.
  9939.      *
  9940.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  9941.      */
  9942.     protected function getFosElastica_LoggerService()
  9943.     {
  9944.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  9945.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9946.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9947.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9948.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9949.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  9950.     }
  9951.     /**
  9952.      * Gets the private 'fos_elastica.populate_listener' shared service.
  9953.      *
  9954.      * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  9955.      */
  9956.     protected function getFosElastica_PopulateListenerService()
  9957.     {
  9958.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  9959.         return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener(($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  9960.     }
  9961.     /**
  9962.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  9963.      *
  9964.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  9965.      */
  9966.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  9967.     {
  9968.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  9969.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  9970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  9971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  9973.         return $this->privates['fos_oauth_server.access_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\AccessTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\Api\\AccessToken');
  9974.     }
  9975.     /**
  9976.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  9977.      *
  9978.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  9979.      */
  9980.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  9981.     {
  9982.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  9985.         return $this->privates['fos_oauth_server.auth_code_manager.default'] = new \FOS\OAuthServerBundle\Entity\AuthCodeManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\Api\\AuthCode');
  9986.     }
  9987.     /**
  9988.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  9989.      *
  9990.      * @return \Symfony\Component\Form\Form
  9991.      */
  9992.     protected function getFosOauthServer_Authorize_FormService()
  9993.     {
  9994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  9995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  9996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  9997.         return ($this->services['form.factory'] ?? $this->getForm_FactoryService())->createNamed('fos_oauth_server_authorize_form''FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'NULL, ['validation_groups' => $this->parameters['fos_oauth_server.authorize.form.validation_groups']]);
  9998.     }
  9999.     /**
  10000.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  10001.      *
  10002.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  10003.      */
  10004.     protected function getFosOauthServer_Authorize_Form_TypeService()
  10005.     {
  10006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  10009.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  10010.     }
  10011.     /**
  10012.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  10013.      *
  10014.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  10015.      */
  10016.     protected function getFosOauthServer_ClientManager_DefaultService()
  10017.     {
  10018.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  10021.         return $this->privates['fos_oauth_server.client_manager.default'] = new \FOS\OAuthServerBundle\Entity\ClientManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\Api\\Client');
  10022.     }
  10023.     /**
  10024.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  10025.      *
  10026.      * @return \Doctrine\ORM\EntityManager
  10027.      */
  10028.     protected function getFosOauthServer_EntityManagerService()
  10029.     {
  10030.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  10031.     }
  10032.     /**
  10033.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  10034.      *
  10035.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  10036.      */
  10037.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  10038.     {
  10039.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  10041.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  10042.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  10043.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  10044.         return $this->privates['fos_oauth_server.refresh_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\RefreshTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\Api\\RefreshToken');
  10045.     }
  10046.     /**
  10047.      * Gets the private 'fos_oauth_server.server' shared service.
  10048.      *
  10049.      * @return \OAuth2\OAuth2
  10050.      */
  10051.     protected function getFosOauthServer_ServerService()
  10052.     {
  10053.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  10055.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  10056.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  10057.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  10058.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  10061.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  10062.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  10063.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php';
  10064.         return $this->privates['fos_oauth_server.server'] = new \OAuth2\OAuth2(new \FOS\OAuthServerBundle\Storage\OAuthStorage(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService())), []);
  10065.     }
  10066.     /**
  10067.      * Gets the private 'fos_rest.body_listener' shared service.
  10068.      *
  10069.      * @return \FOS\RestBundle\EventListener\BodyListener
  10070.      */
  10071.     protected function getFosRest_BodyListenerService()
  10072.     {
  10073.         $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, [
  10074.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  10075.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  10076.         ], [
  10077.             'fos_rest.decoder.json' => '?',
  10078.             'fos_rest.decoder.xml' => '?',
  10079.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  10080.         $instance->setDefaultFormat(NULL);
  10081.         return $instance;
  10082.     }
  10083.     /**
  10084.      * Gets the private 'fos_rest.decoder.json' shared service.
  10085.      *
  10086.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  10087.      */
  10088.     protected function getFosRest_Decoder_JsonService()
  10089.     {
  10090.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  10091.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  10092.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  10093.     }
  10094.     /**
  10095.      * Gets the private 'fos_rest.decoder.xml' shared service.
  10096.      *
  10097.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  10098.      */
  10099.     protected function getFosRest_Decoder_XmlService()
  10100.     {
  10101.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  10103.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  10104.     }
  10105.     /**
  10106.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  10107.      *
  10108.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  10109.      */
  10110.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  10111.     {
  10112.         return $this->privates['fos_rest.exception.response_status_code_listener'] = new \FOS\RestBundle\EventListener\ResponseStatusCodeListener(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))));
  10113.     }
  10114.     /**
  10115.      * Gets the private 'fos_rest.exception_listener' shared service.
  10116.      *
  10117.      * @return \FOS\RestBundle\EventListener\ExceptionListener
  10118.      *
  10119.      * @deprecated The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.
  10120.      */
  10121.     protected function getFosRest_ExceptionListenerService()
  10122.     {
  10123.         @trigger_error('The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10124.         return $this->privates['fos_rest.exception_listener'] = new \FOS\RestBundle\EventListener\ExceptionListener(new \Symfony\Component\HttpKernel\EventListener\ErrorListener('fos_rest.exception.twig_controller::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10125.     }
  10126.     /**
  10127.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  10128.      *
  10129.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  10130.      *
  10131.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  10132.      */
  10133.     protected function getFosRest_Inflector_DoctrineService()
  10134.     {
  10135.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10136.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  10137.     }
  10138.     /**
  10139.      * Gets the private 'fos_rest.mime_type_listener' shared service.
  10140.      *
  10141.      * @return \FOS\RestBundle\EventListener\MimeTypeListener
  10142.      */
  10143.     protected function getFosRest_MimeTypeListenerService()
  10144.     {
  10145.         return $this->privates['fos_rest.mime_type_listener'] = new \FOS\RestBundle\EventListener\MimeTypeListener(['json' => [=> 'application/json'=> 'application/x-json'], 'jpg' => [=> 'image/jpeg'], 'png' => [=> 'image/png']]);
  10146.     }
  10147.     /**
  10148.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  10149.      *
  10150.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  10151.      */
  10152.     protected function getFosRest_ParamFetcherListenerService()
  10153.     {
  10154.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), false);
  10155.     }
  10156.     /**
  10157.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  10158.      *
  10159.      * @return \FOS\RestBundle\Request\ParamFetcher
  10160.      */
  10161.     protected function getFosRest_Request_ParamFetcherService()
  10162.     {
  10163.         return $this->privates['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService()));
  10164.     }
  10165.     /**
  10166.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  10167.      *
  10168.      * @return \FOS\RestBundle\Request\ParamReader
  10169.      */
  10170.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  10171.     {
  10172.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10173.     }
  10174.     /**
  10175.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  10176.      *
  10177.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  10178.      *
  10179.      * @deprecated The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  10180.      */
  10181.     protected function getFosRest_Routing_Loader_ControllerService()
  10182.     {
  10183.         @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  10184.         return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), $this->getFosRest_Routing_Loader_Reader_ControllerService(), 'json');
  10185.     }
  10186.     /**
  10187.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  10188.      *
  10189.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  10190.      *
  10191.      * @deprecated The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  10192.      */
  10193.     protected function getFosRest_Routing_Loader_DirectoryService()
  10194.     {
  10195.         @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  10196.         return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()));
  10197.     }
  10198.     /**
  10199.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  10200.      *
  10201.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  10202.      *
  10203.      * @deprecated The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  10204.      */
  10205.     protected function getFosRest_Routing_Loader_ProcessorService()
  10206.     {
  10207.         @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  10208.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  10209.     }
  10210.     /**
  10211.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  10212.      *
  10213.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  10214.      *
  10215.      * @deprecated The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  10216.      */
  10217.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  10218.     {
  10219.         @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  10220.         return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->getFosRest_Inflector_DoctrineService(), false, ['json' => false'html' => true], true);
  10221.     }
  10222.     /**
  10223.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  10224.      *
  10225.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  10226.      *
  10227.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  10228.      */
  10229.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  10230.     {
  10231.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10232.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10233.     }
  10234.     /**
  10235.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  10236.      *
  10237.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  10238.      *
  10239.      * @deprecated The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  10240.      */
  10241.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  10242.     {
  10243.         @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  10244.         return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), false, ['json' => false'html' => true], 'json');
  10245.     }
  10246.     /**
  10247.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  10248.      *
  10249.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  10250.      *
  10251.      * @deprecated The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  10252.      */
  10253.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  10254.     {
  10255.         @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  10256.         return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), false, ['json' => false'html' => true], 'json');
  10257.     }
  10258.     /**
  10259.      * Gets the private 'fos_rest.serializer.exception_normalizer.jms' shared service.
  10260.      *
  10261.      * @return \FOS\RestBundle\Serializer\Normalizer\ExceptionHandler
  10262.      *
  10263.      * @deprecated The "fos_rest.serializer.exception_normalizer.jms" service is deprecated since FOSRestBundle 2.8.
  10264.      */
  10265.     protected function getFosRest_Serializer_ExceptionNormalizer_JmsService()
  10266.     {
  10267.         @trigger_error('The "fos_rest.serializer.exception_normalizer.jms" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10268.         return $this->privates['fos_rest.serializer.exception_normalizer.jms'] = new \FOS\RestBundle\Serializer\Normalizer\ExceptionHandler(($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), true);
  10269.     }
  10270.     /**
  10271.      * Gets the private 'fos_rest.serializer.exception_normalizer.symfony' shared service.
  10272.      *
  10273.      * @return \FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer
  10274.      *
  10275.      * @deprecated The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8.
  10276.      */
  10277.     protected function getFosRest_Serializer_ExceptionNormalizer_SymfonyService()
  10278.     {
  10279.         @trigger_error('The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10280.         return new \FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer(($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), true);
  10281.     }
  10282.     /**
  10283.      * Gets the private 'fos_rest.serializer.flatten_exception_handler' shared service.
  10284.      *
  10285.      * @return \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler
  10286.      */
  10287.     protected function getFosRest_Serializer_FlattenExceptionHandlerService()
  10288.     {
  10289.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10290.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionHandler.php';
  10291.         return $this->privates['fos_rest.serializer.flatten_exception_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap([]))), truefalse);
  10292.     }
  10293.     /**
  10294.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  10295.      *
  10296.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  10297.      */
  10298.     protected function getFosRest_Serializer_FormErrorHandlerService()
  10299.     {
  10300.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  10303.         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'));
  10304.     }
  10305.     /**
  10306.      * Gets the private 'fos_rest.serializer.jms' shared service.
  10307.      *
  10308.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  10309.      */
  10310.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  10311.     {
  10312.         return $this->privates['fos_rest.serializer.jms'] = new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  10313.     }
  10314.     /**
  10315.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  10316.      *
  10317.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  10318.      */
  10319.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  10320.     {
  10321.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10322.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService'false],
  10323.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'false],
  10324.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  10325.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  10326.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  10327.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  10328.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  10329.             'sonata.classification.serializer.handler.category' => ['privates''sonata.classification.serializer.handler.category''getSonata_Classification_Serializer_Handler_CategoryService'false],
  10330.             'sonata.classification.serializer.handler.collection' => ['privates''sonata.classification.serializer.handler.collection''getSonata_Classification_Serializer_Handler_CollectionService'false],
  10331.             'sonata.classification.serializer.handler.context' => ['privates''sonata.classification.serializer.handler.context''getSonata_Classification_Serializer_Handler_ContextService'false],
  10332.             'sonata.classification.serializer.handler.tag' => ['privates''sonata.classification.serializer.handler.tag''getSonata_Classification_Serializer_Handler_TagService'false],
  10333.             'sonata.media.serializer.handler.gallery' => ['privates''sonata.media.serializer.handler.gallery''getSonata_Media_Serializer_Handler_GalleryService'false],
  10334.             'sonata.media.serializer.handler.media' => ['privates''sonata.media.serializer.handler.media''getSonata_Media_Serializer_Handler_MediaService'false],
  10335.             'sonata.user.serializer.handler.user' => ['privates''sonata.user.serializer.handler.user''getSonata_User_Serializer_Handler_UserService'false],
  10336.         ], [
  10337.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  10338.             'fos_rest.serializer.flatten_exception_handler' => '?',
  10339.             'fos_rest.serializer.form_error_handler' => '?',
  10340.             'jms_serializer.array_collection_handler' => '?',
  10341.             'jms_serializer.constraint_violation_handler' => '?',
  10342.             'jms_serializer.datetime_handler' => '?',
  10343.             'jms_serializer.iterator_handler' => '?',
  10344.             'sonata.classification.serializer.handler.category' => '?',
  10345.             'sonata.classification.serializer.handler.collection' => '?',
  10346.             'sonata.classification.serializer.handler.context' => '?',
  10347.             'sonata.classification.serializer.handler.tag' => '?',
  10348.             'sonata.media.serializer.handler.gallery' => '?',
  10349.             'sonata.media.serializer.handler.media' => '?',
  10350.             'sonata.user.serializer.handler.user' => '?',
  10351.         ]), [=> ['Error' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToXml']], 'Exception' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToXml']], 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => ['json' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']], 'sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], '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']], 'sonata_classification_category_id' => ['json' => [=> 'sonata.classification.serializer.handler.category'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.classification.serializer.handler.category'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.classification.serializer.handler.category'=> 'serializeObjectToId']], 'sonata_classification_collection_id' => ['json' => [=> 'sonata.classification.serializer.handler.collection'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.classification.serializer.handler.collection'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.classification.serializer.handler.collection'=> 'serializeObjectToId']], 'sonata_classification_tag_id' => ['json' => [=> 'sonata.classification.serializer.handler.tag'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.classification.serializer.handler.tag'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.classification.serializer.handler.tag'=> 'serializeObjectToId']], 'sonata_classification_context_id' => ['json' => [=> 'sonata.classification.serializer.handler.context'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.classification.serializer.handler.context'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.classification.serializer.handler.context'=> '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']]], => ['sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']], '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']], 'sonata_classification_category_id' => ['json' => [=> 'sonata.classification.serializer.handler.category'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.classification.serializer.handler.category'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.classification.serializer.handler.category'=> 'deserializeObjectFromId']], 'sonata_classification_collection_id' => ['json' => [=> 'sonata.classification.serializer.handler.collection'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.classification.serializer.handler.collection'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.classification.serializer.handler.collection'=> 'deserializeObjectFromId']], 'sonata_classification_tag_id' => ['json' => [=> 'sonata.classification.serializer.handler.tag'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.classification.serializer.handler.tag'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.classification.serializer.handler.tag'=> 'deserializeObjectFromId']], 'sonata_classification_context_id' => ['json' => [=> 'sonata.classification.serializer.handler.context'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.classification.serializer.handler.context'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.classification.serializer.handler.context'=> 'deserializeObjectFromId']]]]);
  10352.     }
  10353.     /**
  10354.      * Gets the private 'fos_rest.view_response_listener' shared service.
  10355.      *
  10356.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  10357.      */
  10358.     protected function getFosRest_ViewResponseListenerService()
  10359.     {
  10360.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  10361.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  10362.     }
  10363.     /**
  10364.      * Gets the private 'fos_user.change_password.form.type' shared service.
  10365.      *
  10366.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  10367.      */
  10368.     protected function getFosUser_ChangePassword_Form_TypeService()
  10369.     {
  10370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10372.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  10373.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10374.     }
  10375.     /**
  10376.      * Gets the private 'fos_user.command.activate_user' shared service.
  10377.      *
  10378.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  10379.      */
  10380.     protected function getFosUser_Command_ActivateUserService()
  10381.     {
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  10384.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10385.         $instance->setName('fos:user:activate');
  10386.         return $instance;
  10387.     }
  10388.     /**
  10389.      * Gets the private 'fos_user.command.change_password' shared service.
  10390.      *
  10391.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  10392.      */
  10393.     protected function getFosUser_Command_ChangePasswordService()
  10394.     {
  10395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10396.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  10397.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10398.         $instance->setName('fos:user:change-password');
  10399.         return $instance;
  10400.     }
  10401.     /**
  10402.      * Gets the private 'fos_user.command.create_user' shared service.
  10403.      *
  10404.      * @return \FOS\UserBundle\Command\CreateUserCommand
  10405.      */
  10406.     protected function getFosUser_Command_CreateUserService()
  10407.     {
  10408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  10410.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10411.         $instance->setName('fos:user:create');
  10412.         return $instance;
  10413.     }
  10414.     /**
  10415.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  10416.      *
  10417.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  10418.      */
  10419.     protected function getFosUser_Command_DeactivateUserService()
  10420.     {
  10421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10422.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  10423.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10424.         $instance->setName('fos:user:deactivate');
  10425.         return $instance;
  10426.     }
  10427.     /**
  10428.      * Gets the private 'fos_user.command.demote_user' shared service.
  10429.      *
  10430.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  10431.      */
  10432.     protected function getFosUser_Command_DemoteUserService()
  10433.     {
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10435.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  10437.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10438.         $instance->setName('fos:user:demote');
  10439.         return $instance;
  10440.     }
  10441.     /**
  10442.      * Gets the private 'fos_user.command.promote_user' shared service.
  10443.      *
  10444.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  10445.      */
  10446.     protected function getFosUser_Command_PromoteUserService()
  10447.     {
  10448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10449.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  10450.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  10451.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10452.         $instance->setName('fos:user:promote');
  10453.         return $instance;
  10454.     }
  10455.     /**
  10456.      * Gets the private 'fos_user.group.form.type' shared service.
  10457.      *
  10458.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  10459.      */
  10460.     protected function getFosUser_Group_Form_TypeService()
  10461.     {
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10464.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  10465.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('App\\Application\\Sonata\\UserBundle\\Entity\\Group');
  10466.     }
  10467.     /**
  10468.      * Gets the private 'fos_user.listener.authentication' shared service.
  10469.      *
  10470.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  10471.      */
  10472.     protected function getFosUser_Listener_AuthenticationService()
  10473.     {
  10474.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  10475.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'api');
  10476.     }
  10477.     /**
  10478.      * Gets the private 'fos_user.listener.flash' shared service.
  10479.      *
  10480.      * @return \FOS\UserBundle\EventListener\FlashListener
  10481.      */
  10482.     protected function getFosUser_Listener_FlashService()
  10483.     {
  10484.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  10485.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  10486.     }
  10487.     /**
  10488.      * Gets the private 'fos_user.listener.resetting' shared service.
  10489.      *
  10490.      * @return \FOS\UserBundle\EventListener\ResettingListener
  10491.      */
  10492.     protected function getFosUser_Listener_ResettingService()
  10493.     {
  10494.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  10495.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 60);
  10496.     }
  10497.     /**
  10498.      * Gets the private 'fos_user.object_manager' shared service.
  10499.      *
  10500.      * @return \Doctrine\Common\Persistence\ObjectManager
  10501.      */
  10502.     protected function getFosUser_ObjectManagerService()
  10503.     {
  10504.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  10505.     }
  10506.     /**
  10507.      * Gets the private 'fos_user.profile.form.factory' shared service.
  10508.      *
  10509.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10510.      */
  10511.     protected function getFosUser_Profile_Form_FactoryService()
  10512.     {
  10513.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  10514.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  10515.         return $this->privates['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']);
  10516.     }
  10517.     /**
  10518.      * Gets the private 'fos_user.profile.form.type' shared service.
  10519.      *
  10520.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  10521.      */
  10522.     protected function getFosUser_Profile_Form_TypeService()
  10523.     {
  10524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10526.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  10527.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10528.     }
  10529.     /**
  10530.      * Gets the private 'fos_user.registration.form.type' shared service.
  10531.      *
  10532.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  10533.      */
  10534.     protected function getFosUser_Registration_Form_TypeService()
  10535.     {
  10536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10538.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  10539.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10540.     }
  10541.     /**
  10542.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  10543.      *
  10544.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10545.      */
  10546.     protected function getFosUser_Resetting_Form_FactoryService()
  10547.     {
  10548.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  10550.         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']);
  10551.     }
  10552.     /**
  10553.      * Gets the private 'fos_user.resetting.form.type' shared service.
  10554.      *
  10555.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  10556.      */
  10557.     protected function getFosUser_Resetting_Form_TypeService()
  10558.     {
  10559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10561.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  10562.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10563.     }
  10564.     /**
  10565.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  10566.      *
  10567.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  10568.      */
  10569.     protected function getFosUser_Security_InteractiveLoginListenerService()
  10570.     {
  10571.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  10572.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10573.     }
  10574.     /**
  10575.      * Gets the private 'fos_user.security.login_manager' shared service.
  10576.      *
  10577.      * @return \FOS\UserBundle\Security\LoginManager
  10578.      */
  10579.     protected function getFosUser_Security_LoginManagerService()
  10580.     {
  10581.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  10582.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  10583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  10585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  10587.         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);
  10588.     }
  10589.     /**
  10590.      * Gets the private 'fos_user.user_listener' shared service.
  10591.      *
  10592.      * @return \FOS\UserBundle\Doctrine\UserListener
  10593.      */
  10594.     protected function getFosUser_UserListenerService()
  10595.     {
  10596.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10597.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  10598.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  10599.     }
  10600.     /**
  10601.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  10602.      *
  10603.      * @return \FOS\UserBundle\Security\EmailUserProvider
  10604.      */
  10605.     protected function getFosUser_UserProvider_UsernameEmailService()
  10606.     {
  10607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10608.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  10610.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10611.     }
  10612.     /**
  10613.      * Gets the private 'fos_user.username_form_type' shared service.
  10614.      *
  10615.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  10616.      */
  10617.     protected function getFosUser_UsernameFormTypeService()
  10618.     {
  10619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  10622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  10623.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  10624.         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())));
  10625.     }
  10626.     /**
  10627.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  10628.      *
  10629.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  10630.      */
  10631.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  10632.     {
  10633.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  10634.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  10635.     }
  10636.     /**
  10637.      * Gets the private 'fos_user.util.password_updater' shared service.
  10638.      *
  10639.      * @return \FOS\UserBundle\Util\PasswordUpdater
  10640.      */
  10641.     protected function getFosUser_Util_PasswordUpdaterService()
  10642.     {
  10643.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  10644.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  10645.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  10646.     }
  10647.     /**
  10648.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  10649.      *
  10650.      * @return \FOS\UserBundle\Util\UserManipulator
  10651.      */
  10652.     protected function getFosUser_Util_UserManipulatorService()
  10653.     {
  10654.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  10655.         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())));
  10656.     }
  10657.     /**
  10658.      * Gets the private 'fragment.handler' shared service.
  10659.      *
  10660.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  10661.      */
  10662.     protected function getFragment_HandlerService()
  10663.     {
  10664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10666.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10667.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10668.         ], [
  10669.             'inline' => '?',
  10670.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  10671.     }
  10672.     /**
  10673.      * Gets the private 'fragment.renderer.inline' shared service.
  10674.      *
  10675.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  10676.      */
  10677.     protected function getFragment_Renderer_InlineService()
  10678.     {
  10679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  10680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  10681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  10682.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10683.         $instance->setFragmentPath('/_fragment');
  10684.         return $instance;
  10685.     }
  10686.     /**
  10687.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  10688.      *
  10689.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  10690.      */
  10691.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  10692.     {
  10693.         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())));
  10694.     }
  10695.     /**
  10696.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  10697.      *
  10698.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  10699.      */
  10700.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  10701.     {
  10702.         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()));
  10703.     }
  10704.     /**
  10705.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  10706.      *
  10707.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  10708.      */
  10709.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  10710.     {
  10711.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  10712.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 2592000, ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'username''refresh_token'false);
  10713.     }
  10714.     /**
  10715.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  10716.      *
  10717.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  10718.      */
  10719.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  10720.     {
  10721.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10722.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  10723.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  10724.     }
  10725.     /**
  10726.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  10727.      *
  10728.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  10729.      */
  10730.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  10731.     {
  10732.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10733.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  10734.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  10735.     }
  10736.     /**
  10737.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  10738.      *
  10739.      * @return \JMS\Serializer\Handler\DateHandler
  10740.      */
  10741.     protected function getJmsSerializer_DatetimeHandlerService()
  10742.     {
  10743.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  10745.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Indian/Mauritius'true);
  10746.     }
  10747.     /**
  10748.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  10749.      *
  10750.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  10751.      */
  10752.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  10753.     {
  10754.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  10755.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  10756.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  10757.     }
  10758.     /**
  10759.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  10760.      *
  10761.      * @return \JMS\Serializer\Handler\IteratorHandler
  10762.      */
  10763.     protected function getJmsSerializer_IteratorHandlerService()
  10764.     {
  10765.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10766.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  10767.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  10768.     }
  10769.     /**
  10770.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  10771.      *
  10772.      * @return \Metadata\MetadataFactory
  10773.      */
  10774.     protected function getJmsSerializer_MetadataFactoryService()
  10775.     {
  10776.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10777.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  10778.         ], [
  10779.             'metadata_driver' => '?',
  10780.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  10781.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  10782.         return $instance;
  10783.     }
  10784.     /**
  10785.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  10786.      *
  10787.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  10788.      */
  10789.     protected function getJmsSerializer_StopwatchSubscriberService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  10793.         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))));
  10794.     }
  10795.     /**
  10796.      * Gets the private 'jms_serializer.templating.helper.serializer' shared service.
  10797.      *
  10798.      * @return \JMS\SerializerBundle\Templating\SerializerHelper
  10799.      */
  10800.     protected function getJmsSerializer_Templating_Helper_SerializerService()
  10801.     {
  10802.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Templating/SerializerHelper.php';
  10803.         return $this->privates['jms_serializer.templating.helper.serializer'] = new \JMS\SerializerBundle\Templating\SerializerHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  10804.     }
  10805.     /**
  10806.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  10807.      *
  10808.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  10809.      */
  10810.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  10811.     {
  10812.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  10813.         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()));
  10814.     }
  10815.     /**
  10816.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  10817.      *
  10818.      * @return \Knp\Menu\Provider\ChainProvider
  10819.      */
  10820.     protected function getKnpMenu_MenuProvider_ChainService()
  10821.     {
  10822.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  10823.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  10824.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  10825.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  10826.         }, 3));
  10827.     }
  10828.     /**
  10829.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  10830.      *
  10831.      * @return \Knp\Menu\Provider\LazyProvider
  10832.      */
  10833.     protected function getKnpMenu_MenuProvider_LazyService()
  10834.     {
  10835.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  10836.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  10837.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  10838.         }]);
  10839.     }
  10840.     /**
  10841.      * Gets the private 'knp_menu.renderer.list' shared service.
  10842.      *
  10843.      * @return \Knp\Menu\Renderer\ListRenderer
  10844.      */
  10845.     protected function getKnpMenu_Renderer_ListService()
  10846.     {
  10847.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  10848.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  10849.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  10850.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  10851.     }
  10852.     /**
  10853.      * Gets the private 'knp_menu.renderer.twig' shared service.
  10854.      *
  10855.      * @return \Knp\Menu\Renderer\TwigRenderer
  10856.      */
  10857.     protected function getKnpMenu_Renderer_TwigService()
  10858.     {
  10859.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  10860.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  10861.         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()), []);
  10862.     }
  10863.     /**
  10864.      * Gets the private 'knp_menu.voter.router' shared service.
  10865.      *
  10866.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  10867.      */
  10868.     protected function getKnpMenu_Voter_RouterService()
  10869.     {
  10870.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  10871.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  10872.         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())));
  10873.     }
  10874.     /**
  10875.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  10876.      *
  10877.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  10878.      */
  10879.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  10880.     {
  10881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  10882.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  10883.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10884.     }
  10885.     /**
  10886.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  10887.      *
  10888.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  10889.      */
  10890.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  10891.     {
  10892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10893.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  10894.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  10895.     }
  10896.     /**
  10897.      * Gets the private 'lexik_jwt_authentication.security.authentication.entry_point.api' shared service.
  10898.      *
  10899.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\EntryPoint\JWTEntryPoint
  10900.      *
  10901.      * @deprecated The "lexik_jwt_authentication.security.authentication.entry_point.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0
  10902.      */
  10903.     protected function getLexikJwtAuthentication_Security_Authentication_EntryPoint_ApiService()
  10904.     {
  10905.         @trigger_error('The "lexik_jwt_authentication.security.authentication.entry_point.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0'E_USER_DEPRECATED);
  10906.         return new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\EntryPoint\JWTEntryPoint();
  10907.     }
  10908.     /**
  10909.      * Gets the private 'locale_aware_listener' shared service.
  10910.      *
  10911.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  10912.      */
  10913.     protected function getLocaleAwareListenerService()
  10914.     {
  10915.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  10916.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  10917.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->getSonata_Form_Type_DatePickerService());
  10918.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->getSonata_Form_Type_DatetimePickerService());
  10919.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10920.     }
  10921.     /**
  10922.      * Gets the private 'locale_listener' shared service.
  10923.      *
  10924.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  10925.      */
  10926.     protected function getLocaleListenerService()
  10927.     {
  10928.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  10929.     }
  10930.     /**
  10931.      * Gets the private 'maker.auto_command.make_auth' shared service.
  10932.      *
  10933.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10934.      */
  10935.     protected function getMaker_AutoCommand_MakeAuthService()
  10936.     {
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  10942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  10943.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10944.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  10945.         $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);
  10946.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  10947.         $instance->setName('make:auth');
  10948.         return $instance;
  10949.     }
  10950.     /**
  10951.      * Gets the private 'maker.auto_command.make_command' shared service.
  10952.      *
  10953.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10954.      */
  10955.     protected function getMaker_AutoCommand_MakeCommandService()
  10956.     {
  10957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10960.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  10962.         $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()));
  10963.         $instance->setDescription('Creates a new console command class');
  10964.         $instance->setName('make:command');
  10965.         return $instance;
  10966.     }
  10967.     /**
  10968.      * Gets the private 'maker.auto_command.make_controller' shared service.
  10969.      *
  10970.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10971.      */
  10972.     protected function getMaker_AutoCommand_MakeControllerService()
  10973.     {
  10974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  10979.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10980.         $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()));
  10981.         $instance->setDescription('Creates a new controller class');
  10982.         $instance->setName('make:controller');
  10983.         return $instance;
  10984.     }
  10985.     /**
  10986.      * Gets the private 'maker.auto_command.make_crud' shared service.
  10987.      *
  10988.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10989.      */
  10990.     protected function getMaker_AutoCommand_MakeCrudService()
  10991.     {
  10992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  10997.         $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()));
  10998.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  10999.         $instance->setName('make:crud');
  11000.         return $instance;
  11001.     }
  11002.     /**
  11003.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  11004.      *
  11005.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11006.      */
  11007.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  11008.     {
  11009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  11014.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11015.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11016.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  11017.         $instance->setName('make:docker:database');
  11018.         return $instance;
  11019.     }
  11020.     /**
  11021.      * Gets the private 'maker.auto_command.make_entity' shared service.
  11022.      *
  11023.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11024.      */
  11025.     protected function getMaker_AutoCommand_MakeEntityService()
  11026.     {
  11027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  11032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  11033.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11034.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  11035.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  11036.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  11037.         $instance->setName('make:entity');
  11038.         return $instance;
  11039.     }
  11040.     /**
  11041.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  11042.      *
  11043.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11044.      */
  11045.     protected function getMaker_AutoCommand_MakeFixturesService()
  11046.     {
  11047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  11052.         $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()));
  11053.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  11054.         $instance->setName('make:fixtures');
  11055.         return $instance;
  11056.     }
  11057.     /**
  11058.      * Gets the private 'maker.auto_command.make_form' shared service.
  11059.      *
  11060.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11061.      */
  11062.     protected function getMaker_AutoCommand_MakeFormService()
  11063.     {
  11064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  11069.         $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()));
  11070.         $instance->setDescription('Creates a new form class');
  11071.         $instance->setName('make:form');
  11072.         return $instance;
  11073.     }
  11074.     /**
  11075.      * Gets the private 'maker.auto_command.make_message' shared service.
  11076.      *
  11077.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11078.      */
  11079.     protected function getMaker_AutoCommand_MakeMessageService()
  11080.     {
  11081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  11086.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11087.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11088.         $instance->setDescription('Creates a new message and handler');
  11089.         $instance->setName('make:message');
  11090.         return $instance;
  11091.     }
  11092.     /**
  11093.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  11094.      *
  11095.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11096.      */
  11097.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  11098.     {
  11099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  11104.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11105.         $instance->setDescription('Creates a new messenger middleware');
  11106.         $instance->setName('make:messenger-middleware');
  11107.         return $instance;
  11108.     }
  11109.     /**
  11110.      * Gets the private 'maker.auto_command.make_migration' shared service.
  11111.      *
  11112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11113.      */
  11114.     protected function getMaker_AutoCommand_MakeMigrationService()
  11115.     {
  11116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  11121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  11122.         $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()));
  11123.         $instance->setDescription('Creates a new migration based on database changes');
  11124.         $instance->setName('make:migration');
  11125.         return $instance;
  11126.     }
  11127.     /**
  11128.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  11129.      *
  11130.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11131.      */
  11132.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  11133.     {
  11134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  11139.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11140.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11141.         $instance->setDescription('Creates a new registration form system');
  11142.         $instance->setName('make:registration-form');
  11143.         return $instance;
  11144.     }
  11145.     /**
  11146.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  11147.      *
  11148.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11149.      */
  11150.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  11151.     {
  11152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  11157.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11158.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11159.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  11160.         $instance->setName('make:reset-password');
  11161.         return $instance;
  11162.     }
  11163.     /**
  11164.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  11165.      *
  11166.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11167.      */
  11168.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  11169.     {
  11170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  11175.         $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()));
  11176.         $instance->setDescription('Creates a new serializer encoder class');
  11177.         $instance->setName('make:serializer:encoder');
  11178.         return $instance;
  11179.     }
  11180.     /**
  11181.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  11182.      *
  11183.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11184.      */
  11185.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  11186.     {
  11187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  11192.         $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()));
  11193.         $instance->setDescription('Creates a new serializer normalizer class');
  11194.         $instance->setName('make:serializer:normalizer');
  11195.         return $instance;
  11196.     }
  11197.     /**
  11198.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  11199.      *
  11200.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11201.      */
  11202.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  11203.     {
  11204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11208.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  11209.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  11210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  11211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  11212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  11213.         $this->privates['maker.auto_command.make_sonata_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Sonata\AdminBundle\Maker\AdminMaker(\dirname(__DIR__4), ['sonata.admin.manager.orm' => new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()))]), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11214.         $instance->setName('make:sonata:admin');
  11215.         return $instance;
  11216.     }
  11217.     /**
  11218.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  11219.      *
  11220.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11221.      */
  11222.     protected function getMaker_AutoCommand_MakeSubscriberService()
  11223.     {
  11224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  11229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  11230.         $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()));
  11231.         $instance->setDescription('Creates a new event subscriber class');
  11232.         $instance->setName('make:subscriber');
  11233.         return $instance;
  11234.     }
  11235.     /**
  11236.      * Gets the private 'maker.auto_command.make_test' shared service.
  11237.      *
  11238.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11239.      */
  11240.     protected function getMaker_AutoCommand_MakeTestService()
  11241.     {
  11242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  11247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  11248.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11249.         $instance->setDescription('Creates a new test class');
  11250.         $instance->setName('make:test');
  11251.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  11252.         return $instance;
  11253.     }
  11254.     /**
  11255.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  11256.      *
  11257.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11258.      */
  11259.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  11260.     {
  11261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  11266.         $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()));
  11267.         $instance->setDescription('Creates a new Twig extension class');
  11268.         $instance->setName('make:twig-extension');
  11269.         return $instance;
  11270.     }
  11271.     /**
  11272.      * Gets the private 'maker.auto_command.make_user' shared service.
  11273.      *
  11274.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11275.      */
  11276.     protected function getMaker_AutoCommand_MakeUserService()
  11277.     {
  11278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  11283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  11285.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11286.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11287.         $instance->setDescription('Creates a new security user class');
  11288.         $instance->setName('make:user');
  11289.         return $instance;
  11290.     }
  11291.     /**
  11292.      * Gets the private 'maker.auto_command.make_validator' shared service.
  11293.      *
  11294.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11295.      */
  11296.     protected function getMaker_AutoCommand_MakeValidatorService()
  11297.     {
  11298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  11303.         $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()));
  11304.         $instance->setDescription('Creates a new validator and constraint class');
  11305.         $instance->setName('make:validator');
  11306.         return $instance;
  11307.     }
  11308.     /**
  11309.      * Gets the private 'maker.auto_command.make_voter' shared service.
  11310.      *
  11311.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11312.      */
  11313.     protected function getMaker_AutoCommand_MakeVoterService()
  11314.     {
  11315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  11320.         $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()));
  11321.         $instance->setDescription('Creates a new security voter class');
  11322.         $instance->setName('make:voter');
  11323.         return $instance;
  11324.     }
  11325.     /**
  11326.      * Gets the private 'maker.doctrine_helper' shared service.
  11327.      *
  11328.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  11329.      */
  11330.     protected function getMaker_DoctrineHelperService()
  11331.     {
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  11333.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  11334.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'Sonata\\UserBundle\\Entity'=> NULL], => [=> 'Sonata\\MediaBundle\\Entity'=> NULL], => [=> 'Sonata\\ClassificationBundle\\Entity'=> NULL], => [=> 'FOS\\OAuthServerBundle\\Entity'=> NULL], => [=> 'App\\Application\\Sonata\\UserBundle\\Entity'=> $a], => [=> 'App\\Application\\Sonata\\MediaBundle\\Entity'=> $a], => [=> 'App\\Entity'=> $a], => [=> 'Gedmo\\Tree\\Entity'=> $a], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> $a]]]);
  11335.     }
  11336.     /**
  11337.      * Gets the private 'maker.entity_class_generator' shared service.
  11338.      *
  11339.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  11340.      */
  11341.     protected function getMaker_EntityClassGeneratorService()
  11342.     {
  11343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  11344.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  11345.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  11346.         return $instance;
  11347.     }
  11348.     /**
  11349.      * Gets the private 'maker.file_manager' shared service.
  11350.      *
  11351.      * @return \Symfony\Bundle\MakerBundle\FileManager
  11352.      */
  11353.     protected function getMaker_FileManagerService()
  11354.     {
  11355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  11356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  11357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  11358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  11359.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11360.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  11361.     }
  11362.     /**
  11363.      * Gets the private 'maker.generator' shared service.
  11364.      *
  11365.      * @return \Symfony\Bundle\MakerBundle\Generator
  11366.      */
  11367.     protected function getMaker_GeneratorService()
  11368.     {
  11369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  11370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  11371.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11372.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  11373.     }
  11374.     /**
  11375.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  11376.      *
  11377.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  11378.      */
  11379.     protected function getMaker_Renderer_FormTypeRendererService()
  11380.     {
  11381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  11382.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11383.     }
  11384.     /**
  11385.      * Gets the private 'markdown.parser.parser_manager' shared service.
  11386.      *
  11387.      * @return \Knp\Bundle\MarkdownBundle\Parser\ParserManager
  11388.      */
  11389.     protected function getMarkdown_Parser_ParserManagerService()
  11390.     {
  11391.         $this->privates['markdown.parser.parser_manager'] = $instance = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  11392.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  11393.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  11394.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  11395.         $instance->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  11396.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  11397.         return $instance;
  11398.     }
  11399.     /**
  11400.      * Gets the private 'mime_types' shared service.
  11401.      *
  11402.      * @return \Symfony\Component\Mime\MimeTypes
  11403.      */
  11404.     protected function getMimeTypesService()
  11405.     {
  11406.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  11407.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  11408.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  11409.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  11410.         $instance->setDefault($instance);
  11411.         return $instance;
  11412.     }
  11413.     /**
  11414.      * Gets the private 'monolog.handler.console' shared service.
  11415.      *
  11416.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  11417.      */
  11418.     protected function getMonolog_Handler_ConsoleService()
  11419.     {
  11420.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  11421.     }
  11422.     /**
  11423.      * Gets the private 'monolog.handler.main' shared service.
  11424.      *
  11425.      * @return \Monolog\Handler\StreamHandler
  11426.      */
  11427.     protected function getMonolog_Handler_MainService()
  11428.     {
  11429.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  11430.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  11431.         return $instance;
  11432.     }
  11433.     /**
  11434.      * Gets the private 'monolog.logger' shared service.
  11435.      *
  11436.      * @return \Symfony\Bridge\Monolog\Logger
  11437.      */
  11438.     protected function getMonolog_LoggerService()
  11439.     {
  11440.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11441.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11442.         $instance->useMicrosecondTimestamps(true);
  11443.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11444.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11445.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11446.         return $instance;
  11447.     }
  11448.     /**
  11449.      * Gets the private 'monolog.logger.cache' shared service.
  11450.      *
  11451.      * @return \Symfony\Bridge\Monolog\Logger
  11452.      */
  11453.     protected function getMonolog_Logger_CacheService()
  11454.     {
  11455.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  11456.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11457.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11458.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11459.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11460.         return $instance;
  11461.     }
  11462.     /**
  11463.      * Gets the private 'monolog.logger.request' shared service.
  11464.      *
  11465.      * @return \Symfony\Bridge\Monolog\Logger
  11466.      */
  11467.     protected function getMonolog_Logger_RequestService()
  11468.     {
  11469.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  11470.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11471.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11472.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11473.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11474.         return $instance;
  11475.     }
  11476.     /**
  11477.      * Gets the private 'monolog.logger.security' shared service.
  11478.      *
  11479.      * @return \Symfony\Bridge\Monolog\Logger
  11480.      */
  11481.     protected function getMonolog_Logger_SecurityService()
  11482.     {
  11483.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  11484.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11485.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11486.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11487.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11488.         return $instance;
  11489.     }
  11490.     /**
  11491.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  11492.      *
  11493.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  11494.      */
  11495.     protected function getNelmioApiDoc_Describers_ConfigService()
  11496.     {
  11497.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  11498.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  11499.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'MrMagz''description' => 'API MrMagz Documentation''version' => '1.0.0'], 'securityDefinitions' => ['Bearer' => ['type' => 'apiKey''description' => 'Authorization: Bearer {jwt}''name' => 'Authorization''in' => 'header']], 'security' => [=> ['Bearer' => []]]]);
  11500.     }
  11501.     /**
  11502.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  11503.      *
  11504.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  11505.      */
  11506.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  11507.     {
  11508.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  11509.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11510.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11511.     }
  11512.     /**
  11513.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  11514.      *
  11515.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  11516.      */
  11517.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  11518.     {
  11519.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  11520.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11521.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11522.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  11523.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11524.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  11525.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  11526.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  11527.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  11528.         }, 3));
  11529.     }
  11530.     /**
  11531.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  11532.      *
  11533.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11534.      */
  11535.     protected function getNelmioApiDoc_GeneratorLocatorService()
  11536.     {
  11537.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11538.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  11539.         ], [
  11540.             'default' => '?',
  11541.         ]);
  11542.     }
  11543.     /**
  11544.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  11545.      *
  11546.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  11547.      */
  11548.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  11549.     {
  11550.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11551.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11552.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11553.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  11554.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json']);
  11555.     }
  11556.     /**
  11557.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  11558.      *
  11559.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  11560.      */
  11561.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  11562.     {
  11563.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11564.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11565.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  11567.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], NULL);
  11568.     }
  11569.     /**
  11570.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  11571.      *
  11572.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  11573.      */
  11574.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  11575.     {
  11576.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11577.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11578.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11579.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  11581.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  11582.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11583.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  11584.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  11585.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  11586.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  11587.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  11588.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  11589.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  11590.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  11591.     }
  11592.     /**
  11593.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  11594.      *
  11595.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  11596.      */
  11597.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  11598.     {
  11599.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  11600.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11601.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11602.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  11603.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  11604.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  11605.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11606.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  11607.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  11608.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  11609.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  11610.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  11611.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  11612.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  11613.         }, 8));
  11614.     }
  11615.     /**
  11616.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  11617.      *
  11618.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  11619.      */
  11620.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  11621.     {
  11622.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  11623.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11624.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11625.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  11626.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  11627.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11628.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  11629.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  11630.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  11631.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  11632.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  11633.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  11634.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  11635.         }, 8));
  11636.     }
  11637.     /**
  11638.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  11639.      *
  11640.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  11641.      */
  11642.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  11643.     {
  11644.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11645.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  11646.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  11647.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  11648.     }
  11649.     /**
  11650.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  11651.      *
  11652.      * @return \Symfony\Component\Routing\RouteCollection
  11653.      */
  11654.     protected function getNelmioApiDoc_Routes_DefaultService()
  11655.     {
  11656.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  11657.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  11658.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11659.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  11660.     }
  11661.     /**
  11662.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  11663.      *
  11664.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  11665.      */
  11666.     protected function getNelmioCors_CorsListenerService()
  11667.     {
  11668.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  11669.     }
  11670.     /**
  11671.      * Gets the private 'parameter_bag' shared service.
  11672.      *
  11673.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  11674.      */
  11675.     protected function getParameterBagService()
  11676.     {
  11677.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  11678.     }
  11679.     /**
  11680.      * Gets the private 'profiler_listener' shared service.
  11681.      *
  11682.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  11683.      */
  11684.     protected function getProfilerListenerService()
  11685.     {
  11686.         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);
  11687.     }
  11688.     /**
  11689.      * Gets the private 'property_accessor' shared service.
  11690.      *
  11691.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  11692.      */
  11693.     protected function getPropertyAccessorService()
  11694.     {
  11695.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  11696.     }
  11697.     /**
  11698.      * Gets the private 'property_info' shared service.
  11699.      *
  11700.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  11701.      */
  11702.     protected function getPropertyInfoService()
  11703.     {
  11704.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  11705.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  11706.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11707.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11708.         }, 3), new RewindableGenerator(function () {
  11709.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11710.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11711.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11712.         }, 3), new RewindableGenerator(function () {
  11713.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11714.         }, 1), new RewindableGenerator(function () {
  11715.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11716.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11717.         }, 2), new RewindableGenerator(function () {
  11718.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11719.         }, 1));
  11720.     }
  11721.     /**
  11722.      * Gets the private 'property_info.serializer_extractor' shared service.
  11723.      *
  11724.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  11725.      */
  11726.     protected function getPropertyInfo_SerializerExtractorService()
  11727.     {
  11728.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  11729.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  11730.     }
  11731.     /**
  11732.      * Gets the private 'router.cache_warmer' shared service.
  11733.      *
  11734.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  11735.      */
  11736.     protected function getRouter_CacheWarmerService()
  11737.     {
  11738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  11740.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11741.             'router' => ['services''router''getRouterService'false],
  11742.         ], [
  11743.             'router' => '?',
  11744.         ]))->withContext('router.cache_warmer'$this));
  11745.     }
  11746.     /**
  11747.      * Gets the private 'router.request_context' shared service.
  11748.      *
  11749.      * @return \Symfony\Component\Routing\RequestContext
  11750.      */
  11751.     protected function getRouter_RequestContextService()
  11752.     {
  11753.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  11754.     }
  11755.     /**
  11756.      * Gets the private 'router_listener' shared service.
  11757.      *
  11758.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  11759.      */
  11760.     protected function getRouterListenerService()
  11761.     {
  11762.         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);
  11763.     }
  11764.     /**
  11765.      * Gets the private 'security.access_listener' shared service.
  11766.      *
  11767.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  11768.      */
  11769.     protected function getSecurity_AccessListenerService()
  11770.     {
  11771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  11775.         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()));
  11776.     }
  11777.     /**
  11778.      * Gets the private 'security.access_map' shared service.
  11779.      *
  11780.      * @return \Symfony\Component\Security\Http\AccessMap
  11781.      */
  11782.     protected function getSecurity_AccessMapService()
  11783.     {
  11784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  11785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  11786.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  11787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  11788.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  11789.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11790.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/autologin'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11791.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/resetpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11792.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11793.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11794.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11795.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/password/reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11796.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11797.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/view/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11798.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11799.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11800.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11801.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11802.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'=> 'ROLE_SONATA_FOO_EDITOR'=> 'ROLE_STAFF'], NULL);
  11803.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11804.         return $instance;
  11805.     }
  11806.     /**
  11807.      * Gets the private 'security.acl.dbal.schema_listener' shared service.
  11808.      *
  11809.      * @return \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener
  11810.      */
  11811.     protected function getSecurity_Acl_Dbal_SchemaListenerService()
  11812.     {
  11813.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/EventListener/AclSchemaListener.php';
  11814.         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()));
  11815.     }
  11816.     /**
  11817.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  11818.      *
  11819.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11820.      */
  11821.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  11822.     {
  11823.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11824.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11826.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11827.         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()));
  11828.     }
  11829.     /**
  11830.      * Gets the private 'security.authentication.listener.anonymous.api_autologin' shared service.
  11831.      *
  11832.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11833.      */
  11834.     protected function getSecurity_Authentication_Listener_Anonymous_ApiAutologinService()
  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.api_autologin'] = 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.api_login' shared service.
  11844.      *
  11845.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11846.      */
  11847.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  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.api_login'] = 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.api_password_reset' shared service.
  11857.      *
  11858.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11859.      */
  11860.     protected function getSecurity_Authentication_Listener_Anonymous_ApiPasswordResetService()
  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.api_password_reset'] = 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.anonymous.api_register' shared service.
  11870.      *
  11871.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11872.      */
  11873.     protected function getSecurity_Authentication_Listener_Anonymous_ApiRegisterService()
  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/AnonymousAuthenticationListener.php';
  11879.         return $this->privates['security.authentication.listener.anonymous.api_register'] = 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()));
  11880.     }
  11881.     /**
  11882.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  11883.      *
  11884.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11885.      */
  11886.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  11887.     {
  11888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11890.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11892.         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()));
  11893.     }
  11894.     /**
  11895.      * Gets the private 'security.authentication.listener.anonymous.refresh' shared service.
  11896.      *
  11897.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11898.      */
  11899.     protected function getSecurity_Authentication_Listener_Anonymous_RefreshService()
  11900.     {
  11901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11905.         return $this->privates['security.authentication.listener.anonymous.refresh'] = 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()));
  11906.     }
  11907.     /**
  11908.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  11909.      *
  11910.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11911.      */
  11912.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  11913.     {
  11914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11926.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11927.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  11928.         $b->setOptions(['login_path' => '/admin/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  11929.         $b->setProviderKey('admin');
  11930.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11931.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11932.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11933.         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);
  11934.     }
  11935.     /**
  11936.      * Gets the private 'security.authentication.listener.form.api_login' shared service.
  11937.      *
  11938.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11939.      */
  11940.     protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
  11941.     {
  11942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  11949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  11951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11953.         return $this->privates['security.authentication.listener.form.api_login'] = 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'))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), ['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']), ['check_path' => '/api/login''require_previous_session' => false'username_parameter' => 'username''password_parameter' => 'password''use_forward' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  11954.     }
  11955.     /**
  11956.      * Gets the private 'security.authentication.listener.form.main' shared service.
  11957.      *
  11958.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11959.      */
  11960.     protected function getSecurity_Authentication_Listener_Form_MainService()
  11961.     {
  11962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11974.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11975.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  11976.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  11977.         $b->setProviderKey('main');
  11978.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11979.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11980.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11981.         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);
  11982.     }
  11983.     /**
  11984.      * Gets the private 'security.authentication.listener.jwt.api' shared service.
  11985.      *
  11986.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Firewall\JWTListener
  11987.      *
  11988.      * @deprecated The "security.authentication.listener.jwt.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0
  11989.      */
  11990.     protected function getSecurity_Authentication_Listener_Jwt_ApiService()
  11991.     {
  11992.         @trigger_error('The "security.authentication.listener.jwt.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0'E_USER_DEPRECATED);
  11993.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  11994.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  11995.         $this->privates['security.authentication.listener.jwt.api'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Firewall\JWTListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ['authorization_header' => ['enabled' => true'prefix' => 'Bearer''name' => 'Authorization'], 'cookie' => ['enabled' => false'name' => 'BEARER'], 'query_parameter' => ['enabled' => false'name' => 'bearer'], 'throw_exceptions' => false'create_entry_point' => true'authentication_provider' => 'lexik_jwt_authentication.security.authentication.provider''authentication_listener' => 'lexik_jwt_authentication.security.authentication.listener']);
  11996.         $instance->setDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11997.         $instance->addTokenExtractor(new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization'));
  11998.         return $instance;
  11999.     }
  12000.     /**
  12001.      * Gets the private 'security.authentication.manager' shared service.
  12002.      *
  12003.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  12004.      */
  12005.     protected function getSecurity_Authentication_ManagerService()
  12006.     {
  12007.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  12008.             yield => ($this->privates['security.authentication.provider.anonymous.api_register'] ?? ($this->privates['security.authentication.provider.anonymous.api_register'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  12009.             yield => ($this->privates['security.authentication.provider.anonymous.api_autologin'] ?? ($this->privates['security.authentication.provider.anonymous.api_autologin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  12010.             yield => ($this->privates['security.authentication.provider.anonymous.refresh'] ?? ($this->privates['security.authentication.provider.anonymous.refresh'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  12011.             yield => ($this->privates['security.authentication.provider.anonymous.api_password_reset'] ?? ($this->privates['security.authentication.provider.anonymous.api_password_reset'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  12012.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  12013.             yield => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? ($this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  12014.             yield => ($this->privates['security.authentication.provider.jwt.api'] ?? $this->getSecurity_Authentication_Provider_Jwt_ApiService());
  12015.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  12016.             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'))));
  12017.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  12018.             yield 10 => ($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'))));
  12019.         }, 11), true);
  12020.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12021.         return $instance;
  12022.     }
  12023.     /**
  12024.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  12025.      *
  12026.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  12027.      */
  12028.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  12029.     {
  12030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  12031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  12032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  12033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  12034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  12035.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'admin', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  12036.     }
  12037.     /**
  12038.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  12039.      *
  12040.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  12041.      */
  12042.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  12043.     {
  12044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  12045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  12046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  12047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  12048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  12049.         return $this->privates['security.authentication.provider.dao.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'api_login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  12050.     }
  12051.     /**
  12052.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  12053.      *
  12054.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  12055.      */
  12056.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  12057.     {
  12058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  12059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  12060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  12061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  12062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  12063.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  12064.     }
  12065.     /**
  12066.      * Gets the private 'security.authentication.provider.jwt.api' shared service.
  12067.      *
  12068.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Authentication\Provider\JWTProvider
  12069.      *
  12070.      * @deprecated The "security.authentication.provider.jwt.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0
  12071.      */
  12072.     protected function getSecurity_Authentication_Provider_Jwt_ApiService()
  12073.     {
  12074.         @trigger_error('The "security.authentication.provider.jwt.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0'E_USER_DEPRECATED);
  12075.         $this->privates['security.authentication.provider.jwt.api'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Authentication\Provider\JWTProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  12076.         $instance->setUserIdentityField('username');
  12077.         return $instance;
  12078.     }
  12079.     /**
  12080.      * Gets the private 'security.channel_listener' shared service.
  12081.      *
  12082.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  12083.      */
  12084.     protected function getSecurity_ChannelListenerService()
  12085.     {
  12086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  12090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  12092.         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()));
  12093.     }
  12094.     /**
  12095.      * Gets the private 'security.command.user_password_encoder' shared service.
  12096.      *
  12097.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  12098.      */
  12099.     protected function getSecurity_Command_UserPasswordEncoderService()
  12100.     {
  12101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  12103.         $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\\Project\\PublisherStore']);
  12104.         $instance->setName('security:encode-password');
  12105.         return $instance;
  12106.     }
  12107.     /**
  12108.      * Gets the private 'security.context_listener.0' shared service.
  12109.      *
  12110.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12111.      */
  12112.     protected function getSecurity_ContextListener_0Service()
  12113.     {
  12114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12115.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12118.         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 () {
  12119.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  12120.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12121.         }, 2), 'api_register', ($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']);
  12122.     }
  12123.     /**
  12124.      * Gets the private 'security.context_listener.1' shared service.
  12125.      *
  12126.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12127.      */
  12128.     protected function getSecurity_ContextListener_1Service()
  12129.     {
  12130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12134.         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 () {
  12135.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  12136.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12137.         }, 2), 'api_autologin', ($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']);
  12138.     }
  12139.     /**
  12140.      * Gets the private 'security.context_listener.2' shared service.
  12141.      *
  12142.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12143.      */
  12144.     protected function getSecurity_ContextListener_2Service()
  12145.     {
  12146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12150.         return $this->privates['security.context_listener.2'] = 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 () {
  12151.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  12152.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12153.         }, 2), 'api_password_reset', ($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']);
  12154.     }
  12155.     /**
  12156.      * Gets the private 'security.context_listener.3' shared service.
  12157.      *
  12158.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12159.      */
  12160.     protected function getSecurity_ContextListener_3Service()
  12161.     {
  12162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12166.         return $this->privates['security.context_listener.3'] = 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 () {
  12167.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  12168.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12169.         }, 2), 'user', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  12170.     }
  12171.     /**
  12172.      * Gets the private 'security.csrf.token_storage' shared service.
  12173.      *
  12174.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  12175.      */
  12176.     protected function getSecurity_Csrf_TokenStorageService()
  12177.     {
  12178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  12180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  12181.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  12182.     }
  12183.     /**
  12184.      * Gets the private 'security.encoder_factory.generic' shared service.
  12185.      *
  12186.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  12187.      */
  12188.     protected function getSecurity_EncoderFactory_GenericService()
  12189.     {
  12190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  12191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  12192.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']], 'App\\Entity\\Project\\PublisherStore' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  12193.     }
  12194.     /**
  12195.      * Gets the private 'security.firewall.map' shared service.
  12196.      *
  12197.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  12198.      */
  12199.     protected function getSecurity_Firewall_MapService()
  12200.     {
  12201.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12202.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  12203.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  12204.             'security.firewall.map.context.api_autologin' => ['privates''security.firewall.map.context.api_autologin''getSecurity_Firewall_Map_Context_ApiAutologinService'false],
  12205.             'security.firewall.map.context.api_docs' => ['privates''security.firewall.map.context.api_docs''getSecurity_Firewall_Map_Context_ApiDocsService'false],
  12206.             'security.firewall.map.context.api_free' => ['privates''security.firewall.map.context.api_free''getSecurity_Firewall_Map_Context_ApiFreeService'false],
  12207.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  12208.             'security.firewall.map.context.api_password_reset' => ['privates''security.firewall.map.context.api_password_reset''getSecurity_Firewall_Map_Context_ApiPasswordResetService'false],
  12209.             'security.firewall.map.context.api_register' => ['privates''security.firewall.map.context.api_register''getSecurity_Firewall_Map_Context_ApiRegisterService'false],
  12210.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  12211.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  12212.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  12213.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'false],
  12214.         ], [
  12215.             'security.firewall.map.context.admin' => '?',
  12216.             'security.firewall.map.context.api' => '?',
  12217.             'security.firewall.map.context.api_autologin' => '?',
  12218.             'security.firewall.map.context.api_docs' => '?',
  12219.             'security.firewall.map.context.api_free' => '?',
  12220.             'security.firewall.map.context.api_login' => '?',
  12221.             'security.firewall.map.context.api_password_reset' => '?',
  12222.             'security.firewall.map.context.api_register' => '?',
  12223.             'security.firewall.map.context.dev' => '?',
  12224.             'security.firewall.map.context.main' => '?',
  12225.             'security.firewall.map.context.oauth_token' => '?',
  12226.             'security.firewall.map.context.refresh' => '?',
  12227.         ]), new RewindableGenerator(function () {
  12228.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.0Awr3sc'] ?? ($this->privates['.security.request_matcher.0Awr3sc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token')));
  12229.             yield 'security.firewall.map.context.api_docs' => ($this->privates['.security.request_matcher.mYljB3Z'] ?? ($this->privates['.security.request_matcher.mYljB3Z'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc')));
  12230.             yield 'security.firewall.map.context.api_free' => ($this->privates['.security.request_matcher.JDRlUIs'] ?? ($this->privates['.security.request_matcher.JDRlUIs'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/view(.*)')));
  12231.             yield 'security.firewall.map.context.api_register' => ($this->privates['.security.request_matcher.PMgOS9I'] ?? ($this->privates['.security.request_matcher.PMgOS9I'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/register')));
  12232.             yield 'security.firewall.map.context.api_autologin' => ($this->privates['.security.request_matcher.gtPJFwQ'] ?? ($this->privates['.security.request_matcher.gtPJFwQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/autologin')));
  12233.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  12234.             yield 'security.firewall.map.context.api_password_reset' => ($this->privates['.security.request_matcher.xL4FwOM'] ?? ($this->privates['.security.request_matcher.xL4FwOM'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/resetpassword')));
  12235.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  12236.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.42z3uPC'] ?? ($this->privates['.security.request_matcher.42z3uPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api(.*)')));
  12237.             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)/')));
  12238.             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(.*)')));
  12239.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  12240.         }, 12));
  12241.     }
  12242.     /**
  12243.      * Gets the private 'security.firewall.map.context.admin' shared service.
  12244.      *
  12245.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12246.      */
  12247.     protected function getSecurity_Firewall_Map_Context_AdminService()
  12248.     {
  12249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12250.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12263.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12264.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12265.         $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']);
  12266.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12267.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  12268.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12269.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12270.             yield => ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  12271.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  12272.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  12273.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12274.         }, 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));
  12275.     }
  12276.     /**
  12277.      * Gets the private 'security.firewall.map.context.api' shared service.
  12278.      *
  12279.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12280.      */
  12281.     protected function getSecurity_Firewall_Map_Context_ApiService()
  12282.     {
  12283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12287.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12288.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12289.             yield => ($this->privates['security.authentication.listener.jwt.api'] ?? $this->getSecurity_Authentication_Listener_Jwt_ApiService());
  12290.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12291.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api'$this->getLexikJwtAuthentication_Security_Authentication_EntryPoint_ApiService(), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.42z3uPC'truetrue'fos_user.user_provider.username_email'NULL'lexik_jwt_authentication.security.authentication.entry_point.api'NULLNULL, [=> 'lexik_jwt'], NULL));
  12292.     }
  12293.     /**
  12294.      * Gets the private 'security.firewall.map.context.api_autologin' shared service.
  12295.      *
  12296.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12297.      */
  12298.     protected function getSecurity_Firewall_Map_Context_ApiAutologinService()
  12299.     {
  12300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12304.         return $this->privates['security.firewall.map.context.api_autologin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12305.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12306.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  12307.             yield => ($this->privates['security.authentication.listener.anonymous.api_autologin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiAutologinService());
  12308.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12309.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_autologin'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_autologin''security.user_checker''.security.request_matcher.gtPJFwQ'truefalseNULL'api_autologin'NULLNULLNULL, [=> 'anonymous'], NULL));
  12310.     }
  12311.     /**
  12312.      * Gets the private 'security.firewall.map.context.api_docs' shared service.
  12313.      *
  12314.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12315.      */
  12316.     protected function getSecurity_Firewall_Map_Context_ApiDocsService()
  12317.     {
  12318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12320.         return $this->privates['security.firewall.map.context.api_docs'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12321.             return new \EmptyIterator();
  12322.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_docs''security.user_checker''.security.request_matcher.mYljB3Z'falsefalse'''''''''', [], NULL));
  12323.     }
  12324.     /**
  12325.      * Gets the private 'security.firewall.map.context.api_free' shared service.
  12326.      *
  12327.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12328.      */
  12329.     protected function getSecurity_Firewall_Map_Context_ApiFreeService()
  12330.     {
  12331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12333.         return $this->privates['security.firewall.map.context.api_free'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12334.             return new \EmptyIterator();
  12335.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_free''security.user_checker''.security.request_matcher.JDRlUIs'falsefalse'''''''''', [], NULL));
  12336.     }
  12337.     /**
  12338.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  12339.      *
  12340.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12341.      */
  12342.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  12343.     {
  12344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12348.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12356.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12357.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12358.         $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']);
  12359.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12360.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12361.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12362.             yield => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
  12363.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  12364.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12365.         }, 4), 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'api_login', 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()), true), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login''security.user_checker''.security.request_matcher.HeUdK73'truetrue'fos_user.user_provider.username_email'NULL'security.authentication.form_entry_point.api_login'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  12366.     }
  12367.     /**
  12368.      * Gets the private 'security.firewall.map.context.api_password_reset' shared service.
  12369.      *
  12370.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12371.      */
  12372.     protected function getSecurity_Firewall_Map_Context_ApiPasswordResetService()
  12373.     {
  12374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12375.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12376.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12378.         return $this->privates['security.firewall.map.context.api_password_reset'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12379.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12380.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  12381.             yield => ($this->privates['security.authentication.listener.anonymous.api_password_reset'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiPasswordResetService());
  12382.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12383.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_password_reset'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_password_reset''security.user_checker''.security.request_matcher.xL4FwOM'truefalseNULL'api_password_reset'NULLNULLNULL, [=> 'anonymous'], NULL));
  12384.     }
  12385.     /**
  12386.      * Gets the private 'security.firewall.map.context.api_register' shared service.
  12387.      *
  12388.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12389.      */
  12390.     protected function getSecurity_Firewall_Map_Context_ApiRegisterService()
  12391.     {
  12392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12396.         return $this->privates['security.firewall.map.context.api_register'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12397.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12398.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  12399.             yield => ($this->privates['security.authentication.listener.anonymous.api_register'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiRegisterService());
  12400.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12401.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_register'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_register''security.user_checker''.security.request_matcher.PMgOS9I'truefalseNULL'api_register'NULLNULLNULL, [=> 'anonymous'], NULL));
  12402.     }
  12403.     /**
  12404.      * Gets the private 'security.firewall.map.context.dev' shared service.
  12405.      *
  12406.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12407.      */
  12408.     protected function getSecurity_Firewall_Map_Context_DevService()
  12409.     {
  12410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12412.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12413.             return new \EmptyIterator();
  12414.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  12415.     }
  12416.     /**
  12417.      * Gets the private 'security.firewall.map.context.main' shared service.
  12418.      *
  12419.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12420.      */
  12421.     protected function getSecurity_Firewall_Map_Context_MainService()
  12422.     {
  12423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12437.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12438.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12439.         $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']);
  12440.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12441.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  12442.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12443.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12444.             yield => ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  12445.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  12446.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  12447.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12448.         }, 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));
  12449.     }
  12450.     /**
  12451.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  12452.      *
  12453.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12454.      */
  12455.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  12456.     {
  12457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12459.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12460.             return new \EmptyIterator();
  12461.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.0Awr3sc'falsefalse'''''''''', [], NULL));
  12462.     }
  12463.     /**
  12464.      * Gets the private 'security.firewall.map.context.refresh' shared service.
  12465.      *
  12466.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12467.      */
  12468.     protected function getSecurity_Firewall_Map_Context_RefreshService()
  12469.     {
  12470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12474.         return $this->privates['security.firewall.map.context.refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12475.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12476.             yield => ($this->privates['security.authentication.listener.anonymous.refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RefreshService());
  12477.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12478.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'refresh'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('refresh''security.user_checker''.security.request_matcher.UQgI.UV'truetrueNULLNULLNULLNULLNULL, [=> 'anonymous'], NULL));
  12479.     }
  12480.     /**
  12481.      * Gets the private 'security.http_utils' shared service.
  12482.      *
  12483.      * @return \Symfony\Component\Security\Http\HttpUtils
  12484.      */
  12485.     protected function getSecurity_HttpUtilsService()
  12486.     {
  12487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  12488.         $a = ($this->services['router'] ?? $this->getRouterService());
  12489.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  12490.     }
  12491.     /**
  12492.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  12493.      *
  12494.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  12495.      */
  12496.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  12497.     {
  12498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  12500.         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()));
  12501.     }
  12502.     /**
  12503.      * Gets the private 'security.logout_url_generator' shared service.
  12504.      *
  12505.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  12506.      */
  12507.     protected function getSecurity_LogoutUrlGeneratorService()
  12508.     {
  12509.         $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()));
  12510.         $instance->registerListener('api_login''/logout''logout''_csrf_token'NULLNULL);
  12511.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  12512.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  12513.         return $instance;
  12514.     }
  12515.     /**
  12516.      * Gets the private 'security.role_hierarchy' shared service.
  12517.      *
  12518.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  12519.      */
  12520.     protected function getSecurity_RoleHierarchyService()
  12521.     {
  12522.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  12523.     }
  12524.     /**
  12525.      * Gets the private 'security.validator.user_password' shared service.
  12526.      *
  12527.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  12528.      */
  12529.     protected function getSecurity_Validator_UserPasswordService()
  12530.     {
  12531.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12532.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  12534.         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()));
  12535.     }
  12536.     /**
  12537.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  12538.      *
  12539.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  12540.      */
  12541.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  12542.     {
  12543.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12544.     }
  12545.     /**
  12546.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  12547.      *
  12548.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  12549.      */
  12550.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  12551.     {
  12552.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  12553.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], '', ($this->services['validator'] ?? $this->getValidatorService()), 'validationErrors'), -50'fos_rest.request_body');
  12554.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  12555.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  12556.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  12557.     }
  12558.     /**
  12559.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  12560.      *
  12561.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  12562.      */
  12563.     protected function getSensioFrameworkExtra_Security_ListenerService()
  12564.     {
  12565.         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()));
  12566.     }
  12567.     /**
  12568.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  12569.      *
  12570.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  12571.      */
  12572.     protected function getSensioFrameworkExtra_View_ListenerService()
  12573.     {
  12574.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  12575.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12576.             'twig' => ['services''twig''getTwigService'false],
  12577.         ], [
  12578.             'twig' => 'Twig\\Environment',
  12579.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  12580.         return $instance;
  12581.     }
  12582.     /**
  12583.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  12584.      *
  12585.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  12586.      */
  12587.     protected function getSerializer_Mapping_CacheWarmerService()
  12588.     {
  12589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  12592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12594.         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'));
  12595.     }
  12596.     /**
  12597.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  12598.      *
  12599.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  12600.      */
  12601.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  12602.     {
  12603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  12604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  12605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  12606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  12608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12609.         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()))]));
  12610.     }
  12611.     /**
  12612.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  12613.      *
  12614.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  12615.      */
  12616.     protected function getSerializer_NameConverter_MetadataAwareService()
  12617.     {
  12618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  12619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  12620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  12621.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  12622.     }
  12623.     /**
  12624.      * Gets the private 'session.storage.native' shared service.
  12625.      *
  12626.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  12627.      */
  12628.     protected function getSession_Storage_NativeService()
  12629.     {
  12630.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  12631.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  12632.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  12633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  12634.         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));
  12635.     }
  12636.     /**
  12637.      * Gets the private 'session_listener' shared service.
  12638.      *
  12639.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  12640.      */
  12641.     protected function getSessionListenerService()
  12642.     {
  12643.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12644.             'initialized_session' => ['services''session'NULLfalse],
  12645.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12646.             'session' => ['services''session''getSessionService'false],
  12647.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  12648.         ], [
  12649.             'initialized_session' => '?',
  12650.             'request_stack' => '?',
  12651.             'session' => '?',
  12652.             'session_storage' => '?',
  12653.         ]));
  12654.     }
  12655.     /**
  12656.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  12657.      *
  12658.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  12659.      */
  12660.     protected function getSonata_Admin_Builder_OrmDatagridService()
  12661.     {
  12662.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12663.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  12664.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  12665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  12669.         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);
  12670.     }
  12671.     /**
  12672.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  12673.      *
  12674.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  12675.      */
  12676.     protected function getSonata_Admin_Builder_OrmFormService()
  12677.     {
  12678.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  12680.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  12681.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  12682.     }
  12683.     /**
  12684.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  12685.      *
  12686.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  12687.      */
  12688.     protected function getSonata_Admin_Builder_OrmListService()
  12689.     {
  12690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  12692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  12693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  12697.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/list_array.html.twig''boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig''date' => '@SonataAdmin/CRUD/list_date.html.twig''time' => '@SonataAdmin/CRUD/list_time.html.twig''datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig''text' => '@SonataAdmin/CRUD/list_string.html.twig''textarea' => '@SonataAdmin/CRUD/list_string.html.twig''email' => '@SonataAdmin/CRUD/list_email.html.twig''trans' => '@SonataAdmin/CRUD/list_trans.html.twig''string' => '@SonataAdmin/CRUD/list_string.html.twig''smallint' => '@SonataAdmin/CRUD/list_string.html.twig''bigint' => '@SonataAdmin/CRUD/list_string.html.twig''integer' => '@SonataAdmin/CRUD/list_string.html.twig''decimal' => '@SonataAdmin/CRUD/list_string.html.twig''float' => '@SonataAdmin/CRUD/list_string.html.twig''identifier' => '@SonataAdmin/CRUD/list_string.html.twig''currency' => '@SonataAdmin/CRUD/list_currency.html.twig''percent' => '@SonataAdmin/CRUD/list_percent.html.twig''choice' => '@SonataAdmin/CRUD/list_choice.html.twig''url' => '@SonataAdmin/CRUD/list_url.html.twig''html' => '@SonataAdmin/CRUD/list_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig''image_select' => 'admin/Form/field_types/list_image_select.html.twig']);
  12698.     }
  12699.     /**
  12700.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  12701.      *
  12702.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  12703.      */
  12704.     protected function getSonata_Admin_Builder_OrmShowService()
  12705.     {
  12706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  12708.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  12709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  12713.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/show_array.html.twig''boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig''date' => '@SonataAdmin/CRUD/show_date.html.twig''time' => '@SonataAdmin/CRUD/show_time.html.twig''datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig''text' => '@SonataAdmin/CRUD/base_show_field.html.twig''email' => '@SonataAdmin/CRUD/show_email.html.twig''trans' => '@SonataAdmin/CRUD/show_trans.html.twig''string' => '@SonataAdmin/CRUD/base_show_field.html.twig''smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig''bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig''integer' => '@SonataAdmin/CRUD/base_show_field.html.twig''decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig''float' => '@SonataAdmin/CRUD/base_show_field.html.twig''currency' => '@SonataAdmin/CRUD/show_currency.html.twig''percent' => '@SonataAdmin/CRUD/show_percent.html.twig''choice' => '@SonataAdmin/CRUD/show_choice.html.twig''url' => '@SonataAdmin/CRUD/show_url.html.twig''html' => '@SonataAdmin/CRUD/show_html.html.twig''many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig''image_select' => 'admin/Form/field_types/show_image_select.html.twig']);
  12714.     }
  12715.     /**
  12716.      * Gets the private 'sonata.admin.form.data_transformer_resolver' shared service.
  12717.      *
  12718.      * @return \Sonata\AdminBundle\Form\DataTransformerResolver
  12719.      */
  12720.     protected function getSonata_Admin_Form_DataTransformerResolverService()
  12721.     {
  12722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolverInterface.php';
  12723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolver.php';
  12724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  12725.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformer/BooleanToStringTransformer.php';
  12726.         $this->privates['sonata.admin.form.data_transformer_resolver'] = $instance = new \Sonata\AdminBundle\Form\DataTransformerResolver();
  12727.         $instance->addCustomGlobalTransformer('boolean', new \Sonata\AdminBundle\Form\DataTransformer\BooleanToStringTransformer(1));
  12728.         return $instance;
  12729.     }
  12730.     /**
  12731.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  12732.      *
  12733.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  12734.      */
  12735.     protected function getSonata_Admin_Menu_GroupProviderService()
  12736.     {
  12737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  12738.         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()));
  12739.     }
  12740.     /**
  12741.      * Gets the private 'sonata.admin.security.handler.acl' shared service.
  12742.      *
  12743.      * @return \Sonata\AdminBundle\Security\Handler\AclSecurityHandler
  12744.      */
  12745.     protected function getSonata_Admin_Security_Handler_AclService()
  12746.     {
  12747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  12748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/AclSecurityHandlerInterface.php';
  12749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/AclSecurityHandler.php';
  12750.         $this->privates['sonata.admin.security.handler.acl'] = $instance = new \Sonata\AdminBundle\Security\Handler\AclSecurityHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()), 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder', [=> 'ROLE_SUPER_ADMIN']);
  12751.         $instance->setAdminPermissions($this->parameters['sonata.admin.configuration.security.admin_permissions']);
  12752.         $instance->setObjectPermissions($this->parameters['sonata.admin.configuration.security.object_permissions']);
  12753.         return $instance;
  12754.     }
  12755.     /**
  12756.      * Gets the private 'sonata.block.form.type.block' shared service.
  12757.      *
  12758.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  12759.      */
  12760.     protected function getSonata_Block_Form_Type_BlockService()
  12761.     {
  12762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  12765.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  12766.     }
  12767.     /**
  12768.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  12769.      *
  12770.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  12771.      */
  12772.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  12773.     {
  12774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  12777.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  12778.     }
  12779.     /**
  12780.      * Gets the private 'sonata.block.templating.helper' shared service.
  12781.      *
  12782.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  12783.      */
  12784.     protected function getSonata_Block_Templating_HelperService()
  12785.     {
  12786.         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))));
  12787.     }
  12788.     /**
  12789.      * Gets the private 'sonata.classification.api.form.type.category' shared service.
  12790.      *
  12791.      * @return \Sonata\ClassificationBundle\Form\Type\ApiCategoryType
  12792.      */
  12793.     protected function getSonata_Classification_Api_Form_Type_CategoryService()
  12794.     {
  12795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12797.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12798.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiCategoryType.php';
  12799.         return $this->privates['sonata.classification.api.form.type.category'] = new \Sonata\ClassificationBundle\Form\Type\ApiCategoryType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_classification_api_form_category''App\\Entity\\Sonata\\Classification\\Category''sonata_api_write');
  12800.     }
  12801.     /**
  12802.      * Gets the private 'sonata.classification.api.form.type.collection' shared service.
  12803.      *
  12804.      * @return \Sonata\ClassificationBundle\Form\Type\ApiCollectionType
  12805.      */
  12806.     protected function getSonata_Classification_Api_Form_Type_CollectionService()
  12807.     {
  12808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12810.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiCollectionType.php';
  12812.         return $this->privates['sonata.classification.api.form.type.collection'] = new \Sonata\ClassificationBundle\Form\Type\ApiCollectionType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_classification_api_form_collection''App\\Entity\\Sonata\\Classification\\Collection''sonata_api_write');
  12813.     }
  12814.     /**
  12815.      * Gets the private 'sonata.classification.api.form.type.context' shared service.
  12816.      *
  12817.      * @return \Sonata\ClassificationBundle\Form\Type\ApiContextType
  12818.      */
  12819.     protected function getSonata_Classification_Api_Form_Type_ContextService()
  12820.     {
  12821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12824.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiContextType.php';
  12825.         return $this->privates['sonata.classification.api.form.type.context'] = new \Sonata\ClassificationBundle\Form\Type\ApiContextType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_classification_api_form_context''App\\Entity\\Sonata\\Classification\\Context''sonata_api_write'true);
  12826.     }
  12827.     /**
  12828.      * Gets the private 'sonata.classification.api.form.type.tag' shared service.
  12829.      *
  12830.      * @return \Sonata\ClassificationBundle\Form\Type\ApiTagType
  12831.      */
  12832.     protected function getSonata_Classification_Api_Form_Type_TagService()
  12833.     {
  12834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiTagType.php';
  12838.         return $this->privates['sonata.classification.api.form.type.tag'] = new \Sonata\ClassificationBundle\Form\Type\ApiTagType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_classification_api_form_tag''App\\Entity\\Sonata\\Classification\\Tag''sonata_api_write');
  12839.     }
  12840.     /**
  12841.      * Gets the private 'sonata.classification.form.type.category_selector' shared service.
  12842.      *
  12843.      * @return \Sonata\ClassificationBundle\Form\Type\CategorySelectorType
  12844.      */
  12845.     protected function getSonata_Classification_Form_Type_CategorySelectorService()
  12846.     {
  12847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12849.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/CategorySelectorType.php';
  12850.         return $this->privates['sonata.classification.form.type.category_selector'] = new \Sonata\ClassificationBundle\Form\Type\CategorySelectorType(($this->services['sonata.classification.manager.category'] ?? $this->getSonata_Classification_Manager_CategoryService()));
  12851.     }
  12852.     /**
  12853.      * Gets the private 'sonata.classification.serializer.handler.category' shared service.
  12854.      *
  12855.      * @return \Sonata\ClassificationBundle\Serializer\CategorySerializerHandler
  12856.      */
  12857.     protected function getSonata_Classification_Serializer_Handler_CategoryService()
  12858.     {
  12859.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/CategorySerializerHandler.php';
  12863.         return $this->privates['sonata.classification.serializer.handler.category'] = new \Sonata\ClassificationBundle\Serializer\CategorySerializerHandler(($this->services['sonata.classification.manager.category'] ?? $this->getSonata_Classification_Manager_CategoryService()));
  12864.     }
  12865.     /**
  12866.      * Gets the private 'sonata.classification.serializer.handler.collection' shared service.
  12867.      *
  12868.      * @return \Sonata\ClassificationBundle\Serializer\CollectionSerializerHandler
  12869.      */
  12870.     protected function getSonata_Classification_Serializer_Handler_CollectionService()
  12871.     {
  12872.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/CollectionSerializerHandler.php';
  12876.         return $this->privates['sonata.classification.serializer.handler.collection'] = new \Sonata\ClassificationBundle\Serializer\CollectionSerializerHandler(($this->services['sonata.classification.manager.collection'] ?? $this->getSonata_Classification_Manager_CollectionService()));
  12877.     }
  12878.     /**
  12879.      * Gets the private 'sonata.classification.serializer.handler.context' shared service.
  12880.      *
  12881.      * @return \Sonata\ClassificationBundle\Serializer\ContextSerializerHandler
  12882.      */
  12883.     protected function getSonata_Classification_Serializer_Handler_ContextService()
  12884.     {
  12885.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/ContextSerializerHandler.php';
  12889.         return $this->privates['sonata.classification.serializer.handler.context'] = new \Sonata\ClassificationBundle\Serializer\ContextSerializerHandler(($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()));
  12890.     }
  12891.     /**
  12892.      * Gets the private 'sonata.classification.serializer.handler.tag' shared service.
  12893.      *
  12894.      * @return \Sonata\ClassificationBundle\Serializer\TagSerializerHandler
  12895.      */
  12896.     protected function getSonata_Classification_Serializer_Handler_TagService()
  12897.     {
  12898.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/TagSerializerHandler.php';
  12902.         return $this->privates['sonata.classification.serializer.handler.tag'] = new \Sonata\ClassificationBundle\Serializer\TagSerializerHandler(($this->services['sonata.classification.manager.tag'] ?? $this->getSonata_Classification_Manager_TagService()));
  12903.     }
  12904.     /**
  12905.      * Gets the private 'sonata.deprecated_text.twig.extension' shared service.
  12906.      *
  12907.      * @return \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension
  12908.      *
  12909.      * @deprecated The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.
  12910.      */
  12911.     protected function getSonata_DeprecatedText_Twig_ExtensionService()
  12912.     {
  12913.         @trigger_error('The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.'E_USER_DEPRECATED);
  12914.         return new \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension();
  12915.     }
  12916.     /**
  12917.      * Gets the private 'sonata.doctrine.mapper' shared service.
  12918.      *
  12919.      * @return \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper
  12920.      */
  12921.     protected function getSonata_Doctrine_MapperService()
  12922.     {
  12923.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  12925.         $this->privates['sonata.doctrine.mapper'] = $instance = new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper();
  12926.         $instance->addAssociation('App\\Application\\Sonata\\UserBundle\\Entity\\User''mapManyToMany', [=> ['fieldName' => 'groups''targetEntity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group''joinTable' => ['name' => 'fos_user_user_group''joinColumns' => [=> ['name' => 'user_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'inverseJoinColumns' => [=> ['name' => 'group_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]]);
  12927.         $instance->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\Media''mapOneToMany', [=> ['fieldName' => 'galleryHasMedias''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''cascade' => [=> 'persist'], 'mappedBy' => 'media']]);
  12928.         $instance->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\Media''mapManyToOne', [=> ['fieldName' => 'category''targetEntity' => 'App\\Entity\\Sonata\\Classification\\Category''cascade' => [=> 'persist'], 'joinColumns' => [=> ['name' => 'category_id''referencedColumnName' => 'id''onDelete' => 'SET NULL']]]]);
  12929.         $instance->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''mapManyToOne', [=> ['fieldName' => 'gallery''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery''cascade' => [=> 'persist'], 'inversedBy' => 'galleryHasMedias''joinColumns' => [=> ['name' => 'gallery_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]], => ['fieldName' => 'media''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media''cascade' => [=> 'persist'], 'inversedBy' => 'galleryHasMedias''joinColumns' => [=> ['name' => 'media_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]);
  12930.         $instance->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']]]);
  12931.         $instance->addAssociation('App\\Entity\\Sonata\\Classification\\Category''mapOneToMany', [=> ['fieldName' => 'children''targetEntity' => 'App\\Entity\\Sonata\\Classification\\Category''cascade' => [=> 'persist'], 'mappedBy' => 'parent''orphanRemoval' => true'orderBy' => ['position' => 'ASC']]]);
  12932.         $instance->addAssociation('App\\Entity\\Sonata\\Classification\\Category''mapManyToOne', [=> ['fieldName' => 'parent''targetEntity' => 'App\\Entity\\Sonata\\Classification\\Category''cascade' => [=> 'persist'=> 'refresh'=> 'merge'=> 'detach'], 'inversedBy' => 'children''joinColumns' => [=> ['name' => 'parent_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]], => ['fieldName' => 'context''targetEntity' => 'App\\Entity\\Sonata\\Classification\\Context''cascade' => [=> 'persist'], 'joinColumns' => [=> ['name' => 'context''referencedColumnName' => 'id']]], => ['fieldName' => 'media''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media''cascade' => [=> 'persist'], 'joinColumns' => [=> ['name' => 'media_id''referencedColumnName' => 'id''onDelete' => 'SET NULL']]]]);
  12933.         $instance->addAssociation('App\\Entity\\Sonata\\Classification\\Tag''mapManyToOne', [=> ['fieldName' => 'context''targetEntity' => 'App\\Entity\\Sonata\\Classification\\Context''cascade' => [=> 'persist'], 'joinColumns' => [=> ['name' => 'context''referencedColumnName' => 'id']]]]);
  12934.         $instance->addAssociation('App\\Entity\\Sonata\\Classification\\Collection''mapManyToOne', [=> ['fieldName' => 'context''targetEntity' => 'App\\Entity\\Sonata\\Classification\\Context''cascade' => [=> 'persist'], 'joinColumns' => [=> ['name' => 'context''referencedColumnName' => 'id']]], => ['fieldName' => 'media''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media''cascade' => [=> 'persist'], 'joinColumns' => [=> ['name' => 'media_id''referencedColumnName' => 'id''onDelete' => 'SET NULL']]]]);
  12935.         $instance->addUnique('App\\Entity\\Sonata\\Classification\\Tag''tag_context', [=> 'slug'=> 'context']);
  12936.         $instance->addUnique('App\\Entity\\Sonata\\Classification\\Collection''tag_collection', [=> 'slug'=> 'context']);
  12937.         return $instance;
  12938.     }
  12939.     /**
  12940.      * Gets the private 'sonata.form.type.array' shared service.
  12941.      *
  12942.      * @return \Sonata\Form\Type\ImmutableArrayType
  12943.      */
  12944.     protected function getSonata_Form_Type_ArrayService()
  12945.     {
  12946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/ImmutableArrayType.php';
  12949.         return $this->privates['sonata.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  12950.     }
  12951.     /**
  12952.      * Gets the private 'sonata.form.type.boolean' shared service.
  12953.      *
  12954.      * @return \Sonata\Form\Type\BooleanType
  12955.      */
  12956.     protected function getSonata_Form_Type_BooleanService()
  12957.     {
  12958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BooleanType.php';
  12961.         return $this->privates['sonata.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  12962.     }
  12963.     /**
  12964.      * Gets the private 'sonata.form.type.collection' shared service.
  12965.      *
  12966.      * @return \Sonata\Form\Type\CollectionType
  12967.      */
  12968.     protected function getSonata_Form_Type_CollectionService()
  12969.     {
  12970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/CollectionType.php';
  12973.         return $this->privates['sonata.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  12974.     }
  12975.     /**
  12976.      * Gets the private 'sonata.form.type.date_picker' shared service.
  12977.      *
  12978.      * @return \Sonata\Form\Type\DatePickerType
  12979.      */
  12980.     protected function getSonata_Form_Type_DatePickerService()
  12981.     {
  12982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  12985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php';
  12986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  12987.         return $this->privates['sonata.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'en');
  12988.     }
  12989.     /**
  12990.      * Gets the private 'sonata.form.type.date_range' shared service.
  12991.      *
  12992.      * @return \Sonata\Form\Type\DateRangeType
  12993.      */
  12994.     protected function getSonata_Form_Type_DateRangeService()
  12995.     {
  12996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  12999.         return $this->privates['sonata.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  13000.     }
  13001.     /**
  13002.      * Gets the private 'sonata.form.type.date_range_picker' shared service.
  13003.      *
  13004.      * @return \Sonata\Form\Type\DateRangePickerType
  13005.      */
  13006.     protected function getSonata_Form_Type_DateRangePickerService()
  13007.     {
  13008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13010.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  13011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php';
  13012.         return $this->privates['sonata.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  13013.     }
  13014.     /**
  13015.      * Gets the private 'sonata.form.type.datetime_picker' shared service.
  13016.      *
  13017.      * @return \Sonata\Form\Type\DateTimePickerType
  13018.      */
  13019.     protected function getSonata_Form_Type_DatetimePickerService()
  13020.     {
  13021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  13024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php';
  13025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  13026.         return $this->privates['sonata.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'en');
  13027.     }
  13028.     /**
  13029.      * Gets the private 'sonata.form.type.datetime_range' shared service.
  13030.      *
  13031.      * @return \Sonata\Form\Type\DateTimeRangeType
  13032.      */
  13033.     protected function getSonata_Form_Type_DatetimeRangeService()
  13034.     {
  13035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  13038.         return $this->privates['sonata.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  13039.     }
  13040.     /**
  13041.      * Gets the private 'sonata.form.type.datetime_range_picker' shared service.
  13042.      *
  13043.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  13044.      */
  13045.     protected function getSonata_Form_Type_DatetimeRangePickerService()
  13046.     {
  13047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  13050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php';
  13051.         return $this->privates['sonata.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  13052.     }
  13053.     /**
  13054.      * Gets the private 'sonata.form.type.equal' shared service.
  13055.      *
  13056.      * @return \Sonata\Form\Type\EqualType
  13057.      */
  13058.     protected function getSonata_Form_Type_EqualService()
  13059.     {
  13060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php';
  13063.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  13064.     }
  13065.     /**
  13066.      * Gets the private 'sonata.form.validator.inline' shared service.
  13067.      *
  13068.      * @return \Sonata\Form\Validator\InlineValidator
  13069.      */
  13070.     protected function getSonata_Form_Validator_InlineService()
  13071.     {
  13072.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13073.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  13075.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  13076.     }
  13077.     /**
  13078.      * Gets the private 'sonata.formatter.form.type.selector' shared service.
  13079.      *
  13080.      * @return \Sonata\FormatterBundle\Form\Type\FormatterType
  13081.      */
  13082.     protected function getSonata_Formatter_Form_Type_SelectorService()
  13083.     {
  13084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13086.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Form/Type/FormatterType.php';
  13087.         return $this->privates['sonata.formatter.form.type.selector'] = new \Sonata\FormatterBundle\Form\Type\FormatterType(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  13088.     }
  13089.     /**
  13090.      * Gets the private 'sonata.formatter.form.type.simple' shared service.
  13091.      *
  13092.      * @return \Sonata\FormatterBundle\Form\Type\SimpleFormatterType
  13093.      */
  13094.     protected function getSonata_Formatter_Form_Type_SimpleService()
  13095.     {
  13096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13098.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Form/Type/SimpleFormatterType.php';
  13099.         return $this->privates['sonata.formatter.form.type.simple'] = new \Sonata\FormatterBundle\Form\Type\SimpleFormatterType(($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  13100.     }
  13101.     /**
  13102.      * Gets the private 'sonata.formatter.pool' shared service.
  13103.      *
  13104.      * @return \Sonata\FormatterBundle\Formatter\Pool
  13105.      */
  13106.     protected function getSonata_Formatter_PoolService()
  13107.     {
  13108.         $this->privates['sonata.formatter.pool'] = $instance = new \Sonata\FormatterBundle\Formatter\Pool('richhtml');
  13109.         $a = new \Sonata\FormatterBundle\Formatter\RawFormatter();
  13110.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13111.         $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()));
  13112.         $instance->add('text', new \Sonata\FormatterBundle\Formatter\TextFormatter(), ($this->privates['sonata.formatter.twig.env.text'] ?? $this->getSonata_Formatter_Twig_Env_TextService()));
  13113.         $instance->add('rawhtml'$a, ($this->privates['sonata.formatter.twig.env.rawhtml'] ?? $this->getSonata_Formatter_Twig_Env_RawhtmlService()));
  13114.         $instance->add('richhtml'$a, ($this->privates['sonata.formatter.twig.env.richhtml'] ?? $this->getSonata_Formatter_Twig_Env_RichhtmlService()));
  13115.         $instance->add('twig', new \Sonata\FormatterBundle\Formatter\TwigFormatter(($this->services['twig'] ?? $this->getTwigService())), NULL);
  13116.         return $instance;
  13117.     }
  13118.     /**
  13119.      * Gets the private 'sonata.formatter.twig.env.markdown' shared service.
  13120.      *
  13121.      * @return \Twig_Environment
  13122.      */
  13123.     protected function getSonata_Formatter_Twig_Env_MarkdownService()
  13124.     {
  13125.         $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']);
  13126.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13127.         return $instance;
  13128.     }
  13129.     /**
  13130.      * Gets the private 'sonata.formatter.twig.env.rawhtml' shared service.
  13131.      *
  13132.      * @return \Twig_Environment
  13133.      */
  13134.     protected function getSonata_Formatter_Twig_Env_RawhtmlService()
  13135.     {
  13136.         $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']);
  13137.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13138.         return $instance;
  13139.     }
  13140.     /**
  13141.      * Gets the private 'sonata.formatter.twig.env.richhtml' shared service.
  13142.      *
  13143.      * @return \Twig_Environment
  13144.      */
  13145.     protected function getSonata_Formatter_Twig_Env_RichhtmlService()
  13146.     {
  13147.         $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']);
  13148.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13149.         return $instance;
  13150.     }
  13151.     /**
  13152.      * Gets the private 'sonata.formatter.twig.env.text' shared service.
  13153.      *
  13154.      * @return \Twig_Environment
  13155.      */
  13156.     protected function getSonata_Formatter_Twig_Env_TextService()
  13157.     {
  13158.         $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']);
  13159.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13160.         return $instance;
  13161.     }
  13162.     /**
  13163.      * Gets the private 'sonata.formatter.validator.formatter' shared service.
  13164.      *
  13165.      * @return \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator
  13166.      */
  13167.     protected function getSonata_Formatter_Validator_FormatterService()
  13168.     {
  13169.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13170.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13171.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Validator/Constraints/FormatterValidator.php';
  13172.         return $this->privates['sonata.formatter.validator.formatter'] = new \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService()));
  13173.     }
  13174.     /**
  13175.      * Gets the private 'sonata.media.api.form.type.doctrine.media' shared service.
  13176.      *
  13177.      * @return \Sonata\MediaBundle\Form\Type\ApiDoctrineMediaType
  13178.      */
  13179.     protected function getSonata_Media_Api_Form_Type_Doctrine_MediaService()
  13180.     {
  13181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13184.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiDoctrineMediaType.php';
  13185.         return $this->privates['sonata.media.api.form.type.doctrine.media'] = new \Sonata\MediaBundle\Form\Type\ApiDoctrineMediaType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_media_api_form_doctrine_media''App\\Application\\Sonata\\MediaBundle\\Entity\\Media''sonata_api_write');
  13186.     }
  13187.     /**
  13188.      * Gets the private 'sonata.media.api.form.type.gallery' shared service.
  13189.      *
  13190.      * @return \Sonata\MediaBundle\Form\Type\ApiGalleryType
  13191.      */
  13192.     protected function getSonata_Media_Api_Form_Type_GalleryService()
  13193.     {
  13194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13196.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13197.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiGalleryType.php';
  13198.         return $this->privates['sonata.media.api.form.type.gallery'] = new \Sonata\MediaBundle\Form\Type\ApiGalleryType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_media_api_form_gallery''App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery''sonata_api_write');
  13199.     }
  13200.     /**
  13201.      * Gets the private 'sonata.media.api.form.type.gallery_has_media' shared service.
  13202.      *
  13203.      * @return \Sonata\MediaBundle\Form\Type\ApiGalleryHasMediaType
  13204.      */
  13205.     protected function getSonata_Media_Api_Form_Type_GalleryHasMediaService()
  13206.     {
  13207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13209.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13210.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiGalleryHasMediaType.php';
  13211.         return $this->privates['sonata.media.api.form.type.gallery_has_media'] = new \Sonata\MediaBundle\Form\Type\ApiGalleryHasMediaType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_media_api_form_gallery_has_media''App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''sonata_api_write');
  13212.     }
  13213.     /**
  13214.      * Gets the private 'sonata.media.api.form.type.media' shared service.
  13215.      *
  13216.      * @return \Sonata\MediaBundle\Form\Type\ApiMediaType
  13217.      */
  13218.     protected function getSonata_Media_Api_Form_Type_MediaService()
  13219.     {
  13220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13222.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiMediaType.php';
  13223.         $this->privates['sonata.media.api.form.type.media'] = $instance = new \Sonata\MediaBundle\Form\Type\ApiMediaType(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media');
  13224.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13225.         return $instance;
  13226.     }
  13227.     /**
  13228.      * Gets the private 'sonata.media.buzz.browser' shared service.
  13229.      *
  13230.      * @return \Buzz\Browser
  13231.      */
  13232.     protected function getSonata_Media_Buzz_BrowserService()
  13233.     {
  13234.         $a = new \Buzz\Client\Curl();
  13235.         $a->setIgnoreErrors(true);
  13236.         $a->setMaxRedirects(5);
  13237.         $a->setTimeout(5);
  13238.         $a->setVerifyPeer(true);
  13239.         $a->setProxy(NULL);
  13240.         return $this->privates['sonata.media.buzz.browser'] = new \Buzz\Browser($a);
  13241.     }
  13242.     /**
  13243.      * Gets the private 'sonata.media.doctrine.event_subscriber' shared service.
  13244.      *
  13245.      * @return \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber
  13246.      */
  13247.     protected function getSonata_Media_Doctrine_EventSubscriberService()
  13248.     {
  13249.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13250.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Listener/BaseMediaEventSubscriber.php';
  13251.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Listener/ORM/MediaEventSubscriber.php';
  13252.         return $this->privates['sonata.media.doctrine.event_subscriber'] = new \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber($this);
  13253.     }
  13254.     /**
  13255.      * Gets the private 'sonata.media.filesystem.local' shared service.
  13256.      *
  13257.      * @return \Gaufrette\Filesystem
  13258.      */
  13259.     protected function getSonata_Media_Filesystem_LocalService()
  13260.     {
  13261.         return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(($this->privates['sonata.media.adapter.filesystem.local'] ?? ($this->privates['sonata.media.adapter.filesystem.local'] = new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/upload/media'), false))));
  13262.     }
  13263.     /**
  13264.      * Gets the private 'sonata.media.form.type.media' shared service.
  13265.      *
  13266.      * @return \Sonata\MediaBundle\Form\Type\MediaType
  13267.      */
  13268.     protected function getSonata_Media_Form_Type_MediaService()
  13269.     {
  13270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13272.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/MediaType.php';
  13273.         $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');
  13274.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13275.         return $instance;
  13276.     }
  13277.     /**
  13278.      * Gets the private 'sonata.media.resizer.simple' shared service.
  13279.      *
  13280.      * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  13281.      */
  13282.     protected function getSonata_Media_Resizer_SimpleService()
  13283.     {
  13284.         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))));
  13285.     }
  13286.     /**
  13287.      * Gets the private 'sonata.media.serializer.handler.gallery' shared service.
  13288.      *
  13289.      * @return \Sonata\MediaBundle\Serializer\GallerySerializerHandler
  13290.      */
  13291.     protected function getSonata_Media_Serializer_Handler_GalleryService()
  13292.     {
  13293.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  13295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  13296.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Serializer/GallerySerializerHandler.php';
  13297.         return $this->privates['sonata.media.serializer.handler.gallery'] = new \Sonata\MediaBundle\Serializer\GallerySerializerHandler(($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()));
  13298.     }
  13299.     /**
  13300.      * Gets the private 'sonata.media.serializer.handler.media' shared service.
  13301.      *
  13302.      * @return \Sonata\MediaBundle\Serializer\MediaSerializerHandler
  13303.      */
  13304.     protected function getSonata_Media_Serializer_Handler_MediaService()
  13305.     {
  13306.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  13309.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Serializer/MediaSerializerHandler.php';
  13310.         return $this->privates['sonata.media.serializer.handler.media'] = new \Sonata\MediaBundle\Serializer\MediaSerializerHandler(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  13311.     }
  13312.     /**
  13313.      * Gets the private 'sonata.media.thumbnail.format' shared service.
  13314.      *
  13315.      * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  13316.      */
  13317.     protected function getSonata_Media_Thumbnail_FormatService()
  13318.     {
  13319.         $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  13320.         $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  13321.         $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)))));
  13322.         return $instance;
  13323.     }
  13324.     /**
  13325.      * Gets the private 'sonata.media.twig.extension' shared service.
  13326.      *
  13327.      * @return \Sonata\MediaBundle\Twig\Extension\MediaExtension
  13328.      */
  13329.     protected function getSonata_Media_Twig_ExtensionService()
  13330.     {
  13331.         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()));
  13332.     }
  13333.     /**
  13334.      * Gets the private 'sonata.media.validator.format' shared service.
  13335.      *
  13336.      * @return \Sonata\MediaBundle\Validator\FormatValidator
  13337.      */
  13338.     protected function getSonata_Media_Validator_FormatService()
  13339.     {
  13340.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13341.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13342.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Validator/FormatValidator.php';
  13343.         return $this->privates['sonata.media.validator.format'] = new \Sonata\MediaBundle\Validator\FormatValidator(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  13344.     }
  13345.     /**
  13346.      * Gets the private 'sonata.templating' shared service.
  13347.      *
  13348.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  13349.      *
  13350.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  13351.      */
  13352.     protected function getSonata_TemplatingService()
  13353.     {
  13354.         @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);
  13355.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  13356.     }
  13357.     /**
  13358.      * Gets the private 'sonata.templating.locator' shared service.
  13359.      *
  13360.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  13361.      *
  13362.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  13363.      */
  13364.     protected function getSonata_Templating_LocatorService()
  13365.     {
  13366.         @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);
  13367.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  13368.     }
  13369.     /**
  13370.      * Gets the private 'sonata.templating.name_parser' shared service.
  13371.      *
  13372.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  13373.      *
  13374.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  13375.      */
  13376.     protected function getSonata_Templating_NameParserService()
  13377.     {
  13378.         @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);
  13379.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  13380.     }
  13381.     /**
  13382.      * Gets the private 'sonata.twig.deprecated_template_extension' shared service.
  13383.      *
  13384.      * @return \Sonata\Twig\Extension\DeprecatedTemplateExtension
  13385.      *
  13386.      * @deprecated The "sonata.twig.deprecated_template_extension" service is deprecated since sonata-project/twig-extensions 1.4.
  13387.      */
  13388.     protected function getSonata_Twig_DeprecatedTemplateExtensionService()
  13389.     {
  13390.         @trigger_error('The "sonata.twig.deprecated_template_extension" service is deprecated since sonata-project/twig-extensions 1.4.'E_USER_DEPRECATED);
  13391.         return new \Sonata\Twig\Extension\DeprecatedTemplateExtension();
  13392.     }
  13393.     /**
  13394.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  13395.      *
  13396.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  13397.      */
  13398.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  13399.     {
  13400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageRuntime.php';
  13401.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  13402.     }
  13403.     /**
  13404.      * Gets the private 'sonata.twig.status_runtime' shared service.
  13405.      *
  13406.      * @return \Sonata\Twig\Extension\StatusRuntime
  13407.      */
  13408.     protected function getSonata_Twig_StatusRuntimeService()
  13409.     {
  13410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusRuntime.php';
  13411.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  13412.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  13413.         return $instance;
  13414.     }
  13415.     /**
  13416.      * Gets the private 'sonata.user.api.form.type.group' shared service.
  13417.      *
  13418.      * @return \Sonata\UserBundle\Form\Type\ApiGroupType
  13419.      */
  13420.     protected function getSonata_User_Api_Form_Type_GroupService()
  13421.     {
  13422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13424.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiGroupType.php';
  13426.         return $this->privates['sonata.user.api.form.type.group'] = new \Sonata\UserBundle\Form\Type\ApiGroupType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_user_api_form_group''App\\Application\\Sonata\\UserBundle\\Entity\\Group''sonata_api_write');
  13427.     }
  13428.     /**
  13429.      * Gets the private 'sonata.user.api.form.type.user' shared service.
  13430.      *
  13431.      * @return \Sonata\UserBundle\Form\Type\ApiUserType
  13432.      */
  13433.     protected function getSonata_User_Api_Form_Type_UserService()
  13434.     {
  13435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiUserType.php';
  13439.         return $this->privates['sonata.user.api.form.type.user'] = new \Sonata\UserBundle\Form\Type\ApiUserType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_user_api_form_user''App\\Application\\Sonata\\UserBundle\\Entity\\User''sonata_api_write');
  13440.     }
  13441.     /**
  13442.      * Gets the private 'sonata.user.form.gender_list' shared service.
  13443.      *
  13444.      * @return \Sonata\UserBundle\Form\Type\UserGenderListType
  13445.      *
  13446.      * @deprecated The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.
  13447.      */
  13448.     protected function getSonata_User_Form_GenderListService()
  13449.     {
  13450.         @trigger_error('The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.'E_USER_DEPRECATED);
  13451.         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');
  13452.     }
  13453.     /**
  13454.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  13455.      *
  13456.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  13457.      */
  13458.     protected function getSonata_User_MatrixRolesBuilderService()
  13459.     {
  13460.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  13461.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  13462.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  13463.         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']));
  13464.     }
  13465.     /**
  13466.      * Gets the private 'sonata.user.serializer.handler.user' shared service.
  13467.      *
  13468.      * @return \Sonata\UserBundle\Serializer\UserSerializerHandler
  13469.      */
  13470.     protected function getSonata_User_Serializer_Handler_UserService()
  13471.     {
  13472.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  13474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  13475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Serializer/UserSerializerHandler.php';
  13476.         return $this->privates['sonata.user.serializer.handler.user'] = new \Sonata\UserBundle\Serializer\UserSerializerHandler(($this->services['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  13477.     }
  13478.     /**
  13479.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  13480.      *
  13481.      * @return \App\Service\SluggableListener
  13482.      */
  13483.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  13484.     {
  13485.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13486.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13487.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  13488.         include_once \dirname(__DIR__4).'/src/Service/SluggableListener.php';
  13489.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \App\Service\SluggableListener();
  13490.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13491.         return $instance;
  13492.     }
  13493.     /**
  13494.      * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  13495.      *
  13496.      * @return \Gedmo\Sortable\SortableListener
  13497.      */
  13498.     protected function getStofDoctrineExtensions_Listener_SortableService()
  13499.     {
  13500.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13501.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13502.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  13503.         $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  13504.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13505.         return $instance;
  13506.     }
  13507.     /**
  13508.      * Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
  13509.      *
  13510.      * @return \Gedmo\Tree\TreeListener
  13511.      */
  13512.     protected function getStofDoctrineExtensions_Listener_TreeService()
  13513.     {
  13514.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13515.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13516.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  13517.         $this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  13518.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13519.         return $instance;
  13520.     }
  13521.     /**
  13522.      * Gets the private 'swiftmailer.command.debug' shared service.
  13523.      *
  13524.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  13525.      */
  13526.     protected function getSwiftmailer_Command_DebugService()
  13527.     {
  13528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13529.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  13530.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  13531.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  13532.         $instance->setName('debug:swiftmailer');
  13533.         return $instance;
  13534.     }
  13535.     /**
  13536.      * Gets the private 'swiftmailer.command.new_email' shared service.
  13537.      *
  13538.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  13539.      */
  13540.     protected function getSwiftmailer_Command_NewEmailService()
  13541.     {
  13542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13543.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  13544.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  13545.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  13546.         $instance->setName('swiftmailer:email:send');
  13547.         return $instance;
  13548.     }
  13549.     /**
  13550.      * Gets the private 'swiftmailer.command.send_email' shared service.
  13551.      *
  13552.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  13553.      */
  13554.     protected function getSwiftmailer_Command_SendEmailService()
  13555.     {
  13556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13557.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  13558.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  13559.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  13560.         $instance->setName('swiftmailer:spool:send');
  13561.         return $instance;
  13562.     }
  13563.     /**
  13564.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  13565.      *
  13566.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  13567.      */
  13568.     protected function getSwiftmailer_EmailSender_ListenerService()
  13569.     {
  13570.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  13571.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13572.     }
  13573.     /**
  13574.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  13575.      *
  13576.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  13577.      *
  13578.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13579.      */
  13580.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  13581.     {
  13582.         @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);
  13583.         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()));
  13584.     }
  13585.     /**
  13586.      * Gets the private 'templating.engine.php' shared service.
  13587.      *
  13588.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine
  13589.      *
  13590.      * @deprecated The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13591.      */
  13592.     protected function getTemplating_Engine_PhpService()
  13593.     {
  13594.         @trigger_error('The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13595.         $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13596.             'jms_serializer.templating.helper.serializer' => ['privates''jms_serializer.templating.helper.serializer''getJmsSerializer_Templating_Helper_SerializerService'false],
  13597.             'sonata.block.templating.helper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  13598.             'templating.helper.actions' => ['privates''templating.helper.actions''getTemplating_Helper_ActionsService'false],
  13599.             'templating.helper.assets' => ['privates''templating.helper.assets''getTemplating_Helper_AssetsService'false],
  13600.             'templating.helper.code' => ['privates''templating.helper.code''getTemplating_Helper_CodeService'false],
  13601.             'templating.helper.form' => ['privates''templating.helper.form''getTemplating_Helper_FormService'false],
  13602.             'templating.helper.logout_url' => ['privates''templating.helper.logout_url''getTemplating_Helper_LogoutUrlService'false],
  13603.             'templating.helper.markdown' => ['privates''templating.helper.markdown''getTemplating_Helper_MarkdownService'false],
  13604.             'templating.helper.request' => ['privates''templating.helper.request''getTemplating_Helper_RequestService'false],
  13605.             'templating.helper.router' => ['privates''templating.helper.router''getTemplating_Helper_RouterService'false],
  13606.             'templating.helper.security' => ['privates''templating.helper.security''getTemplating_Helper_SecurityService'false],
  13607.             'templating.helper.session' => ['privates''templating.helper.session''getTemplating_Helper_SessionService'false],
  13608.             'templating.helper.slots' => ['privates''templating.helper.slots''getTemplating_Helper_SlotsService'false],
  13609.             'templating.helper.stopwatch' => ['privates''templating.helper.stopwatch''getTemplating_Helper_StopwatchService'false],
  13610.             'templating.helper.translator' => ['privates''templating.helper.translator''getTemplating_Helper_TranslatorService'false],
  13611.         ], [
  13612.             'jms_serializer.templating.helper.serializer' => '?',
  13613.             'sonata.block.templating.helper' => '?',
  13614.             'templating.helper.actions' => '?',
  13615.             'templating.helper.assets' => '?',
  13616.             'templating.helper.code' => '?',
  13617.             'templating.helper.form' => '?',
  13618.             'templating.helper.logout_url' => '?',
  13619.             'templating.helper.markdown' => '?',
  13620.             'templating.helper.request' => '?',
  13621.             'templating.helper.router' => '?',
  13622.             'templating.helper.security' => '?',
  13623.             'templating.helper.session' => '?',
  13624.             'templating.helper.slots' => '?',
  13625.             'templating.helper.stopwatch' => '?',
  13626.             'templating.helper.translator' => '?',
  13627.         ]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());
  13628.         $instance->setCharset('UTF-8');
  13629.         $instance->setHelpers(['slots' => 'templating.helper.slots''request' => 'templating.helper.request''session' => 'templating.helper.session''router' => 'templating.helper.router''assets' => 'templating.helper.assets''actions' => 'templating.helper.actions''code' => 'templating.helper.code''translator' => 'templating.helper.translator''form' => 'templating.helper.form''stopwatch' => 'templating.helper.stopwatch''logout_url' => 'templating.helper.logout_url''security' => 'templating.helper.security''sonata_block' => 'sonata.block.templating.helper''jms_serializer' => 'jms_serializer.templating.helper.serializer''markdown' => 'templating.helper.markdown']);
  13630.         return $instance;
  13631.     }
  13632.     /**
  13633.      * Gets the private 'templating.engine.twig' shared service.
  13634.      *
  13635.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  13636.      *
  13637.      * @deprecated The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  13638.      */
  13639.     protected function getTemplating_Engine_TwigService()
  13640.     {
  13641.         @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  13642.         return $this->privates['templating.engine.twig'] = 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()));
  13643.     }
  13644.     /**
  13645.      * Gets the private 'templating.finder' shared service.
  13646.      *
  13647.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  13648.      *
  13649.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13650.      */
  13651.     protected function getTemplating_FinderService()
  13652.     {
  13653.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13654.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  13655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  13656.         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'));
  13657.     }
  13658.     /**
  13659.      * Gets the private 'templating.form.engine' shared service.
  13660.      *
  13661.      * @return \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine
  13662.      *
  13663.      * @deprecated The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13664.      */
  13665.     protected function getTemplating_Form_EngineService()
  13666.     {
  13667.         @trigger_error('The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13668.         return new \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()), $this->parameters['templating.helper.form.resources']);
  13669.     }
  13670.     /**
  13671.      * Gets the private 'templating.form.renderer' shared service.
  13672.      *
  13673.      * @return \Symfony\Component\Form\FormRenderer
  13674.      *
  13675.      * @deprecated The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13676.      */
  13677.     protected function getTemplating_Form_RendererService()
  13678.     {
  13679.         @trigger_error('The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13680.         return new \Symfony\Component\Form\FormRenderer($this->getTemplating_Form_EngineService(), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  13681.     }
  13682.     /**
  13683.      * Gets the private 'templating.globals' shared service.
  13684.      *
  13685.      * @return \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
  13686.      *
  13687.      * @deprecated The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13688.      */
  13689.     protected function getTemplating_GlobalsService()
  13690.     {
  13691.         @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13692.         return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);
  13693.     }
  13694.     /**
  13695.      * Gets the private 'templating.helper.actions' shared service.
  13696.      *
  13697.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
  13698.      *
  13699.      * @deprecated The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13700.      */
  13701.     protected function getTemplating_Helper_ActionsService()
  13702.     {
  13703.         @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13704.         return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  13705.     }
  13706.     /**
  13707.      * Gets the private 'templating.helper.assets' shared service.
  13708.      *
  13709.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper
  13710.      *
  13711.      * @deprecated The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13712.      */
  13713.     protected function getTemplating_Helper_AssetsService()
  13714.     {
  13715.         @trigger_error('The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13716.         return $this->privates['templating.helper.assets'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  13717.     }
  13718.     /**
  13719.      * Gets the private 'templating.helper.code' shared service.
  13720.      *
  13721.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
  13722.      *
  13723.      * @deprecated The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13724.      */
  13725.     protected function getTemplating_Helper_CodeService()
  13726.     {
  13727.         @trigger_error('The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13728.         return $this->privates['templating.helper.code'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  13729.     }
  13730.     /**
  13731.      * Gets the private 'templating.helper.form' shared service.
  13732.      *
  13733.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
  13734.      *
  13735.      * @deprecated The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13736.      */
  13737.     protected function getTemplating_Helper_FormService()
  13738.     {
  13739.         @trigger_error('The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13740.         return $this->privates['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper($this->getTemplating_Form_RendererService());
  13741.     }
  13742.     /**
  13743.      * Gets the private 'templating.helper.logout_url' shared service.
  13744.      *
  13745.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper
  13746.      *
  13747.      * @deprecated The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13748.      */
  13749.     protected function getTemplating_Helper_LogoutUrlService()
  13750.     {
  13751.         @trigger_error('The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13752.         return $this->privates['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  13753.     }
  13754.     /**
  13755.      * Gets the private 'templating.helper.markdown' shared service.
  13756.      *
  13757.      * @return \Knp\Bundle\MarkdownBundle\Helper\MarkdownHelper
  13758.      */
  13759.     protected function getTemplating_Helper_MarkdownService()
  13760.     {
  13761.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Helper/MarkdownHelper.php';
  13762.         return $this->privates['templating.helper.markdown'] = new \Knp\Bundle\MarkdownBundle\Helper\MarkdownHelper(($this->privates['markdown.parser.parser_manager'] ?? $this->getMarkdown_Parser_ParserManagerService()));
  13763.     }
  13764.     /**
  13765.      * Gets the private 'templating.helper.request' shared service.
  13766.      *
  13767.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
  13768.      *
  13769.      * @deprecated The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13770.      */
  13771.     protected function getTemplating_Helper_RequestService()
  13772.     {
  13773.         @trigger_error('The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13774.         return $this->privates['templating.helper.request'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13775.     }
  13776.     /**
  13777.      * Gets the private 'templating.helper.router' shared service.
  13778.      *
  13779.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
  13780.      *
  13781.      * @deprecated The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13782.      */
  13783.     protected function getTemplating_Helper_RouterService()
  13784.     {
  13785.         @trigger_error('The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13786.         return $this->privates['templating.helper.router'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper(($this->services['router'] ?? $this->getRouterService()));
  13787.     }
  13788.     /**
  13789.      * Gets the private 'templating.helper.security' shared service.
  13790.      *
  13791.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
  13792.      *
  13793.      * @deprecated The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13794.      */
  13795.     protected function getTemplating_Helper_SecurityService()
  13796.     {
  13797.         @trigger_error('The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13798.         return $this->privates['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  13799.     }
  13800.     /**
  13801.      * Gets the private 'templating.helper.session' shared service.
  13802.      *
  13803.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
  13804.      *
  13805.      * @deprecated The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13806.      */
  13807.     protected function getTemplating_Helper_SessionService()
  13808.     {
  13809.         @trigger_error('The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13810.         return $this->privates['templating.helper.session'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13811.     }
  13812.     /**
  13813.      * Gets the private 'templating.helper.slots' shared service.
  13814.      *
  13815.      * @return \Symfony\Component\Templating\Helper\SlotsHelper
  13816.      *
  13817.      * @deprecated The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13818.      */
  13819.     protected function getTemplating_Helper_SlotsService()
  13820.     {
  13821.         @trigger_error('The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13822.         return $this->privates['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  13823.     }
  13824.     /**
  13825.      * Gets the private 'templating.helper.stopwatch' shared service.
  13826.      *
  13827.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper
  13828.      *
  13829.      * @deprecated The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13830.      */
  13831.     protected function getTemplating_Helper_StopwatchService()
  13832.     {
  13833.         @trigger_error('The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13834.         return $this->privates['templating.helper.stopwatch'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13835.     }
  13836.     /**
  13837.      * Gets the private 'templating.helper.translator' shared service.
  13838.      *
  13839.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
  13840.      *
  13841.      * @deprecated The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13842.      */
  13843.     protected function getTemplating_Helper_TranslatorService()
  13844.     {
  13845.         @trigger_error('The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13846.         return $this->privates['templating.helper.translator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  13847.     }
  13848.     /**
  13849.      * Gets the private 'templating.locator' shared service.
  13850.      *
  13851.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  13852.      *
  13853.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13854.      */
  13855.     protected function getTemplating_LocatorService()
  13856.     {
  13857.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13858.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  13859.     }
  13860.     /**
  13861.      * Gets the private 'templating.name_parser' shared service.
  13862.      *
  13863.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  13864.      *
  13865.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13866.      */
  13867.     protected function getTemplating_NameParserService()
  13868.     {
  13869.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13870.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  13871.     }
  13872.     /**
  13873.      * Gets the private 'translation.extractor' shared service.
  13874.      *
  13875.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  13876.      */
  13877.     protected function getTranslation_ExtractorService()
  13878.     {
  13879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  13880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  13881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  13882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  13883.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  13884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/Extractor/AdminExtractor.php';
  13886.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  13887.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  13888.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  13889.         $instance->addExtractor('sonata_admin', new \Sonata\AdminBundle\Translator\Extractor\AdminExtractor(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService())));
  13890.         return $instance;
  13891.     }
  13892.     /**
  13893.      * Gets the private 'translation.loader.csv' shared service.
  13894.      *
  13895.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  13896.      */
  13897.     protected function getTranslation_Loader_CsvService()
  13898.     {
  13899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13901.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13902.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  13903.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  13904.     }
  13905.     /**
  13906.      * Gets the private 'translation.loader.dat' shared service.
  13907.      *
  13908.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  13909.      */
  13910.     protected function getTranslation_Loader_DatService()
  13911.     {
  13912.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13913.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  13914.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  13915.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  13916.     }
  13917.     /**
  13918.      * Gets the private 'translation.loader.ini' shared service.
  13919.      *
  13920.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  13921.      */
  13922.     protected function getTranslation_Loader_IniService()
  13923.     {
  13924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13925.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13926.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13927.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  13928.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  13929.     }
  13930.     /**
  13931.      * Gets the private 'translation.loader.json' shared service.
  13932.      *
  13933.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  13934.      */
  13935.     protected function getTranslation_Loader_JsonService()
  13936.     {
  13937.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13938.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13939.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13940.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  13941.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  13942.     }
  13943.     /**
  13944.      * Gets the private 'translation.loader.mo' shared service.
  13945.      *
  13946.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  13947.      */
  13948.     protected function getTranslation_Loader_MoService()
  13949.     {
  13950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13952.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13953.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  13954.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  13955.     }
  13956.     /**
  13957.      * Gets the private 'translation.loader.php' shared service.
  13958.      *
  13959.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  13960.      */
  13961.     protected function getTranslation_Loader_PhpService()
  13962.     {
  13963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13966.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  13967.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  13968.     }
  13969.     /**
  13970.      * Gets the private 'translation.loader.po' shared service.
  13971.      *
  13972.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  13973.      */
  13974.     protected function getTranslation_Loader_PoService()
  13975.     {
  13976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  13980.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  13981.     }
  13982.     /**
  13983.      * Gets the private 'translation.loader.qt' shared service.
  13984.      *
  13985.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  13986.      */
  13987.     protected function getTranslation_Loader_QtService()
  13988.     {
  13989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  13991.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  13992.     }
  13993.     /**
  13994.      * Gets the private 'translation.loader.res' shared service.
  13995.      *
  13996.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  13997.      */
  13998.     protected function getTranslation_Loader_ResService()
  13999.     {
  14000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14002.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  14003.     }
  14004.     /**
  14005.      * Gets the private 'translation.loader.xliff' shared service.
  14006.      *
  14007.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  14008.      */
  14009.     protected function getTranslation_Loader_XliffService()
  14010.     {
  14011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14013.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  14014.     }
  14015.     /**
  14016.      * Gets the private 'translation.loader.yml' shared service.
  14017.      *
  14018.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  14019.      */
  14020.     protected function getTranslation_Loader_YmlService()
  14021.     {
  14022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14026.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  14027.     }
  14028.     /**
  14029.      * Gets the private 'translation.reader' shared service.
  14030.      *
  14031.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  14032.      */
  14033.     protected function getTranslation_ReaderService()
  14034.     {
  14035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  14036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  14037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  14041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  14044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  14045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  14046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14049.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14050.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14051.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  14052.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  14053.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  14054.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  14055.         $instance->addLoader('yaml'$a);
  14056.         $instance->addLoader('yml'$a);
  14057.         $instance->addLoader('xlf'$b);
  14058.         $instance->addLoader('xliff'$b);
  14059.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  14060.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  14061.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  14062.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  14063.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  14064.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  14065.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  14066.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  14067.         return $instance;
  14068.     }
  14069.     /**
  14070.      * Gets the private 'translation.warmer' shared service.
  14071.      *
  14072.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  14073.      */
  14074.     protected function getTranslation_WarmerService()
  14075.     {
  14076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  14078.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14079.             'translator' => ['services''translator''getTranslatorService'false],
  14080.         ], [
  14081.             'translator' => '?',
  14082.         ]))->withContext('translation.warmer'$this));
  14083.     }
  14084.     /**
  14085.      * Gets the private 'translator.default' shared service.
  14086.      *
  14087.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  14088.      */
  14089.     protected function getTranslator_DefaultService()
  14090.     {
  14091.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14092.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  14093.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  14094.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  14095.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  14096.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  14097.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  14098.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  14099.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  14100.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  14101.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  14102.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  14103.         ], [
  14104.             'translation.loader.csv' => '?',
  14105.             'translation.loader.dat' => '?',
  14106.             'translation.loader.ini' => '?',
  14107.             'translation.loader.json' => '?',
  14108.             'translation.loader.mo' => '?',
  14109.             'translation.loader.php' => '?',
  14110.             'translation.loader.po' => '?',
  14111.             'translation.loader.qt' => '?',
  14112.             'translation.loader.res' => '?',
  14113.             'translation.loader.xliff' => '?',
  14114.             'translation.loader.yml' => '?',
  14115.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.cs.xliff'), => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.cs.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff'), 11 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 12 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff'), 13 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.de.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), 15 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), 16 => (\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/translations/SonataMultiUploadBundle.de.yaml'), 17 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 18 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.de.xliff'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), 20 => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/translations/messages.de.yaml')], '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/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff'), 11 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 12 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), 13 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.en.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), 15 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), 16 => (\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/translations/SonataMultiUploadBundle.en.yaml'), 17 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 18 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.en.xliff'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), 20 => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/translations/messages.en.yaml'), 21 => (\dirname(__DIR__4).'/translations/SonataMediaBundle.en.yaml')], '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/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.es.xliff'), => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.es.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.es.xliff'), 12 => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/translations/messages.es.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/translations/messages.et.yaml')], '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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff'), 10 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff'), 11 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.fr.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), 14 => (\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/translations/SonataMultiUploadBundle.fr.yaml'), 15 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.fr.xliff'), 16 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml'), 17 => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/translations/messages.fr.yaml')], '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/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'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.hu.xliff'), 10 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.hu.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.it.xliff'), 10 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.it.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.it.xliff'), 13 => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/translations/messages.it.yaml')], '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/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ja.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ja.xliff'), => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.ja.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.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/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.nl.xliff'), => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.nl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.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/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pl.xliff'), => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.pl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.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'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.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/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.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/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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ru.xliff'), 11 => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.ru.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), 13 => (\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/translations/SonataMultiUploadBundle.ru.yaml'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations/SonataClassificationBundle.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/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).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.sl.xliff'), => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations/SonataFormatterBundle.sl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), 11 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/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/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.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'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), 12 => (\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/SonataMediaBundle/translations'), 49 => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/ApplicationSonataUserBundle/translations'), 51 => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/ApplicationSonataMediaBundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 54 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/translations'), 56 => (\dirname(__DIR__4).'/src/Resources/RedCodeTreeBundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle/translations'), 58 => (\dirname(__DIR__4).'/src/Resources/CoopTilleulsCKEditorSonataMediaBundle/translations'), 59 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 61 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 62 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 63 => (\dirname(__DIR__4).'/src/Resources/SonataFormatterBundle/translations'), 64 => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/translations'), 65 => (\dirname(__DIR__4).'/src/Resources/KnpMarkdownBundle/translations'), 66 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 67 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineBundle/translations'), 68 => (\dirname(__DIR__4).'/src/Resources/SonataFormBundle/translations'), 69 => (\dirname(__DIR__4).'/src/Resources/SonataTwigBundle/translations'), 70 => (\dirname(__DIR__4).'/src/Resources/SonataMultiUploadBundle/translations'), 71 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 72 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 73 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 74 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 75 => (\dirname(__DIR__4).'/src/Resources/SonataClassificationBundle/translations'), 76 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 77 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 78 => (\dirname(__DIR__4).'/src/Resources/FOSOAuthServerBundle/translations'), 79 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 80 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 81 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 82 => (\dirname(__DIR__4).'/src/Resources/GesdinetJWTRefreshTokenBundle/translations'), 83 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 84 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 85 => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/translations'), 86 => (\dirname(__DIR__4).'/src/Resources/AclBundle/translations'), 87 => (\dirname(__DIR__4).'/src/Resources/DHAuditorBundle/translations'), 88 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 89 => (\dirname(__DIR__4).'/src/Resources/FOSElasticaBundle/translations'), 90 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 91 => (\dirname(__DIR__4).'/src/Resources/ExerciseHTMLPurifierBundle/translations'), 92 => (\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/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'=> 'mrvendor/sonata-project/media-bundle/src/Resources/translations'=> 'mrvendor/SonataFormatterBundle/src/Resources/translations'10 => 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'11 => 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'12 => 'mrvendor/sonata-multiupload-bundle-master/src/Resources/translations'13 => 'vendor/sonata-project/classification-bundle/src/Resources/translations'14 => 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'15 => 'vendor/damienharper/auditor-bundle/src/translations'16 => 'translations'17 => 'vendor/symfony/framework-bundle/translations'18 => 'src/Resources/FrameworkBundle/translations'19 => 'vendor/symfony/twig-bundle/translations'20 => 'src/Resources/TwigBundle/translations'21 => 'vendor/symfony/security-bundle/translations'22 => 'src/Resources/SecurityBundle/translations'23 => 'src/Resources/SonataDatagridBundle/translations'24 => 'src/Resources/SonataBlockBundle/translations'25 => 'vendor/knplabs/knp-menu-bundle/src/translations'26 => 'src/Resources/KnpMenuBundle/translations'27 => 'src/Resources/SonataAdminBundle/translations'28 => 'vendor/doctrine/doctrine-bundle/translations'29 => 'src/Resources/DoctrineBundle/translations'30 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'31 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'32 => 'vendor/symfony/web-server-bundle/translations'33 => 'src/Resources/WebServerBundle/translations'34 => 'vendor/symfony/maker-bundle/src/translations'35 => 'src/Resources/MakerBundle/translations'36 => 'vendor/doctrine/doctrine-migrations-bundle/translations'37 => 'src/Resources/DoctrineMigrationsBundle/translations'38 => 'vendor/friendsofsymfony/rest-bundle/translations'39 => 'src/Resources/FOSRestBundle/translations'40 => 'vendor/nelmio/api-doc-bundle/translations'41 => 'src/Resources/NelmioApiDocBundle/translations'42 => 'src/Resources/FOSUserBundle/translations'43 => 'src/Resources/SonataUserBundle/translations'44 => 'vendor/symfony/swiftmailer-bundle/translations'45 => 'src/Resources/SwiftmailerBundle/translations'46 => 'vendor/jms/serializer-bundle/translations'47 => 'src/Resources/JMSSerializerBundle/translations'48 => 'src/Resources/SonataMediaBundle/translations'49 => 'src/Application/Sonata/UserBundle/translations'50 => 'src/Resources/ApplicationSonataUserBundle/translations'51 => 'src/Application/Sonata/MediaBundle/translations'52 => 'src/Resources/ApplicationSonataMediaBundle/translations'53 => 'vendor/stof/doctrine-extensions-bundle/translations'54 => 'src/Resources/StofDoctrineExtensionsBundle/translations'55 => 'vendor/redcode/tree-bundle/RedCode/TreeBundle/translations'56 => 'src/Resources/RedCodeTreeBundle/translations'57 => 'vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle/translations'58 => 'src/Resources/CoopTilleulsCKEditorSonataMediaBundle/translations'59 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'60 => 'src/Resources/FOSCKEditorBundle/translations'61 => 'vendor/symfony/webpack-encore-bundle/src/translations'62 => 'src/Resources/WebpackEncoreBundle/translations'63 => 'src/Resources/SonataFormatterBundle/translations'64 => 'vendor/knplabs/knp-markdown-bundle/translations'65 => 'src/Resources/KnpMarkdownBundle/translations'66 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'67 => 'src/Resources/SonataDoctrineBundle/translations'68 => 'src/Resources/SonataFormBundle/translations'69 => 'src/Resources/SonataTwigBundle/translations'70 => 'src/Resources/SonataMultiUploadBundle/translations'71 => 'vendor/sensio/framework-extra-bundle/src/translations'72 => 'src/Resources/SensioFrameworkExtraBundle/translations'73 => 'vendor/nelmio/cors-bundle/translations'74 => 'src/Resources/NelmioCorsBundle/translations'75 => 'src/Resources/SonataClassificationBundle/translations'76 => 'vendor/symfony/web-profiler-bundle/translations'77 => 'src/Resources/WebProfilerBundle/translations'78 => 'src/Resources/FOSOAuthServerBundle/translations'79 => 'vendor/lexik/jwt-authentication-bundle/translations'80 => 'src/Resources/LexikJWTAuthenticationBundle/translations'81 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'82 => 'src/Resources/GesdinetJWTRefreshTokenBundle/translations'83 => 'vendor/symfony/monolog-bundle/translations'84 => 'src/Resources/MonologBundle/translations'85 => 'vendor/symfony/acl-bundle/src/translations'86 => 'src/Resources/AclBundle/translations'87 => 'src/Resources/DHAuditorBundle/translations'88 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'89 => 'src/Resources/FOSElasticaBundle/translations'90 => 'vendor/exercise/htmlpurifier-bundle/src/translations'91 => 'src/Resources/ExerciseHTMLPurifierBundle/translations'92 => 'src/Resources/translations']]]);
  14116.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  14117.         $instance->setFallbackLocales([=> 'en']);
  14118.         return $instance;
  14119.     }
  14120.     /**
  14121.      * Gets the private 'twig.cache_warmer' shared service.
  14122.      *
  14123.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  14124.      *
  14125.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  14126.      */
  14127.     protected function getTwig_CacheWarmerService()
  14128.     {
  14129.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  14130.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  14131.     }
  14132.     /**
  14133.      * Gets the private 'twig.command.debug' shared service.
  14134.      *
  14135.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  14136.      */
  14137.     protected function getTwig_Command_DebugService()
  14138.     {
  14139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14140.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  14141.         $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'));
  14142.         $instance->setName('debug:twig');
  14143.         return $instance;
  14144.     }
  14145.     /**
  14146.      * Gets the private 'twig.command.lint' shared service.
  14147.      *
  14148.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  14149.      */
  14150.     protected function getTwig_Command_LintService()
  14151.     {
  14152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14153.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  14154.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  14155.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  14156.         $instance->setName('lint:twig');
  14157.         return $instance;
  14158.     }
  14159.     /**
  14160.      * Gets the private 'twig.form.renderer' shared service.
  14161.      *
  14162.      * @return \Symfony\Component\Form\FormRenderer
  14163.      */
  14164.     protected function getTwig_Form_RendererService()
  14165.     {
  14166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  14167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  14168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  14169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  14170.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  14171.         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()));
  14172.     }
  14173.     /**
  14174.      * Gets the private 'twig.loader.filesystem' shared service.
  14175.      *
  14176.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  14177.      */
  14178.     protected function getTwig_Loader_FilesystemService()
  14179.     {
  14180.         $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));
  14181.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  14182.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  14183.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  14184.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  14185.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  14186.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  14187.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  14188.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  14189.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  14190.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  14191.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  14192.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  14193.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  14194.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  14195.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  14196.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  14197.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  14198.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  14199.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  14200.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  14201.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  14202.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  14203.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  14204.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  14205.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  14206.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  14207.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  14208.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  14209.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  14210.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/RedCodeTreeBundle'), 'RedCodeTree');
  14211.         $instance->addPath((\dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Resources/views'), 'RedCodeTree');
  14212.         $instance->addPath((\dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Resources/views'), '!RedCodeTree');
  14213.         $instance->addPath((\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle/Resources/views'), 'CoopTilleulsCKEditorSonataMedia');
  14214.         $instance->addPath((\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle/Resources/views'), '!CoopTilleulsCKEditorSonataMedia');
  14215.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  14216.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  14217.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/views'), 'SonataFormatter');
  14218.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/views'), '!SonataFormatter');
  14219.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  14220.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  14221.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  14222.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  14223.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/views'), 'SonataMultiUpload');
  14224.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/views'), '!SonataMultiUpload');
  14225.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/views'), 'SonataClassification');
  14226.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/views'), '!SonataClassification');
  14227.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  14228.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  14229.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  14230.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  14231.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/DHAuditorBundle'), 'DHAuditor');
  14232.         $instance->addPath((\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Resources/views'), 'DHAuditor');
  14233.         $instance->addPath((\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Resources/views'), '!DHAuditor');
  14234.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  14235.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  14236.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  14237.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  14238.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  14239.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  14240.         return $instance;
  14241.     }
  14242.     /**
  14243.      * Gets the private 'twig.mailer.message_listener' shared service.
  14244.      *
  14245.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  14246.      */
  14247.     protected function getTwig_Mailer_MessageListenerService()
  14248.     {
  14249.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  14250.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  14251.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  14252.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  14253.     }
  14254.     /**
  14255.      * Gets the private 'twig.runtime.httpkernel' shared service.
  14256.      *
  14257.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  14258.      */
  14259.     protected function getTwig_Runtime_HttpkernelService()
  14260.     {
  14261.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  14262.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  14263.     }
  14264.     /**
  14265.      * Gets the private 'twig.runtime.security_csrf' shared service.
  14266.      *
  14267.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  14268.      */
  14269.     protected function getTwig_Runtime_SecurityCsrfService()
  14270.     {
  14271.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  14272.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  14273.     }
  14274.     /**
  14275.      * Gets the private 'twig.template_cache_warmer' shared service.
  14276.      *
  14277.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  14278.      */
  14279.     protected function getTwig_TemplateCacheWarmerService()
  14280.     {
  14281.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14282.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  14283.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  14284.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  14285.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  14286.     }
  14287.     /**
  14288.      * Gets the private 'validator.builder' shared service.
  14289.      *
  14290.      * @return \Symfony\Component\Validator\ValidatorBuilder
  14291.      */
  14292.     protected function getValidator_BuilderService()
  14293.     {
  14294.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  14295.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  14296.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  14297.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  14298.         $instance->setTranslationDomain('validators');
  14299.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  14300.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14301.         $instance->addMethodMapping('loadValidatorMetadata');
  14302.         $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()))]);
  14303.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  14304.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  14305.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  14306.         return $instance;
  14307.     }
  14308.     /**
  14309.      * Gets the private 'validator.email' shared service.
  14310.      *
  14311.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  14312.      */
  14313.     protected function getValidator_EmailService()
  14314.     {
  14315.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14316.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14317.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  14318.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  14319.     }
  14320.     /**
  14321.      * Gets the private 'validator.expression' shared service.
  14322.      *
  14323.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  14324.      */
  14325.     protected function getValidator_ExpressionService()
  14326.     {
  14327.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14328.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14329.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  14330.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  14331.     }
  14332.     /**
  14333.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  14334.      *
  14335.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  14336.      */
  14337.     protected function getValidator_Mapping_CacheWarmerService()
  14338.     {
  14339.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  14342.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  14343.     }
  14344.     /**
  14345.      * Gets the private 'validator.not_compromised_password' shared service.
  14346.      *
  14347.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  14348.      */
  14349.     protected function getValidator_NotCompromisedPasswordService()
  14350.     {
  14351.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14352.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14353.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  14354.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  14355.     }
  14356.     /**
  14357.      * Gets the private 'validator.validator_factory' shared service.
  14358.      *
  14359.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  14360.      */
  14361.     protected function getValidator_ValidatorFactoryService()
  14362.     {
  14363.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14364.             'App\\Validator\\DuplicateUserEmailValidator' => ['privates''App\\Validator\\DuplicateUserEmailValidator''getDuplicateUserEmailValidatorService'false],
  14365.             'App\\Validator\\DuplicateUsernameValidator' => ['privates''App\\Validator\\DuplicateUsernameValidator''getDuplicateUsernameValidatorService'false],
  14366.             'App\\Validator\\IsEvenValidator' => ['privates''App\\Validator\\IsEvenValidator''getIsEvenValidatorService'false],
  14367.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  14368.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  14369.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates''Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator''getImageUploadDimensionValidatorService'false],
  14370.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  14371.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14372.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14373.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  14374.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14375.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  14376.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14377.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14378.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  14379.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  14380.             'sonata.formatter.validator.formatter' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  14381.             'sonata.media.validator.format' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  14382.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14383.         ], [
  14384.             'App\\Validator\\DuplicateUserEmailValidator' => '?',
  14385.             'App\\Validator\\DuplicateUsernameValidator' => '?',
  14386.             'App\\Validator\\IsEvenValidator' => '?',
  14387.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  14388.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => '?',
  14389.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
  14390.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  14391.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  14392.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  14393.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  14394.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  14395.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  14396.             'doctrine.orm.validator.unique' => '?',
  14397.             'security.validator.user_password' => '?',
  14398.             'sonata.admin.validator.inline' => '?',
  14399.             'sonata.form.validator.inline' => '?',
  14400.             'sonata.formatter.validator.formatter' => '?',
  14401.             'sonata.media.validator.format' => '?',
  14402.             'validator.expression' => '?',
  14403.         ]));
  14404.     }
  14405.     /**
  14406.      * Gets the private 'web_profiler.csp.handler' shared service.
  14407.      *
  14408.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  14409.      */
  14410.     protected function getWebProfiler_Csp_HandlerService()
  14411.     {
  14412.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  14413.     }
  14414.     /**
  14415.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  14416.      *
  14417.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  14418.      */
  14419.     protected function getWebProfiler_DebugToolbarService()
  14420.     {
  14421.         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()));
  14422.     }
  14423.     /**
  14424.      * Gets the private 'web_server.command.server_log' shared service.
  14425.      *
  14426.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand
  14427.      */
  14428.     protected function getWebServer_Command_ServerLogService()
  14429.     {
  14430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14431.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerLogCommand.php';
  14432.         $this->privates['web_server.command.server_log'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand();
  14433.         $instance->setName('server:log');
  14434.         return $instance;
  14435.     }
  14436.     /**
  14437.      * Gets the private 'web_server.command.server_run' shared service.
  14438.      *
  14439.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  14440.      */
  14441.     protected function getWebServer_Command_ServerRunService()
  14442.     {
  14443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14444.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  14445.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  14446.         $instance->setName('server:run');
  14447.         return $instance;
  14448.     }
  14449.     /**
  14450.      * Gets the private 'web_server.command.server_start' shared service.
  14451.      *
  14452.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  14453.      */
  14454.     protected function getWebServer_Command_ServerStartService()
  14455.     {
  14456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14457.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  14458.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  14459.         $instance->setName('server:start');
  14460.         return $instance;
  14461.     }
  14462.     /**
  14463.      * Gets the private 'web_server.command.server_status' shared service.
  14464.      *
  14465.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  14466.      */
  14467.     protected function getWebServer_Command_ServerStatusService()
  14468.     {
  14469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14470.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  14471.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  14472.         $instance->setName('server:status');
  14473.         return $instance;
  14474.     }
  14475.     /**
  14476.      * Gets the private 'web_server.command.server_stop' shared service.
  14477.      *
  14478.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  14479.      */
  14480.     protected function getWebServer_Command_ServerStopService()
  14481.     {
  14482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14483.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  14484.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  14485.         $instance->setName('server:stop');
  14486.         return $instance;
  14487.     }
  14488.     /**
  14489.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  14490.      *
  14491.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  14492.      */
  14493.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  14494.     {
  14495.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14497.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  14498.         return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'), ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  14499.     }
  14500.     /**
  14501.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  14502.      *
  14503.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  14504.      */
  14505.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  14506.     {
  14507.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  14508.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  14509.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  14510.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  14511.     }
  14512.     /**
  14513.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  14514.      *
  14515.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  14516.      */
  14517.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  14518.     {
  14519.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  14520.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  14521.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14522.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  14523.         ], [
  14524.             '_default' => '?',
  14525.         ]), '_default');
  14526.     }
  14527.     /**
  14528.      * Gets the private 'webpack_encore.exception_listener' shared service.
  14529.      *
  14530.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  14531.      */
  14532.     protected function getWebpackEncore_ExceptionListenerService()
  14533.     {
  14534.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  14535.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  14536.     }
  14537.     /**
  14538.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  14539.      *
  14540.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  14541.      */
  14542.     protected function getWebpackEncore_TagRendererService()
  14543.     {
  14544.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  14545.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14546.     }
  14547.     /**
  14548.      * @return array|bool|float|int|string|null
  14549.      */
  14550.     public function getParameter($name)
  14551.     {
  14552.         $name = (string) $name;
  14553.         if (isset($this->buildParameters[$name])) {
  14554.             return $this->buildParameters[$name];
  14555.         }
  14556.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  14557.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  14558.         }
  14559.         if (isset($this->loadedDynamicParameters[$name])) {
  14560.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14561.         }
  14562.         return $this->parameters[$name];
  14563.     }
  14564.     public function hasParameter($name): bool
  14565.     {
  14566.         $name = (string) $name;
  14567.         if (isset($this->buildParameters[$name])) {
  14568.             return true;
  14569.         }
  14570.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  14571.     }
  14572.     public function setParameter($name$value): void
  14573.     {
  14574.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  14575.     }
  14576.     public function getParameterBag(): ParameterBagInterface
  14577.     {
  14578.         if (null === $this->parameterBag) {
  14579.             $parameters $this->parameters;
  14580.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  14581.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14582.             }
  14583.             foreach ($this->buildParameters as $name => $value) {
  14584.                 $parameters[$name] = $value;
  14585.             }
  14586.             $this->parameterBag = new FrozenParameterBag($parameters);
  14587.         }
  14588.         return $this->parameterBag;
  14589.     }
  14590.     private $loadedDynamicParameters = [
  14591.         'kernel.cache_dir' => false,
  14592.         'kernel.secret' => false,
  14593.         'session.save_path' => false,
  14594.         'validator.mapping.cache.file' => false,
  14595.         'profiler.storage.dsn' => false,
  14596.         'debug.container.dump' => false,
  14597.         'serializer.mapping.cache.file' => false,
  14598.         'doctrine.orm.proxy_dir' => false,
  14599.         'fos_user.registration.confirmation.from_email' => false,
  14600.         'fos_user.resetting.email.from_email' => false,
  14601.         'swiftmailer.spool.default.memory.path' => false,
  14602.         'nelmio_cors.defaults' => false,
  14603.         'lexik_jwt_authentication.pass_phrase' => false,
  14604.         'lexik_jwt_authentication.token_ttl' => false,
  14605.     ];
  14606.     private $dynamicParameters = [];
  14607.     private function getDynamicParameter(string $name)
  14608.     {
  14609.         switch ($name) {
  14610.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  14611.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  14612.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  14613.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  14614.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  14615.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  14616.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  14617.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  14618.             case 'fos_user.registration.confirmation.from_email'$value = [
  14619.                 $this->getEnv('mailer_user') => $this->getEnv('mailer_username'),
  14620.             ]; break;
  14621.             case 'fos_user.resetting.email.from_email'$value = [
  14622.                 $this->getEnv('mailer_user') => $this->getEnv('mailer_username'),
  14623.             ]; break;
  14624.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  14625.             case 'nelmio_cors.defaults'$value = [
  14626.                 'allow_origin' => [
  14627.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  14628.                 ],
  14629.                 'allow_credentials' => true,
  14630.                 'allow_headers' => [
  14631.                     => 'content-type',
  14632.                     => 'authorization',
  14633.                 ],
  14634.                 'expose_headers' => [
  14635.                 ],
  14636.                 'allow_methods' => [
  14637.                     => 'GET',
  14638.                     => 'OPTIONS',
  14639.                     => 'POST',
  14640.                     => 'PUT',
  14641.                     => 'PATCH',
  14642.                     => 'DELETE',
  14643.                 ],
  14644.                 'max_age' => 3600,
  14645.                 'hosts' => [
  14646.                 ],
  14647.                 'origin_regex' => true,
  14648.                 'forced_allow_origin_value' => NULL,
  14649.             ]; break;
  14650.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  14651.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('jwt_token_ttl'); break;
  14652.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  14653.         }
  14654.         $this->loadedDynamicParameters[$name] = true;
  14655.         return $this->dynamicParameters[$name] = $value;
  14656.     }
  14657.     protected function getDefaultParameters(): array
  14658.     {
  14659.         return [
  14660.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  14661.             'kernel.project_dir' => \dirname(__DIR__4),
  14662.             'kernel.environment' => 'dev',
  14663.             'kernel.debug' => true,
  14664.             'kernel.name' => 'src',
  14665.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  14666.             'kernel.bundles' => [
  14667.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  14668.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  14669.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  14670.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  14671.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  14672.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  14673.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  14674.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  14675.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  14676.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  14677.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  14678.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  14679.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  14680.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  14681.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  14682.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  14683.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  14684.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  14685.                 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  14686.                 'ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\ApplicationSonataUserBundle',
  14687.                 'ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\ApplicationSonataMediaBundle',
  14688.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  14689.                 'RedCodeTreeBundle' => 'RedCode\\TreeBundle\\RedCodeTreeBundle',
  14690.                 'CoopTilleulsCKEditorSonataMediaBundle' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\CoopTilleulsCKEditorSonataMediaBundle',
  14691.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  14692.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  14693.                 'SonataFormatterBundle' => 'Sonata\\FormatterBundle\\SonataFormatterBundle',
  14694.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  14695.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  14696.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  14697.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  14698.                 'SonataMultiUploadBundle' => 'SilasJoisten\\Sonata\\MultiUploadBundle\\SonataMultiUploadBundle',
  14699.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  14700.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  14701.                 'SonataClassificationBundle' => 'Sonata\\ClassificationBundle\\SonataClassificationBundle',
  14702.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  14703.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  14704.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  14705.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  14706.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  14707.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  14708.                 'DHAuditorBundle' => 'DH\\AuditorBundle\\DHAuditorBundle',
  14709.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  14710.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  14711.             ],
  14712.             'kernel.bundles_metadata' => [
  14713.                 'FrameworkBundle' => [
  14714.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  14715.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  14716.                 ],
  14717.                 'TwigBundle' => [
  14718.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  14719.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  14720.                 ],
  14721.                 'SecurityBundle' => [
  14722.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  14723.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  14724.                 ],
  14725.                 'SonataDatagridBundle' => [
  14726.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  14727.                     'namespace' => 'Sonata\\DatagridBundle',
  14728.                 ],
  14729.                 'SonataBlockBundle' => [
  14730.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  14731.                     'namespace' => 'Sonata\\BlockBundle',
  14732.                 ],
  14733.                 'KnpMenuBundle' => [
  14734.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  14735.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  14736.                 ],
  14737.                 'SonataAdminBundle' => [
  14738.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  14739.                     'namespace' => 'Sonata\\AdminBundle',
  14740.                 ],
  14741.                 'DoctrineBundle' => [
  14742.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  14743.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  14744.                 ],
  14745.                 'SonataDoctrineORMAdminBundle' => [
  14746.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  14747.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  14748.                 ],
  14749.                 'WebServerBundle' => [
  14750.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  14751.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  14752.                 ],
  14753.                 'MakerBundle' => [
  14754.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  14755.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  14756.                 ],
  14757.                 'DoctrineMigrationsBundle' => [
  14758.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  14759.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  14760.                 ],
  14761.                 'FOSRestBundle' => [
  14762.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  14763.                     'namespace' => 'FOS\\RestBundle',
  14764.                 ],
  14765.                 'NelmioApiDocBundle' => [
  14766.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  14767.                     'namespace' => 'Nelmio\\ApiDocBundle',
  14768.                 ],
  14769.                 'FOSUserBundle' => [
  14770.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  14771.                     'namespace' => 'FOS\\UserBundle',
  14772.                 ],
  14773.                 'SonataUserBundle' => [
  14774.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  14775.                     'namespace' => 'Sonata\\UserBundle',
  14776.                 ],
  14777.                 'SwiftmailerBundle' => [
  14778.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  14779.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  14780.                 ],
  14781.                 'JMSSerializerBundle' => [
  14782.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  14783.                     'namespace' => 'JMS\\SerializerBundle',
  14784.                 ],
  14785.                 'SonataMediaBundle' => [
  14786.                     'path' => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src'),
  14787.                     'namespace' => 'Sonata\\MediaBundle',
  14788.                 ],
  14789.                 'ApplicationSonataUserBundle' => [
  14790.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle'),
  14791.                     'namespace' => 'App\\Application\\Sonata\\UserBundle',
  14792.                 ],
  14793.                 'ApplicationSonataMediaBundle' => [
  14794.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle'),
  14795.                     'namespace' => 'App\\Application\\Sonata\\MediaBundle',
  14796.                 ],
  14797.                 'StofDoctrineExtensionsBundle' => [
  14798.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  14799.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  14800.                 ],
  14801.                 'RedCodeTreeBundle' => [
  14802.                     'path' => (\dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle'),
  14803.                     'namespace' => 'RedCode\\TreeBundle',
  14804.                 ],
  14805.                 'CoopTilleulsCKEditorSonataMediaBundle' => [
  14806.                     'path' => (\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle'),
  14807.                     'namespace' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle',
  14808.                 ],
  14809.                 'FOSCKEditorBundle' => [
  14810.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  14811.                     'namespace' => 'FOS\\CKEditorBundle',
  14812.                 ],
  14813.                 'WebpackEncoreBundle' => [
  14814.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  14815.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  14816.                 ],
  14817.                 'SonataFormatterBundle' => [
  14818.                     'path' => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src'),
  14819.                     'namespace' => 'Sonata\\FormatterBundle',
  14820.                 ],
  14821.                 'KnpMarkdownBundle' => [
  14822.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  14823.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  14824.                 ],
  14825.                 'SonataDoctrineBundle' => [
  14826.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  14827.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  14828.                 ],
  14829.                 'SonataFormBundle' => [
  14830.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  14831.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  14832.                 ],
  14833.                 'SonataTwigBundle' => [
  14834.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  14835.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  14836.                 ],
  14837.                 'SonataMultiUploadBundle' => [
  14838.                     'path' => (\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src'),
  14839.                     'namespace' => 'SilasJoisten\\Sonata\\MultiUploadBundle',
  14840.                 ],
  14841.                 'SensioFrameworkExtraBundle' => [
  14842.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  14843.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  14844.                 ],
  14845.                 'NelmioCorsBundle' => [
  14846.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  14847.                     'namespace' => 'Nelmio\\CorsBundle',
  14848.                 ],
  14849.                 'SonataClassificationBundle' => [
  14850.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src'),
  14851.                     'namespace' => 'Sonata\\ClassificationBundle',
  14852.                 ],
  14853.                 'WebProfilerBundle' => [
  14854.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  14855.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  14856.                 ],
  14857.                 'FOSOAuthServerBundle' => [
  14858.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  14859.                     'namespace' => 'FOS\\OAuthServerBundle',
  14860.                 ],
  14861.                 'LexikJWTAuthenticationBundle' => [
  14862.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  14863.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  14864.                 ],
  14865.                 'GesdinetJWTRefreshTokenBundle' => [
  14866.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  14867.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  14868.                 ],
  14869.                 'MonologBundle' => [
  14870.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  14871.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  14872.                 ],
  14873.                 'AclBundle' => [
  14874.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  14875.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  14876.                 ],
  14877.                 'DHAuditorBundle' => [
  14878.                     'path' => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src'),
  14879.                     'namespace' => 'DH\\AuditorBundle',
  14880.                 ],
  14881.                 'FOSElasticaBundle' => [
  14882.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  14883.                     'namespace' => 'FOS\\ElasticaBundle',
  14884.                 ],
  14885.                 'ExerciseHTMLPurifierBundle' => [
  14886.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  14887.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  14888.                 ],
  14889.             ],
  14890.             'kernel.charset' => 'UTF-8',
  14891.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  14892.             'container.dumper.inline_class_loader' => true,
  14893.             'container.dumper.inline_factories' => true,
  14894.             'event_dispatcher.event_aliases' => [
  14895.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  14896.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  14897.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  14898.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  14899.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  14900.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  14901.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  14902.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  14903.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  14904.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  14905.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  14906.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  14907.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  14908.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  14909.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  14910.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  14911.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  14912.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  14913.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  14914.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  14915.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  14916.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  14917.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  14918.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  14919.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  14920.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  14921.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  14922.             ],
  14923.             'fragment.renderer.hinclude.global_template' => NULL,
  14924.             'fragment.path' => '/_fragment',
  14925.             'kernel.http_method_override' => true,
  14926.             'kernel.trusted_hosts' => [
  14927.             ],
  14928.             'kernel.default_locale' => 'en',
  14929.             'kernel.error_controller' => 'error_controller',
  14930.             'templating.helper.code.file_link_format' => NULL,
  14931.             'debug.file_link_format' => NULL,
  14932.             'session.metadata.storage_key' => '_sf2_meta',
  14933.             'session.storage.options' => [
  14934.                 'cache_limiter' => '0',
  14935.                 'cookie_secure' => 'auto',
  14936.                 'cookie_httponly' => true,
  14937.                 'cookie_samesite' => 'lax',
  14938.                 'gc_probability' => 1,
  14939.             ],
  14940.             'session.metadata.update_threshold' => 0,
  14941.             'form.type_extension.csrf.enabled' => true,
  14942.             'form.type_extension.csrf.field_name' => '_token',
  14943.             'asset.request_context.base_path' => '',
  14944.             'asset.request_context.secure' => false,
  14945.             'templating.loader.cache.path' => NULL,
  14946.             'templating.engines' => [
  14947.                 => 'twig',
  14948.                 => 'php',
  14949.             ],
  14950.             'templating.helper.form.resources' => [
  14951.                 => 'FrameworkBundle:Form',
  14952.             ],
  14953.             'validator.translation_domain' => 'validators',
  14954.             'translator.logging' => false,
  14955.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  14956.             'profiler_listener.only_exceptions' => false,
  14957.             'profiler_listener.only_master_requests' => false,
  14958.             'debug.error_handler.throw_at' => -1,
  14959.             'router.request_context.host' => 'localhost',
  14960.             'router.request_context.scheme' => 'http',
  14961.             'router.request_context.base_url' => '',
  14962.             'router.resource' => 'kernel::loadRoutes',
  14963.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  14964.             'request_listener.http_port' => 80,
  14965.             'request_listener.https_port' => 443,
  14966.             'twig.exception_listener.controller' => NULL,
  14967.             'twig.form.resources' => [
  14968.                 => 'form_div_layout.html.twig',
  14969.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  14970.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  14971.                 => 'admin/Form/ckeditor_widget.html.twig',
  14972.                 => 'admin/Form/color_picker.html.twig',
  14973.             ],
  14974.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  14975.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  14976.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  14977.             'security.role_hierarchy.roles' => [
  14978.                 'ROLE_SONATA_FOO_READER' => [
  14979.                     => NULL,
  14980.                 ],
  14981.                 'ROLE_SONATA_FOO_EDITOR' => [
  14982.                     => NULL,
  14983.                 ],
  14984.                 'ROLE_SONATA_FOO_ADMIN' => [
  14985.                     => NULL,
  14986.                 ],
  14987.                 'ROLE_STAFF' => [
  14988.                     => 'ROLE_USER',
  14989.                     => 'ROLE_SONATA_FOO_READER',
  14990.                 ],
  14991.                 'ROLE_ADMIN' => [
  14992.                     => 'ROLE_STAFF',
  14993.                     => 'ROLE_SONATA_FOO_EDITOR',
  14994.                     => 'ROLE_SONATA_FOO_ADMIN',
  14995.                 ],
  14996.                 'ROLE_SUPER_ADMIN' => [
  14997.                     => 'ROLE_ADMIN',
  14998.                     => 'ROLE_ALLOWED_TO_SWITCH',
  14999.                 ],
  15000.                 'ROLE_ALL_ADMIN' => [
  15001.                     => 'ROLE_STAFF',
  15002.                     => 'ROLE_SONATA_FOO_ALL',
  15003.                 ],
  15004.             ],
  15005.             'security.access.denied_url' => NULL,
  15006.             'security.authentication.manager.erase_credentials' => true,
  15007.             'security.authentication.session_strategy.strategy' => 'migrate',
  15008.             'security.access.always_authenticate_before_granting' => false,
  15009.             'security.authentication.hide_user_not_found' => true,
  15010.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  15011.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  15012.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  15013.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  15014.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  15015.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  15016.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  15017.             'sonata.block.container.types' => [
  15018.                 => 'sonata.block.service.container',
  15019.                 => 'sonata.page.block.container',
  15020.                 => 'sonata.dashboard.block.container',
  15021.                 => 'cmf.block.container',
  15022.                 => 'cmf.block.slideshow',
  15023.             ],
  15024.             'sonata_block.blocks' => [
  15025.                 'sonata.admin.block.admin_list' => [
  15026.                     'contexts' => [
  15027.                         => 'admin',
  15028.                     ],
  15029.                     'templates' => [
  15030.                     ],
  15031.                     'cache' => 'sonata.cache.noop',
  15032.                     'settings' => [
  15033.                     ],
  15034.                 ],
  15035.                 'sonata.block.service.container' => [
  15036.                     'contexts' => [
  15037.                     ],
  15038.                     'templates' => [
  15039.                     ],
  15040.                     'cache' => 'sonata.cache.noop',
  15041.                     'settings' => [
  15042.                     ],
  15043.                 ],
  15044.                 'sonata.block.service.empty' => [
  15045.                     'contexts' => [
  15046.                     ],
  15047.                     'templates' => [
  15048.                     ],
  15049.                     'cache' => 'sonata.cache.noop',
  15050.                     'settings' => [
  15051.                     ],
  15052.                 ],
  15053.                 'sonata.block.service.text' => [
  15054.                     'contexts' => [
  15055.                     ],
  15056.                     'templates' => [
  15057.                     ],
  15058.                     'cache' => 'sonata.cache.noop',
  15059.                     'settings' => [
  15060.                     ],
  15061.                 ],
  15062.                 'sonata.block.service.rss' => [
  15063.                     'contexts' => [
  15064.                     ],
  15065.                     'templates' => [
  15066.                     ],
  15067.                     'cache' => 'sonata.cache.noop',
  15068.                     'settings' => [
  15069.                     ],
  15070.                 ],
  15071.                 'sonata.block.service.menu' => [
  15072.                     'contexts' => [
  15073.                     ],
  15074.                     'templates' => [
  15075.                     ],
  15076.                     'cache' => 'sonata.cache.noop',
  15077.                     'settings' => [
  15078.                     ],
  15079.                 ],
  15080.                 'sonata.block.service.template' => [
  15081.                     'contexts' => [
  15082.                     ],
  15083.                     'templates' => [
  15084.                     ],
  15085.                     'cache' => 'sonata.cache.noop',
  15086.                     'settings' => [
  15087.                     ],
  15088.                 ],
  15089.                 'sonata.admin.block.search_result' => [
  15090.                     'contexts' => [
  15091.                     ],
  15092.                     'templates' => [
  15093.                     ],
  15094.                     'cache' => 'sonata.cache.noop',
  15095.                     'settings' => [
  15096.                     ],
  15097.                 ],
  15098.                 'sonata.admin.block.stats' => [
  15099.                     'contexts' => [
  15100.                     ],
  15101.                     'templates' => [
  15102.                     ],
  15103.                     'cache' => 'sonata.cache.noop',
  15104.                     'settings' => [
  15105.                     ],
  15106.                 ],
  15107.                 'sonata.media.block.media' => [
  15108.                     'contexts' => [
  15109.                     ],
  15110.                     'templates' => [
  15111.                     ],
  15112.                     'cache' => 'sonata.cache.noop',
  15113.                     'settings' => [
  15114.                     ],
  15115.                 ],
  15116.                 'sonata.media.block.feature_media' => [
  15117.                     'contexts' => [
  15118.                     ],
  15119.                     'templates' => [
  15120.                     ],
  15121.                     'cache' => 'sonata.cache.noop',
  15122.                     'settings' => [
  15123.                     ],
  15124.                 ],
  15125.                 'sonata.media.block.gallery' => [
  15126.                     'contexts' => [
  15127.                     ],
  15128.                     'templates' => [
  15129.                     ],
  15130.                     'cache' => 'sonata.cache.noop',
  15131.                     'settings' => [
  15132.                     ],
  15133.                 ],
  15134.                 'sonata.media.block.gallery_list' => [
  15135.                     'contexts' => [
  15136.                     ],
  15137.                     'templates' => [
  15138.                     ],
  15139.                     'cache' => 'sonata.cache.noop',
  15140.                     'settings' => [
  15141.                     ],
  15142.                 ],
  15143.                 'sonata.formatter.block.formatter' => [
  15144.                     'contexts' => [
  15145.                     ],
  15146.                     'templates' => [
  15147.                     ],
  15148.                     'cache' => 'sonata.cache.noop',
  15149.                     'settings' => [
  15150.                     ],
  15151.                 ],
  15152.             ],
  15153.             'sonata_block.blocks_by_class' => [
  15154.             ],
  15155.             'sonata_blocks.block_types' => [
  15156.                 => 'sonata.admin.block.admin_list',
  15157.                 => 'sonata.block.service.container',
  15158.                 => 'sonata.block.service.empty',
  15159.                 => 'sonata.block.service.text',
  15160.                 => 'sonata.block.service.rss',
  15161.                 => 'sonata.block.service.menu',
  15162.                 => 'sonata.block.service.template',
  15163.                 => 'sonata.admin.block.search_result',
  15164.                 => 'sonata.admin.block.stats',
  15165.                 => 'sonata.media.block.media',
  15166.                 10 => 'sonata.media.block.feature_media',
  15167.                 11 => 'sonata.media.block.gallery',
  15168.                 12 => 'sonata.media.block.gallery_list',
  15169.                 13 => 'sonata.formatter.block.formatter',
  15170.             ],
  15171.             'sonata_block.cache_blocks' => [
  15172.                 'by_type' => [
  15173.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  15174.                     'sonata.block.service.container' => 'sonata.cache.noop',
  15175.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  15176.                     'sonata.block.service.text' => 'sonata.cache.noop',
  15177.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  15178.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  15179.                     'sonata.block.service.template' => 'sonata.cache.noop',
  15180.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  15181.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  15182.                     'sonata.media.block.media' => 'sonata.cache.noop',
  15183.                     'sonata.media.block.feature_media' => 'sonata.cache.noop',
  15184.                     'sonata.media.block.gallery' => 'sonata.cache.noop',
  15185.                     'sonata.media.block.gallery_list' => 'sonata.cache.noop',
  15186.                     'sonata.formatter.block.formatter' => 'sonata.cache.noop',
  15187.                 ],
  15188.             ],
  15189.             'sonata_blocks.default_contexts' => [
  15190.             ],
  15191.             'knp_menu.renderer.list.options' => [
  15192.             ],
  15193.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  15194.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  15195.             'knp_menu.renderer.twig.options' => [
  15196.             ],
  15197.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  15198.             'knp_menu.default_renderer' => 'twig',
  15199.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  15200.                 'choice' => 'select',
  15201.                 'boolean' => 'select',
  15202.                 'text' => 'text',
  15203.                 'textarea' => 'textarea',
  15204.                 'html' => 'textarea',
  15205.                 'email' => 'email',
  15206.                 'string' => 'text',
  15207.                 'smallint' => 'text',
  15208.                 'bigint' => 'text',
  15209.                 'integer' => 'number',
  15210.                 'decimal' => 'number',
  15211.                 'currency' => 'number',
  15212.                 'percent' => 'number',
  15213.                 'url' => 'url',
  15214.                 'date' => 'date',
  15215.             ],
  15216.             'sonata.admin.configuration.legacy_twig_text_extension' => true,
  15217.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  15218.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  15219.             'sonata.admin.configuration.templates' => [
  15220.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  15221.                 'preview' => 'admin/CRUD/preview.html.twig',
  15222.                 'outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig',
  15223.                 'edit' => 'admin/CRUD/edit.html.twig',
  15224.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  15225.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  15226.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  15227.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  15228.                 'search' => '@SonataAdmin/Core/search.html.twig',
  15229.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  15230.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  15231.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  15232.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  15233.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  15234.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  15235.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  15236.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  15237.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  15238.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  15239.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  15240.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  15241.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  15242.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  15243.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  15244.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  15245.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  15246.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  15247.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  15248.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  15249.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  15250.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  15251.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  15252.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  15253.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  15254.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  15255.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  15256.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  15257.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  15258.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  15259.             ],
  15260.             'sonata.admin.configuration.admin_services' => [
  15261.             ],
  15262.             'sonata.admin.configuration.dashboard_groups' => [
  15263.             ],
  15264.             'sonata.admin.configuration.dashboard_blocks' => [
  15265.                 => [
  15266.                     'type' => 'sonata.admin.block.admin_list',
  15267.                     'position' => 'left',
  15268.                     'roles' => [
  15269.                     ],
  15270.                     'settings' => [
  15271.                     ],
  15272.                     'class' => 'col-md-4',
  15273.                 ],
  15274.             ],
  15275.             'sonata.admin.configuration.sort_admins' => false,
  15276.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  15277.             'sonata.admin.configuration.default_group' => 'default',
  15278.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  15279.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  15280.             'sonata.admin.configuration.breadcrumbs' => [
  15281.                 'child_admin_route' => 'edit',
  15282.             ],
  15283.             'sonata.admin.security.acl_user_manager' => 'App\\Manager\\AclUserManager',
  15284.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  15285.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  15286.             'sonata.admin.configuration.security.information' => [
  15287.                 'GUEST' => [
  15288.                     => 'VIEW',
  15289.                     => 'LIST',
  15290.                 ],
  15291.                 'STAFF' => [
  15292.                     => 'VIEW',
  15293.                     => 'EDIT',
  15294.                     => 'LIST',
  15295.                     => 'CREATE',
  15296.                 ],
  15297.                 'EDITOR' => [
  15298.                     => 'OPERATOR',
  15299.                     => 'EXPORT',
  15300.                 ],
  15301.                 'ADMIN' => [
  15302.                     => 'MASTER',
  15303.                 ],
  15304.             ],
  15305.             'sonata.admin.configuration.security.admin_permissions' => [
  15306.                 => 'CREATE',
  15307.                 => 'LIST',
  15308.                 => 'DELETE',
  15309.                 => 'UNDELETE',
  15310.                 => 'EXPORT',
  15311.                 => 'OPERATOR',
  15312.                 => 'MASTER',
  15313.             ],
  15314.             'sonata.admin.configuration.security.object_permissions' => [
  15315.                 => 'VIEW',
  15316.                 => 'EDIT',
  15317.                 => 'DELETE',
  15318.                 => 'UNDELETE',
  15319.                 => 'OPERATOR',
  15320.                 => 'MASTER',
  15321.                 => 'OWNER',
  15322.             ],
  15323.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  15324.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  15325.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  15326.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  15327.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  15328.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  15329.             'sonata.admin.extension.map' => [
  15330.                 'admins' => [
  15331.                 ],
  15332.                 'excludes' => [
  15333.                 ],
  15334.                 'implements' => [
  15335.                 ],
  15336.                 'extends' => [
  15337.                 ],
  15338.                 'instanceof' => [
  15339.                 ],
  15340.                 'uses' => [
  15341.                 ],
  15342.             ],
  15343.             'sonata.admin.configuration.filters.persist' => false,
  15344.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  15345.             'sonata.admin.configuration.show.mosaic.button' => true,
  15346.             'sonata.admin.configuration.translate_group_label' => false,
  15347.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  15348.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  15349.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  15350.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  15351.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  15352.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  15353.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  15354.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  15355.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  15356.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  15357.             'doctrine.entity_managers' => [
  15358.                 'default' => 'doctrine.orm.default_entity_manager',
  15359.             ],
  15360.             'doctrine.default_entity_manager' => 'default',
  15361.             'doctrine.dbal.connection_factory.types' => [
  15362.                 'json' => [
  15363.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  15364.                 ],
  15365.             ],
  15366.             'doctrine.connections' => [
  15367.                 'default' => 'doctrine.dbal.default_connection',
  15368.             ],
  15369.             'doctrine.default_connection' => 'default',
  15370.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  15371.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  15372.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  15373.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  15374.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  15375.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  15376.             'doctrine.orm.cache.memcache_host' => 'localhost',
  15377.             'doctrine.orm.cache.memcache_port' => 11211,
  15378.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  15379.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  15380.             'doctrine.orm.cache.memcached_host' => 'localhost',
  15381.             'doctrine.orm.cache.memcached_port' => 11211,
  15382.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  15383.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  15384.             'doctrine.orm.cache.redis_host' => 'localhost',
  15385.             'doctrine.orm.cache.redis_port' => 6379,
  15386.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  15387.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  15388.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  15389.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  15390.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  15391.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  15392.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  15393.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  15394.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  15395.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  15396.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  15397.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  15398.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  15399.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  15400.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  15401.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  15402.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  15403.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  15404.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  15405.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  15406.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  15407.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  15408.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  15409.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  15410.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  15411.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  15412.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  15413.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  15414.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  15415.             'doctrine.orm.auto_generate_proxy_classes' => true,
  15416.             'doctrine.orm.proxy_namespace' => 'Proxies',
  15417.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  15418.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  15419.             'sonata_doctrine_orm_admin.templates' => [
  15420.                 'types' => [
  15421.                     'list' => [
  15422.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  15423.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  15424.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  15425.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  15426.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  15427.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  15428.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  15429.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  15430.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  15431.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  15432.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  15433.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  15434.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  15435.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  15436.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  15437.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  15438.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  15439.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  15440.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  15441.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  15442.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  15443.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  15444.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  15445.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  15446.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  15447.                         'image_select' => 'admin/Form/field_types/list_image_select.html.twig',
  15448.                     ],
  15449.                     'show' => [
  15450.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  15451.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  15452.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  15453.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  15454.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  15455.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15456.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  15457.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  15458.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15459.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15460.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15461.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15462.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15463.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15464.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  15465.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  15466.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  15467.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  15468.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  15469.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  15470.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  15471.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  15472.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  15473.                         'image_select' => 'admin/Form/field_types/show_image_select.html.twig',
  15474.                     ],
  15475.                 ],
  15476.                 'form' => [
  15477.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  15478.                 ],
  15479.                 'filter' => [
  15480.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  15481.                 ],
  15482.             ],
  15483.             'doctrine_migrations.name' => 'Application Migrations',
  15484.             'doctrine_migrations.migrations_paths' => [
  15485.             ],
  15486.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/DoctrineMigrations'),
  15487.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  15488.             'doctrine_migrations.table_name' => 'migration_versions',
  15489.             'doctrine_migrations.column_name' => 'version',
  15490.             'doctrine_migrations.column_length' => 14,
  15491.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  15492.             'doctrine_migrations.all_or_nothing' => false,
  15493.             'doctrine_migrations.custom_template' => NULL,
  15494.             'doctrine_migrations.organize_migrations' => false,
  15495.             'nelmio_api_doc.areas' => [
  15496.                 => 'default',
  15497.             ],
  15498.             'fos_user.backend_type_orm' => true,
  15499.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  15500.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  15501.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  15502.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  15503.             'fos_user.storage' => 'orm',
  15504.             'fos_user.firewall_name' => 'api',
  15505.             'fos_user.model_manager_name' => NULL,
  15506.             'fos_user.model.user.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  15507.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  15508.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  15509.             'fos_user.profile.form.validation_groups' => [
  15510.                 => 'Profile',
  15511.                 => 'Default',
  15512.             ],
  15513.             'fos_user.registration.confirmation.enabled' => false,
  15514.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  15515.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  15516.             'fos_user.registration.form.validation_groups' => [
  15517.                 => 'Registration',
  15518.                 => 'Default',
  15519.             ],
  15520.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  15521.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  15522.             'fos_user.change_password.form.validation_groups' => [
  15523.                 => 'ChangePassword',
  15524.                 => 'Default',
  15525.             ],
  15526.             'fos_user.resetting.retry_ttl' => 7200,
  15527.             'fos_user.resetting.token_ttl' => 60,
  15528.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  15529.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  15530.             'fos_user.resetting.form.validation_groups' => [
  15531.                 => 'ResetPassword',
  15532.                 => 'Default',
  15533.             ],
  15534.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  15535.             'fos_user.model.group.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  15536.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  15537.             'fos_user.group.form.name' => 'fos_user_group_form',
  15538.             'fos_user.group.form.validation_groups' => [
  15539.                 => 'Registration',
  15540.                 => 'Default',
  15541.             ],
  15542.             'sonata.user.admin.groupname' => 'sonata_user',
  15543.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  15544.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  15545.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  15546.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  15547.             'sonata.user.admin.user.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  15548.             'sonata.user.admin.group.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  15549.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  15550.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  15551.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  15552.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  15553.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  15554.             'sonata.user.impersonating' => false,
  15555.             'sonata.user.google.authenticator.enabled' => false,
  15556.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  15557.             'swiftmailer.mailer.default.spool.enabled' => true,
  15558.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  15559.             'swiftmailer.mailer.default.single_address' => NULL,
  15560.             'swiftmailer.mailer.default.delivery.enabled' => true,
  15561.             'swiftmailer.spool.enabled' => true,
  15562.             'swiftmailer.delivery.enabled' => true,
  15563.             'swiftmailer.single_address' => NULL,
  15564.             'swiftmailer.mailers' => [
  15565.                 'default' => 'swiftmailer.mailer.default',
  15566.             ],
  15567.             'swiftmailer.default_mailer' => 'default',
  15568.             'sonata.media.provider.image.class' => 'Sonata\\MediaBundle\\Provider\\ImageProvider',
  15569.             'sonata.media.provider.file.class' => 'Sonata\\MediaBundle\\Provider\\FileProvider',
  15570.             'sonata.media.provider.youtube.class' => 'Sonata\\MediaBundle\\Provider\\YouTubeProvider',
  15571.             'sonata.media.provider.dailymotion.class' => 'Sonata\\MediaBundle\\Provider\\DailyMotionProvider',
  15572.             'sonata.media.provider.vimeo.class' => 'Sonata\\MediaBundle\\Provider\\VimeoProvider',
  15573.             'sonata.media.thumbnail.format' => 'Sonata\\MediaBundle\\Thumbnail\\FormatThumbnail',
  15574.             'sonata.media.thumbnail.format.default' => 'jpg',
  15575.             'sonata.media.thumbnail.liip_imagine' => 'Sonata\\MediaBundle\\Thumbnail\\LiipImagineThumbnail',
  15576.             'sonata.media.pool.class' => 'Sonata\\MediaBundle\\Provider\\Pool',
  15577.             'sonata.media.resizer.simple.class' => 'Sonata\\MediaBundle\\Resizer\\SimpleResizer',
  15578.             'sonata.media.resizer.square.class' => 'Sonata\\MediaBundle\\Resizer\\SquareResizer',
  15579.             'sonata.media.adapter.image.gd.class' => 'Imagine\\Gd\\Imagine',
  15580.             'sonata.media.adapter.image.imagick.class' => 'Imagine\\Imagick\\Imagine',
  15581.             'sonata.media.adapter.image.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
  15582.             'sonata.media.metadata.proxy.class' => 'Sonata\\MediaBundle\\Metadata\\ProxyMetadataBuilder',
  15583.             'sonata.media.metadata.amazon.class' => 'Sonata\\MediaBundle\\Metadata\\AmazonMetadataBuilder',
  15584.             'sonata.media.metadata.noop.class' => 'Sonata\\MediaBundle\\Metadata\\NoopMetadataBuilder',
  15585.             'sonata.media.adapater.filesystem.opencloud.class' => '',
  15586.             'sonata.media.block.media.class' => 'Sonata\\MediaBundle\\Block\\MediaBlockService',
  15587.             'sonata.media.block.feature_media.class' => 'Sonata\\MediaBundle\\Block\\FeatureMediaBlockService',
  15588.             'sonata.media.block.gallery.class' => 'Sonata\\MediaBundle\\Block\\GalleryBlockService',
  15589.             'sonata.media.block.gallery_list.class' => 'Sonata\\MediaBundle\\Block\\GalleryListBlockService',
  15590.             'sonata.media.manager.media.class' => 'Sonata\\MediaBundle\\Entity\\MediaManager',
  15591.             'sonata.media.manager.gallery.class' => 'Sonata\\MediaBundle\\Entity\\GalleryManager',
  15592.             'sonata.media.admin.groupname' => 'sonata_media',
  15593.             'sonata.media.admin.groupicon' => '<i class=\'fa fa-image\'></i>',
  15594.             'sonata.media.admin.media.class' => 'Sonata\\MediaBundle\\Admin\\ORM\\MediaAdmin',
  15595.             'sonata.media.admin.media.controller' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\Controller\\MediaAdminController',
  15596.             'sonata.media.admin.media.translation_domain' => 'SonataMediaBundle',
  15597.             'sonata.media.admin.gallery.class' => 'Sonata\\MediaBundle\\Admin\\GalleryAdmin',
  15598.             'sonata.media.admin.gallery.controller' => 'Sonata\\MediaBundle\\Controller\\GalleryAdminController',
  15599.             'sonata.media.admin.gallery.translation_domain' => 'SonataMediaBundle',
  15600.             'sonata.media.admin.gallery_has_media.class' => 'Sonata\\MediaBundle\\Admin\\GalleryHasMediaAdmin',
  15601.             'sonata.media.admin.gallery_has_media.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  15602.             'sonata.media.admin.gallery_has_media.translation_domain' => 'SonataMediaBundle',
  15603.             'sonata.media.admin_format' => [
  15604.                 'width' => 200,
  15605.                 'height' => NULL,
  15606.                 'quality' => 90,
  15607.                 'format' => 'jpg',
  15608.                 'constraint' => true,
  15609.             ],
  15610.             'sonata.media.resizer.simple.adapter.mode' => 'inset',
  15611.             'sonata.media.resizer.square.adapter.mode' => 'inset',
  15612.             'sonata.media.admin.media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  15613.             'sonata.media.admin.gallery.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  15614.             'sonata.media.admin.gallery_has_media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia',
  15615.             'sonata.media.media.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  15616.             'sonata.media.gallery.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  15617.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  15618.             'stof_doctrine_extensions.listener.sluggable.class' => 'App\\Service\\SluggableListener',
  15619.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  15620.             'stof_doctrine_extensions.default_locale' => 'en_US',
  15621.             'stof_doctrine_extensions.translation_fallback' => false,
  15622.             'stof_doctrine_extensions.persist_default_translation' => false,
  15623.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  15624.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  15625.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  15626.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  15627.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  15628.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  15629.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  15630.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  15631.             'coop_tilleuls_ck_editor_sonata_media.configuration.templates' => [
  15632.                 'layout' => '@CoopTilleulsCKEditorSonataMedia/layout.html.twig',
  15633.                 'browser' => '@CoopTilleulsCKEditorSonataMedia/MediaAdmin/browser.html.twig',
  15634.                 'upload' => '@CoopTilleulsCKEditorSonataMedia/MediaAdmin/upload.html.twig',
  15635.             ],
  15636.             'coop_tilleuls_ck_editor_sonata_media.media.extension.class' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\Admin\\MediaAdminExtension',
  15637.             'sonata.formatter.text.markdown.class' => 'Sonata\\FormatterBundle\\Formatter\\MarkdownFormatter',
  15638.             'sonata.formatter.text.text.class' => 'Sonata\\FormatterBundle\\Formatter\\TextFormatter',
  15639.             'sonata.formatter.text.raw.class' => 'Sonata\\FormatterBundle\\Formatter\\RawFormatter',
  15640.             'sonata.formatter.text.twigengine.class' => 'Sonata\\FormatterBundle\\Formatter\\TwigFormatter',
  15641.             'sonata.formatter.block.formatter.class' => 'Sonata\\FormatterBundle\\Block\\FormatterBlockService',
  15642.             'sonata.formatter.ckeditor.extension.class' => 'Sonata\\FormatterBundle\\Admin\\CkeditorAdminExtension',
  15643.             'sonata.formatter.ckeditor.configuration.templates' => [
  15644.                 'browser' => '@SonataFormatter/Ckeditor/browser.html.twig',
  15645.                 'upload' => '@SonataFormatter/Ckeditor/upload.html.twig',
  15646.             ],
  15647.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  15648.             'sonata.form.form_type' => 'standard',
  15649.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  15650.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  15651.             'sonata.twig.form_type' => 'standard',
  15652.             'sonata_multi_upload.max_upload_filesize' => 0,
  15653.             'sonata_multi_upload.redirect_to' => NULL,
  15654.             'nelmio_cors.map' => [
  15655.                 '^/' => [
  15656.                 ],
  15657.             ],
  15658.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  15659.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  15660.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  15661.             'sonata.classification.manager.category.class' => 'Sonata\\ClassificationBundle\\Entity\\CategoryManager',
  15662.             'sonata.classification.manager.tag.class' => 'Sonata\\ClassificationBundle\\Entity\\TagManager',
  15663.             'sonata.classification.manager.collection.class' => 'Sonata\\ClassificationBundle\\Entity\\CollectionManager',
  15664.             'sonata.classification.manager.context.class' => 'Sonata\\ClassificationBundle\\Entity\\ContextManager',
  15665.             'sonata.classification.admin.groupname' => 'sonata_classification',
  15666.             'sonata.classification.admin.groupicon' => '<i class=\'fa fa-tags\'></i>',
  15667.             'sonata.classification.admin.tag.entity' => 'App\\Entity\\Sonata\\Classification\\Tag',
  15668.             'sonata.classification.admin.category.entity' => 'App\\Entity\\Sonata\\Classification\\Category',
  15669.             'sonata.classification.admin.collection.entity' => 'App\\Entity\\Sonata\\Classification\\Collection',
  15670.             'sonata.classification.admin.context.entity' => 'App\\Entity\\Sonata\\Classification\\Context',
  15671.             'sonata.classification.manager.tag.entity' => 'App\\Entity\\Sonata\\Classification\\Tag',
  15672.             'sonata.classification.manager.category.entity' => 'App\\Entity\\Sonata\\Classification\\Category',
  15673.             'sonata.classification.manager.collection.entity' => 'App\\Entity\\Sonata\\Classification\\Collection',
  15674.             'sonata.classification.manager.context.entity' => 'App\\Entity\\Sonata\\Classification\\Context',
  15675.             'sonata.classification.admin.category.class' => 'Sonata\\ClassificationBundle\\Admin\\CategoryAdmin',
  15676.             'sonata.classification.admin.category.controller' => 'SonataClassificationBundle:CategoryAdmin',
  15677.             'sonata.classification.admin.category.translation_domain' => 'SonataClassificationBundle',
  15678.             'sonata.classification.admin.tag.class' => 'Sonata\\ClassificationBundle\\Admin\\TagAdmin',
  15679.             'sonata.classification.admin.tag.controller' => 'SonataAdminBundle:CRUD',
  15680.             'sonata.classification.admin.tag.translation_domain' => 'SonataClassificationBundle',
  15681.             'sonata.classification.admin.collection.class' => 'Sonata\\ClassificationBundle\\Admin\\CollectionAdmin',
  15682.             'sonata.classification.admin.collection.controller' => 'SonataAdminBundle:CRUD',
  15683.             'sonata.classification.admin.collection.translation_domain' => 'SonataClassificationBundle',
  15684.             'sonata.classification.admin.context.class' => 'Sonata\\ClassificationBundle\\Admin\\ContextAdmin',
  15685.             'sonata.classification.admin.context.controller' => 'SonataAdminBundle:CRUD',
  15686.             'sonata.classification.admin.context.translation_domain' => 'SonataClassificationBundle',
  15687.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  15688.             'web_profiler.debug_toolbar.mode' => 2,
  15689.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  15690.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  15691.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  15692.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  15693.             'fos_oauth_server.server.options' => [
  15694.             ],
  15695.             'fos_oauth_server.model_manager_name' => NULL,
  15696.             'fos_oauth_server.model.client.class' => 'App\\Entity\\Api\\Client',
  15697.             'fos_oauth_server.model.access_token.class' => 'App\\Entity\\Api\\AccessToken',
  15698.             'fos_oauth_server.model.refresh_token.class' => 'App\\Entity\\Api\\RefreshToken',
  15699.             'fos_oauth_server.model.auth_code.class' => 'App\\Entity\\Api\\AuthCode',
  15700.             'fos_oauth_server.template.engine' => 'twig',
  15701.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  15702.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  15703.             'fos_oauth_server.authorize.form.validation_groups' => [
  15704.                 => 'Authorize',
  15705.                 => 'Default',
  15706.             ],
  15707.             'lexik_jwt_authentication.clock_skew' => 0,
  15708.             'lexik_jwt_authentication.user_identity_field' => 'username',
  15709.             'lexik_jwt_authentication.user_id_claim' => 'username',
  15710.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  15711.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  15712.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  15713.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  15714.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  15715.             'gesdinet_jwt_refresh_token.user_provider' => 'fos_user.user_provider.username_email',
  15716.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  15717.             'gesdinet_jwt_refresh_token.single_use' => false,
  15718.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  15719.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  15720.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  15721.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  15722.             'monolog.use_microseconds' => true,
  15723.             'monolog.swift_mailer.handlers' => [
  15724.             ],
  15725.             'monolog.handlers_to_channels' => [
  15726.                 'monolog.handler.console' => [
  15727.                     'type' => 'exclusive',
  15728.                     'elements' => [
  15729.                         => 'event',
  15730.                         => 'doctrine',
  15731.                         => 'console',
  15732.                     ],
  15733.                 ],
  15734.                 'monolog.handler.main' => [
  15735.                     'type' => 'exclusive',
  15736.                     'elements' => [
  15737.                         => 'event',
  15738.                     ],
  15739.                 ],
  15740.             ],
  15741.             'security.acl.dbal.class_table_name' => 'acl_classes',
  15742.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  15743.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  15744.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  15745.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  15746.             'dh_auditor.configuration' => [
  15747.                 'timezone' => 'Indian/Mauritius',
  15748.                 'enabled' => true,
  15749.                 'user_provider' => 'dh_auditor.user_provider',
  15750.                 'security_provider' => 'dh_auditor.security_provider',
  15751.                 'role_checker' => 'dh_auditor.role_checker',
  15752.             ],
  15753.             'dh_auditor.provider.doctrine.configuration' => [
  15754.                 'table_prefix' => '',
  15755.                 'table_suffix' => '_audit',
  15756.                 'viewer' => true,
  15757.                 'ignored_columns' => [
  15758.                     => 'createdAt',
  15759.                     => 'updatedAt',
  15760.                 ],
  15761.                 'entities' => [
  15762.                     'App\\Entity\\Magazine\\Magazine' => [
  15763.                         'enabled' => true,
  15764.                     ],
  15765.                     'App\\Entity\\Magazine\\MagazinePage' => [
  15766.                         'enabled' => true,
  15767.                     ],
  15768.                 ],
  15769.                 'storage_services' => [
  15770.                     => '@doctrine.orm.default_entity_manager',
  15771.                 ],
  15772.                 'auditing_services' => [
  15773.                     => '@doctrine.orm.default_entity_manager',
  15774.                 ],
  15775.                 'storage_mapper' => NULL,
  15776.             ],
  15777.             'fos_elastica.property_accessor.magicCall' => false,
  15778.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  15779.             'fos_elastica.default_index' => 'app',
  15780.             'data_collector.templates' => [
  15781.                 'data_collector.request' => [
  15782.                     => 'request',
  15783.                     => '@WebProfiler/Collector/request.html.twig',
  15784.                 ],
  15785.                 'data_collector.time' => [
  15786.                     => 'time',
  15787.                     => '@WebProfiler/Collector/time.html.twig',
  15788.                 ],
  15789.                 'data_collector.memory' => [
  15790.                     => 'memory',
  15791.                     => '@WebProfiler/Collector/memory.html.twig',
  15792.                 ],
  15793.                 'data_collector.validator' => [
  15794.                     => 'validator',
  15795.                     => '@WebProfiler/Collector/validator.html.twig',
  15796.                 ],
  15797.                 'data_collector.ajax' => [
  15798.                     => 'ajax',
  15799.                     => '@WebProfiler/Collector/ajax.html.twig',
  15800.                 ],
  15801.                 'data_collector.form' => [
  15802.                     => 'form',
  15803.                     => '@WebProfiler/Collector/form.html.twig',
  15804.                 ],
  15805.                 'data_collector.exception' => [
  15806.                     => 'exception',
  15807.                     => '@WebProfiler/Collector/exception.html.twig',
  15808.                 ],
  15809.                 'data_collector.logger' => [
  15810.                     => 'logger',
  15811.                     => '@WebProfiler/Collector/logger.html.twig',
  15812.                 ],
  15813.                 'data_collector.events' => [
  15814.                     => 'events',
  15815.                     => '@WebProfiler/Collector/events.html.twig',
  15816.                 ],
  15817.                 'data_collector.router' => [
  15818.                     => 'router',
  15819.                     => '@WebProfiler/Collector/router.html.twig',
  15820.                 ],
  15821.                 'data_collector.cache' => [
  15822.                     => 'cache',
  15823.                     => '@WebProfiler/Collector/cache.html.twig',
  15824.                 ],
  15825.                 'data_collector.translation' => [
  15826.                     => 'translation',
  15827.                     => '@WebProfiler/Collector/translation.html.twig',
  15828.                 ],
  15829.                 'data_collector.security' => [
  15830.                     => 'security',
  15831.                     => '@Security/Collector/security.html.twig',
  15832.                 ],
  15833.                 'data_collector.twig' => [
  15834.                     => 'twig',
  15835.                     => '@WebProfiler/Collector/twig.html.twig',
  15836.                 ],
  15837.                 'data_collector.doctrine' => [
  15838.                     => 'db',
  15839.                     => '@Doctrine/Collector/db.html.twig',
  15840.                 ],
  15841.                 'swiftmailer.data_collector' => [
  15842.                     => 'swiftmailer',
  15843.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  15844.                 ],
  15845.                 'mailer.data_collector' => [
  15846.                     => 'mailer',
  15847.                     => '@WebProfiler/Collector/mailer.html.twig',
  15848.                 ],
  15849.                 'sonata.block.data_collector' => [
  15850.                     => 'block',
  15851.                     => '@SonataBlock/Profiler/block.html.twig',
  15852.                 ],
  15853.                 'fos_elastica.data_collector' => [
  15854.                     => 'elastica',
  15855.                     => '@FOSElastica/Collector/elastica.html.twig',
  15856.                 ],
  15857.                 'data_collector.config' => [
  15858.                     => 'config',
  15859.                     => '@WebProfiler/Collector/config.html.twig',
  15860.                 ],
  15861.             ],
  15862.             'console.command.ids' => [
  15863.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  15864.                 => 'Sonata\\MediaBundle\\Command\\AddMassMediaCommand',
  15865.                 => 'Sonata\\MediaBundle\\Command\\AddMediaCommand',
  15866.                 => 'Sonata\\MediaBundle\\Command\\CleanMediaCommand',
  15867.                 => 'Sonata\\MediaBundle\\Command\\FixMediaContextCommand',
  15868.                 => 'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand',
  15869.                 => 'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand',
  15870.                 => 'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand',
  15871.                 => 'Sonata\\MediaBundle\\Command\\SyncThumbsCommand',
  15872.                 => 'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand',
  15873.                 10 => 'Sonata\\ClassificationBundle\\Command\\FixContextCommand',
  15874.                 11 => 'console.command.public_alias.fos_oauth_server.clean_command',
  15875.                 12 => 'console.command.public_alias.fos_oauth_server.create_client_command',
  15876.             ],
  15877.         ];
  15878.     }
  15879.     protected function throw($message)
  15880.     {
  15881.         throw new RuntimeException($message);
  15882.     }
  15883. }