var/cache/dev/ContainerV1xpFuK/srcApp_KernelDevDebugContainer.php line 11550

Open in your IDE?
  1. <?php
  2. namespace ContainerV1xpFuK;
  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,iVBORw0KGgoAAAANSUhEUgAAAOcAAADnCAYAAADl9EEgAAAXfWlDQ1BJQ0MgUHJvZmlsZQAAWAmtWWVYVU3Xnn0KOBy6u7u7u7sbgUN3NyopUkoISIoggqCCQYmIiCCCiKACBiAhkiqooAjIu0F93ufH9/779nWdvW/W3GvNmlkzs/daAMDQgg8NDUSQAxAUHBluqafJbu/gyE7wFhACKkAHhAEG7xERqmFubgz+57U9AaDDxhcih7b+J+3/bqDw9IrwAAAyh5vdPSM8gmDcAgCizSM0PBIA1KE9rpjI0EOcB2PqcNhBGNceYp/fuOMQu//Gw0cca0stmDMLACEOjw/3AQC3DsvZoz18YDskOAAwlMGefsEAULHDWNXDF+8JAIMbzBEOCgo5xDkw5nf/lx2ff2E83v0fm3i8zz/491hgTbhjbb+I0EB83NEf/5+3oMAoeL6OLlr4jguN1LSEn/TwvNH7RRpYw5gaxuK+Ufo2f7B2vK+13SEXltsHu5uawZgSxp4eEVrwXALYDhQdEGJ0aOeQk+Pppa0DY3hVQCUR0VZ/8ZV4Xy3TPxx7f7zhYcxIYU4HPhxGv/t9FBppfujDoc03wYGmxn/whne47qF9WI7AeEXoWMEY9gHBHBlufSiHfUaIevvpGsAY7hehGRp4tOYOOZbhUZaHY+GGsadXsM1f3QxPvLYRLGeG5WXAGGgBbcAO30NAIPwLB37AE37+lXv8S24F4sFHEAy8QASsccRw9UsJ/4uBLsDD+j5wu8gffc0jiReIhrX2//JG1tvX/+I/Ou7/aOiC90c2/lgQvyq+Ir73l81O9tcvjA5GG6OP0cUI/JXAPf0eRfiRf0bwaLxAFGzLC+77rz//HlXUP4x/S3/PgeWRVgDM8PvbN7A98szvH1tG/8zMn7lA8aIkUTIoTZQKShWlANhRtChGIIKSRsmjNFBqKCW4TeFf8/xH64//IsD7aK6ij7wPAB9gz+FdHekVGwnHCmiFhMaF+/n4RrJrwKeFlzC7QbCHqDC7pLiEBDg8ew45AHy1PDpTINpn/5V5LQOgDK8NotH/yvzPAdDYDwBd1n9lvE7w/hUG4OZzj6jw6N/2UIcPNMACMnilMQBWwAX44fFLAlmgBNSBDjAEZsAaOAAX4AF8YX/DQQw4DpJBOsgGeaAIlIEqcAlcAdfBLdAOusAD8Ag8AaNgHLwFs2ARrIENsA12IQgigEggKogBYoN4ICFIEpKHVCEdyBiyhBwgN8gHCoaioONQKpQNFUBlUDXUAN2E7kAPoEFoDHoNzUEr0BfoJwKJwCGoESwIXoQYQh6hgTBCWCOOIXwQYYh4RBriLKIEUYO4hmhDPEA8QYwjZhFriC0kQBIjaZEcSBGkPFILaYZ0RHojw5EnkVnIYmQNsgnZiRxAvkDOIteROygMigrFjhKBY6mPskF5oMJQJ1E5qDLUFVQbqg/1AjWH2kD9QpOgmdFCaEW0Adoe7YOOQaeji9F16FZ0P3ocvYjexmAwtBg+jBy8fh0w/pgETA6mEtOM6cGMYRYwWwQEBAwEQgQqBGYEeIJIgnSCUoJrBPcJnhMsEvwgJCZkI5Qk1CV0JAwmTCEsJmwk7CZ8TrhEuEtETsRDpEhkRuRJFEeUS1RL1En0jGiRaBdLgeXDqmCtsf7YZGwJtgnbj53CfiUmJuYkViC2IPYjTiIuIb5B/Jh4jngHR4kTxGnhnHFRuLO4elwP7jXuKwkJCS+JOokjSSTJWZIGkockMyQ/SKlIRUkNSD1JE0nLSdtIn5N+IiMi4yHTIHMhiycrJrtN9oxsnZyInJdcixxPfpK8nPwO+ST5FgUVhQSFGUUQRQ5FI8UgxTIlASUvpQ6lJ2Ua5SXKh5QLVEgqLiotKg+qVKpaqn6qRWoMNR+1AbU/dTb1deoR6g0aShppGluaWJpymns0s7RIWl5aA9pA2lzaW7QTtD/pWOg06LzoMuma6J7Tfadnolen96LPom+mH6f/ycDOoMMQwJDP0M4wzYhiFGS0YIxhvMDYz7jORM2kxOTBlMV0i+kNM4JZkNmSOYH5EvMw8xYLK4seSyhLKctDlnVWWlZ1Vn/WQtZu1hU2KjZVNj+2Qrb7bKvsNOwa7IHsJex97BsczBz6HFEc1RwjHLucfJw2nCmczZzTXFgueS5vrkKuXq4NbjZuE+7j3Fe53/AQ8cjz+PKc5xng+c7Lx2vHe5q3nXeZj57PgC+e7yrfFD8Jvxp/GH8N/0sBjIC8QIBApcCoIEJQRtBXsFzwmRBCSFbIT6hSaEwYLawgHCxcIzwpghPREIkWuSoyJ0oraiyaItou+kmMW8xRLF9sQOyXuIx4oHit+FsJSglDiRSJTokvkoKSHpLlki+lSKR0pRKlOqQ2pYWkvaQvSL+SoZIxkTkt0yuzLysnGy7bJLsixy3nJlchNylPLW8unyP/WAGtoKmQqNClsKMoqxipeEvxs5KIUoBSo9KyMp+yl3Kt8oIKpwpepVplVpVd1U31ouqsGocaXq1GbV6dS91TvU59SUNAw1/jmsYnTXHNcM1Wze9ailontHq0kdp62lnaIzqUOjY6ZTozupy6PrpXdTf0ZPQS9Hr00fpG+vn6kwYsBh4GDQYbhnKGJwz7jHBGVkZlRvPGgsbhxp0mCBNDk3MmU6Y8psGm7WbAzMDsnNm0OZ95mPldC4yFuUW5xQdLCcvjlgNWVFauVo1W29aa1rnWb234baJsem3JbJ1tG2y/22nbFdjN2ovZn7B/4sDo4OfQ4UjgaOtY57jlpONU5LToLOOc7jxxjO9Y7LFBF0aXQJd7rmSueNfbbmg3O7dGtz28Gb4Gv+Vu4F7hvuGh5XHeY81T3bPQc8VLxavAa8lbxbvAe9lHxeecz4qvmm+x77qfll+Z36a/vn+V//cAs4D6gINAu8DmIMIgt6A7wZTBAcF9IawhsSFjoUKh6aGzYYphRWEb4UbhdRFQxLGIjkhq+CNvOIo/6lTUXLRqdHn0jxjbmNuxFLHBscNxgnGZcUvxuvGXE1AJHgm9xzmOJx+fO6FxovokdNL9ZG8iV2Ja4mKSXtKVZGxyQPLTFPGUgpRvqXapnWksaUlpC6f0Tl1NJ00PT588rXS6KgOV4ZcxkimVWZr5K8szayhbPLs4ey/HI2fojMSZkjMHZ73PjuTK5l7Iw+QF503kq+VfKaAoiC9YOGdyrq2QvTCr8FuRa9FgsXRx1Xns+ajzsyXGJR2l3KV5pXtlvmXj5ZrlzRXMFZkV3ys9K59fUL/QVMVSlV3186LfxVfVetVtNbw1xZcwl6Ivfai1rR24LH+5oY6xLrtuvz64fvaK5ZW+BrmGhkbmxtyriKtRV1euOV8bva59vaNJpKm6mbY5+wa4EXVj9abbzYlbRrd6b8vfbmrhaalopWrNaoPa4to22n3bZzscOsbuGN7p7VTqbL0rere+i6Or/B7NvdxubHda98H9+PtbPaE96w98Hiz0uva+fWj/8GWfRd9Iv1H/40e6jx4OaAzcf6zyuGtQcfDOkPxQ+xPZJ23DMsOtT2Weto7IjrQ9k3vWMaow2jmmPNb9XO35gxfaLx69NHj5ZNx0fGzCZuLVpPPk7CvPV8uvA19vvol+s/s2aQo9lTVNPl08wzxT807gXfOs7Oy9Oe254Xmr+bcLHgtr7yPe7y2mfSD5ULzEttSwLLnctaK7MrrqtLq4Frq2u57+keJjxSf+Ty2f1T8Pb9hvLG6Gbx58yfnK8LX+m/S33i3zrZntoO3d71k/GH5c2ZHfGfhp93NpN2aPYK9kX2C/85fRr6mDoIODUHw4/uhbAAnfEd7eAHyph3MBBzgHGAUAS/o7NzhiAICEYA6MbSEdhAZSHkWPxmIICcQJHYhSsfdxGBI8aTs5liKQcohahqaCDtAHMIwwyTLnsayxqbPncoxxYbkVeBx4A/iC+J0FNAVZBDeFHgmXigSIqoiRiL0Tb5ZIkrSQ4pD6KH1H5pSshRyz3KJ8k0KsooYSVumFcoWKp6qw6he1dvXjGpqaOM13Wt3ajTqVuvl6J/XxBmqG9IabRsPGTSaVptVmXeYLlmgrBmtGG3JbpO2e3a4DcCRyInUmOYY6tuUy7zrq1oO/7V7nUeqZ5RXn7eNj7avpJ+0vGMARyBBEFowM/hYyHzoadje8NuJsZGJUenRrLCrOK77nODjBe1Ix0SDJKTkq5WxqUVrCKelTC+m5p80zeDKJs0A2IofiDP9Z1VzTPLt8xwLHc/aFtkXWxRbnTUuMSvXKNMtVKxQqpS6IVAleFK82qkm9NHvZoO5a/VoDRSPPVYlrSte1m0ya7W643vS9FXo7puVka0rbqfaMjuw7uZ1Fdyu66u61dPffn+yZfTDR2/zQu4++73F/8aOYAe/HxwbthiyeGA3rPdUfsX4WNnpx7PUL4pdi41oTBpM6r+Rf87whfbPzdnnq1fSDmUvvUmd95mzmTRdM3pstmn0wXFJYplueXclalV6dXbuyHv9R/xPhp4bPep8XNi5txn5x+Wr2zWTLf7v3x+mf7fvaBwd/4i+BRCFXULPoBcwGIZJIFutLXIGbJRUkiyF/RMlAFUf9klaSLoV+mlGGKZ15lJWRzZ49n6OLc4pri3ubZ5X3Kd8l/nABVUFCwZdCVcL+IjIiv0QfiZ0Vt5Ngk1iSbJKKllaRgWT6ZbPkzOSp5CcUShWdlFiUpuBV4KzKoDqpdl7dSYNXY1dzXOumdo6Ol66yHoXeB/0ugyLDaCMvY3cTX9MQsyBzdwszSyUrQWsmG1JbhO223ZL9hMNDxyancuesY/Eufq72btp4MXd6D8hj1XPcq8+71afOt9gvzT8kwCFQPYgvmAReCXOhM2HfIjgiXaNKox/EvIpdiFuP3zlOfIL1JH8iexIm6V1ya0puaniayymbdPvTfhmpmZVZ17Nbc9rOtJy9mXs9ryH/csHFc+WFRUW5xZnnU0riSkPKfMr9KpIq71cJXLxSw3epoPbF5Z160iuMDVyNgvA6kLuu2qTdbHLD4WbgrfTbl1q6W8faZtqXO752Iu/SdQndU+pWvy/Xw/EA8WC+d+Bha199f/mjvIFTj+MHw4cin2QOd43QPjsxOv2c8YXaS+tx74mkycuvnr3+9pZySmTaeCb03fnZu3PP52cW5t+vfUDD0U9eGVujWBf/KPOJ9zPZ5x8bHzYnvwx9vfOteitx2/Y73/ftH1078T+VdnF72vsrf+IvCq0hKpEuKAE0AXoTs0KwSjhPtEmMxfGQaJA6kiWTX6MYozyg5qHRofWnO0VfxdDC2M/0mPkRy13WarZYdk32nxy1nEaca1wZ3HzcvTwuPDu8hXzifEP8PgIEAvWC+oJLQunC/ML9Ih6iQLRSTFnslXgU/HXTLGksuSyVKs0q3SFjKbMue0qOTa4d/mpZVkhUpFW8qqSh9FzZQ/mTSoIqgWq5mrTahHq8BqtGh6aZ5mstX60D7Rodc10i3Yd6x/Wl9VcNagydjeiNJoyLTKxMyUwHzVLNlcy/WTRbBljxWb23rrY5Zstg+9Iu117f/sCh1THQidtp2rn4mOmxbZdCVx7XFjcNtzf4WHdO91fwOeLrpect56Pga+CH9w8KwAeqBZEHTQVfDgkKlQndC3sYnhVhHkkT+TaqKtozhjfmQ+yFOJ24qfjABOqEF8fvnug+2Zf4MOlOckNKcWpqWsgpp3Sd04IZ6IyXmaVZjtnc2bs5s2eenr2TezHvZL5TgeI5xnM7hRNFt4rPnz9TUlBaXXa7/FHFq8rVC7sXSarZa6Qu6dc6Xw6pO1mfeSWnIakRf1XuGum1L9c/Nu3cwN1kvSV527wlobWl7UeHwp3QztK7N7o67t3tHry/9UCv906fVf/WQPGg1NDL4TMjbqMGzzVeak4EviadWpsfWd36tnMY/981osN3AkYWgHPJANinA2CjBkB+HwC843DeiQXAnAQAawWA4PUGCNwwgBTn/nl/QAAJMIAYUMD1GTbAB8SBIlyjMAOOcI4cAWeXueACaALd4BmYA9/gzJEZkoD0IFcoBsqHrkGPoQ8IDIIfYYyIQFTCed4BnNdFI+8gf6H0UOdQ82gpdAb6HUYRU4rZhTOsIUI5wnoiJqJ8LDE2kxhLnIdjxNWTSJN0kaqQdpLJk90l1yd/SxFJSU55nUqbaozamnqMxozmOa0r7Q+6UnoV+hmGE4xMjJ1MLsxEzF0s0azSrF/ZbrGHc8hw7HEOcBVz+/Io85LyzvLd5s8QcBfUEOIVJhXeFfkk+l5sXLxVIkFSQnJGKkNaRvqzTIdsgVycvKeCsaK4Ep0yqYqoarm6kMYZzUGtzzqEujR6DPrMBtyG0kamxmEmJaZ9Zl8suCztrM5aD9ii7LTt0x2GnWid3Y81urx3w+Ap3DHuWx6LnlNeqz5kvkZ+Rf5LgcpBhcGfQg3DGiNwkWFRb2J0YzviRRLqTrCfLE+iTc5PxaYln9o67Z+xlpWdE3S2NZ/iHGPhx+KGEtcy2vLRyjNVehe3anJrqS9n1G1fCWj4cjXvuk4zxY3NWx9altvWOpY6F7o279M90Hro0u82YDWo9kTsqcAz2bHgFz8mUW+IpqreUc11L5IuH1/T+Nj8efeL7Dfdbez3Mz+GdpZ/Lu6+3mvZz/vlfiB+dH4cxp8ArqlRwjUHDiAIpIAK0IfrDG5whSEBZIJS0ADuwHWEabABoSFGSPwo+nFQIXQDGoE+IsgQUghHRCriFmIRyYZ0RdYi11GyqDTUOFoAnYyegmNfTgAIfAnGCXUIO4jEiBqxAthrxNLE93HmuAWSWFIi0iIyDrIbcP76liKGkpayncqW6iP1CRosTQmtCO0QXQg9HX0Pgx8jNWMPUwgzN/MUSymrPRs922v2Sg5PTnEuwPWS+ypPGq8znzScy60KDAveht9iuSKposfFIsU9JNQlcZIjUlnSRjJ0Mpuyr+UG5NsUahRzlOKVo1UyVTvUvmtIaXpqZWvX6bTp3tW7q3/PYNBwzhhhImhqa3bKvN1i3Yrb2tWm0nbGntPB37HNmeCYnUuZa7/bGL7XvcEjw9PPy9Jb38fBN8WvJ4Ak0D2oK4QxND5sOkIzsiGaLCY09kk8R0L08dGTMom1yUwphWnYUwnp6xn4zPns+DPiuYi86YKbhdHF0ue/lN4sj6pUvPDzYl2N5KXK2qU6vnrfKzca6a5WXFdp+nij9JbC7ZFWfNtuR02nRRe413DfuGezt6rP/ZHiY44h1JOnT6OfYUaznuNe1Iy7Tpq8DnxbP700yzZv/j75Q/cK3VreJ96Np18Lt3N2DHYl9y7sv/+1+Sf+KEAE1zPp4egLwbUmLWAOV5iCwAl451eDFvAYzMD7HgfxQurQMSgBKofuQXMIIjjqeEQRYhRJg/RC3kMxo5JQq2gH9FOMFuYeXE95QGhMOE0UgSXD3iC2xSFx7SRhpBKkP8j6yUspoigdqAyoDWksaA3p5OgFGGQYXZnimCNZ3Fmt2UzZTThMOI25TLgteVx5I/jO8DcKPBZcESYRkRP1FisTn5BklPKUbpbZlTOXf6qYqeygilbLU9/TNNJKhSPYrtul160/YrBrZGTcZipqds1C1LLNWstmwi7IAet4zdnWhcKN2N3V08nrvY+Sb7bfhwDLwOFgk5DnYU7hy5EJ0awxM3GPEnpOVCbaJP1MqU6zTWc7vZF5LzvnjHeuXj5DwZNC76Lt86mlFGU1FbKVT6u8q6Gailr5y+P1UQ1MjY+vJTbp3RC7pduS2FbTkdvp0EV3b/J++QOHhwR9lx9JD9wd1BmaHI4dERtFjm28WB4fm8x/zfem8u2vaZ2ZrHdP5sjmbRYuvl/5ILEUsHxx5fHq6jr6I/Mn8c/aG3ab+C+eX82/cX7b2jqzzbzd+F3he9n3nR92P9p2aHfCd9p2dn+q/0z7ObhLumu1e353dI9wT30vdu/m3so+x77DfsH+0P7+L4lfnr/O/3ry69eBxIHXQcnB8GH8I7ylJA/fHgDCacLlx5mDg6+8ABAUALCff3CwW3NwsH8JTjamAOgJ/P1/h0MyBq5xVmwcoiGOXI7D57+v/wDYS4aShLvGpgAAAdVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj4xPC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPjI8L3RpZmY6UGhvdG9tZXRyaWNJbnRlcnByZXRhdGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjl0tmoAACcLSURBVHgB7V0LvE1VGl/kmp5IEslrIqEQpcdIuDUeeZVL6DFRpJIk5ZVUE8pQjcTElNKQR4qiUnlWqIbkEcKQ8cgrjwpFNf6r9p3j3L32c621197n+36/c8+5e6+91rf/6/zPWnut75Hv12PCQsqRI0dC1hCfy0844QSWP39+R4V//vln9ssvvziWkX0SOkE3P5JJ/eYHFxllvXxP3NrJ54echw8fZm+//Tb74IMP2JIlS9j69evZgQMHmAR+u+lpzPnnn3+e3XbbbY76dO/enY0YMcKxjMyT+fLl431RtmxZz9XiB+QPf/iD5/JU0D8CJ510EkOfXHjhhax+/fqsZcuWrHjx4p4rKuCl5I4dO9jQoUPZmDFj2Pfff+/lksSWOXr0qOu9ffvtt65lZBZo2LAh/xL4qVO3jn50S0rZQ4cOsTVr1vDXlClTWNeuXVmLFi1Yv379WI0aNVxv03F+hhHx2WefZRUrVmRPP/10xhMTaGLEcZO9e/e6FZF6/r777vNd365du3xfQxeEQwCPOm+88Qa7+OKL2R133MG+++47xwqF5MSFzZo1Y+j4gwcPOlaSSSe9kFPnqFS1alWWnZ3tuwu2bt3q+xq6QB4CL7zwAqtZsyb78ssvhZXakhNfrnr16rF3331XeGGmnvjxxx9db10nOXv06OGqj10BIqcdKnqPbdy4kdWpU4d99tlntg3nISe+fE2bNmVffPGF7QWZftBtKgJ8dE1rS5Uqxdq3bx+oS4icgWCTfhEWVBs3bszWrVuXp+485MQ09tNPP81TkA78hoAXcu7fv18LXL169WJZWVmB2sKvNokZCOzbt4/l5OQw7IakynHknDdvHhs9enTqefqchgB+6dxEx/4hluTdtnSc9NywYYPTaTqnGYFVq1axgQMHHtfqceQMsup3XG0Z8I/byKmDmIC5b9++ofYpsUdNYhYCf/vb31jq40YuObH4s2LFCrO0NVAbN3L+9NNPyrUuXbo069y5c+B2sP+2ffv2wNfThWoQwB46tiwtySXniy++aB2jdwcEdu/e7XCWMR3kfOSRR1jBggUd9XA66bR873QdnVOPwCuvvMIsQxdOTkzFYJZH4o7Ali1bHAt52WpxrMDlZJUqVdjNN9/sUsr59MqVK50L0NnIENizZw9bvHgxb5+Tc+nSpXlWiiLTzvCGd+7cyZxWY61fPVW3gWmPm+G9W9tETjeEoj2/YMECrgAnJ01z/HWG0x6wX88QPy03adIkkDVQehvLli1LP0T/G4SAxUdOzm3bthmkmvmqLFy4UKhk0H1HYYW/nyhQoAB76qmn3Iq5noe9NDyKSMxFwFqx5eTMdE8Tv9300UcfCS8BiVRI7969WYUKFUJXjf1NL3u1oRuiCgIjYPGRk9OLMXfglhJ4IUZOkTO1CnKWL1+e9enTRwqSZP0lBUallVjfLU5OpS0lsHKMPKKpoQpywsFblmO006ifwK6K9S0ROQN236xZs2yvDLP/aFdhp06dWIMGDexOBTpmrQQGupgu0ooAkTMg3CJyYpsD4SlkyDnnnMOGDBkioypeB/bQ4JlPEg8EiJwB++mTTz4R7ncWLlw4YK3/vwxxgcaNG8dOO+20/x8M+QmODSTxQYDIGbCv8NCOQGd2UqhQIbvDvo5hdbZu3bq+rnErLBrt3a6j89EgQOQMgfs777xje3XYkfPSSy9lAwYMsK07zEEiZxj09F9L5AyBuSiMSxhyFitWjE2ePJnJXvVdvXr1ce5IIW6bLtWEAJEzBNDffPON7QJL0aJFA9WKxSQQE+FHZMu0adNkV0n1KUaAyBkS4Llz5+apwU/g4NSLEYZU9nOmVT9CMpLECwEiZ8j+siNniRIlfNfas2dPHsvU94UeLoCtJjyPSOKFAJEzZH/Nnz8/Tw1nn312nmNOB9q1a8cGDx7sVCTUOUyVSeKHAJEzZJ9hYz/dARthRLxKq1at2EsvvcSwr6lKxo8fr6pqqlchAkROCeB+/vnnx9XilZytW7dmII5KH9C1a9cy8t88rnti8w+RU0JXpX/5y5Qp4zoS3nPPPWzChAnSt0zSbwcxaUjiiQCRU0K/WZ7rVlUwfoddrJ3AGXvkyJE8yprKqSzaRsgUCtxm1wvxOEbklNBPmzdvzlOLnWM0gnMtWrQoVFjLPA05HJg5cyZDzCOSeCJA5JTQb3bp9EBES8444wyGgMHYzvCSl9G6Luw7/EBJ4ouAmpga8cUjkOZ2gaYvv/xyBtIiSU2bNm2kOUt7VRALQe+9957X4lTOQASInIo6pW3btgyvqOSZZ56JqmlqVxICNK2VAKQs52oJqvAqkB8UvqAk8UaAyCmh/0qWLCmhFnlVYNRUHXlenrZUkwgBIqcIGR/HK1eu7KO02qKIRj98+HC1jVDtWhAgckqAuX79+hJqkVMFiGnFPZVTI9USFQJEzpDIn3zyyax58+Yha5FzOfY0hw4dKqcyqiVyBIicIbugQ4cOUoNwhVEHCXV/+OGHMFXQtQYhQOQM0RlYpQUhTBAEG4N3C0lyECByhujLfv36sbPOOitEDXIu3bt3L+vYsaOcyqgWYxAgcgbsCpjhIXpB1IKsYX/5y18YZYqLuifkt0/kDIAp8pZgk192hLwAqvAICpSVPAhy5l9D5AzQR3D5SjVsD1CFlEvefPNN9vDDD0upiyoxDwEip88+6dy5M59G+rxMenF4uNx4443S66UKzUGAyOmjL+rVq2eE9c2mTZvYtddeyw4dOuRDeyoaNwSInB577Pzzz2evvfZa5M+ZCCjWqFEj7o7mUXUqFlMEiJweOg6G7Ui9UKRIEQ+l1RXBSNmsWTO2fv16dY1QzcYgQOR06YrTTz+dOy2LYgK5XC7t9M8//8z9QyltvDRIja+IyOnQRaeeeipDZi4TvE66dOnCEBOIJHMQIHIK+hoG7UjxV7NmTUEJfYexXTJ27Fh9DVJLRiBA5LTpBhATIybiAEUto0aNYoMGDYpaDWo/AgSInGmgg5hY/DGBmDNmzGDdunVL05D+zRQEiJwpPQ0vE0xlr7jiipSj0XxEigcECIPtLElmIkDk/L3fTznlFD6V/dOf/hT5N2HHjh2sRYsW7PDhw5HrQgpEhwCFxjyG/WmnncaJWbt27eh64veWjxw5wpB5jLxMIu+KyBXIeHIWLlyYvf/++0asyuLb0KdPH7Z48eLIvxikQPQIZDQ5ixYtyhBBoFq1atH3xDENsABEwaCN6AojlMhYchYrVozNnj2bVa1a1YiOQCDoTp06GaELKWEGAhlJzjPPPJPNmTPHCMsf62tw7733kjG7BQa9cwQyjpwYMefOncvgZWKKfPzxx+zVV181RR3SwxAEMmorBc+YphET34Pu3bsb8nUgNUxCIGPIWahQIb4qa4IRe+oXAEYPMDggIQTSEcgIciIgF4JgVa9ePf3+I/9/yJAhketACpiJQOLJmT9/fjZlyhR22WWXGdcD//nPf9iHH35onF6kkBkIJJ6cI0aMYE2aNDED7TQtJk2alHaE/iUE/o9AosnZo0cPhmh5pgosk0gIARECiSUnDMeffPJJ0X1HfvyXX35h//73vyPXgxQwF4FEkrNWrVrsX//6F8uXL5+xyG/evJkdPHjQWP1IsegRSBw5ESlv2rRpDL6ZJgvcwkgIAScEEkVObJlMnz6dgaCmy759+0xXkfSLGIFEkfPll182xvVr3rx57OjRo8LuxRYPCSHghEBiviGIUJeTk+N0r9rOYfS+5ppr2E033SQMM4JRnoQQcEIgEeREFPT+/fs73ae2c/Pnz8+N/YP0DcOGDbNtu3jx4rbH6SAhYCEQe3JWrFiR58o0YWUWNrLNmzdnCDViCbJfb9y40fo3971UqVK5n+kDIWCHQKzJiaBcWJlFDKCoZfXq1axhw4bshx9+OE4VpFGwy6EJnUuUKHFcWfqHEEhFINbkfOWVV1ilSpVS7yeSz+vWrWPZ2dkM0QzsZPLkyWz79u15Tl144YV5jtEBQsBCILbk7NmzJ59CWjcS1TumrA0aNGA7d+4UqoDREyvJ6WKiMX66jvR/dAjEkpyIxv74449Hh9rvLf/3v//lxLQbFdOVmzp1avohZkKM3DxK0QFjEIgdOZGSb+LEiZEnsQUxkeka714Ei0Xpo2udOnVYwYIFvVxOZTIQgdiREzazUa90WsT8+uuvfX1lsM2SKieeeCK76qqrUg/RZ0IgF4FYkfO+++7jK6K52kfwYcuWLax+/frMLzGhql3i2+uuuy6Cu6Am44BAbMh5wQUXsIEDB0aKKYiJqeymTZsC6bFixYo817Vs2dJo75k8CtMBbQjEgpxZWVncBSzK57OwxESPLl++PE/HwlIIz54khEA6ArEg5+DBgxlGzqjEesYMOmJaemNBaPfu3da/ue+m2ATnKkQfjEDAeHJeeeWVDNHQoxIQE8+YYYlp6b927VrrY+5769ataWqbiwZ9sBAwmpyYzo4ePTqyL+7WrVulEhOgI+JeumBqCwsjEkIgFQGjyQmbVBi2RyEwLJA5Ylr3YEdOnGvfvr1VhN4JAY6AseTEM+YDDzwQSTchhAhM8kRECqOUnYcK6sOWSpQLXmHuia5Vg4CR5IT715gxYyKxAtq1axcnJozZVYiInPBSadSokYomqc6YImAkOW+99VZ2ySWXaIcUcX0QwcBu0UaWMiJyon5atZWFcjLqMY6cp556Khs0aJB2dL///nvWuHFjtnLlSqVt41k21Rk7tbGmTZtGMltI1YE+m4OAceTs1asXQ3JbnXL48GGGINSfffaZ8mZ//fVXhpi1doJMaLRqa4dMZh4zipyIDKA7VyUi5LVp04alG6Wr/Do4LTTRc6dK5ONVt1Hk7NOnj/Zg0LfffjtPD6iz27788kthc1glJiEEgIAx5MSoCaLoFATfgguablm1apWwySpVqjA8d5MQAsaQE+5gOmO5jho1KrJER07kxDYSxRYiYgIBI8iJKHqdOnXS1iMI+tytWzdt7aU3BHJiYUgkFSpUEJ2i4xmEgBHkhOkaVip1yNKlS1m7du0cyaFaD2zbOD13ilarkcIBP2Qnn3wyO+GEE1SrSfVHjECBiNvnzXfs2FGLGjDLw5bJTz/9pKU9p0YWLFjAqlatalsEmbjLly/PypYty8qUKcMTM+E5NH3aj6h+3333HYOBPrxn8IJDN+IVLVu2jB06dMi2fjoYDwQiJ2flypW1WAOBkNdff71t/Ngouurtt99md955p23TiLaAl5tg9CxSpAh/pRMd02aQdNasWfy1cOFChoS9JPFBIHJy6ho1QYRPPvkk8p7BSAhLJIzgKgULSzVr1uQvbFHBZvjVV1/lqSswqpKYj0Ckz5z45UcmLtXy3HPP2QZ1Vt2uVT+mox06dOABvmCAAH3+/Oc/W6e1vOM5FotgSHW/ePFi1qpVq8j8ZLXccAIaiZScdevWVW6qh6nd/fffH0lXYeFmwIABbNu2bdzLBiOZCXLxxRezSZMmsa+++ordeOONJqhEOtggECk5kZFLpWBV9IYbbnBMYquifUwpu3TpwtavX89TExYuXFhFM6HrxKIT0kTAphg/lCRmIZBocuI508mOVUVX4Jlyzpw5bMSIESwuOTgvuugirjN8aE3I2KaiX+JYZ2TkRKQDbBWoEowIWADRKW3btuXhLxGULI6C52IYSFx99dVxVD9xOkdGTmSjViWIMavbAujRRx/ldrpxt4s9++yzuSMAMoVjek4SHQKRkRPBs1QJprPpSWxVtQWrHRjPw4g+KYJ7wkLWW2+9xa2RknJfcbuPSMiJzr/00kuVYIUMZO+8846SutMrxciCBL6YziZR4FsKSyaROWES79mke4qEnNWrV+c2orKB2LNnj9bp7NixY/lqsOz7MKm+GjVqsEWLFrFy5cqZpFZG6BIJOVXlBunRo4cw9bvs3sQzmQ4DCtl6B6kPxMQK9DnnnBPkcromIAKRkFNFRuclS5aw8ePHB4TB32WIMYuA15kk1hYRnOJJ9CAQCTmrVasm/e50BaDG9g+ms5m4kvnHP/6RzZgxgyHpL4l6BLSTE/a05557rtQ7g4cHFi5Ui7UAFPftkjA44Rl0woQJGfnjFAa3INdqJ+d5550n1VEYblAIp6lDevbsya644godTRndBswuM21aH0WHaCcnAljJlHHjxrHVq1fLrNK2LmzOYxGI5DcEsK9br149gkMhAtrJCedqWYJRE4l1dcjQoUNpQz4FaMv4omjRoilH6aNMBLSTE6t+smTq1Klsw4YNsqoT1nPZZZfxwNPCAhl6Aiu3w4cPz9C7V3/b2skpcyl+2LBh6hE61gJM2UjsEYB1FGIekchHQDs5S5YsKeUu4NGPl2pBtjNkHiMRIzBy5Mg8wcfEpemMVwS0k1PWyIlQHzqkd+/eOpqJdRuwHMJKNolcBLQG+MI+oQwHZEQ4mDJlilwkbGrDCi3S8pkgCLeCCHrwtsFCGEKgwCAdL5ADW1RYpIlKHnzwQR6KZefOnVGpkLh2tZITga5kBEN+/fXXGdL2qRbkbpGhrww9582bx5ysoE466SSGiAbYh0UI0Nq1a8to1nMdCHb90EMPaXU88KxcTAtq/amVZfalK/mQrrCd+O4gbKfTPqrbKjcCSGNkxZYPCAozQ5BF50gGvGTMjGLKJelqx46ce/fuZRhFVAu2T1R7YWCKiq0ITEnhDIA9W0RwtxM3cqZfgyjwTzzxBHf16tq1K/vmm2/Si0j/Hz++9OwpD9bYkROG1zoil+fk5MhDOa0mkPKxxx7jqRbg5pYahEyUQ8UvOa0mEen+H//4Bzv//PP5u1MCJeuaMO9ISIUpNkl4BLSSMz3XRxD1QU4dguc22QJiwKMFIyXIuX///jxNiEwRzzrrrFDeIFhEwwgKkzvkjFEliN6XKX6uqjC06tVKTiTeCSP4csPpV7XAayboSCXS7euvv+ZR7TCyOJFDNHKiXhmpAT/++GNWq1Ytpakp7rrrLhEMdNwHAlrJGTbr1fLlyxmeOVVLdna21CYQ1wgJcefPn+9arxM5K1as6Hq9lwJ4/sQIqirWEu5Vhc+ul3tLUhmt5Ay7/aHDZxOdKysyIGYK2P/DNO/gwYOevjc6yAlFjhw5whDRYebMmZ708lsIOVBJwiGglZxhR85PP/003N16vFrGHiEWYrCo9NRTT3ls9bdiyLEpwgmLOjLl6NGjPKERprqyJakRCWXj5FSfVnKGHTmR00O1IK9J2Ej0GCURNBtxX/0KnqvXrFlje5mKqSIIisWvzZs327YZ9GDp0qUZoiySBEdAKzmxBXLgwIFA2mI0QWIg1QIrmzCCqWzr1q3Z7NmzA1ezcuVK22vhC6vCRA8hRTHFxVRXpiAPKUlwBLSSE2pu3749kLZIV6dDwk4dEW0e2aTDCBa+7ARbUbIWhdLr/+KLLxhSSsgUImc4NGNDTtFUL9zt570aEeaCClynXnzxxaCX514nIicKqJjaWg0/+eSTPB2g9X/Yd0T1l7G3HVaPuF4fG3KmWtGoBBs5K4PIihUrpCXpRV0iUUlOPO/efffdDO8ypECBAgyJekmCIRAbcsJWVIcEsafFogoyRMt6ZoOx+u7du21vF3uIKmXp0qU89KWsNi6//HJZVWVcPdrJGXRRB6nbdcjpp5/uuxkkynXan/Rd4bELRKOnypHT0rNv377Sfmho5LRQ9f+unZwi21E31XW5PvmNJrdr1y4lMYZEz50wKyxUqJAbXKHOY5YiK/Fw1apVQ+mSyRfHhpxBt2D8di72Of3IM888oyQXqIic0A1xjVQL/EJlCOyBTXFYl3E/OuvQTk48SwWxj4VXhQ7x80XCD4aqWEZO5JRhweSGJabpc+fOdSvmej4rK4sFXWRzrTzhBbSTE3gGeT7TlanaT38jca6qHw0YImChyU50kBPtvvzyy3bN+z4GayES/whEQs4gZniylvf9QyS+QmW4FKz8in7EdJETQbtl/CiWKlVKDCKdESIQCTkR68ZU8Wr/u3HjRqkb9nZ4YFvDTuB4reMLD5NJZHALK4hiSOIfgdiQU1c+zH379nlC8f333/dULkwhETlRp67RUwY5ixQpEgaGjL02EnLC2ReuUX4EcVp1iFdyenGcDquvCeR89913Q1sMIXQJiX8EIiEn1PTrQ6h6b8+Czut+6qJFi6xLlL0vW7ZMGMwMdqs6BPu4omdfr+1ncrJhrxjZlYuMnH5DZOgiJ54l3QSO1H5Hfrc67c7j+Xft2rV2p/hep59tH9tKPB5ETN0wAhtbEv8IREZOv9MlWQmQ3CDyQk4Y4etaPRZNbRF+Upczc1hy6sLKrW/jdj4ycsLB10+WMF17ZV5sf4P6pAb5cojIibp0GZUjT0sY0RFnOIx+pl4bGTkBiJ/gUrJDVYo6xIkM1jWiGD/WeZnvTvog7YIOWbduXahmfvzxx1DXZ+rFkZJz+vTpnnEPG6HAa0P4IrpZ/egkJ0Yt0bRQFzmRIgILQ0EliLlm0LaSdF2k5IRblNeVwAsuuEAL7iCC02gFJWAvqkvwQyFyNMdUX9ez+KZNmwLfstftqcANJPTCSMkJTL2awMEixq/HSNA+++CDDxwv9etW5liZh5NOPxa6njvDjJxYXyDxj0Dk5JwwYYJw2pZ+O8j8pUPcAnSZRE5dU9sw5EQqChL/CEROzi1btrCPPvrIk+ZIk6dDMFKJwoSg/XLlyjFd5oRoz2nk1PWDFea5McyUGPefqRI5OQH8888/7wn/unXreioXthCeOydPniysBqaEIKgucSIn4uzq2OQPGh8JWNLIGeybYgQ5p0yZ4im5K56vdFkKwVfTSVQH2kptG6OWKCI7Qk+GDYSd2pboc9AMcTDqoK0UEarOx40gJzoeCV7dBOZqjRo1cism5Tx8Tp0CWV911VVS2vFaiZMPrI6pbVBDAgSrJgmGgBHkhOogJ2xW3aRly5ZuRaSdf/rpp4V1tWjRQnhOxYmoyRnUeB3G+yTBEDCGnFiAwcqtmyBB0CmnnOJWTMp5hOkQrVLimfPqq6+W0o6XSpwyrOnYTgnq9rV48WIvt0dlbBAwhpzQbeDAgcK4OZbuMPhu1aqV9a/Sd4zkTqNn//79lbafWvmSJUuEW04wbSxevHhqcemfg+wxYxHJr2ugdMVjXKFR5MTigdtCDLBG6nZdgtCXosUYbO107NhRiyqI5SNyH4MCqv07g0TCh2OD17AvWkCMWSNGkRPYPf74466jJ6ZxOlYooQ9Gz969e+OjrSA5rq7AyU7PnTVr1rTVT9bBII4HOkK5yLo/E+sxjpzYE3vppZdcserWrZtrGVkFsOcp+qJhoQRxdnS4tEVFzoIFCzIEFfMrb7zxht9LqHwKAsaRE7o9/PDDDJ4QTtKuXTuthgC33nor+/bbb21Vgt0vnq2qVKlie17WQadFIZUjJ5wO/FpE4RFFlO9FFh5Jr8dIciKOz1//+ldH7GEV069fP8cyMk/u2LGDde7cWVglwj8i5GdOTo6wTNgT2DMUWerAO+XMM88M24Tt9UEeIV577TXbuuigdwSMJCfU//vf/+64AIIyN998M6tUqRI+apFp06Y5Zn/GFHfixIls7NixLOjWg9ONgJhOo5Gq0TNIpjAZSYSdsMiEc8aSE1ZD3bt3d+wDjJ5YkNEpGNHd3Nzwo7Fq1Sol1kxRPHc2aNDAF8SY4oeNnuCrwYQWNpacwBuLMG6p6Bo2bMgaN26stXtuu+02BntgJ8E0d8aMGTzfSJCcn6K6dZMTq7TnnnuuSB3b414dGWwvpoO5CBhNTmjZtWtX5hZQa+TIkUxX0GnohFG9ffv2fPqK/50EGa+RlKhJkyZOxTyfcyJnjRo1PNfjtaBfvbEQhKk9SXgEjCfn/v37HRdiAAG2MYYMGRIeDR81wBUKxhAPPfQQJ6vTpdiGePPNN9ngwYN9r3qm14uwLgcPHkw/zP+HSeGJJ55oey7oQayK+xHcY1AjeT/tZEJZ48mJTkAAare9zzvuuEPJM57bl+CJJ57gNrZIMeEmDzzwAJ/m+t2WSK3XKcYR6q1cuXJq8VCf8aPnx8F9w4YN0tIGhlI8IRfHgpzAGkYHTuZr+GLCUL1EiRLau+bDDz9k2AscPXq066iB6fAjjzwSSkenqa3MvVanrSO7G7jrrrtcZxF219ExewRiQ05M5WDw7pQv8owzzuARDHREBkiHExHm8OWEjatbkqNevXqxihUrplfh+X8d5ISDQZcuXTzrhIW72bNney5PBd0RiA05cStr1qxxNXpHwCuMYFEJ4sxmZ2fzFH1Y0bWLIIAfj9tvvz2wik7kDEP6VIUwanpdZd62bRu79957Uy+nzxIQiBU5cb+wc3322Wcdb/2WW25hffr0cSyj+iTi/mAxBaZ9d955J0O4zdQ08mEiKWBFVBRwSwY54R7m1foK99S2bVuhaaNqnJNcf+zIic64//77+SKRU8fAWACLRFELnMjHjBnDF6sw7YaDdt++fZmTnawXnUV5ZvzuSdq1hWdir+E/cS8mZyq3u7+4HIslObFU37p1a9dESCNGjOAmfqZ0Bp6X582bx7d9wnrViKa22O8N43iNeER4dvYieHzQbaHlRa+klIklOQE+nHivvfZaYaoClMEKLmw8/Sxs4Lo4iIic0L1cwLCdsA0eP34885L386233mJ33313HKCKrY6xJScQR5h/RONz2mMEQTGCRv0MKvsb4kTOIL6l+fPn58QsW7asq6rvvfcea9OmjTBsimsFVMATArEmJ+4QSX7q1avHsGLoJHgGhbdIFNssTnoFPYcfJJFZYxBywh4WMxE3gUEIIg+KXNfcrqfz3hGIPTlxq0h4C4IitYOTwFtk7ty52jJzOeki45xo9PRDToyYCEvaoUMHV5WwUn7dddcRMV2RklMgEeQEFNYIKgrGZcGF+EOIpaorOLXVrop3ETnhEeNF8IyJZ0cve66IQgjrptTtIC9tUJngCCSGnIAACXNghOCWJh1bGvhSPvfcc1q9WYJ3k/2VInJ6iYhwzTXXcMdtuNw5CciIhR/YBZPoRSBR5AR0eBZDwiP4UjoJFoqwDwp3rriOoiJyOm2lwPYWwbvx7Og2/cUeLUhM/plO3yR15xJHTkCFtPB4Nho+fLgrcnAmBpHh0lWhQgXX8iYVgDudXdbr9JETEfKxuoowK4hDhM9uAiOJWrVqMRj1k0SDQCLJCSjhWtWjRw+GqHlOxvIW7HAqRnweOG7D5C4uYjd6YtqOWQF+nLAAhpQSGC2bNm3qyZ8U0/0rr7ySbd26NS4wJFLPxJLT6i3E+0GAKqfAWFbZrKws7tiN+DcgqQw7VatuVe92ZoBYgQXBYOkDkiHurBfBSAzLKxix2xnse6mDyshDIPHkBFQgW+3atT17q+DLDK8MRB2YOXMm3//zYjUjr1u81ySysfVew28lMQIjeh8FgvaLnLryGUFOwIdNc4wkWPzBqq4XwaIRVjOnT5/O91CxnQB/TRw3ReD9EjYsCOxj69SpQxmoTenU3/XIGHJauMN1C7lNhg0b5mvqhkWWe+65h0d2hzXSP//5Tz4FDJKmwNIl6Dum24gAOG7cOO7jimlsEIGDOPKdPvjgg76wCNIWXeMfgXzHFk5+RedkondB9erV+aKJnzg5dhAjdg7yUGIlFC9Mh7Glg0WpMIIfBKwgn3feeaxatWp82okIezICVi9fvpyvaCM3DYlZCOB7iZSPBcxSS682IBKcnmFTOmjQoMDZwuBDiRfCYFqC7GSwVsIL+4XIs4IXvGmwsY8Xpsdw8UJIEGx3gIwYifFCyj1Y8KgQPFfClJHS86lAV16dGU1OC0Ys+iBT2E033cQGDBjAygV0ubLqwzsWlTDqmbZ3CoMCxAIOO6qn3it9VoNAsIcVNbpEWiu+rEjci+e5G264gU9TI1VIQeMwcIcpHhFTAbgKqiRypoGKL+7UqVP56iWM5OGJgSlq3GXWrFl8QSvu95FJ+hM5HXobe3/wxEAsXOx7zjsWYiTstoVDc8pOIdcpPE9oxFQGsZKKiZweYD1w4AAPd4LgXIgUALNAjESitAgeqtRaBAHGRI7ZWhWhxnwhQAtCvuBi/EsOm1W8EFUBLmrw3MCqL5bAseqqS2Azi9Ed2zhYFRalrIAHCkn8ECByhugzbIcsWLCAv1ANtkbKly/PsBcJoiJFA/7H6m+hQoUCtYTtDhigYz8SZoh4Ifcn9imRbTtVsNqM0T1d4FxOEj8EiJwS+wzPdHDhwuv1118/rmbsZcLPslixYpyo2MNERjBY9+AFooOIeMFyB3ui2B+FMbpXQTbwdHJiSi4KQO21XioXDQJETk24w8cUo59KixxMX2GtlBpYOn101XS71IwEBGhBSAKIJlWR/tyZhG0gk/DVqQuRUyfaGtpCGsTU7R4KYakBdEVNEDkVARtVtfCYmTNnTm7zQT1WciugD5EhQOSMDHp1DU+cODG38vR4Qrkn6IPxCBA5je8i/wrCOdwKM0Lk9I+fKVdwcprk2W8KMHHWA1snVnZtGEoQQePZm5yc8CkkSRYCCINpCSI/kMQHAYuPnJwIpUiSLARg+2sJoiiQxAcBGKpAODkrVaoUH81JU08IwBjBMniAKSFJfBBAWBoIJyfCRtJzZ3w6z6um1ugZNkaS1/aonBwE4EcM4eQsXLgwD/kop2qqxRQE4H8KQaiUKKIE8sbpjy8EsIBXv359fg0nJz4h4BNJshBYuHBh7g3BpY3EfASaNWvGMFhCjiNn0aJFzdeeNPSMAJIJW/lO3FL9ea6UCipFAI78luSSE8u3/fv3t47Te0IQsEbPxo0bJ+SOknsbCNFqPW/iLnPJiX+QrgBp30iSgwDSNUDgS0p9a26/wr83PWXlceREsp5JkyaxIkWKmHsXpJkvBBA425LmzZtbH+ndMAReeOEFHp8qVa3jyIkTCKmBIMvw3CeJPwKp5Lz++uvjf0MJvAPk7WnVqlWeO8tDTpRAJi0kXbUsFfJcRQdigwAiIezZs4frW7lyZeMi0McGSAWKwp1v1KhRPB+qXfW25ERBJJz9/PPPWXZ2tt11dCxGCCAomCV2v9DWOXrXhwBCrMI5oVOnTsJGheTEFSVLluTxWZGy3DIpEtZEJ4xFIJWcOTk5xuqZCYphPefRRx/lERRTV2bt7t2RnNYFbdq04ZUhgNQtt9zCSWudo3fzEVi/fn2ukhdddBFfV8g9QB+UI4BYxk2aNOGByWHv3K9fPx550a1hnp/TrZDd+Z07dzJ0OsI4Uio5O4TMOVa6dGl2ySWX5Cq0cuVK9tVXX+X+Tx/kI5CVlcXzqGKBtUyZMjz8qd9WApPTb0NUnhAgBPwh8D8I22yw4XkRvwAAAABJRU5ErkJggg==''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.0z_krgp' shared service.
  7234.      *
  7235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7236.      */
  7237.     protected function get_ServiceLocator_0zKrgpService()
  7238.     {
  7239.         return $this->privates['.service_locator.0z_krgp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7240.             'App\\Controller\\Admin\\EditorBlockAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7241.             'App\\Controller\\Admin\\EditorClassAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7242.             'App\\Controller\\Admin\\EditorCommonCssAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7243.             'App\\Controller\\Admin\\GatrackAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7244.             'App\\Controller\\Admin\\LoginLinkAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7245.             'App\\Controller\\Admin\\MagazineAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7246.             'App\\Controller\\Admin\\MagazineBlockAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7247.             'App\\Controller\\Admin\\MagazinePageAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7248.             'App\\Controller\\Admin\\ProductAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7249.             'App\\Controller\\Admin\\PublisherAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7250.             'App\\Controller\\Admin\\PublisherStoreAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7251.             'App\\Controller\\Admin\\SettingsAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7252.             'App\\Controller\\Admin\\SubscriptionAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7253.             'App\\Controller\\Admin\\TOCAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7254.             'App\\Controller\\Admin\\productCRUDAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7255.             'App\\Controller\\Api\\ElasticSearch\\SearchController::getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7256.             'App\\Controller\\Api\\PublisherStore\\PublisherController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7257.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7258.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7259.             'App\\Controller\\Api\\PublisherStore\\UserController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7260.             'App\\Controller\\Api\\User\\LoginLinkController::getTokenUser' => ['privates''.service_locator.Zcsn_R2''get_ServiceLocator_ZcsnR2Service'false],
  7261.             'App\\Controller\\Api\\User\\LoginLinkController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7262.             'App\\Controller\\Api\\User\\RestLoginController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7263.             'App\\Controller\\Api\\User\\RestProfileController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7264.             'App\\Controller\\Api\\User\\RestRegistrationController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7265.             'App\\Controller\\View\\ContactController::all' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7266.             'App\\Controller\\View\\ContactController::order' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7267.             'App\\Controller\\View\\ContactController::product' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7268.             'App\\Controller\\View\\ContactController::register' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7269.             'App\\Controller\\View\\ContactController::share' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7270.             'App\\Controller\\View\\ElasticSearch\\SearchController::getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7271.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7272.             'DH\\AuditorBundle\\Controller\\ViewerController::listAuditsAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7273.             'DH\\AuditorBundle\\Controller\\ViewerController::showEntityHistoryAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7274.             'DH\\AuditorBundle\\Controller\\ViewerController::showTransactionAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7275.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7276.             'sonata.user.controller.api.group::getGroupsAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7277.             'sonata.user.controller.api.user::getUsersAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7278.             'App\\Controller\\Admin\\EditorBlockAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7279.             'App\\Controller\\Admin\\EditorClassAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7280.             'App\\Controller\\Admin\\EditorCommonCssAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7281.             'App\\Controller\\Admin\\GatrackAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7282.             'App\\Controller\\Admin\\LoginLinkAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7283.             'App\\Controller\\Admin\\MagazineAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7284.             'App\\Controller\\Admin\\MagazineBlockAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7285.             'App\\Controller\\Admin\\MagazinePageAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7286.             'App\\Controller\\Admin\\ProductAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7287.             'App\\Controller\\Admin\\PublisherAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7288.             'App\\Controller\\Admin\\PublisherStoreAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7289.             'App\\Controller\\Admin\\SettingsAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7290.             'App\\Controller\\Admin\\SubscriptionAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7291.             'App\\Controller\\Admin\\TOCAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7292.             'App\\Controller\\Admin\\productCRUDAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7293.             'App\\Controller\\Api\\ElasticSearch\\SearchController:getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7294.             'App\\Controller\\Api\\PublisherStore\\PublisherController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7295.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7296.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7297.             'App\\Controller\\Api\\PublisherStore\\UserController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7298.             'App\\Controller\\Api\\User\\LoginLinkController:getTokenUser' => ['privates''.service_locator.Zcsn_R2''get_ServiceLocator_ZcsnR2Service'false],
  7299.             'App\\Controller\\Api\\User\\LoginLinkController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7300.             'App\\Controller\\Api\\User\\RestLoginController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7301.             'App\\Controller\\Api\\User\\RestProfileController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7302.             'App\\Controller\\Api\\User\\RestRegistrationController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7303.             'App\\Controller\\View\\ContactController:all' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7304.             'App\\Controller\\View\\ContactController:order' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7305.             'App\\Controller\\View\\ContactController:product' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7306.             'App\\Controller\\View\\ContactController:register' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7307.             'App\\Controller\\View\\ContactController:share' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  7308.             'App\\Controller\\View\\ElasticSearch\\SearchController:getMagazinesAction' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  7309.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  7310.             'DH\\AuditorBundle\\Controller\\ViewerController:listAuditsAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7311.             'DH\\AuditorBundle\\Controller\\ViewerController:showEntityHistoryAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7312.             'DH\\AuditorBundle\\Controller\\ViewerController:showTransactionAction' => ['privates''.service_locator.Kpi1dqa''get_ServiceLocator_Kpi1dqaService'false],
  7313.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  7314.             'sonata.user.controller.api.group:getGroupsAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7315.             'sonata.user.controller.api.user:getUsersAction' => ['privates''.service_locator.tQrjTRx''get_ServiceLocator_TQrjTRxService'false],
  7316.         ], [
  7317.             'App\\Controller\\Admin\\EditorBlockAdminController::batchActionDelete' => '?',
  7318.             'App\\Controller\\Admin\\EditorClassAdminController::batchActionDelete' => '?',
  7319.             'App\\Controller\\Admin\\EditorCommonCssAdminController::batchActionDelete' => '?',
  7320.             'App\\Controller\\Admin\\GatrackAdminController::batchActionDelete' => '?',
  7321.             'App\\Controller\\Admin\\LoginLinkAdminController::batchActionDelete' => '?',
  7322.             'App\\Controller\\Admin\\MagazineAdminController::batchActionDelete' => '?',
  7323.             'App\\Controller\\Admin\\MagazineBlockAdminController::batchActionDelete' => '?',
  7324.             'App\\Controller\\Admin\\MagazinePageAdminController::batchActionDelete' => '?',
  7325.             'App\\Controller\\Admin\\ProductAdminController::batchActionDelete' => '?',
  7326.             'App\\Controller\\Admin\\PublisherAdminController::batchActionDelete' => '?',
  7327.             'App\\Controller\\Admin\\PublisherStoreAdminController::batchActionDelete' => '?',
  7328.             'App\\Controller\\Admin\\SettingsAdminController::batchActionDelete' => '?',
  7329.             'App\\Controller\\Admin\\SubscriptionAdminController::batchActionDelete' => '?',
  7330.             'App\\Controller\\Admin\\TOCAdminController::batchActionDelete' => '?',
  7331.             'App\\Controller\\Admin\\productCRUDAdminController::batchActionDelete' => '?',
  7332.             'App\\Controller\\Api\\ElasticSearch\\SearchController::getMagazinesAction' => '?',
  7333.             'App\\Controller\\Api\\PublisherStore\\PublisherController::setViewHandler' => '?',
  7334.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController::setViewHandler' => '?',
  7335.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController::setViewHandler' => '?',
  7336.             'App\\Controller\\Api\\PublisherStore\\UserController::setViewHandler' => '?',
  7337.             'App\\Controller\\Api\\User\\LoginLinkController::getTokenUser' => '?',
  7338.             'App\\Controller\\Api\\User\\LoginLinkController::setViewHandler' => '?',
  7339.             'App\\Controller\\Api\\User\\RestLoginController::setViewHandler' => '?',
  7340.             'App\\Controller\\Api\\User\\RestProfileController::setViewHandler' => '?',
  7341.             'App\\Controller\\Api\\User\\RestRegistrationController::setViewHandler' => '?',
  7342.             'App\\Controller\\View\\ContactController::all' => '?',
  7343.             'App\\Controller\\View\\ContactController::order' => '?',
  7344.             'App\\Controller\\View\\ContactController::product' => '?',
  7345.             'App\\Controller\\View\\ContactController::register' => '?',
  7346.             'App\\Controller\\View\\ContactController::share' => '?',
  7347.             'App\\Controller\\View\\ElasticSearch\\SearchController::getMagazinesAction' => '?',
  7348.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController::setViewHandler' => '?',
  7349.             'DH\\AuditorBundle\\Controller\\ViewerController::listAuditsAction' => '?',
  7350.             'DH\\AuditorBundle\\Controller\\ViewerController::showEntityHistoryAction' => '?',
  7351.             'DH\\AuditorBundle\\Controller\\ViewerController::showTransactionAction' => '?',
  7352.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController::batchActionDelete' => '?',
  7353.             'sonata.user.controller.api.group::getGroupsAction' => '?',
  7354.             'sonata.user.controller.api.user::getUsersAction' => '?',
  7355.             'App\\Controller\\Admin\\EditorBlockAdminController:batchActionDelete' => '?',
  7356.             'App\\Controller\\Admin\\EditorClassAdminController:batchActionDelete' => '?',
  7357.             'App\\Controller\\Admin\\EditorCommonCssAdminController:batchActionDelete' => '?',
  7358.             'App\\Controller\\Admin\\GatrackAdminController:batchActionDelete' => '?',
  7359.             'App\\Controller\\Admin\\LoginLinkAdminController:batchActionDelete' => '?',
  7360.             'App\\Controller\\Admin\\MagazineAdminController:batchActionDelete' => '?',
  7361.             'App\\Controller\\Admin\\MagazineBlockAdminController:batchActionDelete' => '?',
  7362.             'App\\Controller\\Admin\\MagazinePageAdminController:batchActionDelete' => '?',
  7363.             'App\\Controller\\Admin\\ProductAdminController:batchActionDelete' => '?',
  7364.             'App\\Controller\\Admin\\PublisherAdminController:batchActionDelete' => '?',
  7365.             'App\\Controller\\Admin\\PublisherStoreAdminController:batchActionDelete' => '?',
  7366.             'App\\Controller\\Admin\\SettingsAdminController:batchActionDelete' => '?',
  7367.             'App\\Controller\\Admin\\SubscriptionAdminController:batchActionDelete' => '?',
  7368.             'App\\Controller\\Admin\\TOCAdminController:batchActionDelete' => '?',
  7369.             'App\\Controller\\Admin\\productCRUDAdminController:batchActionDelete' => '?',
  7370.             'App\\Controller\\Api\\ElasticSearch\\SearchController:getMagazinesAction' => '?',
  7371.             'App\\Controller\\Api\\PublisherStore\\PublisherController:setViewHandler' => '?',
  7372.             'App\\Controller\\Api\\PublisherStore\\PublisherStoreController:setViewHandler' => '?',
  7373.             'App\\Controller\\Api\\PublisherStore\\SubscriptionController:setViewHandler' => '?',
  7374.             'App\\Controller\\Api\\PublisherStore\\UserController:setViewHandler' => '?',
  7375.             'App\\Controller\\Api\\User\\LoginLinkController:getTokenUser' => '?',
  7376.             'App\\Controller\\Api\\User\\LoginLinkController:setViewHandler' => '?',
  7377.             'App\\Controller\\Api\\User\\RestLoginController:setViewHandler' => '?',
  7378.             'App\\Controller\\Api\\User\\RestProfileController:setViewHandler' => '?',
  7379.             'App\\Controller\\Api\\User\\RestRegistrationController:setViewHandler' => '?',
  7380.             'App\\Controller\\View\\ContactController:all' => '?',
  7381.             'App\\Controller\\View\\ContactController:order' => '?',
  7382.             'App\\Controller\\View\\ContactController:product' => '?',
  7383.             'App\\Controller\\View\\ContactController:register' => '?',
  7384.             'App\\Controller\\View\\ContactController:share' => '?',
  7385.             'App\\Controller\\View\\ElasticSearch\\SearchController:getMagazinesAction' => '?',
  7386.             'App\\Controller\\View\\PublisherStore\\PublisherStoreController:setViewHandler' => '?',
  7387.             'DH\\AuditorBundle\\Controller\\ViewerController:listAuditsAction' => '?',
  7388.             'DH\\AuditorBundle\\Controller\\ViewerController:showEntityHistoryAction' => '?',
  7389.             'DH\\AuditorBundle\\Controller\\ViewerController:showTransactionAction' => '?',
  7390.             'SilasJoisten\\Sonata\\MultiUploadBundle\\Controller\\MultiUploadController:batchActionDelete' => '?',
  7391.             'sonata.user.controller.api.group:getGroupsAction' => '?',
  7392.             'sonata.user.controller.api.user:getUsersAction' => '?',
  7393.         ]);
  7394.     }
  7395.     /**
  7396.      * Gets the private '.service_locator.8ZuNAXa' shared service.
  7397.      *
  7398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7399.      */
  7400.     protected function get_ServiceLocator_8ZuNAXaService()
  7401.     {
  7402.         return $this->privates['.service_locator.8ZuNAXa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7403.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  7404.         ], [
  7405.             'mailer' => '?',
  7406.         ]);
  7407.     }
  7408.     /**
  7409.      * Gets the private '.service_locator.FyoBLPZ' shared service.
  7410.      *
  7411.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7412.      */
  7413.     protected function get_ServiceLocator_FyoBLPZService()
  7414.     {
  7415.         return $this->privates['.service_locator.FyoBLPZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7416.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7417.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  7418.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7419.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7420.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7421.             'router' => ['services''router''getRouterService'false],
  7422.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7423.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  7424.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7425.             'serializer' => ['services''serializer''getSerializerService'false],
  7426.             'session' => ['services''session''getSessionService'false],
  7427.             'templating' => ['services''templating''getTemplatingService'false],
  7428.             'twig' => ['services''twig''getTwigService'false],
  7429.         ], [
  7430.             'doctrine' => '?',
  7431.             'form.factory' => '?',
  7432.             'http_kernel' => '?',
  7433.             'parameter_bag' => '?',
  7434.             'request_stack' => '?',
  7435.             'router' => '?',
  7436.             'security.authorization_checker' => '?',
  7437.             'security.csrf.token_manager' => '?',
  7438.             'security.token_storage' => '?',
  7439.             'serializer' => '?',
  7440.             'session' => '?',
  7441.             'templating' => '?',
  7442.             'twig' => '?',
  7443.         ]);
  7444.     }
  7445.     /**
  7446.      * Gets the private '.service_locator.G_o.wCV' shared service.
  7447.      *
  7448.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7449.      */
  7450.     protected function get_ServiceLocator_GO_WCVService()
  7451.     {
  7452.         return $this->privates['.service_locator.G_o.wCV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7453.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7454.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  7455.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  7456.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7457.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7458.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7459.             'router' => ['services''router''getRouterService'false],
  7460.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7461.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  7462.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7463.             'serializer' => ['services''serializer''getSerializerService'false],
  7464.             'session' => ['services''session''getSessionService'false],
  7465.             'templating' => ['services''templating''getTemplatingService'false],
  7466.             'twig' => ['services''twig''getTwigService'false],
  7467.         ], [
  7468.             'doctrine' => '?',
  7469.             'form.factory' => '?',
  7470.             'fos_rest.view_handler' => '?',
  7471.             'http_kernel' => '?',
  7472.             'parameter_bag' => '?',
  7473.             'request_stack' => '?',
  7474.             'router' => '?',
  7475.             'security.authorization_checker' => '?',
  7476.             'security.csrf.token_manager' => '?',
  7477.             'security.token_storage' => '?',
  7478.             'serializer' => '?',
  7479.             'session' => '?',
  7480.             'templating' => '?',
  7481.             'twig' => '?',
  7482.         ]);
  7483.     }
  7484.     /**
  7485.      * Gets the private '.service_locator.Kpi1dqa' shared service.
  7486.      *
  7487.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7488.      */
  7489.     protected function get_ServiceLocator_Kpi1dqaService()
  7490.     {
  7491.         return $this->privates['.service_locator.Kpi1dqa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7492.             'reader' => ['privates''DH\\Auditor\\Provider\\Doctrine\\Persistence\\Reader\\Reader''getReaderService'false],
  7493.         ], [
  7494.             'reader' => 'DH\\Auditor\\Provider\\Doctrine\\Persistence\\Reader\\Reader',
  7495.         ]);
  7496.     }
  7497.     /**
  7498.      * Gets the private '.service_locator.RGIiAl4' shared service.
  7499.      *
  7500.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7501.      */
  7502.     protected function get_ServiceLocator_RGIiAl4Service()
  7503.     {
  7504.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7505.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  7506.         ], [
  7507.             'viewhandler' => '?',
  7508.         ]);
  7509.     }
  7510.     /**
  7511.      * Gets the private '.service_locator.Zcsn_R2' shared service.
  7512.      *
  7513.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7514.      */
  7515.     protected function get_ServiceLocator_ZcsnR2Service()
  7516.     {
  7517.         return $this->privates['.service_locator.Zcsn_R2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7518.             'JWTManager' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  7519.             '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?'],
  7520.         ], [
  7521.             'JWTManager' => '?',
  7522.             'user' => 'FOS\\UserBundle\\Model\\UserInterface',
  7523.         ]);
  7524.     }
  7525.     /**
  7526.      * Gets the private '.service_locator.e5zsAu4' shared service.
  7527.      *
  7528.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7529.      */
  7530.     protected function get_ServiceLocator_E5zsAu4Service()
  7531.     {
  7532.         return $this->privates['.service_locator.e5zsAu4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7533.             '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?'],
  7534.         ], [
  7535.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  7536.         ]);
  7537.     }
  7538.     /**
  7539.      * Gets the private '.service_locator.o3htLhs' shared service.
  7540.      *
  7541.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7542.      */
  7543.     protected function get_ServiceLocator_O3htLhsService()
  7544.     {
  7545.         return $this->privates['.service_locator.o3htLhs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7546.             'session' => ['services''session''getSessionService'false],
  7547.         ], [
  7548.             'session' => '?',
  7549.         ]);
  7550.     }
  7551.     /**
  7552.      * Gets the private '.service_locator.o9nGMXB' shared service.
  7553.      *
  7554.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7555.      */
  7556.     protected function get_ServiceLocator_O9nGMXBService()
  7557.     {
  7558.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7559.             'twig' => ['services''twig''getTwigService'false],
  7560.         ], [
  7561.             'twig' => 'Twig\\Environment',
  7562.         ]);
  7563.     }
  7564.     /**
  7565.      * Gets the private '.service_locator.tQrjTRx' shared service.
  7566.      *
  7567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7568.      */
  7569.     protected function get_ServiceLocator_TQrjTRxService()
  7570.     {
  7571.         return $this->privates['.service_locator.tQrjTRx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7572.             'paramFetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  7573.         ], [
  7574.             'paramFetcher' => '?',
  7575.         ]);
  7576.     }
  7577.     /**
  7578.      * Gets the private 'App\Command\PopulateSuggestCommand' shared autowired service.
  7579.      *
  7580.      * @return \App\Command\PopulateSuggestCommand
  7581.      */
  7582.     protected function getPopulateSuggestCommandService()
  7583.     {
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7585.         include_once \dirname(__DIR__4).'/src/Command/PopulateSuggestCommand.php';
  7586.         $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()));
  7587.         $instance->setName('mrmagz:populate');
  7588.         return $instance;
  7589.     }
  7590.     /**
  7591.      * Gets the private 'App\Command\PopulateSuggestCommandSingle' shared autowired service.
  7592.      *
  7593.      * @return \App\Command\PopulateSuggestCommandSingle
  7594.      */
  7595.     protected function getPopulateSuggestCommandSingleService()
  7596.     {
  7597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7598.         include_once \dirname(__DIR__4).'/src/Command/PopulateSuggestCommandSingle.php';
  7599.         $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()));
  7600.         $instance->setName('mrmagz:populatesingle');
  7601.         return $instance;
  7602.     }
  7603.     /**
  7604.      * Gets the private 'App\EventListener\DatabaseDoctrineSubscriber' shared autowired service.
  7605.      *
  7606.      * @return \App\EventListener\DatabaseDoctrineSubscriber
  7607.      */
  7608.     protected function getDatabaseDoctrineSubscriberService()
  7609.     {
  7610.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  7612.         include_once \dirname(__DIR__4).'/src/EventListener/DatabaseDoctrineSubscriber.php';
  7613.         include_once \dirname(__DIR__4).'/src/Service/imageJsonProvider.php';
  7614.         return $this->privates['App\\EventListener\\DatabaseDoctrineSubscriber'] = new \App\EventListener\DatabaseDoctrineSubscriber(new \App\Service\imageJsonProvider(($this->services['kernel'] ?? $this->get('kernel'1))));
  7615.     }
  7616.     /**
  7617.      * Gets the private 'App\Form\Type\ColorPickerType' shared autowired service.
  7618.      *
  7619.      * @return \App\Form\Type\ColorPickerType
  7620.      */
  7621.     protected function getColorPickerTypeService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7625.         include_once \dirname(__DIR__4).'/src/Form/Type/ColorPickerType.php';
  7626.         return $this->privates['App\\Form\\Type\\ColorPickerType'] = new \App\Form\Type\ColorPickerType();
  7627.     }
  7628.     /**
  7629.      * Gets the private 'App\Form\Type\ImagePickerType' shared autowired service.
  7630.      *
  7631.      * @return \App\Form\Type\ImagePickerType
  7632.      */
  7633.     protected function getImagePickerTypeService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7637.         include_once \dirname(__DIR__4).'/src/Form/Type/ImagePickerType.php';
  7638.         return $this->privates['App\\Form\\Type\\ImagePickerType'] = new \App\Form\Type\ImagePickerType();
  7639.     }
  7640.     /**
  7641.      * Gets the private 'App\Repository\Admin\ProductRepository' shared autowired service.
  7642.      *
  7643.      * @return \App\Repository\Admin\ProductRepository
  7644.      */
  7645.     protected function getProductRepositoryService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7652.         include_once \dirname(__DIR__4).'/src/Repository/Admin/ProductRepository.php';
  7653.         return $this->privates['App\\Repository\\Admin\\ProductRepository'] = new \App\Repository\Admin\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7654.     }
  7655.     /**
  7656.      * Gets the private 'App\Repository\BlockRepository' shared autowired service.
  7657.      *
  7658.      * @return \App\Repository\BlockRepository
  7659.      */
  7660.     protected function getBlockRepositoryService()
  7661.     {
  7662.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7666.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7667.         include_once \dirname(__DIR__4).'/src/Repository/BlockRepository.php';
  7668.         return $this->privates['App\\Repository\\BlockRepository'] = new \App\Repository\BlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7669.     }
  7670.     /**
  7671.      * Gets the private 'App\Repository\CommonCssRepository' shared autowired service.
  7672.      *
  7673.      * @return \App\Repository\CommonCssRepository
  7674.      */
  7675.     protected function getCommonCssRepositoryService()
  7676.     {
  7677.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7682.         include_once \dirname(__DIR__4).'/src/Repository/CommonCssRepository.php';
  7683.         return $this->privates['App\\Repository\\CommonCssRepository'] = new \App\Repository\CommonCssRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7684.     }
  7685.     /**
  7686.      * Gets the private 'App\Repository\GatrackRepository' shared autowired service.
  7687.      *
  7688.      * @return \App\Repository\GatrackRepository
  7689.      */
  7690.     protected function getGatrackRepositoryService()
  7691.     {
  7692.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7697.         include_once \dirname(__DIR__4).'/src/Repository/GatrackRepository.php';
  7698.         return $this->privates['App\\Repository\\GatrackRepository'] = new \App\Repository\GatrackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7699.     }
  7700.     /**
  7701.      * Gets the private 'App\Repository\LoginLinkRepository' shared autowired service.
  7702.      *
  7703.      * @return \App\Repository\LoginLinkRepository
  7704.      */
  7705.     protected function getLoginLinkRepositoryService()
  7706.     {
  7707.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7712.         include_once \dirname(__DIR__4).'/src/Repository/LoginLinkRepository.php';
  7713.         return $this->privates['App\\Repository\\LoginLinkRepository'] = new \App\Repository\LoginLinkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7714.     }
  7715.     /**
  7716.      * Gets the private 'App\Repository\MagazineBlockRepository' shared autowired service.
  7717.      *
  7718.      * @return \App\Repository\MagazineBlockRepository
  7719.      */
  7720.     protected function getMagazineBlockRepositoryService()
  7721.     {
  7722.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7727.         include_once \dirname(__DIR__4).'/src/Repository/MagazineBlockRepository.php';
  7728.         return $this->privates['App\\Repository\\MagazineBlockRepository'] = new \App\Repository\MagazineBlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7729.     }
  7730.     /**
  7731.      * Gets the private 'App\Repository\MagazinePageRepository' shared autowired service.
  7732.      *
  7733.      * @return \App\Repository\MagazinePageRepository
  7734.      */
  7735.     protected function getMagazinePageRepositoryService()
  7736.     {
  7737.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7739.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7740.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7741.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7742.         include_once \dirname(__DIR__4).'/src/Repository/MagazinePageRepository.php';
  7743.         return $this->privates['App\\Repository\\MagazinePageRepository'] = new \App\Repository\MagazinePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7744.     }
  7745.     /**
  7746.      * Gets the private 'App\Repository\MagazineRepository' shared autowired service.
  7747.      *
  7748.      * @return \App\Repository\MagazineRepository
  7749.      */
  7750.     protected function getMagazineRepositoryService()
  7751.     {
  7752.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7756.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7757.         include_once \dirname(__DIR__4).'/src/Repository/MagazineRepository.php';
  7758.         return $this->privates['App\\Repository\\MagazineRepository'] = new \App\Repository\MagazineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7759.     }
  7760.     /**
  7761.      * Gets the private 'App\Repository\PublisherRepository' shared autowired service.
  7762.      *
  7763.      * @return \App\Repository\PublisherRepository
  7764.      */
  7765.     protected function getPublisherRepositoryService()
  7766.     {
  7767.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7772.         include_once \dirname(__DIR__4).'/src/Repository/PublisherRepository.php';
  7773.         return $this->privates['App\\Repository\\PublisherRepository'] = new \App\Repository\PublisherRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7774.     }
  7775.     /**
  7776.      * Gets the private 'App\Repository\PublisherStoreRepository' shared autowired service.
  7777.      *
  7778.      * @return \App\Repository\PublisherStoreRepository
  7779.      */
  7780.     protected function getPublisherStoreRepositoryService()
  7781.     {
  7782.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7787.         include_once \dirname(__DIR__4).'/src/Repository/PublisherStoreRepository.php';
  7788.         return $this->privates['App\\Repository\\PublisherStoreRepository'] = new \App\Repository\PublisherStoreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7789.     }
  7790.     /**
  7791.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  7792.      *
  7793.      * @return \App\Repository\SubscriptionRepository
  7794.      */
  7795.     protected function getSubscriptionRepositoryService()
  7796.     {
  7797.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  7798.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  7802.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  7803.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7804.     }
  7805.     /**
  7806.      * Gets the private 'App\Service\AdminEngineService' shared autowired service.
  7807.      *
  7808.      * @return \App\Service\AdminEngineService
  7809.      */
  7810.     protected function getAdminEngineServiceService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/src/Service/AdminEngineService.php';
  7813.         return $this->privates['App\\Service\\AdminEngineService'] = new \App\Service\AdminEngineService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7814.     }
  7815.     /**
  7816.      * Gets the private 'App\Validator\DuplicateUserEmailValidator' shared autowired service.
  7817.      *
  7818.      * @return \App\Validator\DuplicateUserEmailValidator
  7819.      */
  7820.     protected function getDuplicateUserEmailValidatorService()
  7821.     {
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7824.         include_once \dirname(__DIR__4).'/src/Validator/DuplicateUserEmailValidator.php';
  7825.         return $this->privates['App\\Validator\\DuplicateUserEmailValidator'] = new \App\Validator\DuplicateUserEmailValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7826.     }
  7827.     /**
  7828.      * Gets the private 'App\Validator\DuplicateUsernameValidator' shared autowired service.
  7829.      *
  7830.      * @return \App\Validator\DuplicateUsernameValidator
  7831.      */
  7832.     protected function getDuplicateUsernameValidatorService()
  7833.     {
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7836.         include_once \dirname(__DIR__4).'/src/Validator/DuplicateUsernameValidator.php';
  7837.         return $this->privates['App\\Validator\\DuplicateUsernameValidator'] = new \App\Validator\DuplicateUsernameValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7838.     }
  7839.     /**
  7840.      * Gets the private 'App\Validator\IsEvenValidator' shared autowired service.
  7841.      *
  7842.      * @return \App\Validator\IsEvenValidator
  7843.      */
  7844.     protected function getIsEvenValidatorService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7848.         include_once \dirname(__DIR__4).'/src/Validator/IsEvenValidator.php';
  7849.         return $this->privates['App\\Validator\\IsEvenValidator'] = new \App\Validator\IsEvenValidator();
  7850.     }
  7851.     /**
  7852.      * Gets the private 'DH\AuditorBundle\Event\ViewerEventSubscriber' shared service.
  7853.      *
  7854.      * @return \DH\AuditorBundle\Event\ViewerEventSubscriber
  7855.      */
  7856.     protected function getViewerEventSubscriberService()
  7857.     {
  7858.         return $this->privates['DH\\AuditorBundle\\Event\\ViewerEventSubscriber'] = new \DH\AuditorBundle\Event\ViewerEventSubscriber(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7859.     }
  7860.     /**
  7861.      * Gets the private 'DH\Auditor\Auditor' shared service.
  7862.      *
  7863.      * @return \DH\Auditor\Auditor
  7864.      */
  7865.     protected function getAuditorService()
  7866.     {
  7867.         $a = ($this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] ?? $this->getDoctrineProviderService());
  7868.         if (isset($this->privates['DH\\Auditor\\Auditor'])) {
  7869.             return $this->privates['DH\\Auditor\\Auditor'];
  7870.         }
  7871.         $b = new \DH\Auditor\Configuration($this->parameters['dh_auditor.configuration']);
  7872.         $c = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7873.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7874.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7875.         ], [
  7876.             'security.authorization_checker' => '?',
  7877.             'security.token_storage' => '?',
  7878.         ]));
  7879.         $b->setUserProvider(new \DH\AuditorBundle\User\UserProvider($c, ($this->privates['DH\\Auditor\\Provider\\Doctrine\\Configuration'] ?? $this->getConfigurationService())));
  7880.         $b->setRoleChecker(new \DH\AuditorBundle\Security\RoleChecker($c$a));
  7881.         $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())));
  7882.         $this->privates['DH\\Auditor\\Auditor'] = $instance = new \DH\Auditor\Auditor($b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7883.         $instance->registerProvider($a);
  7884.         return $instance;
  7885.     }
  7886.     /**
  7887.      * Gets the private 'DH\Auditor\Provider\Doctrine\Configuration' shared service.
  7888.      *
  7889.      * @return \DH\Auditor\Provider\Doctrine\Configuration
  7890.      */
  7891.     protected function getConfigurationService()
  7892.     {
  7893.         return $this->privates['DH\\Auditor\\Provider\\Doctrine\\Configuration'] = new \DH\Auditor\Provider\Doctrine\Configuration($this->parameters['dh_auditor.provider.doctrine.configuration']);
  7894.     }
  7895.     /**
  7896.      * Gets the private 'DH\Auditor\Provider\Doctrine\DoctrineProvider' shared service.
  7897.      *
  7898.      * @return \DH\Auditor\Provider\Doctrine\DoctrineProvider
  7899.      */
  7900.     protected function getDoctrineProviderService()
  7901.     {
  7902.         $this->privates['DH\\Auditor\\Provider\\Doctrine\\DoctrineProvider'] = $instance = new \DH\Auditor\Provider\Doctrine\DoctrineProvider(($this->privates['DH\\Auditor\\Provider\\Doctrine\\Configuration'] ?? $this->getConfigurationService()));
  7903.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7904.         $instance->setAuditor(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7905.         $instance->registerStorageService(new \DH\Auditor\Provider\Doctrine\Service\StorageService('dh_auditor.provider.doctrine.storage_services.doctrine.orm.default_entity_manager'$a));
  7906.         $instance->registerAuditingService(new \DH\Auditor\Provider\Doctrine\Service\AuditingService('dh_auditor.provider.doctrine.auditing_services.doctrine.orm.default_entity_manager'$a));
  7907.         return $instance;
  7908.     }
  7909.     /**
  7910.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Command\CleanAuditLogsCommand' shared service.
  7911.      *
  7912.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Command\CleanAuditLogsCommand
  7913.      */
  7914.     protected function getCleanAuditLogsCommandService()
  7915.     {
  7916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Command/CleanAuditLogsCommand.php';
  7919.         $this->privates['DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\CleanAuditLogsCommand'] = $instance = new \DH\Auditor\Provider\Doctrine\Persistence\Command\CleanAuditLogsCommand();
  7920.         $instance->setAuditor(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7921.         $instance->setName('audit:clean');
  7922.         return $instance;
  7923.     }
  7924.     /**
  7925.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Command\UpdateSchemaCommand' shared service.
  7926.      *
  7927.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Command\UpdateSchemaCommand
  7928.      */
  7929.     protected function getUpdateSchemaCommandService()
  7930.     {
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Command/UpdateSchemaCommand.php';
  7934.         $this->privates['DH\\Auditor\\Provider\\Doctrine\\Persistence\\Command\\UpdateSchemaCommand'] = $instance = new \DH\Auditor\Provider\Doctrine\Persistence\Command\UpdateSchemaCommand();
  7935.         $instance->setAuditor(($this->privates['DH\\Auditor\\Auditor'] ?? $this->getAuditorService()));
  7936.         $instance->setName('audit:schema:update');
  7937.         return $instance;
  7938.     }
  7939.     /**
  7940.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Event\CreateSchemaListener' shared service.
  7941.      *
  7942.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Event\CreateSchemaListener
  7943.      */
  7944.     protected function getCreateSchemaListenerService()
  7945.     {
  7946.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Event/CreateSchemaListener.php';
  7948.         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()));
  7949.     }
  7950.     /**
  7951.      * Gets the private 'DH\Auditor\Provider\Doctrine\Persistence\Reader\Reader' shared service.
  7952.      *
  7953.      * @return \DH\Auditor\Provider\Doctrine\Persistence\Reader\Reader
  7954.      */
  7955.     protected function getReaderService()
  7956.     {
  7957.         include_once \dirname(__DIR__4).'/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Reader/Reader.php';
  7958.         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()));
  7959.     }
  7960.     /**
  7961.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  7962.      *
  7963.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  7964.      */
  7965.     protected function getManagerRegistryAwareConnectionProviderService()
  7966.     {
  7967.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  7969.         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'));
  7970.     }
  7971.     /**
  7972.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  7973.      *
  7974.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  7975.      */
  7976.     protected function getRunSqlCommandService()
  7977.     {
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7980.         $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()));
  7981.         $instance->setName('dbal:run-sql');
  7982.         return $instance;
  7983.     }
  7984.     /**
  7985.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  7986.      *
  7987.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  7988.      */
  7989.     protected function getClearInvalidRefreshTokensCommandService()
  7990.     {
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  7993.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  7994.         $instance->setName('gesdinet:jwt:clear');
  7995.         return $instance;
  7996.     }
  7997.     /**
  7998.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  7999.      *
  8000.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  8001.      */
  8002.     protected function getRevokeRefreshTokenCommandService()
  8003.     {
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  8006.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  8007.         $instance->setName('gesdinet:jwt:revoke');
  8008.         return $instance;
  8009.     }
  8010.     /**
  8011.      * Gets the private 'Sonata\AdminBundle\EventListener\AssetsInstallCommandListener' shared service.
  8012.      *
  8013.      * @return \Sonata\AdminBundle\EventListener\AssetsInstallCommandListener
  8014.      */
  8015.     protected function getAssetsInstallCommandListenerService()
  8016.     {
  8017.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/AssetsInstallCommandListener.php';
  8018.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8019.         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));
  8020.     }
  8021.     /**
  8022.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  8023.      *
  8024.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  8025.      */
  8026.     protected function getDebugBlocksCommandService()
  8027.     {
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  8030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  8031.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  8032.         $instance->setName('sonata:block:debug');
  8033.         return $instance;
  8034.     }
  8035.     /**
  8036.      * Gets the private 'Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator' shared service.
  8037.      *
  8038.      * @return \Sonata\MediaBundle\Validator\Constraints\ImageUploadDimensionValidator
  8039.      */
  8040.     protected function getImageUploadDimensionValidatorService()
  8041.     {
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8044.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Validator/Constraints/ImageUploadDimensionValidator.php';
  8045.         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()));
  8046.     }
  8047.     /**
  8048.      * Gets the private 'Symfony\Bundle\AclBundle\Command\InitAclCommand' shared service.
  8049.      *
  8050.      * @return \Symfony\Bundle\AclBundle\Command\InitAclCommand
  8051.      */
  8052.     protected function getInitAclCommandService()
  8053.     {
  8054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/InitAclCommand.php';
  8056.         $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()));
  8057.         $instance->setName('acl:init');
  8058.         return $instance;
  8059.     }
  8060.     /**
  8061.      * Gets the private 'Symfony\Bundle\AclBundle\Command\SetAclCommand' shared service.
  8062.      *
  8063.      * @return \Symfony\Bundle\AclBundle\Command\SetAclCommand
  8064.      */
  8065.     protected function getSetAclCommandService()
  8066.     {
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/SetAclCommand.php';
  8069.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\SetAclCommand(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()));
  8070.         $instance->setName('acl:set');
  8071.         return $instance;
  8072.     }
  8073.     /**
  8074.      * Gets the private 'annotations.cache' shared service.
  8075.      *
  8076.      * @return \Symfony\Component\Cache\DoctrineProvider
  8077.      */
  8078.     protected function getAnnotations_CacheService()
  8079.     {
  8080.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  8081.     }
  8082.     /**
  8083.      * Gets the private 'annotations.cache_warmer' shared service.
  8084.      *
  8085.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  8086.      */
  8087.     protected function getAnnotations_CacheWarmerService()
  8088.     {
  8089.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  8092.         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);
  8093.     }
  8094.     /**
  8095.      * Gets the private 'annotations.cached_reader' shared service.
  8096.      *
  8097.      * @return \Doctrine\Common\Annotations\CachedReader
  8098.      */
  8099.     protected function getAnnotations_CachedReaderService()
  8100.     {
  8101.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  8102.     }
  8103.     /**
  8104.      * Gets the private 'annotations.reader' shared service.
  8105.      *
  8106.      * @return \Doctrine\Common\Annotations\AnnotationReader
  8107.      */
  8108.     protected function getAnnotations_ReaderService()
  8109.     {
  8110.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  8111.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  8112.         $a->registerUniqueLoader('class_exists');
  8113.         $instance->addGlobalIgnoredName('required'$a);
  8114.         return $instance;
  8115.     }
  8116.     /**
  8117.      * Gets the private 'assets.packages' shared service.
  8118.      *
  8119.      * @return \Symfony\Component\Asset\Packages
  8120.      */
  8121.     protected function getAssets_PackagesService()
  8122.     {
  8123.         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)), []);
  8124.     }
  8125.     /**
  8126.      * Gets the private 'cache.annotations' shared service.
  8127.      *
  8128.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8129.      */
  8130.     protected function getCache_AnnotationsService()
  8131.     {
  8132.         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())));
  8133.     }
  8134.     /**
  8135.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  8136.      *
  8137.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8138.      */
  8139.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  8140.     {
  8141.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8142.     }
  8143.     /**
  8144.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  8145.      *
  8146.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8147.      */
  8148.     protected function getCache_Doctrine_Orm_Default_QueryService()
  8149.     {
  8150.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8151.     }
  8152.     /**
  8153.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  8154.      *
  8155.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8156.      */
  8157.     protected function getCache_Doctrine_Orm_Default_ResultService()
  8158.     {
  8159.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8160.     }
  8161.     /**
  8162.      * Gets the private 'cache.property_info' shared service.
  8163.      *
  8164.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8165.      */
  8166.     protected function getCache_PropertyInfoService()
  8167.     {
  8168.         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())));
  8169.     }
  8170.     /**
  8171.      * Gets the private 'cache.security_expression_language' shared service.
  8172.      *
  8173.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8174.      */
  8175.     protected function getCache_SecurityExpressionLanguageService()
  8176.     {
  8177.         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())));
  8178.     }
  8179.     /**
  8180.      * Gets the private 'cache.serializer' shared service.
  8181.      *
  8182.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8183.      */
  8184.     protected function getCache_SerializerService()
  8185.     {
  8186.         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())));
  8187.     }
  8188.     /**
  8189.      * Gets the private 'cache.validator' shared service.
  8190.      *
  8191.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8192.      */
  8193.     protected function getCache_ValidatorService()
  8194.     {
  8195.         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())));
  8196.     }
  8197.     /**
  8198.      * Gets the private 'cache.webpack_encore' shared service.
  8199.      *
  8200.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8201.      */
  8202.     protected function getCache_WebpackEncoreService()
  8203.     {
  8204.         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())));
  8205.     }
  8206.     /**
  8207.      * Gets the private 'config_cache_factory' shared service.
  8208.      *
  8209.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  8210.      */
  8211.     protected function getConfigCacheFactoryService()
  8212.     {
  8213.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  8214.             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)));
  8215.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  8216.         }, 2));
  8217.     }
  8218.     /**
  8219.      * Gets the private 'console.command.about' shared service.
  8220.      *
  8221.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  8222.      */
  8223.     protected function getConsole_Command_AboutService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  8227.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  8228.         $instance->setName('about');
  8229.         return $instance;
  8230.     }
  8231.     /**
  8232.      * Gets the private 'console.command.assets_install' shared service.
  8233.      *
  8234.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  8235.      */
  8236.     protected function getConsole_Command_AssetsInstallService()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8241.         $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));
  8242.         $instance->setName('assets:install');
  8243.         return $instance;
  8244.     }
  8245.     /**
  8246.      * Gets the private 'console.command.cache_clear' shared service.
  8247.      *
  8248.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  8249.      */
  8250.     protected function getConsole_Command_CacheClearService()
  8251.     {
  8252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  8254.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8255.         $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())));
  8256.         $instance->setName('cache:clear');
  8257.         return $instance;
  8258.     }
  8259.     /**
  8260.      * Gets the private 'console.command.cache_pool_clear' shared service.
  8261.      *
  8262.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  8263.      */
  8264.     protected function getConsole_Command_CachePoolClearService()
  8265.     {
  8266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  8268.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  8269.         $instance->setName('cache:pool:clear');
  8270.         return $instance;
  8271.     }
  8272.     /**
  8273.      * Gets the private 'console.command.cache_pool_delete' shared service.
  8274.      *
  8275.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  8276.      */
  8277.     protected function getConsole_Command_CachePoolDeleteService()
  8278.     {
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  8281.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  8282.         $instance->setName('cache:pool:delete');
  8283.         return $instance;
  8284.     }
  8285.     /**
  8286.      * Gets the private 'console.command.cache_pool_list' shared service.
  8287.      *
  8288.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  8289.      */
  8290.     protected function getConsole_Command_CachePoolListService()
  8291.     {
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  8294.         $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']);
  8295.         $instance->setName('cache:pool:list');
  8296.         return $instance;
  8297.     }
  8298.     /**
  8299.      * Gets the private 'console.command.cache_pool_prune' shared service.
  8300.      *
  8301.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  8302.      */
  8303.     protected function getConsole_Command_CachePoolPruneService()
  8304.     {
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  8307.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  8308.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  8309.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  8310.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  8311.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  8312.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  8313.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  8314.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  8315.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  8316.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  8317.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  8318.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  8319.         }, 11));
  8320.         $instance->setName('cache:pool:prune');
  8321.         return $instance;
  8322.     }
  8323.     /**
  8324.      * Gets the private 'console.command.cache_warmup' shared service.
  8325.      *
  8326.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  8327.      */
  8328.     protected function getConsole_Command_CacheWarmupService()
  8329.     {
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  8332.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  8333.         $instance->setName('cache:warmup');
  8334.         return $instance;
  8335.     }
  8336.     /**
  8337.      * Gets the private 'console.command.config_debug' shared service.
  8338.      *
  8339.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  8340.      */
  8341.     protected function getConsole_Command_ConfigDebugService()
  8342.     {
  8343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  8347.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  8348.         $instance->setName('debug:config');
  8349.         return $instance;
  8350.     }
  8351.     /**
  8352.      * Gets the private 'console.command.config_dump_reference' shared service.
  8353.      *
  8354.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  8355.      */
  8356.     protected function getConsole_Command_ConfigDumpReferenceService()
  8357.     {
  8358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  8362.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  8363.         $instance->setName('config:dump-reference');
  8364.         return $instance;
  8365.     }
  8366.     /**
  8367.      * Gets the private 'console.command.container_debug' shared service.
  8368.      *
  8369.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  8370.      */
  8371.     protected function getConsole_Command_ContainerDebugService()
  8372.     {
  8373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8375.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  8376.         $instance->setName('debug:container');
  8377.         return $instance;
  8378.     }
  8379.     /**
  8380.      * Gets the private 'console.command.container_lint' shared service.
  8381.      *
  8382.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  8383.      */
  8384.     protected function getConsole_Command_ContainerLintService()
  8385.     {
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  8388.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  8389.         $instance->setName('lint:container');
  8390.         return $instance;
  8391.     }
  8392.     /**
  8393.      * Gets the private 'console.command.debug_autowiring' shared service.
  8394.      *
  8395.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  8396.      */
  8397.     protected function getConsole_Command_DebugAutowiringService()
  8398.     {
  8399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  8402.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8403.         $instance->setName('debug:autowiring');
  8404.         return $instance;
  8405.     }
  8406.     /**
  8407.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  8408.      *
  8409.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  8410.      */
  8411.     protected function getConsole_Command_EventDispatcherDebugService()
  8412.     {
  8413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  8415.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8416.         $instance->setName('debug:event-dispatcher');
  8417.         return $instance;
  8418.     }
  8419.     /**
  8420.      * Gets the private 'console.command.form_debug' shared service.
  8421.      *
  8422.      * @return \Symfony\Component\Form\Command\DebugCommand
  8423.      */
  8424.     protected function getConsole_Command_FormDebugService()
  8425.     {
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  8428.         $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()));
  8429.         $instance->setName('debug:form');
  8430.         return $instance;
  8431.     }
  8432.     /**
  8433.      * Gets the private 'console.command.router_debug' shared service.
  8434.      *
  8435.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  8436.      */
  8437.     protected function getConsole_Command_RouterDebugService()
  8438.     {
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  8441.         $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()));
  8442.         $instance->setName('debug:router');
  8443.         return $instance;
  8444.     }
  8445.     /**
  8446.      * Gets the private 'console.command.router_match' shared service.
  8447.      *
  8448.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  8449.      */
  8450.     protected function getConsole_Command_RouterMatchService()
  8451.     {
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  8454.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  8455.         $instance->setName('router:match');
  8456.         return $instance;
  8457.     }
  8458.     /**
  8459.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  8460.      *
  8461.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  8462.      */
  8463.     protected function getConsole_Command_SecretsDecryptToLocalService()
  8464.     {
  8465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  8467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8471.         $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')))));
  8472.         $instance->setName('secrets:decrypt-to-local');
  8473.         return $instance;
  8474.     }
  8475.     /**
  8476.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  8477.      *
  8478.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  8479.      */
  8480.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8488.         $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')))));
  8489.         $instance->setName('secrets:encrypt-from-local');
  8490.         return $instance;
  8491.     }
  8492.     /**
  8493.      * Gets the private 'console.command.secrets_generate_key' shared service.
  8494.      *
  8495.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  8496.      */
  8497.     protected function getConsole_Command_SecretsGenerateKeyService()
  8498.     {
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8505.         $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')))));
  8506.         $instance->setName('secrets:generate-keys');
  8507.         return $instance;
  8508.     }
  8509.     /**
  8510.      * Gets the private 'console.command.secrets_list' shared service.
  8511.      *
  8512.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  8513.      */
  8514.     protected function getConsole_Command_SecretsListService()
  8515.     {
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8519.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8522.         $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')))));
  8523.         $instance->setName('secrets:list');
  8524.         return $instance;
  8525.     }
  8526.     /**
  8527.      * Gets the private 'console.command.secrets_remove' shared service.
  8528.      *
  8529.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  8530.      */
  8531.     protected function getConsole_Command_SecretsRemoveService()
  8532.     {
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8537.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8539.         $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')))));
  8540.         $instance->setName('secrets:remove');
  8541.         return $instance;
  8542.     }
  8543.     /**
  8544.      * Gets the private 'console.command.secrets_set' shared service.
  8545.      *
  8546.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  8547.      */
  8548.     protected function getConsole_Command_SecretsSetService()
  8549.     {
  8550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  8556.         $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')))));
  8557.         $instance->setName('secrets:set');
  8558.         return $instance;
  8559.     }
  8560.     /**
  8561.      * Gets the private 'console.command.translation_debug' shared service.
  8562.      *
  8563.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  8564.      */
  8565.     protected function getConsole_Command_TranslationDebugService()
  8566.     {
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  8569.         $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')]);
  8570.         $instance->setName('debug:translation');
  8571.         return $instance;
  8572.     }
  8573.     /**
  8574.      * Gets the private 'console.command.translation_update' shared service.
  8575.      *
  8576.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  8577.      */
  8578.     protected function getConsole_Command_TranslationUpdateService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  8586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  8587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  8588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  8589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  8591.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  8592.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  8596.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  8597.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  8598.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  8599.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  8600.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  8601.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  8602.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  8603.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  8604.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  8605.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  8606.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  8607.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  8608.         $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')]);
  8609.         $instance->setName('translation:update');
  8610.         return $instance;
  8611.     }
  8612.     /**
  8613.      * Gets the private 'console.command.xliff_lint' shared service.
  8614.      *
  8615.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  8616.      */
  8617.     protected function getConsole_Command_XliffLintService()
  8618.     {
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  8622.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  8623.         $instance->setName('lint:xliff');
  8624.         return $instance;
  8625.     }
  8626.     /**
  8627.      * Gets the private 'console.command.yaml_lint' shared service.
  8628.      *
  8629.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  8630.      */
  8631.     protected function getConsole_Command_YamlLintService()
  8632.     {
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  8636.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  8637.         $instance->setName('lint:yaml');
  8638.         return $instance;
  8639.     }
  8640.     /**
  8641.      * Gets the private 'console.error_listener' shared service.
  8642.      *
  8643.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  8644.      */
  8645.     protected function getConsole_ErrorListenerService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  8648.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  8649.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8650.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8651.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8652.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  8653.     }
  8654.     /**
  8655.      * Gets the private 'container.env_var_processor' shared service.
  8656.      *
  8657.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  8658.      */
  8659.     protected function getContainer_EnvVarProcessorService()
  8660.     {
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  8663.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  8664.             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'))));
  8665.         }, 1));
  8666.     }
  8667.     /**
  8668.      * Gets the private 'data_collector.form' shared service.
  8669.      *
  8670.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  8671.      */
  8672.     protected function getDataCollector_FormService()
  8673.     {
  8674.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  8675.     }
  8676.     /**
  8677.      * Gets the private 'debug.argument_resolver.default' shared service.
  8678.      *
  8679.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8680.      */
  8681.     protected function getDebug_ArgumentResolver_DefaultService()
  8682.     {
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  8686.         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))));
  8687.     }
  8688.     /**
  8689.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  8690.      *
  8691.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8692.      */
  8693.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  8694.     {
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  8698.         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.0z_krgp'] ?? $this->get_ServiceLocator_0zKrgpService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8699.     }
  8700.     /**
  8701.      * Gets the private 'debug.argument_resolver.request' shared service.
  8702.      *
  8703.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8704.      */
  8705.     protected function getDebug_ArgumentResolver_RequestService()
  8706.     {
  8707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  8710.         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))));
  8711.     }
  8712.     /**
  8713.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  8714.      *
  8715.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8716.      */
  8717.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  8718.     {
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  8722.         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))));
  8723.     }
  8724.     /**
  8725.      * Gets the private 'debug.argument_resolver.service' shared service.
  8726.      *
  8727.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8728.      */
  8729.     protected function getDebug_ArgumentResolver_ServiceService()
  8730.     {
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  8734.         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.0z_krgp'] ?? $this->get_ServiceLocator_0zKrgpService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8735.     }
  8736.     /**
  8737.      * Gets the private 'debug.argument_resolver.session' shared service.
  8738.      *
  8739.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8740.      */
  8741.     protected function getDebug_ArgumentResolver_SessionService()
  8742.     {
  8743.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  8746.         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))));
  8747.     }
  8748.     /**
  8749.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  8750.      *
  8751.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8752.      */
  8753.     protected function getDebug_ArgumentResolver_VariadicService()
  8754.     {
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  8758.         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))));
  8759.     }
  8760.     /**
  8761.      * Gets the private 'debug.debug_handlers_listener' shared service.
  8762.      *
  8763.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  8764.      */
  8765.     protected function getDebug_DebugHandlersListenerService()
  8766.     {
  8767.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  8768.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8769.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8770.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8772.         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);
  8773.     }
  8774.     /**
  8775.      * Gets the private 'debug.file_link_formatter' shared service.
  8776.      *
  8777.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  8778.      */
  8779.     protected function getDebug_FileLinkFormatterService()
  8780.     {
  8781.         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 () {
  8782.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  8783.         });
  8784.     }
  8785.     /**
  8786.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  8787.      *
  8788.      * @return \string
  8789.      */
  8790.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  8791.     {
  8792.         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');
  8793.     }
  8794.     /**
  8795.      * Gets the private 'debug.log_processor' shared service.
  8796.      *
  8797.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  8798.      */
  8799.     protected function getDebug_LogProcessorService()
  8800.     {
  8801.         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())));
  8802.     }
  8803.     /**
  8804.      * Gets the private 'debug.security.access.decision_manager' shared service.
  8805.      *
  8806.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  8807.      */
  8808.     protected function getDebug_Security_Access_DecisionManagerService()
  8809.     {
  8810.         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 () {
  8811.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService());
  8812.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  8813.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  8814.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  8815.         }, 4), 'affirmative'falsetrue));
  8816.     }
  8817.     /**
  8818.      * Gets the private 'debug.security.firewall' shared service.
  8819.      *
  8820.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  8821.      */
  8822.     protected function getDebug_Security_FirewallService()
  8823.     {
  8824.         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()));
  8825.     }
  8826.     /**
  8827.      * Gets the private 'debug.security.user_value_resolver' shared service.
  8828.      *
  8829.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8830.      */
  8831.     protected function getDebug_Security_UserValueResolverService()
  8832.     {
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  8836.         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))));
  8837.     }
  8838.     /**
  8839.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  8840.      *
  8841.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8842.      */
  8843.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  8844.     {
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  8848.         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()));
  8849.     }
  8850.     /**
  8851.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  8852.      *
  8853.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8854.      */
  8855.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  8856.     {
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  8860.         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()));
  8861.     }
  8862.     /**
  8863.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  8864.      *
  8865.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8866.      */
  8867.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  8868.     {
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  8873.         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()));
  8874.     }
  8875.     /**
  8876.      * Gets the private 'debug.security.voter.security.acl.voter.basic_permissions' shared service.
  8877.      *
  8878.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8879.      */
  8880.     protected function getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService()
  8881.     {
  8882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/SecurityIdentityRetrievalStrategyInterface.php';
  8888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/SecurityIdentityRetrievalStrategy.php';
  8889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  8890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Acl/Permission/AdminPermissionMap.php';
  8891.         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()));
  8892.     }
  8893.     /**
  8894.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  8895.      *
  8896.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  8897.      */
  8898.     protected function getDebug_Security_Voter_VoteListenerService()
  8899.     {
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  8901.         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()));
  8902.     }
  8903.     /**
  8904.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  8905.      *
  8906.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  8907.      */
  8908.     protected function getDoctrine_CacheClearMetadataCommandService()
  8909.     {
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8911.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  8912.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  8913.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  8914.         $instance->setName('doctrine:cache:clear-metadata');
  8915.         return $instance;
  8916.     }
  8917.     /**
  8918.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  8919.      *
  8920.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  8921.      */
  8922.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  8923.     {
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  8926.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  8927.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  8928.         $instance->setName('doctrine:cache:clear-query');
  8929.         return $instance;
  8930.     }
  8931.     /**
  8932.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  8933.      *
  8934.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  8935.      */
  8936.     protected function getDoctrine_CacheClearResultCommandService()
  8937.     {
  8938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  8941.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  8942.         $instance->setName('doctrine:cache:clear-result');
  8943.         return $instance;
  8944.     }
  8945.     /**
  8946.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  8947.      *
  8948.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  8949.      */
  8950.     protected function getDoctrine_CacheCollectionRegionCommandService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  8955.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  8956.         $instance->setName('doctrine:cache:clear-collection-region');
  8957.         return $instance;
  8958.     }
  8959.     /**
  8960.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  8961.      *
  8962.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  8963.      */
  8964.     protected function getDoctrine_ClearEntityRegionCommandService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  8969.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  8970.         $instance->setName('doctrine:cache:clear-entity-region');
  8971.         return $instance;
  8972.     }
  8973.     /**
  8974.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  8975.      *
  8976.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  8977.      */
  8978.     protected function getDoctrine_ClearQueryRegionCommandService()
  8979.     {
  8980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  8983.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  8984.         $instance->setName('doctrine:cache:clear-query-region');
  8985.         return $instance;
  8986.     }
  8987.     /**
  8988.      * Gets the private 'doctrine.database_create_command' shared service.
  8989.      *
  8990.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  8991.      */
  8992.     protected function getDoctrine_DatabaseCreateCommandService()
  8993.     {
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  8997.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8998.         $instance->setName('doctrine:database:create');
  8999.         return $instance;
  9000.     }
  9001.     /**
  9002.      * Gets the private 'doctrine.database_drop_command' shared service.
  9003.      *
  9004.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  9005.      */
  9006.     protected function getDoctrine_DatabaseDropCommandService()
  9007.     {
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9009.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  9011.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9012.         $instance->setName('doctrine:database:drop');
  9013.         return $instance;
  9014.     }
  9015.     /**
  9016.      * Gets the private 'doctrine.database_import_command' shared service.
  9017.      *
  9018.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  9019.      */
  9020.     protected function getDoctrine_DatabaseImportCommandService()
  9021.     {
  9022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9023.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  9024.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  9025.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  9026.         $instance->setName('doctrine:database:import');
  9027.         return $instance;
  9028.     }
  9029.     /**
  9030.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  9031.      *
  9032.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  9033.      */
  9034.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  9035.     {
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  9039.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  9040.         $instance->setName('doctrine:ensure-production-settings');
  9041.         return $instance;
  9042.     }
  9043.     /**
  9044.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  9045.      *
  9046.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  9047.      */
  9048.     protected function getDoctrine_MappingConvertCommandService()
  9049.     {
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  9052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  9053.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  9054.         $instance->setName('doctrine:mapping:convert');
  9055.         return $instance;
  9056.     }
  9057.     /**
  9058.      * Gets the private 'doctrine.mapping_import_command' shared service.
  9059.      *
  9060.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  9061.      */
  9062.     protected function getDoctrine_MappingImportCommandService()
  9063.     {
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9065.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  9067.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  9068.         $instance->setName('doctrine:mapping:import');
  9069.         return $instance;
  9070.     }
  9071.     /**
  9072.      * Gets the private 'doctrine.mapping_info_command' shared service.
  9073.      *
  9074.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  9075.      */
  9076.     protected function getDoctrine_MappingInfoCommandService()
  9077.     {
  9078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9079.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  9080.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  9081.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  9082.         $instance->setName('doctrine:mapping:info');
  9083.         return $instance;
  9084.     }
  9085.     /**
  9086.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  9087.      *
  9088.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  9089.      */
  9090.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  9091.     {
  9092.         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')]);
  9093.     }
  9094.     /**
  9095.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  9096.      *
  9097.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  9098.      */
  9099.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  9100.     {
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  9102.         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()));
  9103.     }
  9104.     /**
  9105.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  9106.      *
  9107.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  9108.      */
  9109.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  9110.     {
  9111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  9112.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  9113.     }
  9114.     /**
  9115.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  9116.      *
  9117.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  9118.      */
  9119.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  9120.     {
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  9123.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9124.     }
  9125.     /**
  9126.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  9127.      *
  9128.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  9129.      */
  9130.     protected function getDoctrine_Orm_Validator_UniqueService()
  9131.     {
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  9135.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9136.     }
  9137.     /**
  9138.      * Gets the private 'doctrine.query_dql_command' shared service.
  9139.      *
  9140.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  9141.      */
  9142.     protected function getDoctrine_QueryDqlCommandService()
  9143.     {
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  9147.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  9148.         $instance->setName('doctrine:query:dql');
  9149.         return $instance;
  9150.     }
  9151.     /**
  9152.      * Gets the private 'doctrine.query_sql_command' shared service.
  9153.      *
  9154.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  9155.      */
  9156.     protected function getDoctrine_QuerySqlCommandService()
  9157.     {
  9158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9159.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  9161.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  9162.         $instance->setName('doctrine:query:sql');
  9163.         return $instance;
  9164.     }
  9165.     /**
  9166.      * Gets the private 'doctrine.schema_create_command' shared service.
  9167.      *
  9168.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  9169.      */
  9170.     protected function getDoctrine_SchemaCreateCommandService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  9175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  9176.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  9177.         $instance->setName('doctrine:schema:create');
  9178.         return $instance;
  9179.     }
  9180.     /**
  9181.      * Gets the private 'doctrine.schema_drop_command' shared service.
  9182.      *
  9183.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  9184.      */
  9185.     protected function getDoctrine_SchemaDropCommandService()
  9186.     {
  9187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9189.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  9190.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  9191.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  9192.         $instance->setName('doctrine:schema:drop');
  9193.         return $instance;
  9194.     }
  9195.     /**
  9196.      * Gets the private 'doctrine.schema_update_command' shared service.
  9197.      *
  9198.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  9199.      */
  9200.     protected function getDoctrine_SchemaUpdateCommandService()
  9201.     {
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  9205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  9206.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  9207.         $instance->setName('doctrine:schema:update');
  9208.         return $instance;
  9209.     }
  9210.     /**
  9211.      * Gets the private 'doctrine.schema_validate_command' shared service.
  9212.      *
  9213.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  9214.      */
  9215.     protected function getDoctrine_SchemaValidateCommandService()
  9216.     {
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  9219.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  9220.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  9221.         $instance->setName('doctrine:schema:validate');
  9222.         return $instance;
  9223.     }
  9224.     /**
  9225.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  9226.      *
  9227.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  9228.      */
  9229.     protected function getDoctrineMigrations_DiffCommandService()
  9230.     {
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  9235.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  9236.         $instance->setName('doctrine:migrations:diff');
  9237.         return $instance;
  9238.     }
  9239.     /**
  9240.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  9241.      *
  9242.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  9243.      */
  9244.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  9245.     {
  9246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9247.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9248.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  9249.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  9250.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  9251.         $instance->setName('doctrine:migrations:dump-schema');
  9252.         return $instance;
  9253.     }
  9254.     /**
  9255.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  9256.      *
  9257.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  9258.      */
  9259.     protected function getDoctrineMigrations_ExecuteCommandService()
  9260.     {
  9261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  9264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  9265.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  9266.         $instance->setName('doctrine:migrations:execute');
  9267.         return $instance;
  9268.     }
  9269.     /**
  9270.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  9271.      *
  9272.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  9273.      */
  9274.     protected function getDoctrineMigrations_GenerateCommandService()
  9275.     {
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9277.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  9279.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  9280.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  9281.         $instance->setName('doctrine:migrations:generate');
  9282.         return $instance;
  9283.     }
  9284.     /**
  9285.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  9286.      *
  9287.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  9288.      */
  9289.     protected function getDoctrineMigrations_LatestCommandService()
  9290.     {
  9291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9292.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  9295.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  9296.         $instance->setName('doctrine:migrations:latest');
  9297.         return $instance;
  9298.     }
  9299.     /**
  9300.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  9301.      *
  9302.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  9303.      */
  9304.     protected function getDoctrineMigrations_MigrateCommandService()
  9305.     {
  9306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  9309.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  9310.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  9311.         $instance->setName('doctrine:migrations:migrate');
  9312.         return $instance;
  9313.     }
  9314.     /**
  9315.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  9316.      *
  9317.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  9318.      */
  9319.     protected function getDoctrineMigrations_RollupCommandService()
  9320.     {
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  9325.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  9326.         $instance->setName('doctrine:migrations:rollup');
  9327.         return $instance;
  9328.     }
  9329.     /**
  9330.      * Gets the private 'doctrine_migrations.status_command' shared service.
  9331.      *
  9332.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  9333.      */
  9334.     protected function getDoctrineMigrations_StatusCommandService()
  9335.     {
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  9340.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  9341.         $instance->setName('doctrine:migrations:status');
  9342.         return $instance;
  9343.     }
  9344.     /**
  9345.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  9346.      *
  9347.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  9348.      */
  9349.     protected function getDoctrineMigrations_UpToDateCommandService()
  9350.     {
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  9355.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  9356.         $instance->setName('doctrine:migrations:up-to-date');
  9357.         return $instance;
  9358.     }
  9359.     /**
  9360.      * Gets the private 'doctrine_migrations.version_command' shared service.
  9361.      *
  9362.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  9363.      */
  9364.     protected function getDoctrineMigrations_VersionCommandService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9367.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  9368.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  9370.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  9371.         $instance->setName('doctrine:migrations:version');
  9372.         return $instance;
  9373.     }
  9374.     /**
  9375.      * Gets the private 'error_handler.error_renderer.html' shared service.
  9376.      *
  9377.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  9378.      */
  9379.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  9380.     {
  9381.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  9382.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  9383.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9384.         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()));
  9385.     }
  9386.     /**
  9387.      * Gets the private 'event.jwt_created_listener' shared autowired service.
  9388.      *
  9389.      * @return \App\Service\JWTCreatedListener
  9390.      */
  9391.     protected function getEvent_JwtCreatedListenerService()
  9392.     {
  9393.         include_once \dirname(__DIR__4).'/src/Service/JWTCreatedListener.php';
  9394.         return $this->privates['event.jwt_created_listener'] = new \App\Service\JWTCreatedListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  9395.     }
  9396.     /**
  9397.      * Gets the private 'event.jwt_success_listener' shared autowired service.
  9398.      *
  9399.      * @return \App\Service\JWTOnSuccessListener
  9400.      */
  9401.     protected function getEvent_JwtSuccessListenerService()
  9402.     {
  9403.         include_once \dirname(__DIR__4).'/src/Service/JWTOnSuccessListener.php';
  9404.         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()));
  9405.     }
  9406.     /**
  9407.      * Gets the private 'exception_listener' shared service.
  9408.      *
  9409.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  9410.      */
  9411.     protected function getExceptionListenerService()
  9412.     {
  9413.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  9414.     }
  9415.     /**
  9416.      * Gets the private 'exercise_html_purifier.cache_warmer.serializer' shared service.
  9417.      *
  9418.      * @return \Exercise\HTMLPurifierBundle\CacheWarmer\SerializerCacheWarmer
  9419.      */
  9420.     protected function getExerciseHtmlPurifier_CacheWarmer_SerializerService()
  9421.     {
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9423.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/CacheWarmer/SerializerCacheWarmer.php';
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9425.         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())));
  9426.     }
  9427.     /**
  9428.      * Gets the private 'exercise_html_purifier.default' shared service.
  9429.      *
  9430.      * @return \HTMLPurifier
  9431.      */
  9432.     protected function getExerciseHtmlPurifier_DefaultService()
  9433.     {
  9434.         include_once \dirname(__DIR__4).'/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php';
  9435.         include_once \dirname(__DIR__4).'/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php';
  9436.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifierConfigFactory.php';
  9437.         return $this->privates['exercise_html_purifier.default'] = new \HTMLPurifier(\Exercise\HTMLPurifierBundle\HTMLPurifierConfigFactory::create('default', ['Core.Encoding' => 'UTF-8''Cache.SerializerPath' => ($this->targetDir.''.'/htmlpurifier')], NULL, [], [], [], []));
  9438.     }
  9439.     /**
  9440.      * Gets the private 'exercise_html_purifier.form.text_type_extension' shared service.
  9441.      *
  9442.      * @return \Exercise\HTMLPurifierBundle\Form\TypeExtension\HTMLPurifierTextTypeExtension
  9443.      */
  9444.     protected function getExerciseHtmlPurifier_Form_TextTypeExtensionService()
  9445.     {
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Form/TypeExtension/HTMLPurifierTextTypeExtension.php';
  9449.         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()));
  9450.     }
  9451.     /**
  9452.      * Gets the private 'exercise_html_purifier.purifiers_registry' shared service.
  9453.      *
  9454.      * @return \Exercise\HTMLPurifierBundle\HTMLPurifiersRegistry
  9455.      */
  9456.     protected function getExerciseHtmlPurifier_PurifiersRegistryService()
  9457.     {
  9458.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifiersRegistryInterface.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/HTMLPurifiersRegistry.php';
  9460.         return $this->privates['exercise_html_purifier.purifiers_registry'] = new \Exercise\HTMLPurifierBundle\HTMLPurifiersRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9461.             'default' => ['privates''exercise_html_purifier.default''getExerciseHtmlPurifier_DefaultService'false],
  9462.         ], [
  9463.             'default' => '?',
  9464.         ]));
  9465.     }
  9466.     /**
  9467.      * Gets the private 'exercise_html_purifier.twig.runtime' shared service.
  9468.      *
  9469.      * @return \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime
  9470.      */
  9471.     protected function getExerciseHtmlPurifier_Twig_RuntimeService()
  9472.     {
  9473.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9474.         include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierRuntime.php';
  9475.         return $this->privates['exercise_html_purifier.twig.runtime'] = new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime(($this->privates['exercise_html_purifier.purifiers_registry'] ?? $this->getExerciseHtmlPurifier_PurifiersRegistryService()));
  9476.     }
  9477.     /**
  9478.      * Gets the private 'file_locator' shared service.
  9479.      *
  9480.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  9481.      */
  9482.     protected function getFileLocatorService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  9487.         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);
  9488.     }
  9489.     /**
  9490.      * Gets the private 'form.choice_list_factory.cached' shared service.
  9491.      *
  9492.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  9493.      */
  9494.     protected function getForm_ChoiceListFactory_CachedService()
  9495.     {
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  9500.         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())));
  9501.     }
  9502.     /**
  9503.      * Gets the private 'form.registry' shared service.
  9504.      *
  9505.      * @return \Symfony\Component\Form\FormRegistry
  9506.      */
  9507.     protected function getForm_RegistryService()
  9508.     {
  9509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  9515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  9516.         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, [
  9517.             'App\\Form\\Type\\ColorPickerType' => ['privates''App\\Form\\Type\\ColorPickerType''getColorPickerTypeService'false],
  9518.             'App\\Form\\Type\\ImagePickerType' => ['privates''App\\Form\\Type\\ImagePickerType''getImagePickerTypeService'false],
  9519.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  9520.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  9521.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  9522.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  9523.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  9524.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  9525.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  9526.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  9527.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  9528.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  9529.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  9530.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  9531.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  9532.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  9533.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  9534.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  9535.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  9536.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  9537.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  9538.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  9539.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  9540.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  9541.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  9542.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  9543.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  9544.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCategoryType' => ['privates''sonata.classification.api.form.type.category''getSonata_Classification_Api_Form_Type_CategoryService'false],
  9545.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCollectionType' => ['privates''sonata.classification.api.form.type.collection''getSonata_Classification_Api_Form_Type_CollectionService'false],
  9546.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiContextType' => ['privates''sonata.classification.api.form.type.context''getSonata_Classification_Api_Form_Type_ContextService'false],
  9547.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiTagType' => ['privates''sonata.classification.api.form.type.tag''getSonata_Classification_Api_Form_Type_TagService'false],
  9548.             'Sonata\\ClassificationBundle\\Form\\Type\\CategorySelectorType' => ['privates''sonata.classification.form.type.category_selector''getSonata_Classification_Form_Type_CategorySelectorService'false],
  9549.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'false],
  9550.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'false],
  9551.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'false],
  9552.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'false],
  9553.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'false],
  9554.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'false],
  9555.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'false],
  9556.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'false],
  9557.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  9558.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'false],
  9559.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => ['privates''sonata.formatter.form.type.selector''getSonata_Formatter_Form_Type_SelectorService'false],
  9560.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => ['privates''sonata.formatter.form.type.simple''getSonata_Formatter_Form_Type_SimpleService'false],
  9561.             'Sonata\\MediaBundle\\Form\\Type\\ApiDoctrineMediaType' => ['privates''sonata.media.api.form.type.doctrine.media''getSonata_Media_Api_Form_Type_Doctrine_MediaService'false],
  9562.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryHasMediaType' => ['privates''sonata.media.api.form.type.gallery_has_media''getSonata_Media_Api_Form_Type_GalleryHasMediaService'false],
  9563.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryType' => ['privates''sonata.media.api.form.type.gallery''getSonata_Media_Api_Form_Type_GalleryService'false],
  9564.             'Sonata\\MediaBundle\\Form\\Type\\ApiMediaType' => ['privates''sonata.media.api.form.type.media''getSonata_Media_Api_Form_Type_MediaService'false],
  9565.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => ['privates''sonata.media.form.type.media''getSonata_Media_Form_Type_MediaService'false],
  9566.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => ['privates''sonata.user.api.form.type.group''getSonata_User_Api_Form_Type_GroupService'false],
  9567.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => ['privates''sonata.user.api.form.type.user''getSonata_User_Api_Form_Type_UserService'false],
  9568.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => ['services''sonata.user.form.roles_matrix_type''getSonata_User_Form_RolesMatrixTypeService'false],
  9569.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => ['services''sonata.user.form.type.security_roles''getSonata_User_Form_Type_SecurityRolesService'false],
  9570.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => ['privates''sonata.user.form.gender_list''getSonata_User_Form_GenderListService'false],
  9571.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  9572.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  9573.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  9574.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  9575.         ], [
  9576.             'App\\Form\\Type\\ColorPickerType' => '?',
  9577.             'App\\Form\\Type\\ImagePickerType' => '?',
  9578.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  9579.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  9580.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  9581.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  9582.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  9583.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  9584.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  9585.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  9586.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  9587.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  9588.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  9589.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  9590.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  9591.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  9592.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  9593.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  9594.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  9595.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  9596.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  9597.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  9598.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  9599.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  9600.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  9601.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  9602.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  9603.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCategoryType' => '?',
  9604.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiCollectionType' => '?',
  9605.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiContextType' => '?',
  9606.             'Sonata\\ClassificationBundle\\Form\\Type\\ApiTagType' => '?',
  9607.             'Sonata\\ClassificationBundle\\Form\\Type\\CategorySelectorType' => '?',
  9608.             'Sonata\\Form\\Type\\BooleanType' => '?',
  9609.             'Sonata\\Form\\Type\\CollectionType' => '?',
  9610.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  9611.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  9612.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  9613.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  9614.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  9615.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  9616.             'Sonata\\Form\\Type\\EqualType' => '?',
  9617.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  9618.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => '?',
  9619.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => '?',
  9620.             'Sonata\\MediaBundle\\Form\\Type\\ApiDoctrineMediaType' => '?',
  9621.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryHasMediaType' => '?',
  9622.             'Sonata\\MediaBundle\\Form\\Type\\ApiGalleryType' => '?',
  9623.             'Sonata\\MediaBundle\\Form\\Type\\ApiMediaType' => '?',
  9624.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => '?',
  9625.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => '?',
  9626.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => '?',
  9627.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => '?',
  9628.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => '?',
  9629.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => '?',
  9630.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  9631.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  9632.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  9633.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  9634.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  9635.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  9636.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  9637.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  9638.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  9639.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  9640.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  9641.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  9642.             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()));
  9643.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  9644.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  9645.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  9646.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  9647.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  9648.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  9649.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  9650.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => new RewindableGenerator(function () {
  9651.             yield => ($this->privates['exercise_html_purifier.form.text_type_extension'] ?? $this->getExerciseHtmlPurifier_Form_TextTypeExtensionService());
  9652.         }, 1)], new RewindableGenerator(function () {
  9653.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  9654.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  9655.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  9656.     }
  9657.     /**
  9658.      * Gets the private 'form.server_params' shared service.
  9659.      *
  9660.      * @return \Symfony\Component\Form\Util\ServerParams
  9661.      */
  9662.     protected function getForm_ServerParamsService()
  9663.     {
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  9665.         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())));
  9666.     }
  9667.     /**
  9668.      * Gets the private 'form.type.choice' shared service.
  9669.      *
  9670.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  9671.      */
  9672.     protected function getForm_Type_ChoiceService()
  9673.     {
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  9677.         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()));
  9678.     }
  9679.     /**
  9680.      * Gets the private 'form.type.entity' shared service.
  9681.      *
  9682.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  9683.      */
  9684.     protected function getForm_Type_EntityService()
  9685.     {
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  9689.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  9690.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9691.     }
  9692.     /**
  9693.      * Gets the private 'form.type.form' shared service.
  9694.      *
  9695.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  9696.      */
  9697.     protected function getForm_Type_FormService()
  9698.     {
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  9703.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9704.     }
  9705.     /**
  9706.      * Gets the private 'form.type_extension.csrf' shared service.
  9707.      *
  9708.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  9709.      */
  9710.     protected function getForm_TypeExtension_CsrfService()
  9711.     {
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  9715.         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()));
  9716.     }
  9717.     /**
  9718.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  9719.      *
  9720.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  9721.      */
  9722.     protected function getForm_TypeExtension_Form_DataCollectorService()
  9723.     {
  9724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  9727.         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()));
  9728.     }
  9729.     /**
  9730.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  9731.      *
  9732.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  9733.      */
  9734.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  9735.     {
  9736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  9739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  9740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  9741.         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())));
  9742.     }
  9743.     /**
  9744.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  9745.      *
  9746.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  9747.      */
  9748.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  9749.     {
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  9753.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  9754.     }
  9755.     /**
  9756.      * Gets the private 'form.type_extension.form.validator' shared service.
  9757.      *
  9758.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  9759.      */
  9760.     protected function getForm_TypeExtension_Form_ValidatorService()
  9761.     {
  9762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  9765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  9766.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  9767.     }
  9768.     /**
  9769.      * Gets the private 'form.type_extension.upload.validator' shared service.
  9770.      *
  9771.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  9772.      */
  9773.     protected function getForm_TypeExtension_Upload_ValidatorService()
  9774.     {
  9775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  9778.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  9779.     }
  9780.     /**
  9781.      * Gets the private 'form.type_guesser.doctrine' shared service.
  9782.      *
  9783.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  9784.      */
  9785.     protected function getForm_TypeGuesser_DoctrineService()
  9786.     {
  9787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9788.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  9789.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9790.     }
  9791.     /**
  9792.      * Gets the private 'form.type_guesser.validator' shared service.
  9793.      *
  9794.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  9795.      */
  9796.     protected function getForm_TypeGuesser_ValidatorService()
  9797.     {
  9798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  9800.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  9801.     }
  9802.     /**
  9803.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  9804.      *
  9805.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  9806.      */
  9807.     protected function getFosCkEditor_Command_InstallerService()
  9808.     {
  9809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9810.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  9811.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  9812.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  9813.         $instance->setName('ckeditor:install');
  9814.         return $instance;
  9815.     }
  9816.     /**
  9817.      * Gets the private 'fos_ck_editor.configuration' shared service.
  9818.      *
  9819.      * @return \FOS\CKEditorBundle\Config\CKEditorConfiguration
  9820.      */
  9821.     protected function getFosCkEditor_ConfigurationService()
  9822.     {
  9823.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  9825.         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' => []]]);
  9826.     }
  9827.     /**
  9828.      * Gets the private 'fos_ck_editor.form.type' shared service.
  9829.      *
  9830.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  9831.      */
  9832.     protected function getFosCkEditor_Form_TypeService()
  9833.     {
  9834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9836.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  9837.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  9838.     }
  9839.     /**
  9840.      * Gets the private 'fos_elastica.command.create' shared service.
  9841.      *
  9842.      * @return \FOS\ElasticaBundle\Command\CreateCommand
  9843.      */
  9844.     protected function getFosElastica_Command_CreateService()
  9845.     {
  9846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9847.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  9850.         $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())));
  9851.         $instance->setName('fos:elastica:create');
  9852.         return $instance;
  9853.     }
  9854.     /**
  9855.      * Gets the private 'fos_elastica.command.populate' shared service.
  9856.      *
  9857.      * @return \FOS\ElasticaBundle\Command\PopulateCommand
  9858.      */
  9859.     protected function getFosElastica_Command_PopulateService()
  9860.     {
  9861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9862.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  9863.         $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()));
  9864.         $instance->setName('fos:elastica:populate');
  9865.         return $instance;
  9866.     }
  9867.     /**
  9868.      * Gets the private 'fos_elastica.command.reset' shared service.
  9869.      *
  9870.      * @return \FOS\ElasticaBundle\Command\ResetCommand
  9871.      */
  9872.     protected function getFosElastica_Command_ResetService()
  9873.     {
  9874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9875.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  9876.         $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()));
  9877.         $instance->setName('fos:elastica:reset');
  9878.         return $instance;
  9879.     }
  9880.     /**
  9881.      * Gets the private 'fos_elastica.command.search' shared service.
  9882.      *
  9883.      * @return \FOS\ElasticaBundle\Command\SearchCommand
  9884.      */
  9885.     protected function getFosElastica_Command_SearchService()
  9886.     {
  9887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9888.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  9889.         $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  9890.         $instance->setName('fos:elastica:search');
  9891.         return $instance;
  9892.     }
  9893.     /**
  9894.      * Gets the private 'fos_elastica.command.templates_reset' shared service.
  9895.      *
  9896.      * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  9897.      */
  9898.     protected function getFosElastica_Command_TemplatesResetService()
  9899.     {
  9900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9901.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  9902.         $this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(($this->services['fos_elastica.template_resetter'] ?? $this->getFosElastica_TemplateResetterService()));
  9903.         $instance->setName('fos:elastica:reset-templates');
  9904.         return $instance;
  9905.     }
  9906.     /**
  9907.      * Gets the private 'fos_elastica.doctrine.register_listeners' shared service.
  9908.      *
  9909.      * @return \FOS\ElasticaBundle\Doctrine\RegisterListenersService
  9910.      */
  9911.     protected function getFosElastica_Doctrine_RegisterListenersService()
  9912.     {
  9913.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
  9914.         return $this->privates['fos_elastica.doctrine.register_listeners'] = new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9915.     }
  9916.     /**
  9917.      * Gets the private 'fos_elastica.elastica_to_model_transformer.app.magazines' shared service.
  9918.      *
  9919.      * @return \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer
  9920.      */
  9921.     protected function getFosElastica_ElasticaToModelTransformer_App_MagazinesService()
  9922.     {
  9923.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  9924.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  9927.         $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']);
  9928.         $instance->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  9929.         return $instance;
  9930.     }
  9931.     /**
  9932.      * Gets the private 'fos_elastica.listener.suggest.content' shared autowired service.
  9933.      *
  9934.      * @return \App\Service\ElasticSearchPreTransformListener
  9935.      */
  9936.     protected function getFosElastica_Listener_Suggest_ContentService()
  9937.     {
  9938.         include_once \dirname(__DIR__4).'/src/Service/ElasticSearchPreTransformListener.php';
  9939.         return $this->privates['fos_elastica.listener.suggest.content'] = new \App\Service\ElasticSearchPreTransformListener(($this->privates['exercise_html_purifier.default'] ?? $this->getExerciseHtmlPurifier_DefaultService()));
  9940.     }
  9941.     /**
  9942.      * Gets the private 'fos_elastica.logger' shared service.
  9943.      *
  9944.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  9945.      */
  9946.     protected function getFosElastica_LoggerService()
  9947.     {
  9948.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  9949.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9950.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9951.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9952.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9953.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  9954.     }
  9955.     /**
  9956.      * Gets the private 'fos_elastica.populate_listener' shared service.
  9957.      *
  9958.      * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  9959.      */
  9960.     protected function getFosElastica_PopulateListenerService()
  9961.     {
  9962.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  9963.         return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener(($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  9964.     }
  9965.     /**
  9966.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  9967.      *
  9968.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  9969.      */
  9970.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  9971.     {
  9972.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  9975.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  9976.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  9977.         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');
  9978.     }
  9979.     /**
  9980.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  9981.      *
  9982.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  9983.      */
  9984.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  9985.     {
  9986.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  9989.         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');
  9990.     }
  9991.     /**
  9992.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  9993.      *
  9994.      * @return \Symfony\Component\Form\Form
  9995.      */
  9996.     protected function getFosOauthServer_Authorize_FormService()
  9997.     {
  9998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  9999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  10000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  10001.         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']]);
  10002.     }
  10003.     /**
  10004.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  10005.      *
  10006.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  10007.      */
  10008.     protected function getFosOauthServer_Authorize_Form_TypeService()
  10009.     {
  10010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10012.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  10013.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  10014.     }
  10015.     /**
  10016.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  10017.      *
  10018.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  10019.      */
  10020.     protected function getFosOauthServer_ClientManager_DefaultService()
  10021.     {
  10022.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  10023.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  10024.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  10025.         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');
  10026.     }
  10027.     /**
  10028.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  10029.      *
  10030.      * @return \Doctrine\ORM\EntityManager
  10031.      */
  10032.     protected function getFosOauthServer_EntityManagerService()
  10033.     {
  10034.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  10035.     }
  10036.     /**
  10037.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  10038.      *
  10039.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  10040.      */
  10041.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  10042.     {
  10043.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  10044.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  10045.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  10046.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  10047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  10048.         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');
  10049.     }
  10050.     /**
  10051.      * Gets the private 'fos_oauth_server.server' shared service.
  10052.      *
  10053.      * @return \OAuth2\OAuth2
  10054.      */
  10055.     protected function getFosOauthServer_ServerService()
  10056.     {
  10057.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  10058.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  10061.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  10062.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  10063.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  10064.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  10065.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  10066.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php';
  10068.         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())), []);
  10069.     }
  10070.     /**
  10071.      * Gets the private 'fos_rest.body_listener' shared service.
  10072.      *
  10073.      * @return \FOS\RestBundle\EventListener\BodyListener
  10074.      */
  10075.     protected function getFosRest_BodyListenerService()
  10076.     {
  10077.         $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, [
  10078.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  10079.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  10080.         ], [
  10081.             'fos_rest.decoder.json' => '?',
  10082.             'fos_rest.decoder.xml' => '?',
  10083.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  10084.         $instance->setDefaultFormat(NULL);
  10085.         return $instance;
  10086.     }
  10087.     /**
  10088.      * Gets the private 'fos_rest.decoder.json' shared service.
  10089.      *
  10090.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  10091.      */
  10092.     protected function getFosRest_Decoder_JsonService()
  10093.     {
  10094.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  10095.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  10096.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  10097.     }
  10098.     /**
  10099.      * Gets the private 'fos_rest.decoder.xml' shared service.
  10100.      *
  10101.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  10102.      */
  10103.     protected function getFosRest_Decoder_XmlService()
  10104.     {
  10105.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  10107.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  10108.     }
  10109.     /**
  10110.      * Gets the private 'fos_rest.exception.response_status_code_listener' shared service.
  10111.      *
  10112.      * @return \FOS\RestBundle\EventListener\ResponseStatusCodeListener
  10113.      */
  10114.     protected function getFosRest_Exception_ResponseStatusCodeListenerService()
  10115.     {
  10116.         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([]))));
  10117.     }
  10118.     /**
  10119.      * Gets the private 'fos_rest.exception_listener' shared service.
  10120.      *
  10121.      * @return \FOS\RestBundle\EventListener\ExceptionListener
  10122.      *
  10123.      * @deprecated The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.
  10124.      */
  10125.     protected function getFosRest_ExceptionListenerService()
  10126.     {
  10127.         @trigger_error('The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10128.         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()));
  10129.     }
  10130.     /**
  10131.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  10132.      *
  10133.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  10134.      *
  10135.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  10136.      */
  10137.     protected function getFosRest_Inflector_DoctrineService()
  10138.     {
  10139.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10140.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  10141.     }
  10142.     /**
  10143.      * Gets the private 'fos_rest.mime_type_listener' shared service.
  10144.      *
  10145.      * @return \FOS\RestBundle\EventListener\MimeTypeListener
  10146.      */
  10147.     protected function getFosRest_MimeTypeListenerService()
  10148.     {
  10149.         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']]);
  10150.     }
  10151.     /**
  10152.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  10153.      *
  10154.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  10155.      */
  10156.     protected function getFosRest_ParamFetcherListenerService()
  10157.     {
  10158.         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);
  10159.     }
  10160.     /**
  10161.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  10162.      *
  10163.      * @return \FOS\RestBundle\Request\ParamFetcher
  10164.      */
  10165.     protected function getFosRest_Request_ParamFetcherService()
  10166.     {
  10167.         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()));
  10168.     }
  10169.     /**
  10170.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  10171.      *
  10172.      * @return \FOS\RestBundle\Request\ParamReader
  10173.      */
  10174.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  10175.     {
  10176.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10177.     }
  10178.     /**
  10179.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  10180.      *
  10181.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  10182.      *
  10183.      * @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`.
  10184.      */
  10185.     protected function getFosRest_Routing_Loader_ControllerService()
  10186.     {
  10187.         @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);
  10188.         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');
  10189.     }
  10190.     /**
  10191.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  10192.      *
  10193.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  10194.      *
  10195.      * @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`.
  10196.      */
  10197.     protected function getFosRest_Routing_Loader_DirectoryService()
  10198.     {
  10199.         @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);
  10200.         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()));
  10201.     }
  10202.     /**
  10203.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  10204.      *
  10205.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  10206.      *
  10207.      * @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`.
  10208.      */
  10209.     protected function getFosRest_Routing_Loader_ProcessorService()
  10210.     {
  10211.         @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);
  10212.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  10213.     }
  10214.     /**
  10215.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  10216.      *
  10217.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  10218.      *
  10219.      * @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`.
  10220.      */
  10221.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  10222.     {
  10223.         @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);
  10224.         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);
  10225.     }
  10226.     /**
  10227.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  10228.      *
  10229.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  10230.      *
  10231.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  10232.      */
  10233.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  10234.     {
  10235.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10236.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10237.     }
  10238.     /**
  10239.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  10240.      *
  10241.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  10242.      *
  10243.      * @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`.
  10244.      */
  10245.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  10246.     {
  10247.         @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);
  10248.         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');
  10249.     }
  10250.     /**
  10251.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  10252.      *
  10253.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  10254.      *
  10255.      * @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`.
  10256.      */
  10257.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  10258.     {
  10259.         @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);
  10260.         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');
  10261.     }
  10262.     /**
  10263.      * Gets the private 'fos_rest.serializer.exception_normalizer.jms' shared service.
  10264.      *
  10265.      * @return \FOS\RestBundle\Serializer\Normalizer\ExceptionHandler
  10266.      *
  10267.      * @deprecated The "fos_rest.serializer.exception_normalizer.jms" service is deprecated since FOSRestBundle 2.8.
  10268.      */
  10269.     protected function getFosRest_Serializer_ExceptionNormalizer_JmsService()
  10270.     {
  10271.         @trigger_error('The "fos_rest.serializer.exception_normalizer.jms" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10272.         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);
  10273.     }
  10274.     /**
  10275.      * Gets the private 'fos_rest.serializer.exception_normalizer.symfony' shared service.
  10276.      *
  10277.      * @return \FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer
  10278.      *
  10279.      * @deprecated The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8.
  10280.      */
  10281.     protected function getFosRest_Serializer_ExceptionNormalizer_SymfonyService()
  10282.     {
  10283.         @trigger_error('The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  10284.         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);
  10285.     }
  10286.     /**
  10287.      * Gets the private 'fos_rest.serializer.flatten_exception_handler' shared service.
  10288.      *
  10289.      * @return \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionHandler
  10290.      */
  10291.     protected function getFosRest_Serializer_FlattenExceptionHandlerService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionHandler.php';
  10295.         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);
  10296.     }
  10297.     /**
  10298.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  10299.      *
  10300.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  10301.      */
  10302.     protected function getFosRest_Serializer_FormErrorHandlerService()
  10303.     {
  10304.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10305.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  10306.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  10307.         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'));
  10308.     }
  10309.     /**
  10310.      * Gets the private 'fos_rest.serializer.jms' shared service.
  10311.      *
  10312.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  10313.      */
  10314.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  10315.     {
  10316.         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())));
  10317.     }
  10318.     /**
  10319.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  10320.      *
  10321.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  10322.      */
  10323.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  10324.     {
  10325.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10326.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService'false],
  10327.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService'false],
  10328.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  10329.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  10330.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  10331.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  10332.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  10333.             'sonata.classification.serializer.handler.category' => ['privates''sonata.classification.serializer.handler.category''getSonata_Classification_Serializer_Handler_CategoryService'false],
  10334.             'sonata.classification.serializer.handler.collection' => ['privates''sonata.classification.serializer.handler.collection''getSonata_Classification_Serializer_Handler_CollectionService'false],
  10335.             'sonata.classification.serializer.handler.context' => ['privates''sonata.classification.serializer.handler.context''getSonata_Classification_Serializer_Handler_ContextService'false],
  10336.             'sonata.classification.serializer.handler.tag' => ['privates''sonata.classification.serializer.handler.tag''getSonata_Classification_Serializer_Handler_TagService'false],
  10337.             'sonata.media.serializer.handler.gallery' => ['privates''sonata.media.serializer.handler.gallery''getSonata_Media_Serializer_Handler_GalleryService'false],
  10338.             'sonata.media.serializer.handler.media' => ['privates''sonata.media.serializer.handler.media''getSonata_Media_Serializer_Handler_MediaService'false],
  10339.             'sonata.user.serializer.handler.user' => ['privates''sonata.user.serializer.handler.user''getSonata_User_Serializer_Handler_UserService'false],
  10340.         ], [
  10341.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  10342.             'fos_rest.serializer.flatten_exception_handler' => '?',
  10343.             'fos_rest.serializer.form_error_handler' => '?',
  10344.             'jms_serializer.array_collection_handler' => '?',
  10345.             'jms_serializer.constraint_violation_handler' => '?',
  10346.             'jms_serializer.datetime_handler' => '?',
  10347.             'jms_serializer.iterator_handler' => '?',
  10348.             'sonata.classification.serializer.handler.category' => '?',
  10349.             'sonata.classification.serializer.handler.collection' => '?',
  10350.             'sonata.classification.serializer.handler.context' => '?',
  10351.             'sonata.classification.serializer.handler.tag' => '?',
  10352.             'sonata.media.serializer.handler.gallery' => '?',
  10353.             'sonata.media.serializer.handler.media' => '?',
  10354.             'sonata.user.serializer.handler.user' => '?',
  10355.         ]), [=> ['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']]]]);
  10356.     }
  10357.     /**
  10358.      * Gets the private 'fos_rest.view_response_listener' shared service.
  10359.      *
  10360.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  10361.      */
  10362.     protected function getFosRest_ViewResponseListenerService()
  10363.     {
  10364.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  10365.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  10366.     }
  10367.     /**
  10368.      * Gets the private 'fos_user.change_password.form.type' shared service.
  10369.      *
  10370.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  10371.      */
  10372.     protected function getFosUser_ChangePassword_Form_TypeService()
  10373.     {
  10374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10376.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  10377.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10378.     }
  10379.     /**
  10380.      * Gets the private 'fos_user.command.activate_user' shared service.
  10381.      *
  10382.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  10383.      */
  10384.     protected function getFosUser_Command_ActivateUserService()
  10385.     {
  10386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  10388.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10389.         $instance->setName('fos:user:activate');
  10390.         return $instance;
  10391.     }
  10392.     /**
  10393.      * Gets the private 'fos_user.command.change_password' shared service.
  10394.      *
  10395.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  10396.      */
  10397.     protected function getFosUser_Command_ChangePasswordService()
  10398.     {
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10400.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  10401.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10402.         $instance->setName('fos:user:change-password');
  10403.         return $instance;
  10404.     }
  10405.     /**
  10406.      * Gets the private 'fos_user.command.create_user' shared service.
  10407.      *
  10408.      * @return \FOS\UserBundle\Command\CreateUserCommand
  10409.      */
  10410.     protected function getFosUser_Command_CreateUserService()
  10411.     {
  10412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10413.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  10414.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10415.         $instance->setName('fos:user:create');
  10416.         return $instance;
  10417.     }
  10418.     /**
  10419.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  10420.      *
  10421.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  10422.      */
  10423.     protected function getFosUser_Command_DeactivateUserService()
  10424.     {
  10425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10426.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  10427.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10428.         $instance->setName('fos:user:deactivate');
  10429.         return $instance;
  10430.     }
  10431.     /**
  10432.      * Gets the private 'fos_user.command.demote_user' shared service.
  10433.      *
  10434.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  10435.      */
  10436.     protected function getFosUser_Command_DemoteUserService()
  10437.     {
  10438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  10441.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10442.         $instance->setName('fos:user:demote');
  10443.         return $instance;
  10444.     }
  10445.     /**
  10446.      * Gets the private 'fos_user.command.promote_user' shared service.
  10447.      *
  10448.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  10449.      */
  10450.     protected function getFosUser_Command_PromoteUserService()
  10451.     {
  10452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10453.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  10454.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  10455.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10456.         $instance->setName('fos:user:promote');
  10457.         return $instance;
  10458.     }
  10459.     /**
  10460.      * Gets the private 'fos_user.group.form.type' shared service.
  10461.      *
  10462.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  10463.      */
  10464.     protected function getFosUser_Group_Form_TypeService()
  10465.     {
  10466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  10469.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('App\\Application\\Sonata\\UserBundle\\Entity\\Group');
  10470.     }
  10471.     /**
  10472.      * Gets the private 'fos_user.listener.authentication' shared service.
  10473.      *
  10474.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  10475.      */
  10476.     protected function getFosUser_Listener_AuthenticationService()
  10477.     {
  10478.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  10479.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'api');
  10480.     }
  10481.     /**
  10482.      * Gets the private 'fos_user.listener.flash' shared service.
  10483.      *
  10484.      * @return \FOS\UserBundle\EventListener\FlashListener
  10485.      */
  10486.     protected function getFosUser_Listener_FlashService()
  10487.     {
  10488.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  10489.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  10490.     }
  10491.     /**
  10492.      * Gets the private 'fos_user.listener.resetting' shared service.
  10493.      *
  10494.      * @return \FOS\UserBundle\EventListener\ResettingListener
  10495.      */
  10496.     protected function getFosUser_Listener_ResettingService()
  10497.     {
  10498.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  10499.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 60);
  10500.     }
  10501.     /**
  10502.      * Gets the private 'fos_user.object_manager' shared service.
  10503.      *
  10504.      * @return \Doctrine\Common\Persistence\ObjectManager
  10505.      */
  10506.     protected function getFosUser_ObjectManagerService()
  10507.     {
  10508.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  10509.     }
  10510.     /**
  10511.      * Gets the private 'fos_user.profile.form.factory' shared service.
  10512.      *
  10513.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10514.      */
  10515.     protected function getFosUser_Profile_Form_FactoryService()
  10516.     {
  10517.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  10518.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  10519.         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']);
  10520.     }
  10521.     /**
  10522.      * Gets the private 'fos_user.profile.form.type' shared service.
  10523.      *
  10524.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  10525.      */
  10526.     protected function getFosUser_Profile_Form_TypeService()
  10527.     {
  10528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  10531.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10532.     }
  10533.     /**
  10534.      * Gets the private 'fos_user.registration.form.type' shared service.
  10535.      *
  10536.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  10537.      */
  10538.     protected function getFosUser_Registration_Form_TypeService()
  10539.     {
  10540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  10543.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10544.     }
  10545.     /**
  10546.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  10547.      *
  10548.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10549.      */
  10550.     protected function getFosUser_Resetting_Form_FactoryService()
  10551.     {
  10552.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  10554.         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']);
  10555.     }
  10556.     /**
  10557.      * Gets the private 'fos_user.resetting.form.type' shared service.
  10558.      *
  10559.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  10560.      */
  10561.     protected function getFosUser_Resetting_Form_TypeService()
  10562.     {
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10565.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  10566.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10567.     }
  10568.     /**
  10569.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  10570.      *
  10571.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  10572.      */
  10573.     protected function getFosUser_Security_InteractiveLoginListenerService()
  10574.     {
  10575.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  10576.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10577.     }
  10578.     /**
  10579.      * Gets the private 'fos_user.security.login_manager' shared service.
  10580.      *
  10581.      * @return \FOS\UserBundle\Security\LoginManager
  10582.      */
  10583.     protected function getFosUser_Security_LoginManagerService()
  10584.     {
  10585.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  10587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  10589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  10590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  10591.         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);
  10592.     }
  10593.     /**
  10594.      * Gets the private 'fos_user.user_listener' shared service.
  10595.      *
  10596.      * @return \FOS\UserBundle\Doctrine\UserListener
  10597.      */
  10598.     protected function getFosUser_UserListenerService()
  10599.     {
  10600.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  10602.         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()));
  10603.     }
  10604.     /**
  10605.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  10606.      *
  10607.      * @return \FOS\UserBundle\Security\EmailUserProvider
  10608.      */
  10609.     protected function getFosUser_UserProvider_UsernameEmailService()
  10610.     {
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10612.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  10614.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10615.     }
  10616.     /**
  10617.      * Gets the private 'fos_user.username_form_type' shared service.
  10618.      *
  10619.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  10620.      */
  10621.     protected function getFosUser_UsernameFormTypeService()
  10622.     {
  10623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10625.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  10626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  10627.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  10628.         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())));
  10629.     }
  10630.     /**
  10631.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  10632.      *
  10633.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  10634.      */
  10635.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  10636.     {
  10637.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  10638.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  10639.     }
  10640.     /**
  10641.      * Gets the private 'fos_user.util.password_updater' shared service.
  10642.      *
  10643.      * @return \FOS\UserBundle\Util\PasswordUpdater
  10644.      */
  10645.     protected function getFosUser_Util_PasswordUpdaterService()
  10646.     {
  10647.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  10648.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  10649.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  10650.     }
  10651.     /**
  10652.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  10653.      *
  10654.      * @return \FOS\UserBundle\Util\UserManipulator
  10655.      */
  10656.     protected function getFosUser_Util_UserManipulatorService()
  10657.     {
  10658.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  10659.         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())));
  10660.     }
  10661.     /**
  10662.      * Gets the private 'fragment.handler' shared service.
  10663.      *
  10664.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  10665.      */
  10666.     protected function getFragment_HandlerService()
  10667.     {
  10668.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10669.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10670.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10671.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10672.         ], [
  10673.             'inline' => '?',
  10674.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  10675.     }
  10676.     /**
  10677.      * Gets the private 'fragment.renderer.inline' shared service.
  10678.      *
  10679.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  10680.      */
  10681.     protected function getFragment_Renderer_InlineService()
  10682.     {
  10683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  10684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  10685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  10686.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10687.         $instance->setFragmentPath('/_fragment');
  10688.         return $instance;
  10689.     }
  10690.     /**
  10691.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  10692.      *
  10693.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  10694.      */
  10695.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  10696.     {
  10697.         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())));
  10698.     }
  10699.     /**
  10700.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  10701.      *
  10702.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  10703.      */
  10704.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  10705.     {
  10706.         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()));
  10707.     }
  10708.     /**
  10709.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  10710.      *
  10711.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  10712.      */
  10713.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  10714.     {
  10715.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  10716.         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);
  10717.     }
  10718.     /**
  10719.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  10720.      *
  10721.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  10722.      */
  10723.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  10724.     {
  10725.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  10727.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  10728.     }
  10729.     /**
  10730.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  10731.      *
  10732.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  10733.      */
  10734.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  10735.     {
  10736.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10737.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  10738.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  10739.     }
  10740.     /**
  10741.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  10742.      *
  10743.      * @return \JMS\Serializer\Handler\DateHandler
  10744.      */
  10745.     protected function getJmsSerializer_DatetimeHandlerService()
  10746.     {
  10747.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10748.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  10749.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Indian/Mauritius'true);
  10750.     }
  10751.     /**
  10752.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  10753.      *
  10754.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  10755.      */
  10756.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  10757.     {
  10758.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  10759.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  10760.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  10761.     }
  10762.     /**
  10763.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  10764.      *
  10765.      * @return \JMS\Serializer\Handler\IteratorHandler
  10766.      */
  10767.     protected function getJmsSerializer_IteratorHandlerService()
  10768.     {
  10769.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10770.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  10771.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  10772.     }
  10773.     /**
  10774.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  10775.      *
  10776.      * @return \Metadata\MetadataFactory
  10777.      */
  10778.     protected function getJmsSerializer_MetadataFactoryService()
  10779.     {
  10780.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10781.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  10782.         ], [
  10783.             'metadata_driver' => '?',
  10784.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  10785.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  10786.         return $instance;
  10787.     }
  10788.     /**
  10789.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  10790.      *
  10791.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  10792.      */
  10793.     protected function getJmsSerializer_StopwatchSubscriberService()
  10794.     {
  10795.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  10796.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  10797.         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))));
  10798.     }
  10799.     /**
  10800.      * Gets the private 'jms_serializer.templating.helper.serializer' shared service.
  10801.      *
  10802.      * @return \JMS\SerializerBundle\Templating\SerializerHelper
  10803.      */
  10804.     protected function getJmsSerializer_Templating_Helper_SerializerService()
  10805.     {
  10806.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Templating/SerializerHelper.php';
  10807.         return $this->privates['jms_serializer.templating.helper.serializer'] = new \JMS\SerializerBundle\Templating\SerializerHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  10808.     }
  10809.     /**
  10810.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  10811.      *
  10812.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  10813.      */
  10814.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  10815.     {
  10816.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  10817.         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()));
  10818.     }
  10819.     /**
  10820.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  10821.      *
  10822.      * @return \Knp\Menu\Provider\ChainProvider
  10823.      */
  10824.     protected function getKnpMenu_MenuProvider_ChainService()
  10825.     {
  10826.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  10827.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  10828.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  10829.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  10830.         }, 3));
  10831.     }
  10832.     /**
  10833.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  10834.      *
  10835.      * @return \Knp\Menu\Provider\LazyProvider
  10836.      */
  10837.     protected function getKnpMenu_MenuProvider_LazyService()
  10838.     {
  10839.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  10840.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  10841.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  10842.         }]);
  10843.     }
  10844.     /**
  10845.      * Gets the private 'knp_menu.renderer.list' shared service.
  10846.      *
  10847.      * @return \Knp\Menu\Renderer\ListRenderer
  10848.      */
  10849.     protected function getKnpMenu_Renderer_ListService()
  10850.     {
  10851.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  10852.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  10853.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  10854.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  10855.     }
  10856.     /**
  10857.      * Gets the private 'knp_menu.renderer.twig' shared service.
  10858.      *
  10859.      * @return \Knp\Menu\Renderer\TwigRenderer
  10860.      */
  10861.     protected function getKnpMenu_Renderer_TwigService()
  10862.     {
  10863.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  10864.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  10865.         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()), []);
  10866.     }
  10867.     /**
  10868.      * Gets the private 'knp_menu.voter.router' shared service.
  10869.      *
  10870.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  10871.      */
  10872.     protected function getKnpMenu_Voter_RouterService()
  10873.     {
  10874.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  10875.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  10876.         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())));
  10877.     }
  10878.     /**
  10879.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  10880.      *
  10881.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  10882.      */
  10883.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  10884.     {
  10885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  10886.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  10887.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10888.     }
  10889.     /**
  10890.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  10891.      *
  10892.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  10893.      */
  10894.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10897.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  10898.         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()), []);
  10899.     }
  10900.     /**
  10901.      * Gets the private 'lexik_jwt_authentication.security.authentication.entry_point.api' shared service.
  10902.      *
  10903.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\EntryPoint\JWTEntryPoint
  10904.      *
  10905.      * @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
  10906.      */
  10907.     protected function getLexikJwtAuthentication_Security_Authentication_EntryPoint_ApiService()
  10908.     {
  10909.         @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);
  10910.         return new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\EntryPoint\JWTEntryPoint();
  10911.     }
  10912.     /**
  10913.      * Gets the private 'locale_aware_listener' shared service.
  10914.      *
  10915.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  10916.      */
  10917.     protected function getLocaleAwareListenerService()
  10918.     {
  10919.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  10920.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  10921.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->getSonata_Form_Type_DatePickerService());
  10922.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->getSonata_Form_Type_DatetimePickerService());
  10923.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10924.     }
  10925.     /**
  10926.      * Gets the private 'locale_listener' shared service.
  10927.      *
  10928.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  10929.      */
  10930.     protected function getLocaleListenerService()
  10931.     {
  10932.         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()));
  10933.     }
  10934.     /**
  10935.      * Gets the private 'maker.auto_command.make_auth' shared service.
  10936.      *
  10937.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10938.      */
  10939.     protected function getMaker_AutoCommand_MakeAuthService()
  10940.     {
  10941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10943.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  10946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  10947.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10948.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  10949.         $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);
  10950.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  10951.         $instance->setName('make:auth');
  10952.         return $instance;
  10953.     }
  10954.     /**
  10955.      * Gets the private 'maker.auto_command.make_command' shared service.
  10956.      *
  10957.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10958.      */
  10959.     protected function getMaker_AutoCommand_MakeCommandService()
  10960.     {
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  10966.         $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()));
  10967.         $instance->setDescription('Creates a new console command class');
  10968.         $instance->setName('make:command');
  10969.         return $instance;
  10970.     }
  10971.     /**
  10972.      * Gets the private 'maker.auto_command.make_controller' shared service.
  10973.      *
  10974.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10975.      */
  10976.     protected function getMaker_AutoCommand_MakeControllerService()
  10977.     {
  10978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  10983.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10984.         $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()));
  10985.         $instance->setDescription('Creates a new controller class');
  10986.         $instance->setName('make:controller');
  10987.         return $instance;
  10988.     }
  10989.     /**
  10990.      * Gets the private 'maker.auto_command.make_crud' shared service.
  10991.      *
  10992.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10993.      */
  10994.     protected function getMaker_AutoCommand_MakeCrudService()
  10995.     {
  10996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  11001.         $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()));
  11002.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  11003.         $instance->setName('make:crud');
  11004.         return $instance;
  11005.     }
  11006.     /**
  11007.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  11008.      *
  11009.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11010.      */
  11011.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  11012.     {
  11013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11014.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  11018.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11019.         $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()));
  11020.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  11021.         $instance->setName('make:docker:database');
  11022.         return $instance;
  11023.     }
  11024.     /**
  11025.      * Gets the private 'maker.auto_command.make_entity' shared service.
  11026.      *
  11027.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11028.      */
  11029.     protected function getMaker_AutoCommand_MakeEntityService()
  11030.     {
  11031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  11036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  11037.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11038.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  11039.         $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);
  11040.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  11041.         $instance->setName('make:entity');
  11042.         return $instance;
  11043.     }
  11044.     /**
  11045.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  11046.      *
  11047.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11048.      */
  11049.     protected function getMaker_AutoCommand_MakeFixturesService()
  11050.     {
  11051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  11056.         $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()));
  11057.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  11058.         $instance->setName('make:fixtures');
  11059.         return $instance;
  11060.     }
  11061.     /**
  11062.      * Gets the private 'maker.auto_command.make_form' shared service.
  11063.      *
  11064.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11065.      */
  11066.     protected function getMaker_AutoCommand_MakeFormService()
  11067.     {
  11068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  11073.         $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()));
  11074.         $instance->setDescription('Creates a new form class');
  11075.         $instance->setName('make:form');
  11076.         return $instance;
  11077.     }
  11078.     /**
  11079.      * Gets the private 'maker.auto_command.make_message' shared service.
  11080.      *
  11081.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11082.      */
  11083.     protected function getMaker_AutoCommand_MakeMessageService()
  11084.     {
  11085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  11090.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11091.         $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()));
  11092.         $instance->setDescription('Creates a new message and handler');
  11093.         $instance->setName('make:message');
  11094.         return $instance;
  11095.     }
  11096.     /**
  11097.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  11098.      *
  11099.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11100.      */
  11101.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  11102.     {
  11103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  11108.         $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()));
  11109.         $instance->setDescription('Creates a new messenger middleware');
  11110.         $instance->setName('make:messenger-middleware');
  11111.         return $instance;
  11112.     }
  11113.     /**
  11114.      * Gets the private 'maker.auto_command.make_migration' shared service.
  11115.      *
  11116.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11117.      */
  11118.     protected function getMaker_AutoCommand_MakeMigrationService()
  11119.     {
  11120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  11125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  11126.         $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()));
  11127.         $instance->setDescription('Creates a new migration based on database changes');
  11128.         $instance->setName('make:migration');
  11129.         return $instance;
  11130.     }
  11131.     /**
  11132.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  11133.      *
  11134.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11135.      */
  11136.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  11137.     {
  11138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  11143.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11144.         $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()));
  11145.         $instance->setDescription('Creates a new registration form system');
  11146.         $instance->setName('make:registration-form');
  11147.         return $instance;
  11148.     }
  11149.     /**
  11150.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  11151.      *
  11152.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11153.      */
  11154.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  11155.     {
  11156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  11161.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11162.         $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()));
  11163.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  11164.         $instance->setName('make:reset-password');
  11165.         return $instance;
  11166.     }
  11167.     /**
  11168.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  11169.      *
  11170.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11171.      */
  11172.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  11173.     {
  11174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  11179.         $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()));
  11180.         $instance->setDescription('Creates a new serializer encoder class');
  11181.         $instance->setName('make:serializer:encoder');
  11182.         return $instance;
  11183.     }
  11184.     /**
  11185.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  11186.      *
  11187.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11188.      */
  11189.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  11190.     {
  11191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  11196.         $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()));
  11197.         $instance->setDescription('Creates a new serializer normalizer class');
  11198.         $instance->setName('make:serializer:normalizer');
  11199.         return $instance;
  11200.     }
  11201.     /**
  11202.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  11203.      *
  11204.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11205.      */
  11206.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  11207.     {
  11208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  11213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  11214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  11215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  11216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  11217.         $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()));
  11218.         $instance->setName('make:sonata:admin');
  11219.         return $instance;
  11220.     }
  11221.     /**
  11222.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  11223.      *
  11224.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11225.      */
  11226.     protected function getMaker_AutoCommand_MakeSubscriberService()
  11227.     {
  11228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  11233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  11234.         $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()));
  11235.         $instance->setDescription('Creates a new event subscriber class');
  11236.         $instance->setName('make:subscriber');
  11237.         return $instance;
  11238.     }
  11239.     /**
  11240.      * Gets the private 'maker.auto_command.make_test' shared service.
  11241.      *
  11242.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11243.      */
  11244.     protected function getMaker_AutoCommand_MakeTestService()
  11245.     {
  11246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  11251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  11252.         $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()));
  11253.         $instance->setDescription('Creates a new test class');
  11254.         $instance->setName('make:test');
  11255.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  11256.         return $instance;
  11257.     }
  11258.     /**
  11259.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  11260.      *
  11261.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11262.      */
  11263.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  11264.     {
  11265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  11270.         $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()));
  11271.         $instance->setDescription('Creates a new Twig extension class');
  11272.         $instance->setName('make:twig-extension');
  11273.         return $instance;
  11274.     }
  11275.     /**
  11276.      * Gets the private 'maker.auto_command.make_user' shared service.
  11277.      *
  11278.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11279.      */
  11280.     protected function getMaker_AutoCommand_MakeUserService()
  11281.     {
  11282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  11287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  11288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  11289.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11290.         $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()));
  11291.         $instance->setDescription('Creates a new security user class');
  11292.         $instance->setName('make:user');
  11293.         return $instance;
  11294.     }
  11295.     /**
  11296.      * Gets the private 'maker.auto_command.make_validator' shared service.
  11297.      *
  11298.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11299.      */
  11300.     protected function getMaker_AutoCommand_MakeValidatorService()
  11301.     {
  11302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  11307.         $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()));
  11308.         $instance->setDescription('Creates a new validator and constraint class');
  11309.         $instance->setName('make:validator');
  11310.         return $instance;
  11311.     }
  11312.     /**
  11313.      * Gets the private 'maker.auto_command.make_voter' shared service.
  11314.      *
  11315.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11316.      */
  11317.     protected function getMaker_AutoCommand_MakeVoterService()
  11318.     {
  11319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  11324.         $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()));
  11325.         $instance->setDescription('Creates a new security voter class');
  11326.         $instance->setName('make:voter');
  11327.         return $instance;
  11328.     }
  11329.     /**
  11330.      * Gets the private 'maker.doctrine_helper' shared service.
  11331.      *
  11332.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  11333.      */
  11334.     protected function getMaker_DoctrineHelperService()
  11335.     {
  11336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  11337.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  11338.         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]]]);
  11339.     }
  11340.     /**
  11341.      * Gets the private 'maker.entity_class_generator' shared service.
  11342.      *
  11343.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  11344.      */
  11345.     protected function getMaker_EntityClassGeneratorService()
  11346.     {
  11347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  11348.         $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()));
  11349.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  11350.         return $instance;
  11351.     }
  11352.     /**
  11353.      * Gets the private 'maker.file_manager' shared service.
  11354.      *
  11355.      * @return \Symfony\Bundle\MakerBundle\FileManager
  11356.      */
  11357.     protected function getMaker_FileManagerService()
  11358.     {
  11359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  11361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  11362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  11363.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11364.         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'));
  11365.     }
  11366.     /**
  11367.      * Gets the private 'maker.generator' shared service.
  11368.      *
  11369.      * @return \Symfony\Bundle\MakerBundle\Generator
  11370.      */
  11371.     protected function getMaker_GeneratorService()
  11372.     {
  11373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  11374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  11375.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11376.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  11377.     }
  11378.     /**
  11379.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  11380.      *
  11381.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  11382.      */
  11383.     protected function getMaker_Renderer_FormTypeRendererService()
  11384.     {
  11385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  11386.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11387.     }
  11388.     /**
  11389.      * Gets the private 'markdown.parser.parser_manager' shared service.
  11390.      *
  11391.      * @return \Knp\Bundle\MarkdownBundle\Parser\ParserManager
  11392.      */
  11393.     protected function getMarkdown_Parser_ParserManagerService()
  11394.     {
  11395.         $this->privates['markdown.parser.parser_manager'] = $instance = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  11396.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  11397.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  11398.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  11399.         $instance->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  11400.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  11401.         return $instance;
  11402.     }
  11403.     /**
  11404.      * Gets the private 'mime_types' shared service.
  11405.      *
  11406.      * @return \Symfony\Component\Mime\MimeTypes
  11407.      */
  11408.     protected function getMimeTypesService()
  11409.     {
  11410.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  11411.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  11412.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  11413.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  11414.         $instance->setDefault($instance);
  11415.         return $instance;
  11416.     }
  11417.     /**
  11418.      * Gets the private 'monolog.handler.console' shared service.
  11419.      *
  11420.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  11421.      */
  11422.     protected function getMonolog_Handler_ConsoleService()
  11423.     {
  11424.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  11425.     }
  11426.     /**
  11427.      * Gets the private 'monolog.handler.main' shared service.
  11428.      *
  11429.      * @return \Monolog\Handler\StreamHandler
  11430.      */
  11431.     protected function getMonolog_Handler_MainService()
  11432.     {
  11433.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  11434.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  11435.         return $instance;
  11436.     }
  11437.     /**
  11438.      * Gets the private 'monolog.logger' shared service.
  11439.      *
  11440.      * @return \Symfony\Bridge\Monolog\Logger
  11441.      */
  11442.     protected function getMonolog_LoggerService()
  11443.     {
  11444.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11445.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11446.         $instance->useMicrosecondTimestamps(true);
  11447.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11448.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11449.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11450.         return $instance;
  11451.     }
  11452.     /**
  11453.      * Gets the private 'monolog.logger.cache' shared service.
  11454.      *
  11455.      * @return \Symfony\Bridge\Monolog\Logger
  11456.      */
  11457.     protected function getMonolog_Logger_CacheService()
  11458.     {
  11459.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  11460.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11461.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11462.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11463.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11464.         return $instance;
  11465.     }
  11466.     /**
  11467.      * Gets the private 'monolog.logger.request' shared service.
  11468.      *
  11469.      * @return \Symfony\Bridge\Monolog\Logger
  11470.      */
  11471.     protected function getMonolog_Logger_RequestService()
  11472.     {
  11473.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  11474.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11475.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11476.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11477.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11478.         return $instance;
  11479.     }
  11480.     /**
  11481.      * Gets the private 'monolog.logger.security' shared service.
  11482.      *
  11483.      * @return \Symfony\Bridge\Monolog\Logger
  11484.      */
  11485.     protected function getMonolog_Logger_SecurityService()
  11486.     {
  11487.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  11488.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11489.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11490.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11491.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11492.         return $instance;
  11493.     }
  11494.     /**
  11495.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  11496.      *
  11497.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  11498.      */
  11499.     protected function getNelmioApiDoc_Describers_ConfigService()
  11500.     {
  11501.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  11502.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  11503.         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' => []]]]);
  11504.     }
  11505.     /**
  11506.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  11507.      *
  11508.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  11509.      */
  11510.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  11511.     {
  11512.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  11513.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11514.         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()));
  11515.     }
  11516.     /**
  11517.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  11518.      *
  11519.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  11520.      */
  11521.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  11522.     {
  11523.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  11524.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11525.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11526.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  11527.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11528.         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 () {
  11529.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  11530.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  11531.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  11532.         }, 3));
  11533.     }
  11534.     /**
  11535.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  11536.      *
  11537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11538.      */
  11539.     protected function getNelmioApiDoc_GeneratorLocatorService()
  11540.     {
  11541.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11542.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  11543.         ], [
  11544.             'default' => '?',
  11545.         ]);
  11546.     }
  11547.     /**
  11548.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  11549.      *
  11550.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  11551.      */
  11552.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  11553.     {
  11554.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11555.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11556.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11557.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  11558.         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']);
  11559.     }
  11560.     /**
  11561.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  11562.      *
  11563.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  11564.      */
  11565.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  11566.     {
  11567.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11568.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11569.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11570.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  11571.         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);
  11572.     }
  11573.     /**
  11574.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  11575.      *
  11576.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  11577.      */
  11578.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  11579.     {
  11580.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11582.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11583.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  11584.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  11585.         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 () {
  11586.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11587.             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()));
  11588.             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()));
  11589.             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()));
  11590.             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()));
  11591.             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()));
  11592.             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()));
  11593.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  11594.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  11595.     }
  11596.     /**
  11597.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  11598.      *
  11599.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  11600.      */
  11601.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  11602.     {
  11603.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  11604.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11605.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11606.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  11608.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  11609.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11610.             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()));
  11611.             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()));
  11612.             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()));
  11613.             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()));
  11614.             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()));
  11615.             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()));
  11616.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  11617.         }, 8));
  11618.     }
  11619.     /**
  11620.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  11621.      *
  11622.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  11623.      */
  11624.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  11625.     {
  11626.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  11627.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11628.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  11629.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  11630.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  11631.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  11632.             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()));
  11633.             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()));
  11634.             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()));
  11635.             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()));
  11636.             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()));
  11637.             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()));
  11638.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  11639.         }, 8));
  11640.     }
  11641.     /**
  11642.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  11643.      *
  11644.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  11645.      */
  11646.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  11647.     {
  11648.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11649.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  11650.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  11651.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  11652.     }
  11653.     /**
  11654.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  11655.      *
  11656.      * @return \Symfony\Component\Routing\RouteCollection
  11657.      */
  11658.     protected function getNelmioApiDoc_Routes_DefaultService()
  11659.     {
  11660.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  11661.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  11662.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  11663.         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());
  11664.     }
  11665.     /**
  11666.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  11667.      *
  11668.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  11669.      */
  11670.     protected function getNelmioCors_CorsListenerService()
  11671.     {
  11672.         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'))]));
  11673.     }
  11674.     /**
  11675.      * Gets the private 'parameter_bag' shared service.
  11676.      *
  11677.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  11678.      */
  11679.     protected function getParameterBagService()
  11680.     {
  11681.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  11682.     }
  11683.     /**
  11684.      * Gets the private 'profiler_listener' shared service.
  11685.      *
  11686.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  11687.      */
  11688.     protected function getProfilerListenerService()
  11689.     {
  11690.         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);
  11691.     }
  11692.     /**
  11693.      * Gets the private 'property_accessor' shared service.
  11694.      *
  11695.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  11696.      */
  11697.     protected function getPropertyAccessorService()
  11698.     {
  11699.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  11700.     }
  11701.     /**
  11702.      * Gets the private 'property_info' shared service.
  11703.      *
  11704.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  11705.      */
  11706.     protected function getPropertyInfoService()
  11707.     {
  11708.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  11709.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  11710.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11711.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11712.         }, 3), new RewindableGenerator(function () {
  11713.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11714.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11715.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11716.         }, 3), new RewindableGenerator(function () {
  11717.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11718.         }, 1), new RewindableGenerator(function () {
  11719.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11720.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11721.         }, 2), new RewindableGenerator(function () {
  11722.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11723.         }, 1));
  11724.     }
  11725.     /**
  11726.      * Gets the private 'property_info.serializer_extractor' shared service.
  11727.      *
  11728.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  11729.      */
  11730.     protected function getPropertyInfo_SerializerExtractorService()
  11731.     {
  11732.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  11733.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  11734.     }
  11735.     /**
  11736.      * Gets the private 'router.cache_warmer' shared service.
  11737.      *
  11738.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  11739.      */
  11740.     protected function getRouter_CacheWarmerService()
  11741.     {
  11742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  11744.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11745.             'router' => ['services''router''getRouterService'false],
  11746.         ], [
  11747.             'router' => '?',
  11748.         ]))->withContext('router.cache_warmer'$this));
  11749.     }
  11750.     /**
  11751.      * Gets the private 'router.request_context' shared service.
  11752.      *
  11753.      * @return \Symfony\Component\Routing\RequestContext
  11754.      */
  11755.     protected function getRouter_RequestContextService()
  11756.     {
  11757.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  11758.     }
  11759.     /**
  11760.      * Gets the private 'router_listener' shared service.
  11761.      *
  11762.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  11763.      */
  11764.     protected function getRouterListenerService()
  11765.     {
  11766.         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);
  11767.     }
  11768.     /**
  11769.      * Gets the private 'security.access_listener' shared service.
  11770.      *
  11771.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  11772.      */
  11773.     protected function getSecurity_AccessListenerService()
  11774.     {
  11775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  11779.         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()));
  11780.     }
  11781.     /**
  11782.      * Gets the private 'security.access_map' shared service.
  11783.      *
  11784.      * @return \Symfony\Component\Security\Http\AccessMap
  11785.      */
  11786.     protected function getSecurity_AccessMapService()
  11787.     {
  11788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  11790.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  11791.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  11792.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  11793.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11794.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/autologin'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11795.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/resetpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11796.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11797.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11798.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11799.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/password/reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11800.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11801.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/view/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11802.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11803.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11804.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11805.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11806.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'=> 'ROLE_SONATA_FOO_EDITOR'=> 'ROLE_STAFF'], NULL);
  11807.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11808.         return $instance;
  11809.     }
  11810.     /**
  11811.      * Gets the private 'security.acl.dbal.schema_listener' shared service.
  11812.      *
  11813.      * @return \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener
  11814.      */
  11815.     protected function getSecurity_Acl_Dbal_SchemaListenerService()
  11816.     {
  11817.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/EventListener/AclSchemaListener.php';
  11818.         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()));
  11819.     }
  11820.     /**
  11821.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  11822.      *
  11823.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11824.      */
  11825.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  11826.     {
  11827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11831.         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()));
  11832.     }
  11833.     /**
  11834.      * Gets the private 'security.authentication.listener.anonymous.api_autologin' shared service.
  11835.      *
  11836.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11837.      */
  11838.     protected function getSecurity_Authentication_Listener_Anonymous_ApiAutologinService()
  11839.     {
  11840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11844.         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()));
  11845.     }
  11846.     /**
  11847.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  11848.      *
  11849.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11850.      */
  11851.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  11852.     {
  11853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11857.         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()));
  11858.     }
  11859.     /**
  11860.      * Gets the private 'security.authentication.listener.anonymous.api_password_reset' shared service.
  11861.      *
  11862.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11863.      */
  11864.     protected function getSecurity_Authentication_Listener_Anonymous_ApiPasswordResetService()
  11865.     {
  11866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11870.         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()));
  11871.     }
  11872.     /**
  11873.      * Gets the private 'security.authentication.listener.anonymous.api_register' shared service.
  11874.      *
  11875.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11876.      */
  11877.     protected function getSecurity_Authentication_Listener_Anonymous_ApiRegisterService()
  11878.     {
  11879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11883.         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()));
  11884.     }
  11885.     /**
  11886.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  11887.      *
  11888.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11889.      */
  11890.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  11891.     {
  11892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11896.         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()));
  11897.     }
  11898.     /**
  11899.      * Gets the private 'security.authentication.listener.anonymous.refresh' shared service.
  11900.      *
  11901.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11902.      */
  11903.     protected function getSecurity_Authentication_Listener_Anonymous_RefreshService()
  11904.     {
  11905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11909.         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()));
  11910.     }
  11911.     /**
  11912.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  11913.      *
  11914.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11915.      */
  11916.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  11917.     {
  11918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11927.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11928.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11930.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11931.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  11932.         $b->setOptions(['login_path' => '/admin/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  11933.         $b->setProviderKey('admin');
  11934.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11935.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11936.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11937.         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);
  11938.     }
  11939.     /**
  11940.      * Gets the private 'security.authentication.listener.form.api_login' shared service.
  11941.      *
  11942.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11943.      */
  11944.     protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
  11945.     {
  11946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  11953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  11955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11957.         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);
  11958.     }
  11959.     /**
  11960.      * Gets the private 'security.authentication.listener.form.main' shared service.
  11961.      *
  11962.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11963.      */
  11964.     protected function getSecurity_Authentication_Listener_Form_MainService()
  11965.     {
  11966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11978.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11979.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  11980.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  11981.         $b->setProviderKey('main');
  11982.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11983.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11984.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11985.         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);
  11986.     }
  11987.     /**
  11988.      * Gets the private 'security.authentication.listener.jwt.api' shared service.
  11989.      *
  11990.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Firewall\JWTListener
  11991.      *
  11992.      * @deprecated The "security.authentication.listener.jwt.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0
  11993.      */
  11994.     protected function getSecurity_Authentication_Listener_Jwt_ApiService()
  11995.     {
  11996.         @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);
  11997.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  11998.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  11999.         $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']);
  12000.         $instance->setDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12001.         $instance->addTokenExtractor(new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization'));
  12002.         return $instance;
  12003.     }
  12004.     /**
  12005.      * Gets the private 'security.authentication.manager' shared service.
  12006.      *
  12007.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  12008.      */
  12009.     protected function getSecurity_Authentication_ManagerService()
  12010.     {
  12011.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  12012.             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'))));
  12013.             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'))));
  12014.             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'))));
  12015.             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'))));
  12016.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  12017.             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'))));
  12018.             yield => ($this->privates['security.authentication.provider.jwt.api'] ?? $this->getSecurity_Authentication_Provider_Jwt_ApiService());
  12019.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  12020.             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'))));
  12021.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  12022.             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'))));
  12023.         }, 11), true);
  12024.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  12025.         return $instance;
  12026.     }
  12027.     /**
  12028.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  12029.      *
  12030.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  12031.      */
  12032.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  12033.     {
  12034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  12035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  12036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  12037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  12038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  12039.         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);
  12040.     }
  12041.     /**
  12042.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  12043.      *
  12044.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  12045.      */
  12046.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  12047.     {
  12048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  12049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  12050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  12051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  12052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  12053.         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);
  12054.     }
  12055.     /**
  12056.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  12057.      *
  12058.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  12059.      */
  12060.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  12061.     {
  12062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  12063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  12064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  12065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  12066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  12067.         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);
  12068.     }
  12069.     /**
  12070.      * Gets the private 'security.authentication.provider.jwt.api' shared service.
  12071.      *
  12072.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Authentication\Provider\JWTProvider
  12073.      *
  12074.      * @deprecated The "security.authentication.provider.jwt.api" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0
  12075.      */
  12076.     protected function getSecurity_Authentication_Provider_Jwt_ApiService()
  12077.     {
  12078.         @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);
  12079.         $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');
  12080.         $instance->setUserIdentityField('username');
  12081.         return $instance;
  12082.     }
  12083.     /**
  12084.      * Gets the private 'security.channel_listener' shared service.
  12085.      *
  12086.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  12087.      */
  12088.     protected function getSecurity_ChannelListenerService()
  12089.     {
  12090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  12094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  12096.         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()));
  12097.     }
  12098.     /**
  12099.      * Gets the private 'security.command.user_password_encoder' shared service.
  12100.      *
  12101.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  12102.      */
  12103.     protected function getSecurity_Command_UserPasswordEncoderService()
  12104.     {
  12105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  12107.         $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']);
  12108.         $instance->setName('security:encode-password');
  12109.         return $instance;
  12110.     }
  12111.     /**
  12112.      * Gets the private 'security.context_listener.0' shared service.
  12113.      *
  12114.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12115.      */
  12116.     protected function getSecurity_ContextListener_0Service()
  12117.     {
  12118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12122.         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 () {
  12123.             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([])));
  12124.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12125.         }, 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']);
  12126.     }
  12127.     /**
  12128.      * Gets the private 'security.context_listener.1' shared service.
  12129.      *
  12130.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12131.      */
  12132.     protected function getSecurity_ContextListener_1Service()
  12133.     {
  12134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12138.         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 () {
  12139.             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([])));
  12140.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12141.         }, 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']);
  12142.     }
  12143.     /**
  12144.      * Gets the private 'security.context_listener.2' shared service.
  12145.      *
  12146.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12147.      */
  12148.     protected function getSecurity_ContextListener_2Service()
  12149.     {
  12150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12154.         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 () {
  12155.             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([])));
  12156.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12157.         }, 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']);
  12158.     }
  12159.     /**
  12160.      * Gets the private 'security.context_listener.3' shared service.
  12161.      *
  12162.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12163.      */
  12164.     protected function getSecurity_ContextListener_3Service()
  12165.     {
  12166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12170.         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 () {
  12171.             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([])));
  12172.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  12173.         }, 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']);
  12174.     }
  12175.     /**
  12176.      * Gets the private 'security.csrf.token_storage' shared service.
  12177.      *
  12178.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  12179.      */
  12180.     protected function getSecurity_Csrf_TokenStorageService()
  12181.     {
  12182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  12183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  12184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  12185.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  12186.     }
  12187.     /**
  12188.      * Gets the private 'security.encoder_factory.generic' shared service.
  12189.      *
  12190.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  12191.      */
  12192.     protected function getSecurity_EncoderFactory_GenericService()
  12193.     {
  12194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  12195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  12196.         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]]);
  12197.     }
  12198.     /**
  12199.      * Gets the private 'security.firewall.map' shared service.
  12200.      *
  12201.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  12202.      */
  12203.     protected function getSecurity_Firewall_MapService()
  12204.     {
  12205.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12206.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  12207.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  12208.             'security.firewall.map.context.api_autologin' => ['privates''security.firewall.map.context.api_autologin''getSecurity_Firewall_Map_Context_ApiAutologinService'false],
  12209.             'security.firewall.map.context.api_docs' => ['privates''security.firewall.map.context.api_docs''getSecurity_Firewall_Map_Context_ApiDocsService'false],
  12210.             'security.firewall.map.context.api_free' => ['privates''security.firewall.map.context.api_free''getSecurity_Firewall_Map_Context_ApiFreeService'false],
  12211.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  12212.             'security.firewall.map.context.api_password_reset' => ['privates''security.firewall.map.context.api_password_reset''getSecurity_Firewall_Map_Context_ApiPasswordResetService'false],
  12213.             'security.firewall.map.context.api_register' => ['privates''security.firewall.map.context.api_register''getSecurity_Firewall_Map_Context_ApiRegisterService'false],
  12214.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  12215.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  12216.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  12217.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'false],
  12218.         ], [
  12219.             'security.firewall.map.context.admin' => '?',
  12220.             'security.firewall.map.context.api' => '?',
  12221.             'security.firewall.map.context.api_autologin' => '?',
  12222.             'security.firewall.map.context.api_docs' => '?',
  12223.             'security.firewall.map.context.api_free' => '?',
  12224.             'security.firewall.map.context.api_login' => '?',
  12225.             'security.firewall.map.context.api_password_reset' => '?',
  12226.             'security.firewall.map.context.api_register' => '?',
  12227.             'security.firewall.map.context.dev' => '?',
  12228.             'security.firewall.map.context.main' => '?',
  12229.             'security.firewall.map.context.oauth_token' => '?',
  12230.             'security.firewall.map.context.refresh' => '?',
  12231.         ]), new RewindableGenerator(function () {
  12232.             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')));
  12233.             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')));
  12234.             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(.*)')));
  12235.             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')));
  12236.             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')));
  12237.             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')));
  12238.             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')));
  12239.             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')));
  12240.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.42z3uPC'] ?? ($this->privates['.security.request_matcher.42z3uPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api(.*)')));
  12241.             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)/')));
  12242.             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(.*)')));
  12243.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  12244.         }, 12));
  12245.     }
  12246.     /**
  12247.      * Gets the private 'security.firewall.map.context.admin' shared service.
  12248.      *
  12249.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12250.      */
  12251.     protected function getSecurity_Firewall_Map_Context_AdminService()
  12252.     {
  12253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12267.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12268.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12269.         $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']);
  12270.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12271.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  12272.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12273.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12274.             yield => ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  12275.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  12276.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  12277.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12278.         }, 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));
  12279.     }
  12280.     /**
  12281.      * Gets the private 'security.firewall.map.context.api' shared service.
  12282.      *
  12283.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12284.      */
  12285.     protected function getSecurity_Firewall_Map_Context_ApiService()
  12286.     {
  12287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12291.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12292.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12293.             yield => ($this->privates['security.authentication.listener.jwt.api'] ?? $this->getSecurity_Authentication_Listener_Jwt_ApiService());
  12294.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12295.         }, 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));
  12296.     }
  12297.     /**
  12298.      * Gets the private 'security.firewall.map.context.api_autologin' shared service.
  12299.      *
  12300.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12301.      */
  12302.     protected function getSecurity_Firewall_Map_Context_ApiAutologinService()
  12303.     {
  12304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12308.         return $this->privates['security.firewall.map.context.api_autologin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12309.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12310.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  12311.             yield => ($this->privates['security.authentication.listener.anonymous.api_autologin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiAutologinService());
  12312.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12313.         }, 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));
  12314.     }
  12315.     /**
  12316.      * Gets the private 'security.firewall.map.context.api_docs' shared service.
  12317.      *
  12318.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12319.      */
  12320.     protected function getSecurity_Firewall_Map_Context_ApiDocsService()
  12321.     {
  12322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12324.         return $this->privates['security.firewall.map.context.api_docs'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12325.             return new \EmptyIterator();
  12326.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_docs''security.user_checker''.security.request_matcher.mYljB3Z'falsefalse'''''''''', [], NULL));
  12327.     }
  12328.     /**
  12329.      * Gets the private 'security.firewall.map.context.api_free' shared service.
  12330.      *
  12331.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12332.      */
  12333.     protected function getSecurity_Firewall_Map_Context_ApiFreeService()
  12334.     {
  12335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12337.         return $this->privates['security.firewall.map.context.api_free'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12338.             return new \EmptyIterator();
  12339.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_free''security.user_checker''.security.request_matcher.JDRlUIs'falsefalse'''''''''', [], NULL));
  12340.     }
  12341.     /**
  12342.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  12343.      *
  12344.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12345.      */
  12346.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  12347.     {
  12348.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12359.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12360.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12361.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12362.         $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']);
  12363.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12364.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12365.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12366.             yield => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
  12367.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  12368.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12369.         }, 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));
  12370.     }
  12371.     /**
  12372.      * Gets the private 'security.firewall.map.context.api_password_reset' shared service.
  12373.      *
  12374.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12375.      */
  12376.     protected function getSecurity_Firewall_Map_Context_ApiPasswordResetService()
  12377.     {
  12378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12382.         return $this->privates['security.firewall.map.context.api_password_reset'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12383.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12384.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  12385.             yield => ($this->privates['security.authentication.listener.anonymous.api_password_reset'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiPasswordResetService());
  12386.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12387.         }, 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));
  12388.     }
  12389.     /**
  12390.      * Gets the private 'security.firewall.map.context.api_register' shared service.
  12391.      *
  12392.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12393.      */
  12394.     protected function getSecurity_Firewall_Map_Context_ApiRegisterService()
  12395.     {
  12396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12400.         return $this->privates['security.firewall.map.context.api_register'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12401.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12402.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  12403.             yield => ($this->privates['security.authentication.listener.anonymous.api_register'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiRegisterService());
  12404.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12405.         }, 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));
  12406.     }
  12407.     /**
  12408.      * Gets the private 'security.firewall.map.context.dev' shared service.
  12409.      *
  12410.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12411.      */
  12412.     protected function getSecurity_Firewall_Map_Context_DevService()
  12413.     {
  12414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12416.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12417.             return new \EmptyIterator();
  12418.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  12419.     }
  12420.     /**
  12421.      * Gets the private 'security.firewall.map.context.main' shared service.
  12422.      *
  12423.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12424.      */
  12425.     protected function getSecurity_Firewall_Map_Context_MainService()
  12426.     {
  12427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12441.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12442.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12443.         $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']);
  12444.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12445.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  12446.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12447.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12448.             yield => ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  12449.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  12450.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  12451.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12452.         }, 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));
  12453.     }
  12454.     /**
  12455.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  12456.      *
  12457.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12458.      */
  12459.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  12460.     {
  12461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12463.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12464.             return new \EmptyIterator();
  12465.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.0Awr3sc'falsefalse'''''''''', [], NULL));
  12466.     }
  12467.     /**
  12468.      * Gets the private 'security.firewall.map.context.refresh' shared service.
  12469.      *
  12470.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12471.      */
  12472.     protected function getSecurity_Firewall_Map_Context_RefreshService()
  12473.     {
  12474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12478.         return $this->privates['security.firewall.map.context.refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12479.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12480.             yield => ($this->privates['security.authentication.listener.anonymous.refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RefreshService());
  12481.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12482.         }, 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));
  12483.     }
  12484.     /**
  12485.      * Gets the private 'security.http_utils' shared service.
  12486.      *
  12487.      * @return \Symfony\Component\Security\Http\HttpUtils
  12488.      */
  12489.     protected function getSecurity_HttpUtilsService()
  12490.     {
  12491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  12492.         $a = ($this->services['router'] ?? $this->getRouterService());
  12493.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  12494.     }
  12495.     /**
  12496.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  12497.      *
  12498.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  12499.      */
  12500.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  12501.     {
  12502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  12504.         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()));
  12505.     }
  12506.     /**
  12507.      * Gets the private 'security.logout_url_generator' shared service.
  12508.      *
  12509.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  12510.      */
  12511.     protected function getSecurity_LogoutUrlGeneratorService()
  12512.     {
  12513.         $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()));
  12514.         $instance->registerListener('api_login''/logout''logout''_csrf_token'NULLNULL);
  12515.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  12516.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  12517.         return $instance;
  12518.     }
  12519.     /**
  12520.      * Gets the private 'security.role_hierarchy' shared service.
  12521.      *
  12522.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  12523.      */
  12524.     protected function getSecurity_RoleHierarchyService()
  12525.     {
  12526.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  12527.     }
  12528.     /**
  12529.      * Gets the private 'security.validator.user_password' shared service.
  12530.      *
  12531.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  12532.      */
  12533.     protected function getSecurity_Validator_UserPasswordService()
  12534.     {
  12535.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12536.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  12538.         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()));
  12539.     }
  12540.     /**
  12541.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  12542.      *
  12543.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  12544.      */
  12545.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  12546.     {
  12547.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12548.     }
  12549.     /**
  12550.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  12551.      *
  12552.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  12553.      */
  12554.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  12555.     {
  12556.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  12557.         $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');
  12558.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  12559.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  12560.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  12561.     }
  12562.     /**
  12563.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  12564.      *
  12565.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  12566.      */
  12567.     protected function getSensioFrameworkExtra_Security_ListenerService()
  12568.     {
  12569.         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()));
  12570.     }
  12571.     /**
  12572.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  12573.      *
  12574.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  12575.      */
  12576.     protected function getSensioFrameworkExtra_View_ListenerService()
  12577.     {
  12578.         $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))));
  12579.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12580.             'twig' => ['services''twig''getTwigService'false],
  12581.         ], [
  12582.             'twig' => 'Twig\\Environment',
  12583.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  12584.         return $instance;
  12585.     }
  12586.     /**
  12587.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  12588.      *
  12589.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  12590.      */
  12591.     protected function getSerializer_Mapping_CacheWarmerService()
  12592.     {
  12593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  12596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12598.         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'));
  12599.     }
  12600.     /**
  12601.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  12602.      *
  12603.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  12604.      */
  12605.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  12606.     {
  12607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  12608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  12609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  12610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  12612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12613.         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()))]));
  12614.     }
  12615.     /**
  12616.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  12617.      *
  12618.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  12619.      */
  12620.     protected function getSerializer_NameConverter_MetadataAwareService()
  12621.     {
  12622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  12623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  12624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  12625.         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()));
  12626.     }
  12627.     /**
  12628.      * Gets the private 'session.storage.native' shared service.
  12629.      *
  12630.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  12631.      */
  12632.     protected function getSession_Storage_NativeService()
  12633.     {
  12634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  12635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  12636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  12637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  12638.         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));
  12639.     }
  12640.     /**
  12641.      * Gets the private 'session_listener' shared service.
  12642.      *
  12643.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  12644.      */
  12645.     protected function getSessionListenerService()
  12646.     {
  12647.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12648.             'initialized_session' => ['services''session'NULLfalse],
  12649.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12650.             'session' => ['services''session''getSessionService'false],
  12651.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  12652.         ], [
  12653.             'initialized_session' => '?',
  12654.             'request_stack' => '?',
  12655.             'session' => '?',
  12656.             'session_storage' => '?',
  12657.         ]));
  12658.     }
  12659.     /**
  12660.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  12661.      *
  12662.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  12663.      */
  12664.     protected function getSonata_Admin_Builder_OrmDatagridService()
  12665.     {
  12666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  12668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  12669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12670.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12671.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12672.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  12673.         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);
  12674.     }
  12675.     /**
  12676.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  12677.      *
  12678.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  12679.      */
  12680.     protected function getSonata_Admin_Builder_OrmFormService()
  12681.     {
  12682.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12683.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  12684.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  12685.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  12686.     }
  12687.     /**
  12688.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  12689.      *
  12690.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  12691.      */
  12692.     protected function getSonata_Admin_Builder_OrmListService()
  12693.     {
  12694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  12696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  12697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12700.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  12701.         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']);
  12702.     }
  12703.     /**
  12704.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  12705.      *
  12706.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  12707.      */
  12708.     protected function getSonata_Admin_Builder_OrmShowService()
  12709.     {
  12710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  12712.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  12713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12716.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  12717.         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']);
  12718.     }
  12719.     /**
  12720.      * Gets the private 'sonata.admin.form.data_transformer_resolver' shared service.
  12721.      *
  12722.      * @return \Sonata\AdminBundle\Form\DataTransformerResolver
  12723.      */
  12724.     protected function getSonata_Admin_Form_DataTransformerResolverService()
  12725.     {
  12726.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolverInterface.php';
  12727.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolver.php';
  12728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  12729.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformer/BooleanToStringTransformer.php';
  12730.         $this->privates['sonata.admin.form.data_transformer_resolver'] = $instance = new \Sonata\AdminBundle\Form\DataTransformerResolver();
  12731.         $instance->addCustomGlobalTransformer('boolean', new \Sonata\AdminBundle\Form\DataTransformer\BooleanToStringTransformer(1));
  12732.         return $instance;
  12733.     }
  12734.     /**
  12735.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  12736.      *
  12737.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  12738.      */
  12739.     protected function getSonata_Admin_Menu_GroupProviderService()
  12740.     {
  12741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  12742.         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()));
  12743.     }
  12744.     /**
  12745.      * Gets the private 'sonata.admin.security.handler.acl' shared service.
  12746.      *
  12747.      * @return \Sonata\AdminBundle\Security\Handler\AclSecurityHandler
  12748.      */
  12749.     protected function getSonata_Admin_Security_Handler_AclService()
  12750.     {
  12751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  12752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/AclSecurityHandlerInterface.php';
  12753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/AclSecurityHandler.php';
  12754.         $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']);
  12755.         $instance->setAdminPermissions($this->parameters['sonata.admin.configuration.security.admin_permissions']);
  12756.         $instance->setObjectPermissions($this->parameters['sonata.admin.configuration.security.object_permissions']);
  12757.         return $instance;
  12758.     }
  12759.     /**
  12760.      * Gets the private 'sonata.block.form.type.block' shared service.
  12761.      *
  12762.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  12763.      */
  12764.     protected function getSonata_Block_Form_Type_BlockService()
  12765.     {
  12766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  12769.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  12770.     }
  12771.     /**
  12772.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  12773.      *
  12774.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  12775.      */
  12776.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  12777.     {
  12778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  12781.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  12782.     }
  12783.     /**
  12784.      * Gets the private 'sonata.block.templating.helper' shared service.
  12785.      *
  12786.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  12787.      */
  12788.     protected function getSonata_Block_Templating_HelperService()
  12789.     {
  12790.         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))));
  12791.     }
  12792.     /**
  12793.      * Gets the private 'sonata.classification.api.form.type.category' shared service.
  12794.      *
  12795.      * @return \Sonata\ClassificationBundle\Form\Type\ApiCategoryType
  12796.      */
  12797.     protected function getSonata_Classification_Api_Form_Type_CategoryService()
  12798.     {
  12799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12801.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiCategoryType.php';
  12803.         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');
  12804.     }
  12805.     /**
  12806.      * Gets the private 'sonata.classification.api.form.type.collection' shared service.
  12807.      *
  12808.      * @return \Sonata\ClassificationBundle\Form\Type\ApiCollectionType
  12809.      */
  12810.     protected function getSonata_Classification_Api_Form_Type_CollectionService()
  12811.     {
  12812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiCollectionType.php';
  12816.         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');
  12817.     }
  12818.     /**
  12819.      * Gets the private 'sonata.classification.api.form.type.context' shared service.
  12820.      *
  12821.      * @return \Sonata\ClassificationBundle\Form\Type\ApiContextType
  12822.      */
  12823.     protected function getSonata_Classification_Api_Form_Type_ContextService()
  12824.     {
  12825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiContextType.php';
  12829.         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);
  12830.     }
  12831.     /**
  12832.      * Gets the private 'sonata.classification.api.form.type.tag' shared service.
  12833.      *
  12834.      * @return \Sonata\ClassificationBundle\Form\Type\ApiTagType
  12835.      */
  12836.     protected function getSonata_Classification_Api_Form_Type_TagService()
  12837.     {
  12838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  12841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/ApiTagType.php';
  12842.         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');
  12843.     }
  12844.     /**
  12845.      * Gets the private 'sonata.classification.form.type.category_selector' shared service.
  12846.      *
  12847.      * @return \Sonata\ClassificationBundle\Form\Type\CategorySelectorType
  12848.      */
  12849.     protected function getSonata_Classification_Form_Type_CategorySelectorService()
  12850.     {
  12851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12853.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Form/Type/CategorySelectorType.php';
  12854.         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()));
  12855.     }
  12856.     /**
  12857.      * Gets the private 'sonata.classification.serializer.handler.category' shared service.
  12858.      *
  12859.      * @return \Sonata\ClassificationBundle\Serializer\CategorySerializerHandler
  12860.      */
  12861.     protected function getSonata_Classification_Serializer_Handler_CategoryService()
  12862.     {
  12863.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12864.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12865.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/CategorySerializerHandler.php';
  12867.         return $this->privates['sonata.classification.serializer.handler.category'] = new \Sonata\ClassificationBundle\Serializer\CategorySerializerHandler(($this->services['sonata.classification.manager.category'] ?? $this->getSonata_Classification_Manager_CategoryService()));
  12868.     }
  12869.     /**
  12870.      * Gets the private 'sonata.classification.serializer.handler.collection' shared service.
  12871.      *
  12872.      * @return \Sonata\ClassificationBundle\Serializer\CollectionSerializerHandler
  12873.      */
  12874.     protected function getSonata_Classification_Serializer_Handler_CollectionService()
  12875.     {
  12876.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/CollectionSerializerHandler.php';
  12880.         return $this->privates['sonata.classification.serializer.handler.collection'] = new \Sonata\ClassificationBundle\Serializer\CollectionSerializerHandler(($this->services['sonata.classification.manager.collection'] ?? $this->getSonata_Classification_Manager_CollectionService()));
  12881.     }
  12882.     /**
  12883.      * Gets the private 'sonata.classification.serializer.handler.context' shared service.
  12884.      *
  12885.      * @return \Sonata\ClassificationBundle\Serializer\ContextSerializerHandler
  12886.      */
  12887.     protected function getSonata_Classification_Serializer_Handler_ContextService()
  12888.     {
  12889.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/ContextSerializerHandler.php';
  12893.         return $this->privates['sonata.classification.serializer.handler.context'] = new \Sonata\ClassificationBundle\Serializer\ContextSerializerHandler(($this->services['sonata.classification.manager.context'] ?? $this->getSonata_Classification_Manager_ContextService()));
  12894.     }
  12895.     /**
  12896.      * Gets the private 'sonata.classification.serializer.handler.tag' shared service.
  12897.      *
  12898.      * @return \Sonata\ClassificationBundle\Serializer\TagSerializerHandler
  12899.      */
  12900.     protected function getSonata_Classification_Serializer_Handler_TagService()
  12901.     {
  12902.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  12904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  12905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Serializer/TagSerializerHandler.php';
  12906.         return $this->privates['sonata.classification.serializer.handler.tag'] = new \Sonata\ClassificationBundle\Serializer\TagSerializerHandler(($this->services['sonata.classification.manager.tag'] ?? $this->getSonata_Classification_Manager_TagService()));
  12907.     }
  12908.     /**
  12909.      * Gets the private 'sonata.deprecated_text.twig.extension' shared service.
  12910.      *
  12911.      * @return \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension
  12912.      *
  12913.      * @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.
  12914.      */
  12915.     protected function getSonata_DeprecatedText_Twig_ExtensionService()
  12916.     {
  12917.         @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);
  12918.         return new \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension();
  12919.     }
  12920.     /**
  12921.      * Gets the private 'sonata.doctrine.mapper' shared service.
  12922.      *
  12923.      * @return \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper
  12924.      */
  12925.     protected function getSonata_Doctrine_MapperService()
  12926.     {
  12927.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  12929.         $this->privates['sonata.doctrine.mapper'] = $instance = new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper();
  12930.         $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']]]]]);
  12931.         $instance->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\Media''mapOneToMany', [=> ['fieldName' => 'galleryHasMedias''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''cascade' => [=> 'persist'], 'mappedBy' => 'media']]);
  12932.         $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']]]]);
  12933.         $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']]]]);
  12934.         $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']]]);
  12935.         $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']]]);
  12936.         $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']]]]);
  12937.         $instance->addAssociation('App\\Entity\\Sonata\\Classification\\Tag''mapManyToOne', [=> ['fieldName' => 'context''targetEntity' => 'App\\Entity\\Sonata\\Classification\\Context''cascade' => [=> 'persist'], 'joinColumns' => [=> ['name' => 'context''referencedColumnName' => 'id']]]]);
  12938.         $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']]]]);
  12939.         $instance->addUnique('App\\Entity\\Sonata\\Classification\\Tag''tag_context', [=> 'slug'=> 'context']);
  12940.         $instance->addUnique('App\\Entity\\Sonata\\Classification\\Collection''tag_collection', [=> 'slug'=> 'context']);
  12941.         return $instance;
  12942.     }
  12943.     /**
  12944.      * Gets the private 'sonata.form.type.array' shared service.
  12945.      *
  12946.      * @return \Sonata\Form\Type\ImmutableArrayType
  12947.      */
  12948.     protected function getSonata_Form_Type_ArrayService()
  12949.     {
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/ImmutableArrayType.php';
  12953.         return $this->privates['sonata.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  12954.     }
  12955.     /**
  12956.      * Gets the private 'sonata.form.type.boolean' shared service.
  12957.      *
  12958.      * @return \Sonata\Form\Type\BooleanType
  12959.      */
  12960.     protected function getSonata_Form_Type_BooleanService()
  12961.     {
  12962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BooleanType.php';
  12965.         return $this->privates['sonata.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  12966.     }
  12967.     /**
  12968.      * Gets the private 'sonata.form.type.collection' shared service.
  12969.      *
  12970.      * @return \Sonata\Form\Type\CollectionType
  12971.      */
  12972.     protected function getSonata_Form_Type_CollectionService()
  12973.     {
  12974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12976.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/CollectionType.php';
  12977.         return $this->privates['sonata.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  12978.     }
  12979.     /**
  12980.      * Gets the private 'sonata.form.type.date_picker' shared service.
  12981.      *
  12982.      * @return \Sonata\Form\Type\DatePickerType
  12983.      */
  12984.     protected function getSonata_Form_Type_DatePickerService()
  12985.     {
  12986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  12989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php';
  12990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  12991.         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');
  12992.     }
  12993.     /**
  12994.      * Gets the private 'sonata.form.type.date_range' shared service.
  12995.      *
  12996.      * @return \Sonata\Form\Type\DateRangeType
  12997.      */
  12998.     protected function getSonata_Form_Type_DateRangeService()
  12999.     {
  13000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  13003.         return $this->privates['sonata.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  13004.     }
  13005.     /**
  13006.      * Gets the private 'sonata.form.type.date_range_picker' shared service.
  13007.      *
  13008.      * @return \Sonata\Form\Type\DateRangePickerType
  13009.      */
  13010.     protected function getSonata_Form_Type_DateRangePickerService()
  13011.     {
  13012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13014.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  13015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php';
  13016.         return $this->privates['sonata.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  13017.     }
  13018.     /**
  13019.      * Gets the private 'sonata.form.type.datetime_picker' shared service.
  13020.      *
  13021.      * @return \Sonata\Form\Type\DateTimePickerType
  13022.      */
  13023.     protected function getSonata_Form_Type_DatetimePickerService()
  13024.     {
  13025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13027.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  13028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php';
  13029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  13030.         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');
  13031.     }
  13032.     /**
  13033.      * Gets the private 'sonata.form.type.datetime_range' shared service.
  13034.      *
  13035.      * @return \Sonata\Form\Type\DateTimeRangeType
  13036.      */
  13037.     protected function getSonata_Form_Type_DatetimeRangeService()
  13038.     {
  13039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  13042.         return $this->privates['sonata.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  13043.     }
  13044.     /**
  13045.      * Gets the private 'sonata.form.type.datetime_range_picker' shared service.
  13046.      *
  13047.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  13048.      */
  13049.     protected function getSonata_Form_Type_DatetimeRangePickerService()
  13050.     {
  13051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  13054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php';
  13055.         return $this->privates['sonata.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  13056.     }
  13057.     /**
  13058.      * Gets the private 'sonata.form.type.equal' shared service.
  13059.      *
  13060.      * @return \Sonata\Form\Type\EqualType
  13061.      */
  13062.     protected function getSonata_Form_Type_EqualService()
  13063.     {
  13064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php';
  13067.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  13068.     }
  13069.     /**
  13070.      * Gets the private 'sonata.form.validator.inline' shared service.
  13071.      *
  13072.      * @return \Sonata\Form\Validator\InlineValidator
  13073.      */
  13074.     protected function getSonata_Form_Validator_InlineService()
  13075.     {
  13076.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13077.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  13079.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  13080.     }
  13081.     /**
  13082.      * Gets the private 'sonata.formatter.form.type.selector' shared service.
  13083.      *
  13084.      * @return \Sonata\FormatterBundle\Form\Type\FormatterType
  13085.      */
  13086.     protected function getSonata_Formatter_Form_Type_SelectorService()
  13087.     {
  13088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13090.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Form/Type/FormatterType.php';
  13091.         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()));
  13092.     }
  13093.     /**
  13094.      * Gets the private 'sonata.formatter.form.type.simple' shared service.
  13095.      *
  13096.      * @return \Sonata\FormatterBundle\Form\Type\SimpleFormatterType
  13097.      */
  13098.     protected function getSonata_Formatter_Form_Type_SimpleService()
  13099.     {
  13100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13102.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Form/Type/SimpleFormatterType.php';
  13103.         return $this->privates['sonata.formatter.form.type.simple'] = new \Sonata\FormatterBundle\Form\Type\SimpleFormatterType(($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  13104.     }
  13105.     /**
  13106.      * Gets the private 'sonata.formatter.pool' shared service.
  13107.      *
  13108.      * @return \Sonata\FormatterBundle\Formatter\Pool
  13109.      */
  13110.     protected function getSonata_Formatter_PoolService()
  13111.     {
  13112.         $this->privates['sonata.formatter.pool'] = $instance = new \Sonata\FormatterBundle\Formatter\Pool('richhtml');
  13113.         $a = new \Sonata\FormatterBundle\Formatter\RawFormatter();
  13114.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13115.         $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()));
  13116.         $instance->add('text', new \Sonata\FormatterBundle\Formatter\TextFormatter(), ($this->privates['sonata.formatter.twig.env.text'] ?? $this->getSonata_Formatter_Twig_Env_TextService()));
  13117.         $instance->add('rawhtml'$a, ($this->privates['sonata.formatter.twig.env.rawhtml'] ?? $this->getSonata_Formatter_Twig_Env_RawhtmlService()));
  13118.         $instance->add('richhtml'$a, ($this->privates['sonata.formatter.twig.env.richhtml'] ?? $this->getSonata_Formatter_Twig_Env_RichhtmlService()));
  13119.         $instance->add('twig', new \Sonata\FormatterBundle\Formatter\TwigFormatter(($this->services['twig'] ?? $this->getTwigService())), NULL);
  13120.         return $instance;
  13121.     }
  13122.     /**
  13123.      * Gets the private 'sonata.formatter.twig.env.markdown' shared service.
  13124.      *
  13125.      * @return \Twig_Environment
  13126.      */
  13127.     protected function getSonata_Formatter_Twig_Env_MarkdownService()
  13128.     {
  13129.         $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']);
  13130.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13131.         return $instance;
  13132.     }
  13133.     /**
  13134.      * Gets the private 'sonata.formatter.twig.env.rawhtml' shared service.
  13135.      *
  13136.      * @return \Twig_Environment
  13137.      */
  13138.     protected function getSonata_Formatter_Twig_Env_RawhtmlService()
  13139.     {
  13140.         $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']);
  13141.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13142.         return $instance;
  13143.     }
  13144.     /**
  13145.      * Gets the private 'sonata.formatter.twig.env.richhtml' shared service.
  13146.      *
  13147.      * @return \Twig_Environment
  13148.      */
  13149.     protected function getSonata_Formatter_Twig_Env_RichhtmlService()
  13150.     {
  13151.         $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']);
  13152.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13153.         return $instance;
  13154.     }
  13155.     /**
  13156.      * Gets the private 'sonata.formatter.twig.env.text' shared service.
  13157.      *
  13158.      * @return \Twig_Environment
  13159.      */
  13160.     protected function getSonata_Formatter_Twig_Env_TextService()
  13161.     {
  13162.         $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']);
  13163.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  13164.         return $instance;
  13165.     }
  13166.     /**
  13167.      * Gets the private 'sonata.formatter.validator.formatter' shared service.
  13168.      *
  13169.      * @return \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator
  13170.      */
  13171.     protected function getSonata_Formatter_Validator_FormatterService()
  13172.     {
  13173.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13174.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13175.         include_once \dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Validator/Constraints/FormatterValidator.php';
  13176.         return $this->privates['sonata.formatter.validator.formatter'] = new \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService()));
  13177.     }
  13178.     /**
  13179.      * Gets the private 'sonata.media.api.form.type.doctrine.media' shared service.
  13180.      *
  13181.      * @return \Sonata\MediaBundle\Form\Type\ApiDoctrineMediaType
  13182.      */
  13183.     protected function getSonata_Media_Api_Form_Type_Doctrine_MediaService()
  13184.     {
  13185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13188.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiDoctrineMediaType.php';
  13189.         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');
  13190.     }
  13191.     /**
  13192.      * Gets the private 'sonata.media.api.form.type.gallery' shared service.
  13193.      *
  13194.      * @return \Sonata\MediaBundle\Form\Type\ApiGalleryType
  13195.      */
  13196.     protected function getSonata_Media_Api_Form_Type_GalleryService()
  13197.     {
  13198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13201.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiGalleryType.php';
  13202.         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');
  13203.     }
  13204.     /**
  13205.      * Gets the private 'sonata.media.api.form.type.gallery_has_media' shared service.
  13206.      *
  13207.      * @return \Sonata\MediaBundle\Form\Type\ApiGalleryHasMediaType
  13208.      */
  13209.     protected function getSonata_Media_Api_Form_Type_GalleryHasMediaService()
  13210.     {
  13211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13214.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiGalleryHasMediaType.php';
  13215.         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');
  13216.     }
  13217.     /**
  13218.      * Gets the private 'sonata.media.api.form.type.media' shared service.
  13219.      *
  13220.      * @return \Sonata\MediaBundle\Form\Type\ApiMediaType
  13221.      */
  13222.     protected function getSonata_Media_Api_Form_Type_MediaService()
  13223.     {
  13224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13226.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/ApiMediaType.php';
  13227.         $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');
  13228.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13229.         return $instance;
  13230.     }
  13231.     /**
  13232.      * Gets the private 'sonata.media.buzz.browser' shared service.
  13233.      *
  13234.      * @return \Buzz\Browser
  13235.      */
  13236.     protected function getSonata_Media_Buzz_BrowserService()
  13237.     {
  13238.         $a = new \Buzz\Client\Curl();
  13239.         $a->setIgnoreErrors(true);
  13240.         $a->setMaxRedirects(5);
  13241.         $a->setTimeout(5);
  13242.         $a->setVerifyPeer(true);
  13243.         $a->setProxy(NULL);
  13244.         return $this->privates['sonata.media.buzz.browser'] = new \Buzz\Browser($a);
  13245.     }
  13246.     /**
  13247.      * Gets the private 'sonata.media.doctrine.event_subscriber' shared service.
  13248.      *
  13249.      * @return \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber
  13250.      */
  13251.     protected function getSonata_Media_Doctrine_EventSubscriberService()
  13252.     {
  13253.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13254.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Listener/BaseMediaEventSubscriber.php';
  13255.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Listener/ORM/MediaEventSubscriber.php';
  13256.         return $this->privates['sonata.media.doctrine.event_subscriber'] = new \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber($this);
  13257.     }
  13258.     /**
  13259.      * Gets the private 'sonata.media.filesystem.local' shared service.
  13260.      *
  13261.      * @return \Gaufrette\Filesystem
  13262.      */
  13263.     protected function getSonata_Media_Filesystem_LocalService()
  13264.     {
  13265.         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))));
  13266.     }
  13267.     /**
  13268.      * Gets the private 'sonata.media.form.type.media' shared service.
  13269.      *
  13270.      * @return \Sonata\MediaBundle\Form\Type\MediaType
  13271.      */
  13272.     protected function getSonata_Media_Form_Type_MediaService()
  13273.     {
  13274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13276.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Form/Type/MediaType.php';
  13277.         $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');
  13278.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13279.         return $instance;
  13280.     }
  13281.     /**
  13282.      * Gets the private 'sonata.media.resizer.simple' shared service.
  13283.      *
  13284.      * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  13285.      */
  13286.     protected function getSonata_Media_Resizer_SimpleService()
  13287.     {
  13288.         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))));
  13289.     }
  13290.     /**
  13291.      * Gets the private 'sonata.media.serializer.handler.gallery' shared service.
  13292.      *
  13293.      * @return \Sonata\MediaBundle\Serializer\GallerySerializerHandler
  13294.      */
  13295.     protected function getSonata_Media_Serializer_Handler_GalleryService()
  13296.     {
  13297.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  13299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  13300.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Serializer/GallerySerializerHandler.php';
  13301.         return $this->privates['sonata.media.serializer.handler.gallery'] = new \Sonata\MediaBundle\Serializer\GallerySerializerHandler(($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()));
  13302.     }
  13303.     /**
  13304.      * Gets the private 'sonata.media.serializer.handler.media' shared service.
  13305.      *
  13306.      * @return \Sonata\MediaBundle\Serializer\MediaSerializerHandler
  13307.      */
  13308.     protected function getSonata_Media_Serializer_Handler_MediaService()
  13309.     {
  13310.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  13312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  13313.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Serializer/MediaSerializerHandler.php';
  13314.         return $this->privates['sonata.media.serializer.handler.media'] = new \Sonata\MediaBundle\Serializer\MediaSerializerHandler(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  13315.     }
  13316.     /**
  13317.      * Gets the private 'sonata.media.thumbnail.format' shared service.
  13318.      *
  13319.      * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  13320.      */
  13321.     protected function getSonata_Media_Thumbnail_FormatService()
  13322.     {
  13323.         $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  13324.         $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  13325.         $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)))));
  13326.         return $instance;
  13327.     }
  13328.     /**
  13329.      * Gets the private 'sonata.media.twig.extension' shared service.
  13330.      *
  13331.      * @return \Sonata\MediaBundle\Twig\Extension\MediaExtension
  13332.      */
  13333.     protected function getSonata_Media_Twig_ExtensionService()
  13334.     {
  13335.         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()));
  13336.     }
  13337.     /**
  13338.      * Gets the private 'sonata.media.validator.format' shared service.
  13339.      *
  13340.      * @return \Sonata\MediaBundle\Validator\FormatValidator
  13341.      */
  13342.     protected function getSonata_Media_Validator_FormatService()
  13343.     {
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13345.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13346.         include_once \dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Validator/FormatValidator.php';
  13347.         return $this->privates['sonata.media.validator.format'] = new \Sonata\MediaBundle\Validator\FormatValidator(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  13348.     }
  13349.     /**
  13350.      * Gets the private 'sonata.templating' shared service.
  13351.      *
  13352.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  13353.      *
  13354.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  13355.      */
  13356.     protected function getSonata_TemplatingService()
  13357.     {
  13358.         @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);
  13359.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  13360.     }
  13361.     /**
  13362.      * Gets the private 'sonata.templating.locator' shared service.
  13363.      *
  13364.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  13365.      *
  13366.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  13367.      */
  13368.     protected function getSonata_Templating_LocatorService()
  13369.     {
  13370.         @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);
  13371.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  13372.     }
  13373.     /**
  13374.      * Gets the private 'sonata.templating.name_parser' shared service.
  13375.      *
  13376.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  13377.      *
  13378.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  13379.      */
  13380.     protected function getSonata_Templating_NameParserService()
  13381.     {
  13382.         @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);
  13383.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  13384.     }
  13385.     /**
  13386.      * Gets the private 'sonata.twig.deprecated_template_extension' shared service.
  13387.      *
  13388.      * @return \Sonata\Twig\Extension\DeprecatedTemplateExtension
  13389.      *
  13390.      * @deprecated The "sonata.twig.deprecated_template_extension" service is deprecated since sonata-project/twig-extensions 1.4.
  13391.      */
  13392.     protected function getSonata_Twig_DeprecatedTemplateExtensionService()
  13393.     {
  13394.         @trigger_error('The "sonata.twig.deprecated_template_extension" service is deprecated since sonata-project/twig-extensions 1.4.'E_USER_DEPRECATED);
  13395.         return new \Sonata\Twig\Extension\DeprecatedTemplateExtension();
  13396.     }
  13397.     /**
  13398.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  13399.      *
  13400.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  13401.      */
  13402.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  13403.     {
  13404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageRuntime.php';
  13405.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  13406.     }
  13407.     /**
  13408.      * Gets the private 'sonata.twig.status_runtime' shared service.
  13409.      *
  13410.      * @return \Sonata\Twig\Extension\StatusRuntime
  13411.      */
  13412.     protected function getSonata_Twig_StatusRuntimeService()
  13413.     {
  13414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusRuntime.php';
  13415.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  13416.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  13417.         return $instance;
  13418.     }
  13419.     /**
  13420.      * Gets the private 'sonata.user.api.form.type.group' shared service.
  13421.      *
  13422.      * @return \Sonata\UserBundle\Form\Type\ApiGroupType
  13423.      */
  13424.     protected function getSonata_User_Api_Form_Type_GroupService()
  13425.     {
  13426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiGroupType.php';
  13430.         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');
  13431.     }
  13432.     /**
  13433.      * Gets the private 'sonata.user.api.form.type.user' shared service.
  13434.      *
  13435.      * @return \Sonata\UserBundle\Form\Type\ApiUserType
  13436.      */
  13437.     protected function getSonata_User_Api_Form_Type_UserService()
  13438.     {
  13439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BaseDoctrineORMSerializationType.php';
  13442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiUserType.php';
  13443.         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');
  13444.     }
  13445.     /**
  13446.      * Gets the private 'sonata.user.form.gender_list' shared service.
  13447.      *
  13448.      * @return \Sonata\UserBundle\Form\Type\UserGenderListType
  13449.      *
  13450.      * @deprecated The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.
  13451.      */
  13452.     protected function getSonata_User_Form_GenderListService()
  13453.     {
  13454.         @trigger_error('The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.'E_USER_DEPRECATED);
  13455.         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');
  13456.     }
  13457.     /**
  13458.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  13459.      *
  13460.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  13461.      */
  13462.     protected function getSonata_User_MatrixRolesBuilderService()
  13463.     {
  13464.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  13465.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  13466.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  13467.         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']));
  13468.     }
  13469.     /**
  13470.      * Gets the private 'sonata.user.serializer.handler.user' shared service.
  13471.      *
  13472.      * @return \Sonata\UserBundle\Serializer\UserSerializerHandler
  13473.      */
  13474.     protected function getSonata_User_Serializer_Handler_UserService()
  13475.     {
  13476.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/SerializerHandlerInterface.php';
  13478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Serializer/BaseSerializerHandler.php';
  13479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Serializer/UserSerializerHandler.php';
  13480.         return $this->privates['sonata.user.serializer.handler.user'] = new \Sonata\UserBundle\Serializer\UserSerializerHandler(($this->services['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  13481.     }
  13482.     /**
  13483.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  13484.      *
  13485.      * @return \App\Service\SluggableListener
  13486.      */
  13487.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  13488.     {
  13489.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13490.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13491.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  13492.         include_once \dirname(__DIR__4).'/src/Service/SluggableListener.php';
  13493.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \App\Service\SluggableListener();
  13494.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13495.         return $instance;
  13496.     }
  13497.     /**
  13498.      * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  13499.      *
  13500.      * @return \Gedmo\Sortable\SortableListener
  13501.      */
  13502.     protected function getStofDoctrineExtensions_Listener_SortableService()
  13503.     {
  13504.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13505.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13506.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  13507.         $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  13508.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13509.         return $instance;
  13510.     }
  13511.     /**
  13512.      * Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
  13513.      *
  13514.      * @return \Gedmo\Tree\TreeListener
  13515.      */
  13516.     protected function getStofDoctrineExtensions_Listener_TreeService()
  13517.     {
  13518.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  13519.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13520.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  13521.         $this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  13522.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13523.         return $instance;
  13524.     }
  13525.     /**
  13526.      * Gets the private 'swiftmailer.command.debug' shared service.
  13527.      *
  13528.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  13529.      */
  13530.     protected function getSwiftmailer_Command_DebugService()
  13531.     {
  13532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13533.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  13534.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  13535.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  13536.         $instance->setName('debug:swiftmailer');
  13537.         return $instance;
  13538.     }
  13539.     /**
  13540.      * Gets the private 'swiftmailer.command.new_email' shared service.
  13541.      *
  13542.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  13543.      */
  13544.     protected function getSwiftmailer_Command_NewEmailService()
  13545.     {
  13546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13547.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  13548.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  13549.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  13550.         $instance->setName('swiftmailer:email:send');
  13551.         return $instance;
  13552.     }
  13553.     /**
  13554.      * Gets the private 'swiftmailer.command.send_email' shared service.
  13555.      *
  13556.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  13557.      */
  13558.     protected function getSwiftmailer_Command_SendEmailService()
  13559.     {
  13560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13561.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  13562.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  13563.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  13564.         $instance->setName('swiftmailer:spool:send');
  13565.         return $instance;
  13566.     }
  13567.     /**
  13568.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  13569.      *
  13570.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  13571.      */
  13572.     protected function getSwiftmailer_EmailSender_ListenerService()
  13573.     {
  13574.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  13575.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13576.     }
  13577.     /**
  13578.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  13579.      *
  13580.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  13581.      *
  13582.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13583.      */
  13584.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  13585.     {
  13586.         @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);
  13587.         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()));
  13588.     }
  13589.     /**
  13590.      * Gets the private 'templating.engine.php' shared service.
  13591.      *
  13592.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine
  13593.      *
  13594.      * @deprecated The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13595.      */
  13596.     protected function getTemplating_Engine_PhpService()
  13597.     {
  13598.         @trigger_error('The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13599.         $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, [
  13600.             'jms_serializer.templating.helper.serializer' => ['privates''jms_serializer.templating.helper.serializer''getJmsSerializer_Templating_Helper_SerializerService'false],
  13601.             'sonata.block.templating.helper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  13602.             'templating.helper.actions' => ['privates''templating.helper.actions''getTemplating_Helper_ActionsService'false],
  13603.             'templating.helper.assets' => ['privates''templating.helper.assets''getTemplating_Helper_AssetsService'false],
  13604.             'templating.helper.code' => ['privates''templating.helper.code''getTemplating_Helper_CodeService'false],
  13605.             'templating.helper.form' => ['privates''templating.helper.form''getTemplating_Helper_FormService'false],
  13606.             'templating.helper.logout_url' => ['privates''templating.helper.logout_url''getTemplating_Helper_LogoutUrlService'false],
  13607.             'templating.helper.markdown' => ['privates''templating.helper.markdown''getTemplating_Helper_MarkdownService'false],
  13608.             'templating.helper.request' => ['privates''templating.helper.request''getTemplating_Helper_RequestService'false],
  13609.             'templating.helper.router' => ['privates''templating.helper.router''getTemplating_Helper_RouterService'false],
  13610.             'templating.helper.security' => ['privates''templating.helper.security''getTemplating_Helper_SecurityService'false],
  13611.             'templating.helper.session' => ['privates''templating.helper.session''getTemplating_Helper_SessionService'false],
  13612.             'templating.helper.slots' => ['privates''templating.helper.slots''getTemplating_Helper_SlotsService'false],
  13613.             'templating.helper.stopwatch' => ['privates''templating.helper.stopwatch''getTemplating_Helper_StopwatchService'false],
  13614.             'templating.helper.translator' => ['privates''templating.helper.translator''getTemplating_Helper_TranslatorService'false],
  13615.         ], [
  13616.             'jms_serializer.templating.helper.serializer' => '?',
  13617.             'sonata.block.templating.helper' => '?',
  13618.             'templating.helper.actions' => '?',
  13619.             'templating.helper.assets' => '?',
  13620.             'templating.helper.code' => '?',
  13621.             'templating.helper.form' => '?',
  13622.             'templating.helper.logout_url' => '?',
  13623.             'templating.helper.markdown' => '?',
  13624.             'templating.helper.request' => '?',
  13625.             'templating.helper.router' => '?',
  13626.             'templating.helper.security' => '?',
  13627.             'templating.helper.session' => '?',
  13628.             'templating.helper.slots' => '?',
  13629.             'templating.helper.stopwatch' => '?',
  13630.             'templating.helper.translator' => '?',
  13631.         ]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());
  13632.         $instance->setCharset('UTF-8');
  13633.         $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']);
  13634.         return $instance;
  13635.     }
  13636.     /**
  13637.      * Gets the private 'templating.engine.twig' shared service.
  13638.      *
  13639.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  13640.      *
  13641.      * @deprecated The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  13642.      */
  13643.     protected function getTemplating_Engine_TwigService()
  13644.     {
  13645.         @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  13646.         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()));
  13647.     }
  13648.     /**
  13649.      * Gets the private 'templating.finder' shared service.
  13650.      *
  13651.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  13652.      *
  13653.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13654.      */
  13655.     protected function getTemplating_FinderService()
  13656.     {
  13657.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13658.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  13659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  13660.         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'));
  13661.     }
  13662.     /**
  13663.      * Gets the private 'templating.form.engine' shared service.
  13664.      *
  13665.      * @return \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine
  13666.      *
  13667.      * @deprecated The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13668.      */
  13669.     protected function getTemplating_Form_EngineService()
  13670.     {
  13671.         @trigger_error('The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13672.         return new \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()), $this->parameters['templating.helper.form.resources']);
  13673.     }
  13674.     /**
  13675.      * Gets the private 'templating.form.renderer' shared service.
  13676.      *
  13677.      * @return \Symfony\Component\Form\FormRenderer
  13678.      *
  13679.      * @deprecated The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13680.      */
  13681.     protected function getTemplating_Form_RendererService()
  13682.     {
  13683.         @trigger_error('The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13684.         return new \Symfony\Component\Form\FormRenderer($this->getTemplating_Form_EngineService(), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  13685.     }
  13686.     /**
  13687.      * Gets the private 'templating.globals' shared service.
  13688.      *
  13689.      * @return \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
  13690.      *
  13691.      * @deprecated The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13692.      */
  13693.     protected function getTemplating_GlobalsService()
  13694.     {
  13695.         @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13696.         return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);
  13697.     }
  13698.     /**
  13699.      * Gets the private 'templating.helper.actions' shared service.
  13700.      *
  13701.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
  13702.      *
  13703.      * @deprecated The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13704.      */
  13705.     protected function getTemplating_Helper_ActionsService()
  13706.     {
  13707.         @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13708.         return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  13709.     }
  13710.     /**
  13711.      * Gets the private 'templating.helper.assets' shared service.
  13712.      *
  13713.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper
  13714.      *
  13715.      * @deprecated The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13716.      */
  13717.     protected function getTemplating_Helper_AssetsService()
  13718.     {
  13719.         @trigger_error('The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13720.         return $this->privates['templating.helper.assets'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  13721.     }
  13722.     /**
  13723.      * Gets the private 'templating.helper.code' shared service.
  13724.      *
  13725.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
  13726.      *
  13727.      * @deprecated The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13728.      */
  13729.     protected function getTemplating_Helper_CodeService()
  13730.     {
  13731.         @trigger_error('The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13732.         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');
  13733.     }
  13734.     /**
  13735.      * Gets the private 'templating.helper.form' shared service.
  13736.      *
  13737.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
  13738.      *
  13739.      * @deprecated The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13740.      */
  13741.     protected function getTemplating_Helper_FormService()
  13742.     {
  13743.         @trigger_error('The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13744.         return $this->privates['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper($this->getTemplating_Form_RendererService());
  13745.     }
  13746.     /**
  13747.      * Gets the private 'templating.helper.logout_url' shared service.
  13748.      *
  13749.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper
  13750.      *
  13751.      * @deprecated The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13752.      */
  13753.     protected function getTemplating_Helper_LogoutUrlService()
  13754.     {
  13755.         @trigger_error('The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13756.         return $this->privates['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  13757.     }
  13758.     /**
  13759.      * Gets the private 'templating.helper.markdown' shared service.
  13760.      *
  13761.      * @return \Knp\Bundle\MarkdownBundle\Helper\MarkdownHelper
  13762.      */
  13763.     protected function getTemplating_Helper_MarkdownService()
  13764.     {
  13765.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Helper/MarkdownHelper.php';
  13766.         return $this->privates['templating.helper.markdown'] = new \Knp\Bundle\MarkdownBundle\Helper\MarkdownHelper(($this->privates['markdown.parser.parser_manager'] ?? $this->getMarkdown_Parser_ParserManagerService()));
  13767.     }
  13768.     /**
  13769.      * Gets the private 'templating.helper.request' shared service.
  13770.      *
  13771.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
  13772.      *
  13773.      * @deprecated The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13774.      */
  13775.     protected function getTemplating_Helper_RequestService()
  13776.     {
  13777.         @trigger_error('The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13778.         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())));
  13779.     }
  13780.     /**
  13781.      * Gets the private 'templating.helper.router' shared service.
  13782.      *
  13783.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
  13784.      *
  13785.      * @deprecated The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13786.      */
  13787.     protected function getTemplating_Helper_RouterService()
  13788.     {
  13789.         @trigger_error('The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13790.         return $this->privates['templating.helper.router'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper(($this->services['router'] ?? $this->getRouterService()));
  13791.     }
  13792.     /**
  13793.      * Gets the private 'templating.helper.security' shared service.
  13794.      *
  13795.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
  13796.      *
  13797.      * @deprecated The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13798.      */
  13799.     protected function getTemplating_Helper_SecurityService()
  13800.     {
  13801.         @trigger_error('The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13802.         return $this->privates['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  13803.     }
  13804.     /**
  13805.      * Gets the private 'templating.helper.session' shared service.
  13806.      *
  13807.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
  13808.      *
  13809.      * @deprecated The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13810.      */
  13811.     protected function getTemplating_Helper_SessionService()
  13812.     {
  13813.         @trigger_error('The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13814.         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())));
  13815.     }
  13816.     /**
  13817.      * Gets the private 'templating.helper.slots' shared service.
  13818.      *
  13819.      * @return \Symfony\Component\Templating\Helper\SlotsHelper
  13820.      *
  13821.      * @deprecated The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13822.      */
  13823.     protected function getTemplating_Helper_SlotsService()
  13824.     {
  13825.         @trigger_error('The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13826.         return $this->privates['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  13827.     }
  13828.     /**
  13829.      * Gets the private 'templating.helper.stopwatch' shared service.
  13830.      *
  13831.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper
  13832.      *
  13833.      * @deprecated The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13834.      */
  13835.     protected function getTemplating_Helper_StopwatchService()
  13836.     {
  13837.         @trigger_error('The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13838.         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))));
  13839.     }
  13840.     /**
  13841.      * Gets the private 'templating.helper.translator' shared service.
  13842.      *
  13843.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
  13844.      *
  13845.      * @deprecated The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13846.      */
  13847.     protected function getTemplating_Helper_TranslatorService()
  13848.     {
  13849.         @trigger_error('The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13850.         return $this->privates['templating.helper.translator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  13851.     }
  13852.     /**
  13853.      * Gets the private 'templating.locator' shared service.
  13854.      *
  13855.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  13856.      *
  13857.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13858.      */
  13859.     protected function getTemplating_LocatorService()
  13860.     {
  13861.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13862.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  13863.     }
  13864.     /**
  13865.      * Gets the private 'templating.name_parser' shared service.
  13866.      *
  13867.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  13868.      *
  13869.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  13870.      */
  13871.     protected function getTemplating_NameParserService()
  13872.     {
  13873.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  13874.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  13875.     }
  13876.     /**
  13877.      * Gets the private 'translation.extractor' shared service.
  13878.      *
  13879.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  13880.      */
  13881.     protected function getTranslation_ExtractorService()
  13882.     {
  13883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  13884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  13885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  13886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  13887.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  13888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  13889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/Extractor/AdminExtractor.php';
  13890.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  13891.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  13892.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  13893.         $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())));
  13894.         return $instance;
  13895.     }
  13896.     /**
  13897.      * Gets the private 'translation.loader.csv' shared service.
  13898.      *
  13899.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  13900.      */
  13901.     protected function getTranslation_Loader_CsvService()
  13902.     {
  13903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  13907.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  13908.     }
  13909.     /**
  13910.      * Gets the private 'translation.loader.dat' shared service.
  13911.      *
  13912.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  13913.      */
  13914.     protected function getTranslation_Loader_DatService()
  13915.     {
  13916.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13917.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  13918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  13919.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  13920.     }
  13921.     /**
  13922.      * Gets the private 'translation.loader.ini' shared service.
  13923.      *
  13924.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  13925.      */
  13926.     protected function getTranslation_Loader_IniService()
  13927.     {
  13928.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13929.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  13932.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  13933.     }
  13934.     /**
  13935.      * Gets the private 'translation.loader.json' shared service.
  13936.      *
  13937.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  13938.      */
  13939.     protected function getTranslation_Loader_JsonService()
  13940.     {
  13941.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  13945.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  13946.     }
  13947.     /**
  13948.      * Gets the private 'translation.loader.mo' shared service.
  13949.      *
  13950.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  13951.      */
  13952.     protected function getTranslation_Loader_MoService()
  13953.     {
  13954.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13955.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  13958.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  13959.     }
  13960.     /**
  13961.      * Gets the private 'translation.loader.php' shared service.
  13962.      *
  13963.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  13964.      */
  13965.     protected function getTranslation_Loader_PhpService()
  13966.     {
  13967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  13971.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  13972.     }
  13973.     /**
  13974.      * Gets the private 'translation.loader.po' shared service.
  13975.      *
  13976.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  13977.      */
  13978.     protected function getTranslation_Loader_PoService()
  13979.     {
  13980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13982.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  13984.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  13985.     }
  13986.     /**
  13987.      * Gets the private 'translation.loader.qt' shared service.
  13988.      *
  13989.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  13990.      */
  13991.     protected function getTranslation_Loader_QtService()
  13992.     {
  13993.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  13995.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  13996.     }
  13997.     /**
  13998.      * Gets the private 'translation.loader.res' shared service.
  13999.      *
  14000.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  14001.      */
  14002.     protected function getTranslation_Loader_ResService()
  14003.     {
  14004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14006.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  14007.     }
  14008.     /**
  14009.      * Gets the private 'translation.loader.xliff' shared service.
  14010.      *
  14011.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  14012.      */
  14013.     protected function getTranslation_Loader_XliffService()
  14014.     {
  14015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14017.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  14018.     }
  14019.     /**
  14020.      * Gets the private 'translation.loader.yml' shared service.
  14021.      *
  14022.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  14023.      */
  14024.     protected function getTranslation_Loader_YmlService()
  14025.     {
  14026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14030.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  14031.     }
  14032.     /**
  14033.      * Gets the private 'translation.reader' shared service.
  14034.      *
  14035.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  14036.      */
  14037.     protected function getTranslation_ReaderService()
  14038.     {
  14039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  14040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  14041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  14045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14046.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  14048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  14049.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  14050.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14051.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14055.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  14056.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  14057.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  14058.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  14059.         $instance->addLoader('yaml'$a);
  14060.         $instance->addLoader('yml'$a);
  14061.         $instance->addLoader('xlf'$b);
  14062.         $instance->addLoader('xliff'$b);
  14063.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  14064.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  14065.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  14066.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  14067.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  14068.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  14069.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  14070.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  14071.         return $instance;
  14072.     }
  14073.     /**
  14074.      * Gets the private 'translation.warmer' shared service.
  14075.      *
  14076.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  14077.      */
  14078.     protected function getTranslation_WarmerService()
  14079.     {
  14080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  14082.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14083.             'translator' => ['services''translator''getTranslatorService'false],
  14084.         ], [
  14085.             'translator' => '?',
  14086.         ]))->withContext('translation.warmer'$this));
  14087.     }
  14088.     /**
  14089.      * Gets the private 'translator.default' shared service.
  14090.      *
  14091.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  14092.      */
  14093.     protected function getTranslator_DefaultService()
  14094.     {
  14095.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14096.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  14097.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  14098.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  14099.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  14100.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  14101.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  14102.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  14103.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  14104.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  14105.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  14106.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  14107.         ], [
  14108.             'translation.loader.csv' => '?',
  14109.             'translation.loader.dat' => '?',
  14110.             'translation.loader.ini' => '?',
  14111.             'translation.loader.json' => '?',
  14112.             'translation.loader.mo' => '?',
  14113.             'translation.loader.php' => '?',
  14114.             'translation.loader.po' => '?',
  14115.             'translation.loader.qt' => '?',
  14116.             'translation.loader.res' => '?',
  14117.             'translation.loader.xliff' => '?',
  14118.             'translation.loader.yml' => '?',
  14119.         ]), 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']]]);
  14120.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  14121.         $instance->setFallbackLocales([=> 'en']);
  14122.         return $instance;
  14123.     }
  14124.     /**
  14125.      * Gets the private 'twig.cache_warmer' shared service.
  14126.      *
  14127.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  14128.      *
  14129.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  14130.      */
  14131.     protected function getTwig_CacheWarmerService()
  14132.     {
  14133.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  14134.         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]);
  14135.     }
  14136.     /**
  14137.      * Gets the private 'twig.command.debug' shared service.
  14138.      *
  14139.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  14140.      */
  14141.     protected function getTwig_Command_DebugService()
  14142.     {
  14143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14144.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  14145.         $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'));
  14146.         $instance->setName('debug:twig');
  14147.         return $instance;
  14148.     }
  14149.     /**
  14150.      * Gets the private 'twig.command.lint' shared service.
  14151.      *
  14152.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  14153.      */
  14154.     protected function getTwig_Command_LintService()
  14155.     {
  14156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14157.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  14158.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  14159.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  14160.         $instance->setName('lint:twig');
  14161.         return $instance;
  14162.     }
  14163.     /**
  14164.      * Gets the private 'twig.form.renderer' shared service.
  14165.      *
  14166.      * @return \Symfony\Component\Form\FormRenderer
  14167.      */
  14168.     protected function getTwig_Form_RendererService()
  14169.     {
  14170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  14171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  14172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  14173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  14174.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  14175.         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()));
  14176.     }
  14177.     /**
  14178.      * Gets the private 'twig.loader.filesystem' shared service.
  14179.      *
  14180.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  14181.      */
  14182.     protected function getTwig_Loader_FilesystemService()
  14183.     {
  14184.         $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));
  14185.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  14186.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  14187.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  14188.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  14189.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  14190.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  14191.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  14192.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  14193.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  14194.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  14195.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  14196.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  14197.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  14198.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  14199.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  14200.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  14201.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  14202.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  14203.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  14204.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  14205.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  14206.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  14207.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  14208.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  14209.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  14210.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  14211.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  14212.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  14213.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  14214.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/RedCodeTreeBundle'), 'RedCodeTree');
  14215.         $instance->addPath((\dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Resources/views'), 'RedCodeTree');
  14216.         $instance->addPath((\dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle/Resources/views'), '!RedCodeTree');
  14217.         $instance->addPath((\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle/Resources/views'), 'CoopTilleulsCKEditorSonataMedia');
  14218.         $instance->addPath((\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle/Resources/views'), '!CoopTilleulsCKEditorSonataMedia');
  14219.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  14220.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  14221.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/views'), 'SonataFormatter');
  14222.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src/Resources/views'), '!SonataFormatter');
  14223.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  14224.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  14225.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  14226.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  14227.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/views'), 'SonataMultiUpload');
  14228.         $instance->addPath((\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src/Resources/views'), '!SonataMultiUpload');
  14229.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/views'), 'SonataClassification');
  14230.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src/Resources/views'), '!SonataClassification');
  14231.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  14232.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  14233.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  14234.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  14235.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/DHAuditorBundle'), 'DHAuditor');
  14236.         $instance->addPath((\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Resources/views'), 'DHAuditor');
  14237.         $instance->addPath((\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src/Resources/views'), '!DHAuditor');
  14238.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  14239.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  14240.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  14241.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  14242.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  14243.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  14244.         return $instance;
  14245.     }
  14246.     /**
  14247.      * Gets the private 'twig.mailer.message_listener' shared service.
  14248.      *
  14249.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  14250.      */
  14251.     protected function getTwig_Mailer_MessageListenerService()
  14252.     {
  14253.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  14254.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  14255.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  14256.         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())));
  14257.     }
  14258.     /**
  14259.      * Gets the private 'twig.runtime.httpkernel' shared service.
  14260.      *
  14261.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  14262.      */
  14263.     protected function getTwig_Runtime_HttpkernelService()
  14264.     {
  14265.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  14266.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  14267.     }
  14268.     /**
  14269.      * Gets the private 'twig.runtime.security_csrf' shared service.
  14270.      *
  14271.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  14272.      */
  14273.     protected function getTwig_Runtime_SecurityCsrfService()
  14274.     {
  14275.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  14276.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  14277.     }
  14278.     /**
  14279.      * Gets the private 'twig.template_cache_warmer' shared service.
  14280.      *
  14281.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  14282.      */
  14283.     protected function getTwig_TemplateCacheWarmerService()
  14284.     {
  14285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14286.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  14287.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  14288.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  14289.         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')));
  14290.     }
  14291.     /**
  14292.      * Gets the private 'validator.builder' shared service.
  14293.      *
  14294.      * @return \Symfony\Component\Validator\ValidatorBuilder
  14295.      */
  14296.     protected function getValidator_BuilderService()
  14297.     {
  14298.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  14299.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  14300.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  14301.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  14302.         $instance->setTranslationDomain('validators');
  14303.         $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')]);
  14304.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14305.         $instance->addMethodMapping('loadValidatorMetadata');
  14306.         $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()))]);
  14307.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  14308.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  14309.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  14310.         return $instance;
  14311.     }
  14312.     /**
  14313.      * Gets the private 'validator.email' shared service.
  14314.      *
  14315.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  14316.      */
  14317.     protected function getValidator_EmailService()
  14318.     {
  14319.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14320.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14321.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  14322.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  14323.     }
  14324.     /**
  14325.      * Gets the private 'validator.expression' shared service.
  14326.      *
  14327.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  14328.      */
  14329.     protected function getValidator_ExpressionService()
  14330.     {
  14331.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14332.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14333.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  14334.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  14335.     }
  14336.     /**
  14337.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  14338.      *
  14339.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  14340.      */
  14341.     protected function getValidator_Mapping_CacheWarmerService()
  14342.     {
  14343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  14346.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  14347.     }
  14348.     /**
  14349.      * Gets the private 'validator.not_compromised_password' shared service.
  14350.      *
  14351.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  14352.      */
  14353.     protected function getValidator_NotCompromisedPasswordService()
  14354.     {
  14355.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14357.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  14358.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  14359.     }
  14360.     /**
  14361.      * Gets the private 'validator.validator_factory' shared service.
  14362.      *
  14363.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  14364.      */
  14365.     protected function getValidator_ValidatorFactoryService()
  14366.     {
  14367.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14368.             'App\\Validator\\DuplicateUserEmailValidator' => ['privates''App\\Validator\\DuplicateUserEmailValidator''getDuplicateUserEmailValidatorService'false],
  14369.             'App\\Validator\\DuplicateUsernameValidator' => ['privates''App\\Validator\\DuplicateUsernameValidator''getDuplicateUsernameValidatorService'false],
  14370.             'App\\Validator\\IsEvenValidator' => ['privates''App\\Validator\\IsEvenValidator''getIsEvenValidatorService'false],
  14371.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  14372.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  14373.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates''Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator''getImageUploadDimensionValidatorService'false],
  14374.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  14375.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14376.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14377.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  14378.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14379.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  14380.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14381.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14382.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  14383.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  14384.             'sonata.formatter.validator.formatter' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  14385.             'sonata.media.validator.format' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  14386.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14387.         ], [
  14388.             'App\\Validator\\DuplicateUserEmailValidator' => '?',
  14389.             'App\\Validator\\DuplicateUsernameValidator' => '?',
  14390.             'App\\Validator\\IsEvenValidator' => '?',
  14391.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  14392.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => '?',
  14393.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
  14394.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  14395.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  14396.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  14397.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  14398.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  14399.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  14400.             'doctrine.orm.validator.unique' => '?',
  14401.             'security.validator.user_password' => '?',
  14402.             'sonata.admin.validator.inline' => '?',
  14403.             'sonata.form.validator.inline' => '?',
  14404.             'sonata.formatter.validator.formatter' => '?',
  14405.             'sonata.media.validator.format' => '?',
  14406.             'validator.expression' => '?',
  14407.         ]));
  14408.     }
  14409.     /**
  14410.      * Gets the private 'web_profiler.csp.handler' shared service.
  14411.      *
  14412.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  14413.      */
  14414.     protected function getWebProfiler_Csp_HandlerService()
  14415.     {
  14416.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  14417.     }
  14418.     /**
  14419.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  14420.      *
  14421.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  14422.      */
  14423.     protected function getWebProfiler_DebugToolbarService()
  14424.     {
  14425.         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()));
  14426.     }
  14427.     /**
  14428.      * Gets the private 'web_server.command.server_log' shared service.
  14429.      *
  14430.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand
  14431.      */
  14432.     protected function getWebServer_Command_ServerLogService()
  14433.     {
  14434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14435.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerLogCommand.php';
  14436.         $this->privates['web_server.command.server_log'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand();
  14437.         $instance->setName('server:log');
  14438.         return $instance;
  14439.     }
  14440.     /**
  14441.      * Gets the private 'web_server.command.server_run' shared service.
  14442.      *
  14443.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  14444.      */
  14445.     protected function getWebServer_Command_ServerRunService()
  14446.     {
  14447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14448.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  14449.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  14450.         $instance->setName('server:run');
  14451.         return $instance;
  14452.     }
  14453.     /**
  14454.      * Gets the private 'web_server.command.server_start' shared service.
  14455.      *
  14456.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  14457.      */
  14458.     protected function getWebServer_Command_ServerStartService()
  14459.     {
  14460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14461.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  14462.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  14463.         $instance->setName('server:start');
  14464.         return $instance;
  14465.     }
  14466.     /**
  14467.      * Gets the private 'web_server.command.server_status' shared service.
  14468.      *
  14469.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  14470.      */
  14471.     protected function getWebServer_Command_ServerStatusService()
  14472.     {
  14473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14474.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  14475.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  14476.         $instance->setName('server:status');
  14477.         return $instance;
  14478.     }
  14479.     /**
  14480.      * Gets the private 'web_server.command.server_stop' shared service.
  14481.      *
  14482.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  14483.      */
  14484.     protected function getWebServer_Command_ServerStopService()
  14485.     {
  14486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14487.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  14488.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  14489.         $instance->setName('server:stop');
  14490.         return $instance;
  14491.     }
  14492.     /**
  14493.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  14494.      *
  14495.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  14496.      */
  14497.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  14498.     {
  14499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14501.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  14502.         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()));
  14503.     }
  14504.     /**
  14505.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  14506.      *
  14507.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  14508.      */
  14509.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  14510.     {
  14511.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  14512.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  14513.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  14514.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  14515.     }
  14516.     /**
  14517.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  14518.      *
  14519.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  14520.      */
  14521.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  14522.     {
  14523.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  14524.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  14525.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14526.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  14527.         ], [
  14528.             '_default' => '?',
  14529.         ]), '_default');
  14530.     }
  14531.     /**
  14532.      * Gets the private 'webpack_encore.exception_listener' shared service.
  14533.      *
  14534.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  14535.      */
  14536.     protected function getWebpackEncore_ExceptionListenerService()
  14537.     {
  14538.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  14539.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  14540.     }
  14541.     /**
  14542.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  14543.      *
  14544.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  14545.      */
  14546.     protected function getWebpackEncore_TagRendererService()
  14547.     {
  14548.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  14549.         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()));
  14550.     }
  14551.     /**
  14552.      * @return array|bool|float|int|string|null
  14553.      */
  14554.     public function getParameter($name)
  14555.     {
  14556.         $name = (string) $name;
  14557.         if (isset($this->buildParameters[$name])) {
  14558.             return $this->buildParameters[$name];
  14559.         }
  14560.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  14561.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  14562.         }
  14563.         if (isset($this->loadedDynamicParameters[$name])) {
  14564.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14565.         }
  14566.         return $this->parameters[$name];
  14567.     }
  14568.     public function hasParameter($name): bool
  14569.     {
  14570.         $name = (string) $name;
  14571.         if (isset($this->buildParameters[$name])) {
  14572.             return true;
  14573.         }
  14574.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  14575.     }
  14576.     public function setParameter($name$value): void
  14577.     {
  14578.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  14579.     }
  14580.     public function getParameterBag(): ParameterBagInterface
  14581.     {
  14582.         if (null === $this->parameterBag) {
  14583.             $parameters $this->parameters;
  14584.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  14585.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14586.             }
  14587.             foreach ($this->buildParameters as $name => $value) {
  14588.                 $parameters[$name] = $value;
  14589.             }
  14590.             $this->parameterBag = new FrozenParameterBag($parameters);
  14591.         }
  14592.         return $this->parameterBag;
  14593.     }
  14594.     private $loadedDynamicParameters = [
  14595.         'kernel.cache_dir' => false,
  14596.         'kernel.secret' => false,
  14597.         'session.save_path' => false,
  14598.         'validator.mapping.cache.file' => false,
  14599.         'profiler.storage.dsn' => false,
  14600.         'debug.container.dump' => false,
  14601.         'serializer.mapping.cache.file' => false,
  14602.         'doctrine.orm.proxy_dir' => false,
  14603.         'fos_user.registration.confirmation.from_email' => false,
  14604.         'fos_user.resetting.email.from_email' => false,
  14605.         'swiftmailer.spool.default.memory.path' => false,
  14606.         'nelmio_cors.defaults' => false,
  14607.         'lexik_jwt_authentication.pass_phrase' => false,
  14608.         'lexik_jwt_authentication.token_ttl' => false,
  14609.     ];
  14610.     private $dynamicParameters = [];
  14611.     private function getDynamicParameter(string $name)
  14612.     {
  14613.         switch ($name) {
  14614.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  14615.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  14616.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  14617.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  14618.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  14619.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  14620.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  14621.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  14622.             case 'fos_user.registration.confirmation.from_email'$value = [
  14623.                 $this->getEnv('mailer_user') => $this->getEnv('mailer_username'),
  14624.             ]; break;
  14625.             case 'fos_user.resetting.email.from_email'$value = [
  14626.                 $this->getEnv('mailer_user') => $this->getEnv('mailer_username'),
  14627.             ]; break;
  14628.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  14629.             case 'nelmio_cors.defaults'$value = [
  14630.                 'allow_origin' => [
  14631.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  14632.                 ],
  14633.                 'allow_credentials' => true,
  14634.                 'allow_headers' => [
  14635.                     => 'content-type',
  14636.                     => 'authorization',
  14637.                 ],
  14638.                 'expose_headers' => [
  14639.                 ],
  14640.                 'allow_methods' => [
  14641.                     => 'GET',
  14642.                     => 'OPTIONS',
  14643.                     => 'POST',
  14644.                     => 'PUT',
  14645.                     => 'PATCH',
  14646.                     => 'DELETE',
  14647.                 ],
  14648.                 'max_age' => 3600,
  14649.                 'hosts' => [
  14650.                 ],
  14651.                 'origin_regex' => true,
  14652.                 'forced_allow_origin_value' => NULL,
  14653.             ]; break;
  14654.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  14655.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('jwt_token_ttl'); break;
  14656.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  14657.         }
  14658.         $this->loadedDynamicParameters[$name] = true;
  14659.         return $this->dynamicParameters[$name] = $value;
  14660.     }
  14661.     protected function getDefaultParameters(): array
  14662.     {
  14663.         return [
  14664.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  14665.             'kernel.project_dir' => \dirname(__DIR__4),
  14666.             'kernel.environment' => 'dev',
  14667.             'kernel.debug' => true,
  14668.             'kernel.name' => 'src',
  14669.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  14670.             'kernel.bundles' => [
  14671.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  14672.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  14673.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  14674.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  14675.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  14676.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  14677.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  14678.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  14679.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  14680.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  14681.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  14682.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  14683.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  14684.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  14685.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  14686.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  14687.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  14688.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  14689.                 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  14690.                 'ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\ApplicationSonataUserBundle',
  14691.                 'ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\ApplicationSonataMediaBundle',
  14692.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  14693.                 'RedCodeTreeBundle' => 'RedCode\\TreeBundle\\RedCodeTreeBundle',
  14694.                 'CoopTilleulsCKEditorSonataMediaBundle' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\CoopTilleulsCKEditorSonataMediaBundle',
  14695.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  14696.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  14697.                 'SonataFormatterBundle' => 'Sonata\\FormatterBundle\\SonataFormatterBundle',
  14698.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  14699.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  14700.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  14701.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  14702.                 'SonataMultiUploadBundle' => 'SilasJoisten\\Sonata\\MultiUploadBundle\\SonataMultiUploadBundle',
  14703.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  14704.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  14705.                 'SonataClassificationBundle' => 'Sonata\\ClassificationBundle\\SonataClassificationBundle',
  14706.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  14707.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  14708.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  14709.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  14710.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  14711.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  14712.                 'DHAuditorBundle' => 'DH\\AuditorBundle\\DHAuditorBundle',
  14713.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  14714.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  14715.             ],
  14716.             'kernel.bundles_metadata' => [
  14717.                 'FrameworkBundle' => [
  14718.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  14719.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  14720.                 ],
  14721.                 'TwigBundle' => [
  14722.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  14723.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  14724.                 ],
  14725.                 'SecurityBundle' => [
  14726.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  14727.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  14728.                 ],
  14729.                 'SonataDatagridBundle' => [
  14730.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  14731.                     'namespace' => 'Sonata\\DatagridBundle',
  14732.                 ],
  14733.                 'SonataBlockBundle' => [
  14734.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  14735.                     'namespace' => 'Sonata\\BlockBundle',
  14736.                 ],
  14737.                 'KnpMenuBundle' => [
  14738.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  14739.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  14740.                 ],
  14741.                 'SonataAdminBundle' => [
  14742.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  14743.                     'namespace' => 'Sonata\\AdminBundle',
  14744.                 ],
  14745.                 'DoctrineBundle' => [
  14746.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  14747.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  14748.                 ],
  14749.                 'SonataDoctrineORMAdminBundle' => [
  14750.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  14751.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  14752.                 ],
  14753.                 'WebServerBundle' => [
  14754.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  14755.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  14756.                 ],
  14757.                 'MakerBundle' => [
  14758.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  14759.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  14760.                 ],
  14761.                 'DoctrineMigrationsBundle' => [
  14762.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  14763.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  14764.                 ],
  14765.                 'FOSRestBundle' => [
  14766.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  14767.                     'namespace' => 'FOS\\RestBundle',
  14768.                 ],
  14769.                 'NelmioApiDocBundle' => [
  14770.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  14771.                     'namespace' => 'Nelmio\\ApiDocBundle',
  14772.                 ],
  14773.                 'FOSUserBundle' => [
  14774.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  14775.                     'namespace' => 'FOS\\UserBundle',
  14776.                 ],
  14777.                 'SonataUserBundle' => [
  14778.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  14779.                     'namespace' => 'Sonata\\UserBundle',
  14780.                 ],
  14781.                 'SwiftmailerBundle' => [
  14782.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  14783.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  14784.                 ],
  14785.                 'JMSSerializerBundle' => [
  14786.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  14787.                     'namespace' => 'JMS\\SerializerBundle',
  14788.                 ],
  14789.                 'SonataMediaBundle' => [
  14790.                     'path' => (\dirname(__DIR__4).'/mrvendor/sonata-project/media-bundle/src'),
  14791.                     'namespace' => 'Sonata\\MediaBundle',
  14792.                 ],
  14793.                 'ApplicationSonataUserBundle' => [
  14794.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle'),
  14795.                     'namespace' => 'App\\Application\\Sonata\\UserBundle',
  14796.                 ],
  14797.                 'ApplicationSonataMediaBundle' => [
  14798.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle'),
  14799.                     'namespace' => 'App\\Application\\Sonata\\MediaBundle',
  14800.                 ],
  14801.                 'StofDoctrineExtensionsBundle' => [
  14802.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  14803.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  14804.                 ],
  14805.                 'RedCodeTreeBundle' => [
  14806.                     'path' => (\dirname(__DIR__4).'/vendor/redcode/tree-bundle/RedCode/TreeBundle'),
  14807.                     'namespace' => 'RedCode\\TreeBundle',
  14808.                 ],
  14809.                 'CoopTilleulsCKEditorSonataMediaBundle' => [
  14810.                     'path' => (\dirname(__DIR__4).'/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle'),
  14811.                     'namespace' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle',
  14812.                 ],
  14813.                 'FOSCKEditorBundle' => [
  14814.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  14815.                     'namespace' => 'FOS\\CKEditorBundle',
  14816.                 ],
  14817.                 'WebpackEncoreBundle' => [
  14818.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  14819.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  14820.                 ],
  14821.                 'SonataFormatterBundle' => [
  14822.                     'path' => (\dirname(__DIR__4).'/mrvendor/SonataFormatterBundle/src'),
  14823.                     'namespace' => 'Sonata\\FormatterBundle',
  14824.                 ],
  14825.                 'KnpMarkdownBundle' => [
  14826.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  14827.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  14828.                 ],
  14829.                 'SonataDoctrineBundle' => [
  14830.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  14831.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  14832.                 ],
  14833.                 'SonataFormBundle' => [
  14834.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  14835.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  14836.                 ],
  14837.                 'SonataTwigBundle' => [
  14838.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  14839.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  14840.                 ],
  14841.                 'SonataMultiUploadBundle' => [
  14842.                     'path' => (\dirname(__DIR__4).'/mrvendor/sonata-multiupload-bundle-master/src'),
  14843.                     'namespace' => 'SilasJoisten\\Sonata\\MultiUploadBundle',
  14844.                 ],
  14845.                 'SensioFrameworkExtraBundle' => [
  14846.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  14847.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  14848.                 ],
  14849.                 'NelmioCorsBundle' => [
  14850.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  14851.                     'namespace' => 'Nelmio\\CorsBundle',
  14852.                 ],
  14853.                 'SonataClassificationBundle' => [
  14854.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/classification-bundle/src'),
  14855.                     'namespace' => 'Sonata\\ClassificationBundle',
  14856.                 ],
  14857.                 'WebProfilerBundle' => [
  14858.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  14859.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  14860.                 ],
  14861.                 'FOSOAuthServerBundle' => [
  14862.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  14863.                     'namespace' => 'FOS\\OAuthServerBundle',
  14864.                 ],
  14865.                 'LexikJWTAuthenticationBundle' => [
  14866.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  14867.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  14868.                 ],
  14869.                 'GesdinetJWTRefreshTokenBundle' => [
  14870.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  14871.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  14872.                 ],
  14873.                 'MonologBundle' => [
  14874.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  14875.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  14876.                 ],
  14877.                 'AclBundle' => [
  14878.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  14879.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  14880.                 ],
  14881.                 'DHAuditorBundle' => [
  14882.                     'path' => (\dirname(__DIR__4).'/vendor/damienharper/auditor-bundle/src'),
  14883.                     'namespace' => 'DH\\AuditorBundle',
  14884.                 ],
  14885.                 'FOSElasticaBundle' => [
  14886.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  14887.                     'namespace' => 'FOS\\ElasticaBundle',
  14888.                 ],
  14889.                 'ExerciseHTMLPurifierBundle' => [
  14890.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  14891.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  14892.                 ],
  14893.             ],
  14894.             'kernel.charset' => 'UTF-8',
  14895.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  14896.             'container.dumper.inline_class_loader' => true,
  14897.             'container.dumper.inline_factories' => true,
  14898.             'event_dispatcher.event_aliases' => [
  14899.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  14900.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  14901.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  14902.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  14903.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  14904.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  14905.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  14906.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  14907.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  14908.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  14909.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  14910.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  14911.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  14912.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  14913.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  14914.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  14915.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  14916.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  14917.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  14918.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  14919.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  14920.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  14921.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  14922.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  14923.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  14924.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  14925.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  14926.             ],
  14927.             'fragment.renderer.hinclude.global_template' => NULL,
  14928.             'fragment.path' => '/_fragment',
  14929.             'kernel.http_method_override' => true,
  14930.             'kernel.trusted_hosts' => [
  14931.             ],
  14932.             'kernel.default_locale' => 'en',
  14933.             'kernel.error_controller' => 'error_controller',
  14934.             'templating.helper.code.file_link_format' => NULL,
  14935.             'debug.file_link_format' => NULL,
  14936.             'session.metadata.storage_key' => '_sf2_meta',
  14937.             'session.storage.options' => [
  14938.                 'cache_limiter' => '0',
  14939.                 'cookie_secure' => 'auto',
  14940.                 'cookie_httponly' => true,
  14941.                 'cookie_samesite' => 'lax',
  14942.                 'gc_probability' => 1,
  14943.             ],
  14944.             'session.metadata.update_threshold' => 0,
  14945.             'form.type_extension.csrf.enabled' => true,
  14946.             'form.type_extension.csrf.field_name' => '_token',
  14947.             'asset.request_context.base_path' => '',
  14948.             'asset.request_context.secure' => false,
  14949.             'templating.loader.cache.path' => NULL,
  14950.             'templating.engines' => [
  14951.                 => 'twig',
  14952.                 => 'php',
  14953.             ],
  14954.             'templating.helper.form.resources' => [
  14955.                 => 'FrameworkBundle:Form',
  14956.             ],
  14957.             'validator.translation_domain' => 'validators',
  14958.             'translator.logging' => false,
  14959.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  14960.             'profiler_listener.only_exceptions' => false,
  14961.             'profiler_listener.only_master_requests' => false,
  14962.             'debug.error_handler.throw_at' => -1,
  14963.             'router.request_context.host' => 'localhost',
  14964.             'router.request_context.scheme' => 'http',
  14965.             'router.request_context.base_url' => '',
  14966.             'router.resource' => 'kernel::loadRoutes',
  14967.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  14968.             'request_listener.http_port' => 80,
  14969.             'request_listener.https_port' => 443,
  14970.             'twig.exception_listener.controller' => NULL,
  14971.             'twig.form.resources' => [
  14972.                 => 'form_div_layout.html.twig',
  14973.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  14974.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  14975.                 => 'admin/Form/ckeditor_widget.html.twig',
  14976.                 => 'admin/Form/color_picker.html.twig',
  14977.             ],
  14978.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  14979.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  14980.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  14981.             'security.role_hierarchy.roles' => [
  14982.                 'ROLE_SONATA_FOO_READER' => [
  14983.                     => NULL,
  14984.                 ],
  14985.                 'ROLE_SONATA_FOO_EDITOR' => [
  14986.                     => NULL,
  14987.                 ],
  14988.                 'ROLE_SONATA_FOO_ADMIN' => [
  14989.                     => NULL,
  14990.                 ],
  14991.                 'ROLE_STAFF' => [
  14992.                     => 'ROLE_USER',
  14993.                     => 'ROLE_SONATA_FOO_READER',
  14994.                 ],
  14995.                 'ROLE_ADMIN' => [
  14996.                     => 'ROLE_STAFF',
  14997.                     => 'ROLE_SONATA_FOO_EDITOR',
  14998.                     => 'ROLE_SONATA_FOO_ADMIN',
  14999.                 ],
  15000.                 'ROLE_SUPER_ADMIN' => [
  15001.                     => 'ROLE_ADMIN',
  15002.                     => 'ROLE_ALLOWED_TO_SWITCH',
  15003.                 ],
  15004.                 'ROLE_ALL_ADMIN' => [
  15005.                     => 'ROLE_STAFF',
  15006.                     => 'ROLE_SONATA_FOO_ALL',
  15007.                 ],
  15008.             ],
  15009.             'security.access.denied_url' => NULL,
  15010.             'security.authentication.manager.erase_credentials' => true,
  15011.             'security.authentication.session_strategy.strategy' => 'migrate',
  15012.             'security.access.always_authenticate_before_granting' => false,
  15013.             'security.authentication.hide_user_not_found' => true,
  15014.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  15015.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  15016.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  15017.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  15018.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  15019.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  15020.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  15021.             'sonata.block.container.types' => [
  15022.                 => 'sonata.block.service.container',
  15023.                 => 'sonata.page.block.container',
  15024.                 => 'sonata.dashboard.block.container',
  15025.                 => 'cmf.block.container',
  15026.                 => 'cmf.block.slideshow',
  15027.             ],
  15028.             'sonata_block.blocks' => [
  15029.                 'sonata.admin.block.admin_list' => [
  15030.                     'contexts' => [
  15031.                         => 'admin',
  15032.                     ],
  15033.                     'templates' => [
  15034.                     ],
  15035.                     'cache' => 'sonata.cache.noop',
  15036.                     'settings' => [
  15037.                     ],
  15038.                 ],
  15039.                 'sonata.block.service.container' => [
  15040.                     'contexts' => [
  15041.                     ],
  15042.                     'templates' => [
  15043.                     ],
  15044.                     'cache' => 'sonata.cache.noop',
  15045.                     'settings' => [
  15046.                     ],
  15047.                 ],
  15048.                 'sonata.block.service.empty' => [
  15049.                     'contexts' => [
  15050.                     ],
  15051.                     'templates' => [
  15052.                     ],
  15053.                     'cache' => 'sonata.cache.noop',
  15054.                     'settings' => [
  15055.                     ],
  15056.                 ],
  15057.                 'sonata.block.service.text' => [
  15058.                     'contexts' => [
  15059.                     ],
  15060.                     'templates' => [
  15061.                     ],
  15062.                     'cache' => 'sonata.cache.noop',
  15063.                     'settings' => [
  15064.                     ],
  15065.                 ],
  15066.                 'sonata.block.service.rss' => [
  15067.                     'contexts' => [
  15068.                     ],
  15069.                     'templates' => [
  15070.                     ],
  15071.                     'cache' => 'sonata.cache.noop',
  15072.                     'settings' => [
  15073.                     ],
  15074.                 ],
  15075.                 'sonata.block.service.menu' => [
  15076.                     'contexts' => [
  15077.                     ],
  15078.                     'templates' => [
  15079.                     ],
  15080.                     'cache' => 'sonata.cache.noop',
  15081.                     'settings' => [
  15082.                     ],
  15083.                 ],
  15084.                 'sonata.block.service.template' => [
  15085.                     'contexts' => [
  15086.                     ],
  15087.                     'templates' => [
  15088.                     ],
  15089.                     'cache' => 'sonata.cache.noop',
  15090.                     'settings' => [
  15091.                     ],
  15092.                 ],
  15093.                 'sonata.admin.block.search_result' => [
  15094.                     'contexts' => [
  15095.                     ],
  15096.                     'templates' => [
  15097.                     ],
  15098.                     'cache' => 'sonata.cache.noop',
  15099.                     'settings' => [
  15100.                     ],
  15101.                 ],
  15102.                 'sonata.admin.block.stats' => [
  15103.                     'contexts' => [
  15104.                     ],
  15105.                     'templates' => [
  15106.                     ],
  15107.                     'cache' => 'sonata.cache.noop',
  15108.                     'settings' => [
  15109.                     ],
  15110.                 ],
  15111.                 'sonata.media.block.media' => [
  15112.                     'contexts' => [
  15113.                     ],
  15114.                     'templates' => [
  15115.                     ],
  15116.                     'cache' => 'sonata.cache.noop',
  15117.                     'settings' => [
  15118.                     ],
  15119.                 ],
  15120.                 'sonata.media.block.feature_media' => [
  15121.                     'contexts' => [
  15122.                     ],
  15123.                     'templates' => [
  15124.                     ],
  15125.                     'cache' => 'sonata.cache.noop',
  15126.                     'settings' => [
  15127.                     ],
  15128.                 ],
  15129.                 'sonata.media.block.gallery' => [
  15130.                     'contexts' => [
  15131.                     ],
  15132.                     'templates' => [
  15133.                     ],
  15134.                     'cache' => 'sonata.cache.noop',
  15135.                     'settings' => [
  15136.                     ],
  15137.                 ],
  15138.                 'sonata.media.block.gallery_list' => [
  15139.                     'contexts' => [
  15140.                     ],
  15141.                     'templates' => [
  15142.                     ],
  15143.                     'cache' => 'sonata.cache.noop',
  15144.                     'settings' => [
  15145.                     ],
  15146.                 ],
  15147.                 'sonata.formatter.block.formatter' => [
  15148.                     'contexts' => [
  15149.                     ],
  15150.                     'templates' => [
  15151.                     ],
  15152.                     'cache' => 'sonata.cache.noop',
  15153.                     'settings' => [
  15154.                     ],
  15155.                 ],
  15156.             ],
  15157.             'sonata_block.blocks_by_class' => [
  15158.             ],
  15159.             'sonata_blocks.block_types' => [
  15160.                 => 'sonata.admin.block.admin_list',
  15161.                 => 'sonata.block.service.container',
  15162.                 => 'sonata.block.service.empty',
  15163.                 => 'sonata.block.service.text',
  15164.                 => 'sonata.block.service.rss',
  15165.                 => 'sonata.block.service.menu',
  15166.                 => 'sonata.block.service.template',
  15167.                 => 'sonata.admin.block.search_result',
  15168.                 => 'sonata.admin.block.stats',
  15169.                 => 'sonata.media.block.media',
  15170.                 10 => 'sonata.media.block.feature_media',
  15171.                 11 => 'sonata.media.block.gallery',
  15172.                 12 => 'sonata.media.block.gallery_list',
  15173.                 13 => 'sonata.formatter.block.formatter',
  15174.             ],
  15175.             'sonata_block.cache_blocks' => [
  15176.                 'by_type' => [
  15177.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  15178.                     'sonata.block.service.container' => 'sonata.cache.noop',
  15179.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  15180.                     'sonata.block.service.text' => 'sonata.cache.noop',
  15181.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  15182.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  15183.                     'sonata.block.service.template' => 'sonata.cache.noop',
  15184.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  15185.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  15186.                     'sonata.media.block.media' => 'sonata.cache.noop',
  15187.                     'sonata.media.block.feature_media' => 'sonata.cache.noop',
  15188.                     'sonata.media.block.gallery' => 'sonata.cache.noop',
  15189.                     'sonata.media.block.gallery_list' => 'sonata.cache.noop',
  15190.                     'sonata.formatter.block.formatter' => 'sonata.cache.noop',
  15191.                 ],
  15192.             ],
  15193.             'sonata_blocks.default_contexts' => [
  15194.             ],
  15195.             'knp_menu.renderer.list.options' => [
  15196.             ],
  15197.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  15198.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  15199.             'knp_menu.renderer.twig.options' => [
  15200.             ],
  15201.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  15202.             'knp_menu.default_renderer' => 'twig',
  15203.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  15204.                 'choice' => 'select',
  15205.                 'boolean' => 'select',
  15206.                 'text' => 'text',
  15207.                 'textarea' => 'textarea',
  15208.                 'html' => 'textarea',
  15209.                 'email' => 'email',
  15210.                 'string' => 'text',
  15211.                 'smallint' => 'text',
  15212.                 'bigint' => 'text',
  15213.                 'integer' => 'number',
  15214.                 'decimal' => 'number',
  15215.                 'currency' => 'number',
  15216.                 'percent' => 'number',
  15217.                 'url' => 'url',
  15218.                 'date' => 'date',
  15219.             ],
  15220.             'sonata.admin.configuration.legacy_twig_text_extension' => true,
  15221.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  15222.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  15223.             'sonata.admin.configuration.templates' => [
  15224.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  15225.                 'preview' => 'admin/CRUD/preview.html.twig',
  15226.                 'outer_list_rows_tree' => 'RedCodeTreeBundle:CRUD:tree.html.twig',
  15227.                 'edit' => 'admin/CRUD/edit.html.twig',
  15228.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  15229.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  15230.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  15231.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  15232.                 'search' => '@SonataAdmin/Core/search.html.twig',
  15233.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  15234.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  15235.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  15236.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  15237.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  15238.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  15239.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  15240.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  15241.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  15242.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  15243.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  15244.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  15245.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  15246.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  15247.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  15248.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  15249.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  15250.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  15251.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  15252.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  15253.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  15254.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  15255.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  15256.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  15257.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  15258.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  15259.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  15260.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  15261.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  15262.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  15263.             ],
  15264.             'sonata.admin.configuration.admin_services' => [
  15265.             ],
  15266.             'sonata.admin.configuration.dashboard_groups' => [
  15267.             ],
  15268.             'sonata.admin.configuration.dashboard_blocks' => [
  15269.                 => [
  15270.                     'type' => 'sonata.admin.block.admin_list',
  15271.                     'position' => 'left',
  15272.                     'roles' => [
  15273.                     ],
  15274.                     'settings' => [
  15275.                     ],
  15276.                     'class' => 'col-md-4',
  15277.                 ],
  15278.             ],
  15279.             'sonata.admin.configuration.sort_admins' => false,
  15280.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  15281.             'sonata.admin.configuration.default_group' => 'default',
  15282.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  15283.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  15284.             'sonata.admin.configuration.breadcrumbs' => [
  15285.                 'child_admin_route' => 'edit',
  15286.             ],
  15287.             'sonata.admin.security.acl_user_manager' => 'App\\Manager\\AclUserManager',
  15288.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  15289.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  15290.             'sonata.admin.configuration.security.information' => [
  15291.                 'GUEST' => [
  15292.                     => 'VIEW',
  15293.                     => 'LIST',
  15294.                 ],
  15295.                 'STAFF' => [
  15296.                     => 'VIEW',
  15297.                     => 'EDIT',
  15298.                     => 'LIST',
  15299.                     => 'CREATE',
  15300.                 ],
  15301.                 'EDITOR' => [
  15302.                     => 'OPERATOR',
  15303.                     => 'EXPORT',
  15304.                 ],
  15305.                 'ADMIN' => [
  15306.                     => 'MASTER',
  15307.                 ],
  15308.             ],
  15309.             'sonata.admin.configuration.security.admin_permissions' => [
  15310.                 => 'CREATE',
  15311.                 => 'LIST',
  15312.                 => 'DELETE',
  15313.                 => 'UNDELETE',
  15314.                 => 'EXPORT',
  15315.                 => 'OPERATOR',
  15316.                 => 'MASTER',
  15317.             ],
  15318.             'sonata.admin.configuration.security.object_permissions' => [
  15319.                 => 'VIEW',
  15320.                 => 'EDIT',
  15321.                 => 'DELETE',
  15322.                 => 'UNDELETE',
  15323.                 => 'OPERATOR',
  15324.                 => 'MASTER',
  15325.                 => 'OWNER',
  15326.             ],
  15327.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  15328.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  15329.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  15330.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  15331.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  15332.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  15333.             'sonata.admin.extension.map' => [
  15334.                 'admins' => [
  15335.                 ],
  15336.                 'excludes' => [
  15337.                 ],
  15338.                 'implements' => [
  15339.                 ],
  15340.                 'extends' => [
  15341.                 ],
  15342.                 'instanceof' => [
  15343.                 ],
  15344.                 'uses' => [
  15345.                 ],
  15346.             ],
  15347.             'sonata.admin.configuration.filters.persist' => false,
  15348.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  15349.             'sonata.admin.configuration.show.mosaic.button' => true,
  15350.             'sonata.admin.configuration.translate_group_label' => false,
  15351.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  15352.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  15353.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  15354.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  15355.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  15356.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  15357.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  15358.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  15359.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  15360.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  15361.             'doctrine.entity_managers' => [
  15362.                 'default' => 'doctrine.orm.default_entity_manager',
  15363.             ],
  15364.             'doctrine.default_entity_manager' => 'default',
  15365.             'doctrine.dbal.connection_factory.types' => [
  15366.                 'json' => [
  15367.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  15368.                 ],
  15369.             ],
  15370.             'doctrine.connections' => [
  15371.                 'default' => 'doctrine.dbal.default_connection',
  15372.             ],
  15373.             'doctrine.default_connection' => 'default',
  15374.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  15375.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  15376.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  15377.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  15378.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  15379.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  15380.             'doctrine.orm.cache.memcache_host' => 'localhost',
  15381.             'doctrine.orm.cache.memcache_port' => 11211,
  15382.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  15383.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  15384.             'doctrine.orm.cache.memcached_host' => 'localhost',
  15385.             'doctrine.orm.cache.memcached_port' => 11211,
  15386.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  15387.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  15388.             'doctrine.orm.cache.redis_host' => 'localhost',
  15389.             'doctrine.orm.cache.redis_port' => 6379,
  15390.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  15391.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  15392.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  15393.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  15394.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  15395.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  15396.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  15397.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  15398.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  15399.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  15400.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  15401.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  15402.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  15403.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  15404.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  15405.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  15406.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  15407.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  15408.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  15409.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  15410.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  15411.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  15412.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  15413.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  15414.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  15415.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  15416.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  15417.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  15418.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  15419.             'doctrine.orm.auto_generate_proxy_classes' => true,
  15420.             'doctrine.orm.proxy_namespace' => 'Proxies',
  15421.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  15422.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  15423.             'sonata_doctrine_orm_admin.templates' => [
  15424.                 'types' => [
  15425.                     'list' => [
  15426.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  15427.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  15428.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  15429.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  15430.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  15431.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  15432.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  15433.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  15434.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  15435.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  15436.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  15437.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  15438.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  15439.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  15440.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  15441.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  15442.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  15443.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  15444.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  15445.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  15446.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  15447.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  15448.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  15449.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  15450.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  15451.                         'image_select' => 'admin/Form/field_types/list_image_select.html.twig',
  15452.                     ],
  15453.                     'show' => [
  15454.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  15455.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  15456.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  15457.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  15458.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  15459.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15460.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  15461.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  15462.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15463.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15464.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15465.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15466.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15467.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  15468.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  15469.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  15470.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  15471.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  15472.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  15473.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  15474.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  15475.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  15476.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  15477.                         'image_select' => 'admin/Form/field_types/show_image_select.html.twig',
  15478.                     ],
  15479.                 ],
  15480.                 'form' => [
  15481.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  15482.                 ],
  15483.                 'filter' => [
  15484.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  15485.                 ],
  15486.             ],
  15487.             'doctrine_migrations.name' => 'Application Migrations',
  15488.             'doctrine_migrations.migrations_paths' => [
  15489.             ],
  15490.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/DoctrineMigrations'),
  15491.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  15492.             'doctrine_migrations.table_name' => 'migration_versions',
  15493.             'doctrine_migrations.column_name' => 'version',
  15494.             'doctrine_migrations.column_length' => 14,
  15495.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  15496.             'doctrine_migrations.all_or_nothing' => false,
  15497.             'doctrine_migrations.custom_template' => NULL,
  15498.             'doctrine_migrations.organize_migrations' => false,
  15499.             'nelmio_api_doc.areas' => [
  15500.                 => 'default',
  15501.             ],
  15502.             'fos_user.backend_type_orm' => true,
  15503.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  15504.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  15505.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  15506.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  15507.             'fos_user.storage' => 'orm',
  15508.             'fos_user.firewall_name' => 'api',
  15509.             'fos_user.model_manager_name' => NULL,
  15510.             'fos_user.model.user.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  15511.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  15512.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  15513.             'fos_user.profile.form.validation_groups' => [
  15514.                 => 'Profile',
  15515.                 => 'Default',
  15516.             ],
  15517.             'fos_user.registration.confirmation.enabled' => false,
  15518.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  15519.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  15520.             'fos_user.registration.form.validation_groups' => [
  15521.                 => 'Registration',
  15522.                 => 'Default',
  15523.             ],
  15524.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  15525.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  15526.             'fos_user.change_password.form.validation_groups' => [
  15527.                 => 'ChangePassword',
  15528.                 => 'Default',
  15529.             ],
  15530.             'fos_user.resetting.retry_ttl' => 7200,
  15531.             'fos_user.resetting.token_ttl' => 60,
  15532.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  15533.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  15534.             'fos_user.resetting.form.validation_groups' => [
  15535.                 => 'ResetPassword',
  15536.                 => 'Default',
  15537.             ],
  15538.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  15539.             'fos_user.model.group.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  15540.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  15541.             'fos_user.group.form.name' => 'fos_user_group_form',
  15542.             'fos_user.group.form.validation_groups' => [
  15543.                 => 'Registration',
  15544.                 => 'Default',
  15545.             ],
  15546.             'sonata.user.admin.groupname' => 'sonata_user',
  15547.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  15548.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  15549.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  15550.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  15551.             'sonata.user.admin.user.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  15552.             'sonata.user.admin.group.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  15553.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  15554.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  15555.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  15556.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  15557.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  15558.             'sonata.user.impersonating' => false,
  15559.             'sonata.user.google.authenticator.enabled' => false,
  15560.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  15561.             'swiftmailer.mailer.default.spool.enabled' => true,
  15562.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  15563.             'swiftmailer.mailer.default.single_address' => NULL,
  15564.             'swiftmailer.mailer.default.delivery.enabled' => true,
  15565.             'swiftmailer.spool.enabled' => true,
  15566.             'swiftmailer.delivery.enabled' => true,
  15567.             'swiftmailer.single_address' => NULL,
  15568.             'swiftmailer.mailers' => [
  15569.                 'default' => 'swiftmailer.mailer.default',
  15570.             ],
  15571.             'swiftmailer.default_mailer' => 'default',
  15572.             'sonata.media.provider.image.class' => 'Sonata\\MediaBundle\\Provider\\ImageProvider',
  15573.             'sonata.media.provider.file.class' => 'Sonata\\MediaBundle\\Provider\\FileProvider',
  15574.             'sonata.media.provider.youtube.class' => 'Sonata\\MediaBundle\\Provider\\YouTubeProvider',
  15575.             'sonata.media.provider.dailymotion.class' => 'Sonata\\MediaBundle\\Provider\\DailyMotionProvider',
  15576.             'sonata.media.provider.vimeo.class' => 'Sonata\\MediaBundle\\Provider\\VimeoProvider',
  15577.             'sonata.media.thumbnail.format' => 'Sonata\\MediaBundle\\Thumbnail\\FormatThumbnail',
  15578.             'sonata.media.thumbnail.format.default' => 'jpg',
  15579.             'sonata.media.thumbnail.liip_imagine' => 'Sonata\\MediaBundle\\Thumbnail\\LiipImagineThumbnail',
  15580.             'sonata.media.pool.class' => 'Sonata\\MediaBundle\\Provider\\Pool',
  15581.             'sonata.media.resizer.simple.class' => 'Sonata\\MediaBundle\\Resizer\\SimpleResizer',
  15582.             'sonata.media.resizer.square.class' => 'Sonata\\MediaBundle\\Resizer\\SquareResizer',
  15583.             'sonata.media.adapter.image.gd.class' => 'Imagine\\Gd\\Imagine',
  15584.             'sonata.media.adapter.image.imagick.class' => 'Imagine\\Imagick\\Imagine',
  15585.             'sonata.media.adapter.image.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
  15586.             'sonata.media.metadata.proxy.class' => 'Sonata\\MediaBundle\\Metadata\\ProxyMetadataBuilder',
  15587.             'sonata.media.metadata.amazon.class' => 'Sonata\\MediaBundle\\Metadata\\AmazonMetadataBuilder',
  15588.             'sonata.media.metadata.noop.class' => 'Sonata\\MediaBundle\\Metadata\\NoopMetadataBuilder',
  15589.             'sonata.media.adapater.filesystem.opencloud.class' => '',
  15590.             'sonata.media.block.media.class' => 'Sonata\\MediaBundle\\Block\\MediaBlockService',
  15591.             'sonata.media.block.feature_media.class' => 'Sonata\\MediaBundle\\Block\\FeatureMediaBlockService',
  15592.             'sonata.media.block.gallery.class' => 'Sonata\\MediaBundle\\Block\\GalleryBlockService',
  15593.             'sonata.media.block.gallery_list.class' => 'Sonata\\MediaBundle\\Block\\GalleryListBlockService',
  15594.             'sonata.media.manager.media.class' => 'Sonata\\MediaBundle\\Entity\\MediaManager',
  15595.             'sonata.media.manager.gallery.class' => 'Sonata\\MediaBundle\\Entity\\GalleryManager',
  15596.             'sonata.media.admin.groupname' => 'sonata_media',
  15597.             'sonata.media.admin.groupicon' => '<i class=\'fa fa-image\'></i>',
  15598.             'sonata.media.admin.media.class' => 'Sonata\\MediaBundle\\Admin\\ORM\\MediaAdmin',
  15599.             'sonata.media.admin.media.controller' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\Controller\\MediaAdminController',
  15600.             'sonata.media.admin.media.translation_domain' => 'SonataMediaBundle',
  15601.             'sonata.media.admin.gallery.class' => 'Sonata\\MediaBundle\\Admin\\GalleryAdmin',
  15602.             'sonata.media.admin.gallery.controller' => 'Sonata\\MediaBundle\\Controller\\GalleryAdminController',
  15603.             'sonata.media.admin.gallery.translation_domain' => 'SonataMediaBundle',
  15604.             'sonata.media.admin.gallery_has_media.class' => 'Sonata\\MediaBundle\\Admin\\GalleryHasMediaAdmin',
  15605.             'sonata.media.admin.gallery_has_media.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  15606.             'sonata.media.admin.gallery_has_media.translation_domain' => 'SonataMediaBundle',
  15607.             'sonata.media.admin_format' => [
  15608.                 'width' => 200,
  15609.                 'height' => NULL,
  15610.                 'quality' => 90,
  15611.                 'format' => 'jpg',
  15612.                 'constraint' => true,
  15613.             ],
  15614.             'sonata.media.resizer.simple.adapter.mode' => 'inset',
  15615.             'sonata.media.resizer.square.adapter.mode' => 'inset',
  15616.             'sonata.media.admin.media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  15617.             'sonata.media.admin.gallery.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  15618.             'sonata.media.admin.gallery_has_media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia',
  15619.             'sonata.media.media.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  15620.             'sonata.media.gallery.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  15621.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  15622.             'stof_doctrine_extensions.listener.sluggable.class' => 'App\\Service\\SluggableListener',
  15623.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  15624.             'stof_doctrine_extensions.default_locale' => 'en_US',
  15625.             'stof_doctrine_extensions.translation_fallback' => false,
  15626.             'stof_doctrine_extensions.persist_default_translation' => false,
  15627.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  15628.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  15629.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  15630.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  15631.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  15632.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  15633.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  15634.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  15635.             'coop_tilleuls_ck_editor_sonata_media.configuration.templates' => [
  15636.                 'layout' => '@CoopTilleulsCKEditorSonataMedia/layout.html.twig',
  15637.                 'browser' => '@CoopTilleulsCKEditorSonataMedia/MediaAdmin/browser.html.twig',
  15638.                 'upload' => '@CoopTilleulsCKEditorSonataMedia/MediaAdmin/upload.html.twig',
  15639.             ],
  15640.             'coop_tilleuls_ck_editor_sonata_media.media.extension.class' => 'CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle\\Admin\\MediaAdminExtension',
  15641.             'sonata.formatter.text.markdown.class' => 'Sonata\\FormatterBundle\\Formatter\\MarkdownFormatter',
  15642.             'sonata.formatter.text.text.class' => 'Sonata\\FormatterBundle\\Formatter\\TextFormatter',
  15643.             'sonata.formatter.text.raw.class' => 'Sonata\\FormatterBundle\\Formatter\\RawFormatter',
  15644.             'sonata.formatter.text.twigengine.class' => 'Sonata\\FormatterBundle\\Formatter\\TwigFormatter',
  15645.             'sonata.formatter.block.formatter.class' => 'Sonata\\FormatterBundle\\Block\\FormatterBlockService',
  15646.             'sonata.formatter.ckeditor.extension.class' => 'Sonata\\FormatterBundle\\Admin\\CkeditorAdminExtension',
  15647.             'sonata.formatter.ckeditor.configuration.templates' => [
  15648.                 'browser' => '@SonataFormatter/Ckeditor/browser.html.twig',
  15649.                 'upload' => '@SonataFormatter/Ckeditor/upload.html.twig',
  15650.             ],
  15651.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  15652.             'sonata.form.form_type' => 'standard',
  15653.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  15654.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  15655.             'sonata.twig.form_type' => 'standard',
  15656.             'sonata_multi_upload.max_upload_filesize' => 0,
  15657.             'sonata_multi_upload.redirect_to' => NULL,
  15658.             'nelmio_cors.map' => [
  15659.                 '^/' => [
  15660.                 ],
  15661.             ],
  15662.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  15663.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  15664.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  15665.             'sonata.classification.manager.category.class' => 'Sonata\\ClassificationBundle\\Entity\\CategoryManager',
  15666.             'sonata.classification.manager.tag.class' => 'Sonata\\ClassificationBundle\\Entity\\TagManager',
  15667.             'sonata.classification.manager.collection.class' => 'Sonata\\ClassificationBundle\\Entity\\CollectionManager',
  15668.             'sonata.classification.manager.context.class' => 'Sonata\\ClassificationBundle\\Entity\\ContextManager',
  15669.             'sonata.classification.admin.groupname' => 'sonata_classification',
  15670.             'sonata.classification.admin.groupicon' => '<i class=\'fa fa-tags\'></i>',
  15671.             'sonata.classification.admin.tag.entity' => 'App\\Entity\\Sonata\\Classification\\Tag',
  15672.             'sonata.classification.admin.category.entity' => 'App\\Entity\\Sonata\\Classification\\Category',
  15673.             'sonata.classification.admin.collection.entity' => 'App\\Entity\\Sonata\\Classification\\Collection',
  15674.             'sonata.classification.admin.context.entity' => 'App\\Entity\\Sonata\\Classification\\Context',
  15675.             'sonata.classification.manager.tag.entity' => 'App\\Entity\\Sonata\\Classification\\Tag',
  15676.             'sonata.classification.manager.category.entity' => 'App\\Entity\\Sonata\\Classification\\Category',
  15677.             'sonata.classification.manager.collection.entity' => 'App\\Entity\\Sonata\\Classification\\Collection',
  15678.             'sonata.classification.manager.context.entity' => 'App\\Entity\\Sonata\\Classification\\Context',
  15679.             'sonata.classification.admin.category.class' => 'Sonata\\ClassificationBundle\\Admin\\CategoryAdmin',
  15680.             'sonata.classification.admin.category.controller' => 'SonataClassificationBundle:CategoryAdmin',
  15681.             'sonata.classification.admin.category.translation_domain' => 'SonataClassificationBundle',
  15682.             'sonata.classification.admin.tag.class' => 'Sonata\\ClassificationBundle\\Admin\\TagAdmin',
  15683.             'sonata.classification.admin.tag.controller' => 'SonataAdminBundle:CRUD',
  15684.             'sonata.classification.admin.tag.translation_domain' => 'SonataClassificationBundle',
  15685.             'sonata.classification.admin.collection.class' => 'Sonata\\ClassificationBundle\\Admin\\CollectionAdmin',
  15686.             'sonata.classification.admin.collection.controller' => 'SonataAdminBundle:CRUD',
  15687.             'sonata.classification.admin.collection.translation_domain' => 'SonataClassificationBundle',
  15688.             'sonata.classification.admin.context.class' => 'Sonata\\ClassificationBundle\\Admin\\ContextAdmin',
  15689.             'sonata.classification.admin.context.controller' => 'SonataAdminBundle:CRUD',
  15690.             'sonata.classification.admin.context.translation_domain' => 'SonataClassificationBundle',
  15691.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  15692.             'web_profiler.debug_toolbar.mode' => 2,
  15693.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  15694.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  15695.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  15696.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  15697.             'fos_oauth_server.server.options' => [
  15698.             ],
  15699.             'fos_oauth_server.model_manager_name' => NULL,
  15700.             'fos_oauth_server.model.client.class' => 'App\\Entity\\Api\\Client',
  15701.             'fos_oauth_server.model.access_token.class' => 'App\\Entity\\Api\\AccessToken',
  15702.             'fos_oauth_server.model.refresh_token.class' => 'App\\Entity\\Api\\RefreshToken',
  15703.             'fos_oauth_server.model.auth_code.class' => 'App\\Entity\\Api\\AuthCode',
  15704.             'fos_oauth_server.template.engine' => 'twig',
  15705.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  15706.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  15707.             'fos_oauth_server.authorize.form.validation_groups' => [
  15708.                 => 'Authorize',
  15709.                 => 'Default',
  15710.             ],
  15711.             'lexik_jwt_authentication.clock_skew' => 0,
  15712.             'lexik_jwt_authentication.user_identity_field' => 'username',
  15713.             'lexik_jwt_authentication.user_id_claim' => 'username',
  15714.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  15715.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  15716.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  15717.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  15718.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  15719.             'gesdinet_jwt_refresh_token.user_provider' => 'fos_user.user_provider.username_email',
  15720.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  15721.             'gesdinet_jwt_refresh_token.single_use' => false,
  15722.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  15723.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  15724.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  15725.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  15726.             'monolog.use_microseconds' => true,
  15727.             'monolog.swift_mailer.handlers' => [
  15728.             ],
  15729.             'monolog.handlers_to_channels' => [
  15730.                 'monolog.handler.console' => [
  15731.                     'type' => 'exclusive',
  15732.                     'elements' => [
  15733.                         => 'event',
  15734.                         => 'doctrine',
  15735.                         => 'console',
  15736.                     ],
  15737.                 ],
  15738.                 'monolog.handler.main' => [
  15739.                     'type' => 'exclusive',
  15740.                     'elements' => [
  15741.                         => 'event',
  15742.                     ],
  15743.                 ],
  15744.             ],
  15745.             'security.acl.dbal.class_table_name' => 'acl_classes',
  15746.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  15747.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  15748.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  15749.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  15750.             'dh_auditor.configuration' => [
  15751.                 'timezone' => 'Indian/Mauritius',
  15752.                 'enabled' => true,
  15753.                 'user_provider' => 'dh_auditor.user_provider',
  15754.                 'security_provider' => 'dh_auditor.security_provider',
  15755.                 'role_checker' => 'dh_auditor.role_checker',
  15756.             ],
  15757.             'dh_auditor.provider.doctrine.configuration' => [
  15758.                 'table_prefix' => '',
  15759.                 'table_suffix' => '_audit',
  15760.                 'viewer' => true,
  15761.                 'ignored_columns' => [
  15762.                     => 'createdAt',
  15763.                     => 'updatedAt',
  15764.                 ],
  15765.                 'entities' => [
  15766.                     'App\\Entity\\Magazine\\Magazine' => [
  15767.                         'enabled' => true,
  15768.                     ],
  15769.                     'App\\Entity\\Magazine\\MagazinePage' => [
  15770.                         'enabled' => true,
  15771.                     ],
  15772.                 ],
  15773.                 'storage_services' => [
  15774.                     => '@doctrine.orm.default_entity_manager',
  15775.                 ],
  15776.                 'auditing_services' => [
  15777.                     => '@doctrine.orm.default_entity_manager',
  15778.                 ],
  15779.                 'storage_mapper' => NULL,
  15780.             ],
  15781.             'fos_elastica.property_accessor.magicCall' => false,
  15782.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  15783.             'fos_elastica.default_index' => 'app',
  15784.             'data_collector.templates' => [
  15785.                 'data_collector.request' => [
  15786.                     => 'request',
  15787.                     => '@WebProfiler/Collector/request.html.twig',
  15788.                 ],
  15789.                 'data_collector.time' => [
  15790.                     => 'time',
  15791.                     => '@WebProfiler/Collector/time.html.twig',
  15792.                 ],
  15793.                 'data_collector.memory' => [
  15794.                     => 'memory',
  15795.                     => '@WebProfiler/Collector/memory.html.twig',
  15796.                 ],
  15797.                 'data_collector.validator' => [
  15798.                     => 'validator',
  15799.                     => '@WebProfiler/Collector/validator.html.twig',
  15800.                 ],
  15801.                 'data_collector.ajax' => [
  15802.                     => 'ajax',
  15803.                     => '@WebProfiler/Collector/ajax.html.twig',
  15804.                 ],
  15805.                 'data_collector.form' => [
  15806.                     => 'form',
  15807.                     => '@WebProfiler/Collector/form.html.twig',
  15808.                 ],
  15809.                 'data_collector.exception' => [
  15810.                     => 'exception',
  15811.                     => '@WebProfiler/Collector/exception.html.twig',
  15812.                 ],
  15813.                 'data_collector.logger' => [
  15814.                     => 'logger',
  15815.                     => '@WebProfiler/Collector/logger.html.twig',
  15816.                 ],
  15817.                 'data_collector.events' => [
  15818.                     => 'events',
  15819.                     => '@WebProfiler/Collector/events.html.twig',
  15820.                 ],
  15821.                 'data_collector.router' => [
  15822.                     => 'router',
  15823.                     => '@WebProfiler/Collector/router.html.twig',
  15824.                 ],
  15825.                 'data_collector.cache' => [
  15826.                     => 'cache',
  15827.                     => '@WebProfiler/Collector/cache.html.twig',
  15828.                 ],
  15829.                 'data_collector.translation' => [
  15830.                     => 'translation',
  15831.                     => '@WebProfiler/Collector/translation.html.twig',
  15832.                 ],
  15833.                 'data_collector.security' => [
  15834.                     => 'security',
  15835.                     => '@Security/Collector/security.html.twig',
  15836.                 ],
  15837.                 'data_collector.twig' => [
  15838.                     => 'twig',
  15839.                     => '@WebProfiler/Collector/twig.html.twig',
  15840.                 ],
  15841.                 'data_collector.doctrine' => [
  15842.                     => 'db',
  15843.                     => '@Doctrine/Collector/db.html.twig',
  15844.                 ],
  15845.                 'swiftmailer.data_collector' => [
  15846.                     => 'swiftmailer',
  15847.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  15848.                 ],
  15849.                 'mailer.data_collector' => [
  15850.                     => 'mailer',
  15851.                     => '@WebProfiler/Collector/mailer.html.twig',
  15852.                 ],
  15853.                 'sonata.block.data_collector' => [
  15854.                     => 'block',
  15855.                     => '@SonataBlock/Profiler/block.html.twig',
  15856.                 ],
  15857.                 'fos_elastica.data_collector' => [
  15858.                     => 'elastica',
  15859.                     => '@FOSElastica/Collector/elastica.html.twig',
  15860.                 ],
  15861.                 'data_collector.config' => [
  15862.                     => 'config',
  15863.                     => '@WebProfiler/Collector/config.html.twig',
  15864.                 ],
  15865.             ],
  15866.             'console.command.ids' => [
  15867.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  15868.                 => 'Sonata\\MediaBundle\\Command\\AddMassMediaCommand',
  15869.                 => 'Sonata\\MediaBundle\\Command\\AddMediaCommand',
  15870.                 => 'Sonata\\MediaBundle\\Command\\CleanMediaCommand',
  15871.                 => 'Sonata\\MediaBundle\\Command\\FixMediaContextCommand',
  15872.                 => 'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand',
  15873.                 => 'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand',
  15874.                 => 'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand',
  15875.                 => 'Sonata\\MediaBundle\\Command\\SyncThumbsCommand',
  15876.                 => 'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand',
  15877.                 10 => 'Sonata\\ClassificationBundle\\Command\\FixContextCommand',
  15878.                 11 => 'console.command.public_alias.fos_oauth_server.clean_command',
  15879.                 12 => 'console.command.public_alias.fos_oauth_server.create_client_command',
  15880.             ],
  15881.         ];
  15882.     }
  15883.     protected function throw($message)
  15884.     {
  15885.         throw new RuntimeException($message);
  15886.     }
  15887. }