var/cache/dev/ContainerXxUiZxH/srcAppBundle_KernelDevDebugContainer.php line 1599

Open in your IDE?
  1. <?php
  2. namespace ContainerXxUiZxH;
  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 srcAppBundle_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.             'AWEdmBundle\\Factory\\FileSystemFactory' => 'getFileSystemFactoryService',
  37.             'AWEdmBundle\\Service\\PathGenerator' => 'getPathGeneratorService',
  38.             'articlecms.article_manager' => 'getArticlecms_ArticleManagerService',
  39.             'articlecms.twig.article_extension' => 'getArticlecms_Twig_ArticleExtensionService',
  40.             'awcms.cache' => 'getAwcms_CacheService',
  41.             'awcms.config_manager' => 'getAwcms_ConfigManagerService',
  42.             'awcms.host_listener' => 'getAwcms_HostListenerService',
  43.             'awcms.mailer' => 'getAwcms_MailerService',
  44.             'awcms.menu_tree_manager' => 'getAwcms_MenuTreeManagerService',
  45.             'awcms.module_manager' => 'getAwcms_ModuleManagerService',
  46.             'awcms.page_manager' => 'getAwcms_PageManagerService',
  47.             'awcms.response_listener' => 'getAwcms_ResponseListenerService',
  48.             'awcms.router.cms' => 'getAwcms_Router_CmsService',
  49.             'awcms.site_manager' => 'getAwcms_SiteManagerService',
  50.             'awcms.slug.slug_getter' => 'getAwcms_Slug_SlugGetterService',
  51.             'awcms.slug.slug_redirector' => 'getAwcms_Slug_SlugRedirectorService',
  52.             'awcms.slug.sluggable_transformer' => 'getAwcms_Slug_SluggableTransformerService',
  53.             'awcms.slug_manager' => 'getAwcms_SlugManagerService',
  54.             'awcms.template_listener' => 'getAwcms_TemplateListenerService',
  55.             'awcms.twig.extension.generic' => 'getAwcms_Twig_Extension_GenericService',
  56.             'awcms.twig.extension.path' => 'getAwcms_Twig_Extension_PathService',
  57.             'awcms.twig.extension.translated_url_extension' => 'getAwcms_Twig_Extension_TranslatedUrlExtensionService',
  58.             'awcsocialbundle.twig.facebook_extension' => 'getAwcsocialbundle_Twig_FacebookExtensionService',
  59.             'awcsocialbundle.twig.instagram_extension' => 'getAwcsocialbundle_Twig_InstagramExtensionService',
  60.             'awcsocialbundle.twig.social_network_bundle_extension' => 'getAwcsocialbundle_Twig_SocialNetworkBundleExtensionService',
  61.             'awedm.manager.document' => 'getAwedm_Manager_DocumentService',
  62.             'awzonetemplate.twig.zonetemplateinstance_extension' => 'getAwzonetemplate_Twig_ZonetemplateinstanceExtensionService',
  63.             'awzonetemplate.zonetemplateinstance_manager' => 'getAwzonetemplate_ZonetemplateinstanceManagerService',
  64.             'awzonetemplate.zonetemplateinstance_templating' => 'getAwzonetemplate_ZonetemplateinstanceTemplatingService',
  65.             'cache.app' => 'getCache_AppService',
  66.             'cache.system' => 'getCache_SystemService',
  67.             'data_collector.dump' => 'getDataCollector_DumpService',
  68.             'doctrine' => 'getDoctrineService',
  69.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  70.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  71.             'event_dispatcher' => 'getEventDispatcherService',
  72.             'form.factory' => 'getForm_FactoryService',
  73.             'http_kernel' => 'getHttpKernelService',
  74.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  75.             'jms_i18n_routing.cookie_setting_listener' => 'getJmsI18nRouting_CookieSettingListenerService',
  76.             'liip_functional_test.exception_listener' => 'getLiipFunctionalTest_ExceptionListenerService',
  77.             'liip_functional_test.validator' => 'getLiipFunctionalTest_ValidatorService',
  78.             'message_bus' => 'getMessageBusService',
  79.             'nelmio_api_doc.extractor.api_doc_extractor' => 'getNelmioApiDoc_Extractor_ApiDocExtractorService',
  80.             'nelmio_api_doc.formatter.html_formatter' => 'getNelmioApiDoc_Formatter_HtmlFormatterService',
  81.             'oneup_flysystem.local_filesystem' => 'getOneupFlysystem_LocalFilesystemService',
  82.             'oneup_flysystem.s3_filesystem' => 'getOneupFlysystem_S3FilesystemService',
  83.             'profiler' => 'getProfilerService',
  84.             'request_stack' => 'getRequestStackService',
  85.             'router' => 'getRouterService',
  86.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  87.             'security.token_storage' => 'getSecurity_TokenStorageService',
  88.             'session' => 'getSessionService',
  89.             'translator' => 'getTranslatorService',
  90.             'twig' => 'getTwigService',
  91.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  92.         ];
  93.         $this->fileMap = [
  94.             'AWCatalogBundle\\Controller\\CatalogSettingsController' => 'getCatalogSettingsControllerService.php',
  95.             'AWCatalogBundle\\Controller\\CategoryController' => 'getCategoryControllerService.php',
  96.             'AWCatalogBundle\\Controller\\CategoryFilterController' => 'getCategoryFilterControllerService.php',
  97.             'AWCatalogBundle\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  98.             'AWCatalogBundle\\Controller\\FilterController' => 'getFilterControllerService.php',
  99.             'AWCatalogBundle\\Controller\\ItemController' => 'getItemControllerService.php',
  100.             'AWCmsBundle\\Controller\\AdminController' => 'getAdminControllerService.php',
  101.             'AWCmsBundle\\Controller\\BlocController' => 'getBlocControllerService.php',
  102.             'AWCmsBundle\\Controller\\CallToActionController' => 'getCallToActionControllerService.php',
  103.             'AWCmsBundle\\Controller\\CloneController' => 'getCloneControllerService.php',
  104.             'AWCmsBundle\\Controller\\DebugController' => 'getDebugControllerService.php',
  105.             'AWCmsBundle\\Controller\\DesignController' => 'getDesignControllerService.php',
  106.             'AWCmsBundle\\Controller\\EdmFilesController' => 'getEdmFilesControllerService.php',
  107.             'AWCmsBundle\\Controller\\ElementController' => 'getElementControllerService.php',
  108.             'AWCmsBundle\\Controller\\EmailSettingsController' => 'getEmailSettingsControllerService.php',
  109.             'AWCmsBundle\\Controller\\FlashInfoController' => 'getFlashInfoControllerService.php',
  110.             'AWCmsBundle\\Controller\\FrontController' => 'getFrontControllerService.php',
  111.             'AWCmsBundle\\Controller\\HealthCheckController' => 'getHealthCheckControllerService.php',
  112.             'AWCmsBundle\\Controller\\HelpController' => 'getHelpControllerService.php',
  113.             'AWCmsBundle\\Controller\\HistoricController' => 'getHistoricControllerService.php',
  114.             'AWCmsBundle\\Controller\\MenuTreeController' => 'getMenuTreeControllerService.php',
  115.             'AWCmsBundle\\Controller\\ModuleController' => 'getModuleControllerService.php',
  116.             'AWCmsBundle\\Controller\\PageController' => 'getPageControllerService.php',
  117.             'AWCmsBundle\\Controller\\PopInController' => 'getPopInControllerService.php',
  118.             'AWCmsBundle\\Controller\\RedirectionController' => 'getRedirectionControllerService.php',
  119.             'AWCmsBundle\\Controller\\RestController' => 'getRestControllerService.php',
  120.             'AWCmsBundle\\Controller\\Security\\RegistrationController' => 'getRegistrationControllerService.php',
  121.             'AWCmsBundle\\Controller\\Security\\ResettingController' => 'getResettingControllerService.php',
  122.             'AWCmsBundle\\Controller\\Security\\RestSecurityController' => 'getRestSecurityControllerService.php',
  123.             'AWCmsBundle\\Controller\\Security\\SecurityController' => 'getSecurityControllerService.php',
  124.             'AWCmsBundle\\Controller\\Security\\UserBackOfficeController' => 'getUserBackOfficeControllerService.php',
  125.             'AWCmsBundle\\Controller\\Security\\UserFrontOfficeController' => 'getUserFrontOfficeControllerService.php',
  126.             'AWCmsBundle\\Controller\\SiteController' => 'getSiteControllerService.php',
  127.             'AWCmsBundle\\Controller\\SlugController' => 'getSlugControllerService.php',
  128.             'AWCmsBundle\\Controller\\SlugSEOController' => 'getSlugSEOControllerService.php',
  129.             'AWCmsBundle\\Controller\\SocialNetwork\\InstagramController' => 'getInstagramControllerService.php',
  130.             'AWCmsBundle\\Controller\\SocialNetwork\\LinkListController' => 'getLinkListControllerService.php',
  131.             'AWCmsBundle\\Controller\\ThemeController' => 'getThemeControllerService.php',
  132.             'AWEdmBundle\\Controller\\DocumentController' => 'getDocumentControllerService.php',
  133.             'AWEdmBundle\\Controller\\EdmApiController' => 'getEdmApiControllerService.php',
  134.             'AWEdmBundle\\Controller\\FrontController' => 'getFrontController2Service.php',
  135.             'AWEdmBundle\\Controller\\RestController' => 'getRestController2Service.php',
  136.             'AWFormBundle\\Controller\\DefaultController' => 'getDefaultController2Service.php',
  137.             'AWFormBundle\\Controller\\FormSettingsController' => 'getFormSettingsControllerService.php',
  138.             'AWFormBundle\\Controller\\PredefinedChoiceController' => 'getPredefinedChoiceControllerService.php',
  139.             'AppBundle\\Controller\\Admin\\DocumentController' => 'getDocumentController2Service.php',
  140.             'AppBundle\\Controller\\Admin\\EventController' => 'getEventControllerService.php',
  141.             'AppBundle\\Controller\\Admin\\GroupActionController' => 'getGroupActionControllerService.php',
  142.             'AppBundle\\Controller\\Admin\\MemberController' => 'getMemberControllerService.php',
  143.             'AppBundle\\Controller\\Front\\DocumentController' => 'getDocumentController3Service.php',
  144.             'AppBundle\\Controller\\Front\\EventController' => 'getEventController2Service.php',
  145.             'AppBundle\\Controller\\Front\\MemberController' => 'getMemberController2Service.php',
  146.             'ArticleCmsBundle\\Controller\\ArticleController' => 'getArticleControllerService.php',
  147.             'ArticleCmsBundle\\Controller\\ArticleSettingsController' => 'getArticleSettingsControllerService.php',
  148.             'ArticleCmsBundle\\Controller\\FrontController' => 'getFrontController3Service.php',
  149.             'ArticleCmsBundle\\Controller\\TypeArticleController' => 'getTypeArticleControllerService.php',
  150.             'AwCmsSocialNetworkBundle\\Controller\\Api\\SocialNetworkElementController' => 'getSocialNetworkElementControllerService.php',
  151.             'AwCmsSocialNetworkBundle\\Controller\\SocialNetworkSettingsController' => 'getSocialNetworkSettingsControllerService.php',
  152.             'AwCmsZoneTemplateBundle\\Controller\\Admin\\ZoneTemplateController' => 'getZoneTemplateControllerService.php',
  153.             'AwCmsZoneTemplateBundle\\Controller\\Admin\\ZoneTemplateInstanceController' => 'getZoneTemplateInstanceControllerService.php',
  154.             'AwCmsZoneTemplateBundle\\Controller\\Admin\\ZoneTemplateSettingsController' => 'getZoneTemplateSettingsControllerService.php',
  155.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService.php',
  156.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService.php',
  157.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService.php',
  158.             'League\\Flysystem\\Filesystem' => 'getFilesystemService.php',
  159.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  160.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  161.             'app.form.import_type' => 'getApp_Form_ImportTypeService.php',
  162.             'article_element_type' => 'getArticleElementTypeService.php',
  163.             'article_list_element_type' => 'getArticleListElementTypeService.php',
  164.             'article_type_list_element_type' => 'getArticleTypeListElementTypeService.php',
  165.             'articlecms.rssfeed_manager' => 'getArticlecms_RssfeedManagerService.php',
  166.             'awcatalog.category_manager' => 'getAwcatalog_CategoryManagerService.php',
  167.             'awcatalog.form.category_element_type' => 'getAwcatalog_Form_CategoryElementTypeService.php',
  168.             'awcatalog.form.category_filter_type' => 'getAwcatalog_Form_CategoryFilterTypeService.php',
  169.             'awcatalog.form.category_list_element_type' => 'getAwcatalog_Form_CategoryListElementTypeService.php',
  170.             'awcatalog.form.category_type' => 'getAwcatalog_Form_CategoryTypeService.php',
  171.             'awcatalog.form.filter_type' => 'getAwcatalog_Form_FilterTypeService.php',
  172.             'awcatalog.form.item_element_type' => 'getAwcatalog_Form_ItemElementTypeService.php',
  173.             'awcatalog.form.item_list_element_type' => 'getAwcatalog_Form_ItemListElementTypeService.php',
  174.             'awcatalog.form.item_type' => 'getAwcatalog_Form_ItemTypeService.php',
  175.             'awcatalog.item_manager' => 'getAwcatalog_ItemManagerService.php',
  176.             'awcms.articlelist_element_manager' => 'getAwcms_ArticlelistElementManagerService.php',
  177.             'awcms.articletypelist_element_manager' => 'getAwcms_ArticletypelistElementManagerService.php',
  178.             'awcms.base_manager' => 'getAwcms_BaseManagerService.php',
  179.             'awcms.bloc_manager' => 'getAwcms_BlocManagerService.php',
  180.             'awcms.custom_provider' => 'getAwcms_CustomProviderService.php',
  181.             'awcms.font_manager' => 'getAwcms_FontManagerService.php',
  182.             'awcms.form.article_type' => 'getAwcms_Form_ArticleTypeService.php',
  183.             'awcms.form.banner_type' => 'getAwcms_Form_BannerTypeService.php',
  184.             'awcms.form.field.call_to_action_collection_type' => 'getAwcms_Form_Field_CallToActionCollectionTypeService.php',
  185.             'awcms.form.field.internal_link_page_type' => 'getAwcms_Form_Field_InternalLinkPageTypeService.php',
  186.             'awcms.form.field.link_page_type' => 'getAwcms_Form_Field_LinkPageTypeService.php',
  187.             'awcms.form.form_element_type' => 'getAwcms_Form_FormElementTypeService.php',
  188.             'awcms.form.page_type' => 'getAwcms_Form_PageTypeService.php',
  189.             'awcms.form.page_version_type' => 'getAwcms_Form_PageVersionTypeService.php',
  190.             'awcms.form.slug_seo_type' => 'getAwcms_Form_SlugSeoTypeService.php',
  191.             'awcms.form.slug_type' => 'getAwcms_Form_SlugTypeService.php',
  192.             'awcms.form.theme_type' => 'getAwcms_Form_ThemeTypeService.php',
  193.             'awcms.form.types.call_to_action_library_element_type' => 'getAwcms_Form_Types_CallToActionLibraryElementTypeService.php',
  194.             'awcms.form.types.carousel_item_type' => 'getAwcms_Form_Types_CarouselItemTypeService.php',
  195.             'awcms.form.types.menu_header_element_type' => 'getAwcms_Form_Types_MenuHeaderElementTypeService.php',
  196.             'awcms.form.user.add_user_type' => 'getAwcms_Form_User_AddUserTypeService.php',
  197.             'awcms.form_element_manager' => 'getAwcms_FormElementManagerService.php',
  198.             'awcms.host_manager' => 'getAwcms_HostManagerService.php',
  199.             'awcms.itemlist_element_manager' => 'getAwcms_ItemlistElementManagerService.php',
  200.             'awcms.logout_success_handler' => 'getAwcms_LogoutSuccessHandlerService.php',
  201.             'awcms.sitemap_manager' => 'getAwcms_SitemapManagerService.php',
  202.             'awcms.slug.slug_generator' => 'getAwcms_Slug_SlugGeneratorService.php',
  203.             'awcms.slug.slug_mass_generator' => 'getAwcms_Slug_SlugMassGeneratorService.php',
  204.             'awcms.slug.slugify_listener' => 'getAwcms_Slug_SlugifyListenerService.php',
  205.             'awcms.social_network.dropbox.media_getter' => 'getAwcms_SocialNetwork_Dropbox_MediaGetterService.php',
  206.             'awcms.social_network.dropbox_connector' => 'getAwcms_SocialNetwork_DropboxConnectorService.php',
  207.             'awcms.social_network.facebook.media_getter' => 'getAwcms_SocialNetwork_Facebook_MediaGetterService.php',
  208.             'awcms.social_network.facebook_connector' => 'getAwcms_SocialNetwork_FacebookConnectorService.php',
  209.             'awcms.social_network.filter_exploder' => 'getAwcms_SocialNetwork_FilterExploderService.php',
  210.             'awcms.social_network.google.media_getter' => 'getAwcms_SocialNetwork_Google_MediaGetterService.php',
  211.             'awcms.social_network.google_connector' => 'getAwcms_SocialNetwork_GoogleConnectorService.php',
  212.             'awcms.social_network.image_getter' => 'getAwcms_SocialNetwork_ImageGetterService.php',
  213.             'awcms.social_network.instagram.access_token_generator' => 'getAwcms_SocialNetwork_Instagram_AccessTokenGeneratorService.php',
  214.             'awcms.social_network.instagram.media_getter' => 'getAwcms_SocialNetwork_Instagram_MediaGetterService.php',
  215.             'awcms.social_network.instagram_connector' => 'getAwcms_SocialNetwork_InstagramConnectorService.php',
  216.             'awcms.social_network.twitter.media_getter' => 'getAwcms_SocialNetwork_Twitter_MediaGetterService.php',
  217.             'awcms.social_network.twitter.search_result_getter' => 'getAwcms_SocialNetwork_Twitter_SearchResultGetterService.php',
  218.             'awcms.social_network.twitter_connector' => 'getAwcms_SocialNetwork_TwitterConnectorService.php',
  219.             'awcms.socialnetwork_element_manager' => 'getAwcms_SocialnetworkElementManagerService.php',
  220.             'awcms.socialnetworkimagelist_element_manager' => 'getAwcms_SocialnetworkimagelistElementManagerService.php',
  221.             'awcms.zonetemplateinstance_element_manager' => 'getAwcms_ZonetemplateinstanceElementManagerService.php',
  222.             'awcms_host_form' => 'getAwcmsHostFormService.php',
  223.             'awcms_social_network.api.social_network_element_call' => 'getAwcmsSocialNetwork_Api_SocialNetworkElementCallService.php',
  224.             'awcms_social_network.article.article_getter' => 'getAwcmsSocialNetwork_Article_ArticleGetterService.php',
  225.             'awcms_social_network.facebook.album_getter' => 'getAwcmsSocialNetwork_Facebook_AlbumGetterService.php',
  226.             'awcms_social_network.facebook.page_getter' => 'getAwcmsSocialNetwork_Facebook_PageGetterService.php',
  227.             'awcms_social_network.facebook_connector' => 'getAwcmsSocialNetwork_FacebookConnectorService.php',
  228.             'awcms_social_network.instagram.media_getter' => 'getAwcmsSocialNetwork_Instagram_MediaGetterService.php',
  229.             'awcms_social_network.instagram.user_getter' => 'getAwcmsSocialNetwork_Instagram_UserGetterService.php',
  230.             'awcms_social_network.instagram_connector' => 'getAwcmsSocialNetwork_InstagramConnectorService.php',
  231.             'awcms_social_network.twitter.tweet_getter' => 'getAwcmsSocialNetwork_Twitter_TweetGetterService.php',
  232.             'awcms_social_network.twitter.user_getter' => 'getAwcmsSocialNetwork_Twitter_UserGetterService.php',
  233.             'awcms_social_network.twitter_connector' => 'getAwcmsSocialNetwork_TwitterConnectorService.php',
  234.             'awform.form_manager' => 'getAwform_FormManagerService.php',
  235.             'awsocialnetwork.event_listener.cache_cleaner' => 'getAwsocialnetwork_EventListener_CacheCleanerService.php',
  236.             'awsocialnetwork.form.socialnetwork_element_type' => 'getAwsocialnetwork_Form_SocialnetworkElementTypeService.php',
  237.             'awsocialnetwork.socialnetwork_elementdisplaytype_manager' => 'getAwsocialnetwork_SocialnetworkElementdisplaytypeManagerService.php',
  238.             'awuser.user_manager' => 'getAwuser_UserManagerService.php',
  239.             'awzonetemplate.zonetemplatefield_type' => 'getAwzonetemplate_ZonetemplatefieldTypeService.php',
  240.             'awzonetemplate.zonetemplateinstance_entity_type' => 'getAwzonetemplate_ZonetemplateinstanceEntityTypeService.php',
  241.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService.php',
  242.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService.php',
  243.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService.php',
  244.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService.php',
  245.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  246.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  247.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  248.             'cache_clearer' => 'getCacheClearerService.php',
  249.             'cache_warmer' => 'getCacheWarmerService.php',
  250.             'console.command.public_alias.AWCmsBundle\\Command\\AnonymousDataCommand' => 'getAnonymousDataCommandService.php',
  251.             'console.command.public_alias.AWCmsBundle\\Command\\BlocsPositionCommand' => 'getBlocsPositionCommandService.php',
  252.             'console.command.public_alias.AWCmsBundle\\Command\\CloneSiteCommand' => 'getCloneSiteCommandService.php',
  253.             'console.command.public_alias.AWCmsBundle\\Command\\DoubleSlugCommand' => 'getDoubleSlugCommandService.php',
  254.             'console.command.public_alias.AWCmsBundle\\Command\\ElementsPositionCommand' => 'getElementsPositionCommandService.php',
  255.             'console.command.public_alias.AWCmsBundle\\Command\\ExportContentCommand' => 'getExportContentCommandService.php',
  256.             'console.command.public_alias.AWCmsBundle\\Command\\FixSiteCommand' => 'getFixSiteCommandService.php',
  257.             'console.command.public_alias.AWCmsBundle\\Command\\PagesWithoutMenuCommand' => 'getPagesWithoutMenuCommandService.php',
  258.             'console.command.public_alias.AWCmsBundle\\Command\\RecoverMenuTreeCommand' => 'getRecoverMenuTreeCommandService.php',
  259.             'console.command.public_alias.AWCmsBundle\\Command\\SlugCleanEmptyCommand' => 'getSlugCleanEmptyCommandService.php',
  260.             'console.command.public_alias.AWCmsBundle\\Command\\SlugGeneratorCommand' => 'getSlugGeneratorCommandService.php',
  261.             'console.command.public_alias.AWCmsBundle\\Command\\UpdatePageCommand' => 'getUpdatePageCommandService.php',
  262.             'console.command.public_alias.AWCmsBundle\\Command\\UserResetPasswordCommand' => 'getUserResetPasswordCommandService.php',
  263.             'console.command.public_alias.AWEdmBundle\\Command\\AwsS3MigrationCommand' => 'getAwsS3MigrationCommandService.php',
  264.             'console.command.public_alias.AWEdmBundle\\Command\\ChangeFileUrlsToNewOneCommand' => 'getChangeFileUrlsToNewOneCommandService.php',
  265.             'console.command.public_alias.AWEdmBundle\\Command\\ClearFilesCommand' => 'getClearFilesCommandService.php',
  266.             'console.command.public_alias.AWEdmBundle\\Command\\NormalizePathFileCommand' => 'getNormalizePathFileCommandService.php',
  267.             'console.command.public_alias.AWEdmBundle\\Command\\PhotoGenerateResizeCommand' => 'getPhotoGenerateResizeCommandService.php',
  268.             'console.command.public_alias.AWEdmBundle\\Command\\UniqueIdCommand' => 'getUniqueIdCommandService.php',
  269.             'console.command.public_alias.AWEdmBundle\\Command\\VerifyRecoverFolderTreeCommand' => 'getVerifyRecoverFolderTreeCommandService.php',
  270.             'console.command.public_alias.AWFormBundle\\Command\\UpdatePostedDataCommand' => 'getUpdatePostedDataCommandService.php',
  271.             'console.command.public_alias.ArticleCmsBundle\\Command\\UpdateArticleCommand' => 'getUpdateArticleCommandService.php',
  272.             'console.command.public_alias.Liip\\FunctionalTestBundle\\Command\\RunParatestCommand' => 'getRunParatestCommandService.php',
  273.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  274.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  275.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  276.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  277.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  278.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  279.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  280.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  281.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  282.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  283.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  284.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  285.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  286.             'error_controller' => 'getErrorControllerService.php',
  287.             'filesystem' => 'getFilesystem2Service.php',
  288.             'form.type.file' => 'getForm_Type_FileService.php',
  289.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService.php',
  290.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService.php',
  291.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService.php',
  292.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  293.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  294.             'httplug.client' => 'getHttplug_ClientService.php',
  295.             'httplug.message_factory' => 'getHttplug_MessageFactoryService.php',
  296.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService.php',
  297.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService.php',
  298.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService.php',
  299.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService.php',
  300.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService.php',
  301.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService.php',
  302.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService.php',
  303.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService.php',
  304.             'httplug.uri_factory' => 'getHttplug_UriFactoryService.php',
  305.             'hwi_oauth.resource_owner.dropbox' => 'getHwiOauth_ResourceOwner_DropboxService.php',
  306.             'hwi_oauth.resource_owner.facebook' => 'getHwiOauth_ResourceOwner_FacebookService.php',
  307.             'hwi_oauth.resource_owner.google' => 'getHwiOauth_ResourceOwner_GoogleService.php',
  308.             'hwi_oauth.resource_owner.instagram' => 'getHwiOauth_ResourceOwner_InstagramService.php',
  309.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService.php',
  310.             'jms_i18n_routing.loader' => 'getJmsI18nRouting_LoaderService.php',
  311.             'jms_i18n_routing.locale_choosing_listener' => 'getJmsI18nRouting_LocaleChoosingListenerService.php',
  312.             'jms_serializer' => 'getJmsSerializerService.php',
  313.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  314.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  315.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  316.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  317.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  318.             'knp_paginator' => 'getKnpPaginatorService.php',
  319.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService.php',
  320.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService.php',
  321.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  322.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  323.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php',
  324.             'liip_functional_test.services.database_tool_collection' => 'getLiipFunctionalTest_Services_DatabaseToolCollectionService.php',
  325.             'liip_functional_test.services.fixtures_loader_factory' => 'getLiipFunctionalTest_Services_FixturesLoaderFactoryService.php',
  326.             'liip_functional_test.services_database_backup.mongodb' => 'getLiipFunctionalTest_ServicesDatabaseBackup_MongodbService.php',
  327.             'liip_functional_test.services_database_backup.mysql' => 'getLiipFunctionalTest_ServicesDatabaseBackup_MysqlService.php',
  328.             'liip_functional_test.services_database_backup.sqlite' => 'getLiipFunctionalTest_ServicesDatabaseBackup_SqliteService.php',
  329.             'nelmio_api_doc.formatter.swagger_formatter' => 'getNelmioApiDoc_Formatter_SwaggerFormatterService.php',
  330.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService.php',
  331.             'routing.loader' => 'getRouting_LoaderService.php',
  332.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  333.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  334.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  335.             'serializer' => 'getSerializerService.php',
  336.             'services_resetter' => 'getServicesResetterService.php',
  337.             'sg_datatables.factory' => 'getSgDatatables_FactoryService.php',
  338.             'sg_datatables.response' => 'getSgDatatables_ResponseService.php',
  339.             'stof_doctrine_extensions.uploadable.manager' => 'getStofDoctrineExtensions_Uploadable_ManagerService.php',
  340.             'templating' => 'getTemplatingService.php',
  341.             'templating.loader' => 'getTemplating_LoaderService.php',
  342.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  343.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  344.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  345.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  346.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  347.         ];
  348.         $this->aliases = [
  349.             'awcms.element_manager' => 'awcms.base_manager',
  350.             'awcms.form.user.edit_user_type' => 'awcms.form.user.add_user_type',
  351.             'database_connection' => 'doctrine.dbal.default_connection',
  352.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  353.             'hwi_oauth.http.client' => 'httplug.client',
  354.             'hwi_oauth.http.message_factory' => 'httplug.message_factory',
  355.             'messenger.default_bus' => 'message_bus',
  356.             'validator' => 'liip_functional_test.validator',
  357.         ];
  358.         $this->privates['service_container'] = function () {
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  365.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  382.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  407.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  471.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  527.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  528.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  529.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  549.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/TreeListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sluggable/SluggableListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/AbstractSubscriber.php';
  555.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Translatable/TranslatableSubscriber.php';
  556.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/Reflection/ClassAnalyzer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Translatable/CurrentLocaleCallable.php';
  558.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Translatable/DefaultLocaleCallable.php';
  559.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/SoftDeletable/SoftDeletableSubscriber.php';
  560.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Timestampable/TimestampableSubscriber.php';
  561.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Tree/TreeSubscriber.php';
  562.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Sortable/SortableSubscriber.php';
  563.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Blameable/BlameableSubscriber.php';
  564.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Blameable/UserCallable.php';
  565.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Loggable/LoggableSubscriber.php';
  566.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Loggable/LoggerCallable.php';
  567.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Geocodable/GeocodableSubscriber.php';
  568.             include_once \dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/ORM/Sluggable/SluggableSubscriber.php';
  569.             include_once \dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/EventListener/DocumentSubscriber.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMapInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/Http/ResourceOwnerMap.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  630.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  631.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  637.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Templating/FilesystemLoader.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  670.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  678.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Twig/Extension/MarkdownExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Twig/Extension/PathExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Twig/Extension/ArticleSettingsExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Twig/CatalogSettingsExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/AssetExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/CarouselExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/DumpMethodsExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/GlobalVariablesExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/ModuleExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/SEOAnalysisExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Seo/SEOAnalyzer.php';
  690.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/SliceWordsExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/SortByFieldExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/StripTagsCustomExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/TranslationExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/VideoParserExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sg/datatablesbundle/Twig/DatatableTwigExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Twig/Extension/OAuthExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  700.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Templating/Helper/OAuthHelper.php';
  701.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  708.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  710.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  711.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  712.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  715.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  718.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  720.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  722.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  724.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  725.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Blameable/BlameableListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/EventListener/BlameListener.php';
  727.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/UploadableListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Uploadable/MimeType/MimeTypeGuesserInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/Uploadable/MimeTypeGuesserAdapter.php';
  730.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/Uploadable/ValidatorConfigurator.php';
  731.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  732.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  734.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  736.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  737.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  740.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/LocaleResolverInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/DefaultLocaleResolver.php';
  742.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/EventListener/CookieSettingListener.php';
  743.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Plugin/PluggableTrait.php';
  745.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ConfigAwareTrait.php';
  746.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  747.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ReadInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/AdapterInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Adapter/AbstractAdapter.php';
  750.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Adapter/Local.php';
  751.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Adapter/CanOverwriteFiles.php';
  752.             include_once \dirname(__DIR__4).'/vendor/league/flysystem-aws-s3-v3/src/AwsS3Adapter.php';
  753.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Formatter/FormatterInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Formatter/AbstractFormatter.php';
  755.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Formatter/HtmlFormatter.php';
  756.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/ApiDocExtractor.php';
  757.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Util/DocCommentExtractor.php';
  758.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/HandlerInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/FosRestHandler.php';
  760.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/JmsSecurityExtraHandler.php';
  761.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/SensioFrameworkExtraHandler.php';
  762.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Extractor/Handler/PhpDocHandler.php';
  763.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/ParserInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/JsonSerializableParser.php';
  765.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/PostParserInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/CollectionParser.php';
  767.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/FormErrorsParser.php';
  768.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/FormTypeParser.php';
  769.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/ValidationParser.php';
  770.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Parser/JmsMetadataParser.php';
  771.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/EventListener/RequestListener.php';
  772.             include_once \dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/EventListener/ExceptionListener.php';
  773.             include_once \dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/Validator/DataCollectingValidator.php';
  774.             include_once \dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Factory/FileSystemFactory.php';
  775.             include_once \dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Service/PathGenerator.php';
  776.             include_once \dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/EventListener/CacheResponseListener.php';
  777.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  779.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  780.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  782.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  783.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  784.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Credentials/Credentials.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  788.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Form/Carousel/NewCarouselElementItemFormInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Form/Carousel/NewCarouselElementArticleType.php';
  790.             include_once \dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Form/Carousel/NewCarouselElementCatalogItem.php';
  791.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/EventListener/MaintenanceRequestListener.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  793.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/EventListener/ApiRequestListener.php';
  794.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/EventListener/CacheListener.php';
  795.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/DataCollector/CmsDataCollector.php';
  796.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Form/Carousel/NewCarouselElementItemImageType.php';
  797.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Form/Carousel/NewCarouselElementItemWysiwygType.php';
  798.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Form/Carousel/NewCarouselElementSourceCodeType.php';
  799.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Form/Carousel/NewCarouselElementVideoType.php';
  800.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Manager/RedirectionManager.php';
  801.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Repository/ModuleRepository.php';
  802.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Security/CurrentUserProvider.php';
  803.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Service/Asset.php';
  804.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Service/CarouselItemFactory.php';
  805.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Service/SiteByHostNameProvider.php';
  806.             include_once \dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Form/Carousel/NewCarouselElementZoneTemplateType.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  816.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  818.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  819.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  820.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  821.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  822.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  823.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  824.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Security/OAuthUtils.php';
  825.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  839.             include_once \dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/Router/I18nRouter.php';
  840.             include_once \dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Manager/DocumentManager.php';
  841.             include_once \dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Manager/FolderManager.php';
  842.             include_once \dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Manager/ArticleManager.php';
  843.             include_once \dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Twig/Extension/ArticleExtension.php';
  844.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Router/CmsRouter.php';
  845.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Slug/SlugGetter.php';
  846.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Service/Mailer.php';
  847.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/EventListener/HostListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/EventListener/ResponseListener.php';
  849.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Service/ElasticSearchHandler.php';
  850.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/EventListener/TemplateListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Manager/ConfigManager.php';
  852.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Manager/MenuTreeManager.php';
  853.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Manager/ModuleManager.php';
  854.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Manager/PageManager.php';
  855.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Manager/SiteManager.php';
  856.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Manager/SlugManager.php';
  857.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Slug/SluggableTransformer.php';
  858.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Slug/SlugProviderInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Slug/SlugProviderArticle.php';
  860.             include_once \dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Slug/SlugProviderArticleType.php';
  861.             include_once \dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Slug/SlugProviderCategory.php';
  862.             include_once \dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Slug/SlugProviderItem.php';
  863.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Slug/SlugProviderPage.php';
  864.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Slug/SlugRedirector.php';
  865.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Service/Cache.php';
  866.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/PathExtension.php';
  867.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/AWCmsExtension.php';
  868.             include_once \dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Twig/Extension/TranslatedUrlExtension.php';
  869.             include_once \dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Templating/ZoneTemplateInstanceTemplating.php';
  870.             include_once \dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Manager/ZoneTemplateInstanceManager.php';
  871.             include_once \dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Twig/Extension/ZoneTemplateInstanceExtension.php';
  872.             include_once \dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Twig/Extension/FacebookExtension.php';
  873.             include_once \dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Twig/Extension/InstagramExtension.php';
  874.             include_once \dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Twig/Extension/SocialNetworkElementExtension.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  881.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  882.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  883.         };
  884.     }
  885.     public function compile(): void
  886.     {
  887.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  888.     }
  889.     public function isCompiled(): bool
  890.     {
  891.         return true;
  892.     }
  893.     public function getRemovedIds(): array
  894.     {
  895.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  896.     }
  897.     protected function load($file$lazyLoad true)
  898.     {
  899.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  900.     }
  901.     /**
  902.      * Gets the public 'AWEdmBundle\Factory\FileSystemFactory' shared autowired service.
  903.      *
  904.      * @return \AWEdmBundle\Factory\FileSystemFactory
  905.      */
  906.     protected function getFileSystemFactoryService()
  907.     {
  908.         return $this->services['AWEdmBundle\\Factory\\FileSystemFactory'] = new \AWEdmBundle\Factory\FileSystemFactory(($this->services['oneup_flysystem.local_filesystem'] ?? $this->getOneupFlysystem_LocalFilesystemService()), ($this->services['oneup_flysystem.s3_filesystem'] ?? $this->getOneupFlysystem_S3FilesystemService()), $this->getParameter('awedm'));
  909.     }
  910.     /**
  911.      * Gets the public 'AWEdmBundle\Service\PathGenerator' shared autowired service.
  912.      *
  913.      * @return \AWEdmBundle\Service\PathGenerator
  914.      */
  915.     protected function getPathGeneratorService()
  916.     {
  917.         return $this->services['AWEdmBundle\\Service\\PathGenerator'] = new \AWEdmBundle\Service\PathGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  918.     }
  919.     /**
  920.      * Gets the public 'articlecms.article_manager' shared autowired service.
  921.      *
  922.      * @return \ArticleCmsBundle\Manager\ArticleManager
  923.      */
  924.     protected function getArticlecms_ArticleManagerService()
  925.     {
  926.         return $this->services['articlecms.article_manager'] = new \ArticleCmsBundle\Manager\ArticleManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  927.     }
  928.     /**
  929.      * Gets the public 'articlecms.twig.article_extension' shared autowired service.
  930.      *
  931.      * @return \ArticleCmsBundle\Twig\Extension\ArticleExtension
  932.      */
  933.     protected function getArticlecms_Twig_ArticleExtensionService()
  934.     {
  935.         return $this->services['articlecms.twig.article_extension'] = new \ArticleCmsBundle\Twig\Extension\ArticleExtension(($this->services['articlecms.article_manager'] ?? $this->getArticlecms_ArticleManagerService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  936.     }
  937.     /**
  938.      * Gets the public 'awcms.cache' shared autowired service.
  939.      *
  940.      * @return \AWCmsBundle\Service\Cache
  941.      */
  942.     protected function getAwcms_CacheService()
  943.     {
  944.         return $this->services['awcms.cache'] = new \AWCmsBundle\Service\Cache();
  945.     }
  946.     /**
  947.      * Gets the public 'awcms.config_manager' shared autowired service.
  948.      *
  949.      * @return \AWCmsBundle\Manager\ConfigManager
  950.      */
  951.     protected function getAwcms_ConfigManagerService()
  952.     {
  953.         return $this->services['awcms.config_manager'] = new \AWCmsBundle\Manager\ConfigManager($this->parameters['aw_cms']);
  954.     }
  955.     /**
  956.      * Gets the public 'awcms.host_listener' shared autowired service.
  957.      *
  958.      * @return \AWCmsBundle\EventListener\HostListener
  959.      */
  960.     protected function getAwcms_HostListenerService()
  961.     {
  962.         return $this->services['awcms.host_listener'] = new \AWCmsBundle\EventListener\HostListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['AWCmsBundle\\Service\\SiteByHostNameProvider'] ?? $this->getSiteByHostNameProviderService()));
  963.     }
  964.     /**
  965.      * Gets the public 'awcms.mailer' shared autowired service.
  966.      *
  967.      * @return \AWCmsBundle\Service\Mailer
  968.      */
  969.     protected function getAwcms_MailerService()
  970.     {
  971.         return $this->services['awcms.mailer'] = new \AWCmsBundle\Service\Mailer(($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['aw_cms']);
  972.     }
  973.     /**
  974.      * Gets the public 'awcms.menu_tree_manager' shared autowired service.
  975.      *
  976.      * @return \AWCmsBundle\Manager\MenuTreeManager
  977.      */
  978.     protected function getAwcms_MenuTreeManagerService()
  979.     {
  980.         return $this->services['awcms.menu_tree_manager'] = new \AWCmsBundle\Manager\MenuTreeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  981.     }
  982.     /**
  983.      * Gets the public 'awcms.module_manager' shared autowired service.
  984.      *
  985.      * @return \AWCmsBundle\Manager\ModuleManager
  986.      */
  987.     protected function getAwcms_ModuleManagerService()
  988.     {
  989.         return $this->services['awcms.module_manager'] = new \AWCmsBundle\Manager\ModuleManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AWCmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  990.     }
  991.     /**
  992.      * Gets the public 'awcms.page_manager' shared autowired service.
  993.      *
  994.      * @return \AWCmsBundle\Manager\PageManager
  995.      */
  996.     protected function getAwcms_PageManagerService()
  997.     {
  998.         return $this->services['awcms.page_manager'] = new \AWCmsBundle\Manager\PageManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['awcms.menu_tree_manager'] ?? $this->getAwcms_MenuTreeManagerService()));
  999.     }
  1000.     /**
  1001.      * Gets the public 'awcms.response_listener' shared autowired service.
  1002.      *
  1003.      * @return \AWCmsBundle\EventListener\ResponseListener
  1004.      */
  1005.     protected function getAwcms_ResponseListenerService()
  1006.     {
  1007.         return $this->services['awcms.response_listener'] = new \AWCmsBundle\EventListener\ResponseListener(($this->services['session'] ?? $this->getSessionService()), new \AWCmsBundle\Service\ElasticSearchHandler(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AWCmsBundle\\Security\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService())), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['awcms.slug_manager'] ?? $this->getAwcms_SlugManagerService()), ($this->privates['AWCmsBundle\\Manager\\RedirectionManager'] ?? $this->getRedirectionManagerService()));
  1008.     }
  1009.     /**
  1010.      * Gets the public 'awcms.router.cms' shared autowired service.
  1011.      *
  1012.      * @return \AWCmsBundle\Router\CmsRouter
  1013.      */
  1014.     protected function getAwcms_Router_CmsService()
  1015.     {
  1016.         return $this->services['awcms.router.cms'] = new \AWCmsBundle\Router\CmsRouter(($this->services['router'] ?? $this->getRouterService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  1017.     }
  1018.     /**
  1019.      * Gets the public 'awcms.site_manager' shared autowired service.
  1020.      *
  1021.      * @return \AWCmsBundle\Manager\SiteManager
  1022.      */
  1023.     protected function getAwcms_SiteManagerService()
  1024.     {
  1025.         return $this->services['awcms.site_manager'] = new \AWCmsBundle\Manager\SiteManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['awcms.page_manager'] ?? $this->getAwcms_PageManagerService()), ($this->services['awcms.menu_tree_manager'] ?? $this->getAwcms_MenuTreeManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['awcms.cache'] ?? ($this->services['awcms.cache'] = new \AWCmsBundle\Service\Cache())), ($this->services['awedm.manager.document'] ?? $this->getAwedm_Manager_DocumentService()));
  1026.     }
  1027.     /**
  1028.      * Gets the public 'awcms.slug.slug_getter' shared autowired service.
  1029.      *
  1030.      * @return \AWCmsBundle\Slug\SlugGetter
  1031.      */
  1032.     protected function getAwcms_Slug_SlugGetterService()
  1033.     {
  1034.         return $this->services['awcms.slug.slug_getter'] = new \AWCmsBundle\Slug\SlugGetter(($this->services['awcms.slug_manager'] ?? $this->getAwcms_SlugManagerService()), ($this->services['awcms.slug.sluggable_transformer'] ?? $this->getAwcms_Slug_SluggableTransformerService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  1035.     }
  1036.     /**
  1037.      * Gets the public 'awcms.slug.slug_redirector' shared autowired service.
  1038.      *
  1039.      * @return \AWCmsBundle\Slug\SlugRedirector
  1040.      */
  1041.     protected function getAwcms_Slug_SlugRedirectorService()
  1042.     {
  1043.         return $this->services['awcms.slug.slug_redirector'] = new \AWCmsBundle\Slug\SlugRedirector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['awcms.slug.sluggable_transformer'] ?? $this->getAwcms_Slug_SluggableTransformerService()));
  1044.     }
  1045.     /**
  1046.      * Gets the public 'awcms.slug.sluggable_transformer' shared autowired service.
  1047.      *
  1048.      * @return \AWCmsBundle\Slug\SluggableTransformer
  1049.      */
  1050.     protected function getAwcms_Slug_SluggableTransformerService()
  1051.     {
  1052.         $this->services['awcms.slug.sluggable_transformer'] = $instance = new \AWCmsBundle\Slug\SluggableTransformer();
  1053.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1054.         $instance->addSlugManager(new \ArticleCmsBundle\Slug\SlugProviderArticle($a));
  1055.         $instance->addSlugManager(new \ArticleCmsBundle\Slug\SlugProviderArticleType($a));
  1056.         $instance->addSlugManager(new \AWCatalogBundle\Slug\SlugProviderCategory($a));
  1057.         $instance->addSlugManager(new \AWCatalogBundle\Slug\SlugProviderItem($a));
  1058.         $instance->addSlugManager(new \AWCmsBundle\Slug\SlugProviderPage($a));
  1059.         return $instance;
  1060.     }
  1061.     /**
  1062.      * Gets the public 'awcms.slug_manager' shared autowired service.
  1063.      *
  1064.      * @return \AWCmsBundle\Manager\SlugManager
  1065.      */
  1066.     protected function getAwcms_SlugManagerService()
  1067.     {
  1068.         return $this->services['awcms.slug_manager'] = new \AWCmsBundle\Manager\SlugManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['awcms.slug.slug_redirector'] ?? $this->getAwcms_Slug_SlugRedirectorService()), ($this->services['router'] ?? $this->getRouterService()));
  1069.     }
  1070.     /**
  1071.      * Gets the public 'awcms.template_listener' shared autowired service.
  1072.      *
  1073.      * @return \AWCmsBundle\EventListener\TemplateListener
  1074.      */
  1075.     protected function getAwcms_TemplateListenerService()
  1076.     {
  1077.         return $this->services['awcms.template_listener'] = new \AWCmsBundle\EventListener\TemplateListener(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), (\dirname(__DIR__4).'/src'));
  1078.     }
  1079.     /**
  1080.      * Gets the public 'awcms.twig.extension.generic' shared autowired service.
  1081.      *
  1082.      * @return \AWCmsBundle\Twig\AWCmsExtension
  1083.      */
  1084.     protected function getAwcms_Twig_Extension_GenericService()
  1085.     {
  1086.         return $this->services['awcms.twig.extension.generic'] = new \AWCmsBundle\Twig\AWCmsExtension(($this->services['router'] ?? $this->getRouterService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['awcms.router.cms'] ?? $this->getAwcms_Router_CmsService()));
  1087.     }
  1088.     /**
  1089.      * Gets the public 'awcms.twig.extension.path' shared autowired service.
  1090.      *
  1091.      * @return \AWCmsBundle\Twig\Extension\PathExtension
  1092.      */
  1093.     protected function getAwcms_Twig_Extension_PathService()
  1094.     {
  1095.         return $this->services['awcms.twig.extension.path'] = new \AWCmsBundle\Twig\Extension\PathExtension(($this->services['awcms.router.cms'] ?? $this->getAwcms_Router_CmsService()), ($this->services['awcms.page_manager'] ?? $this->getAwcms_PageManagerService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  1096.     }
  1097.     /**
  1098.      * Gets the public 'awcms.twig.extension.translated_url_extension' shared autowired service.
  1099.      *
  1100.      * @return \AWCmsBundle\Twig\Extension\TranslatedUrlExtension
  1101.      */
  1102.     protected function getAwcms_Twig_Extension_TranslatedUrlExtensionService()
  1103.     {
  1104.         return $this->services['awcms.twig.extension.translated_url_extension'] = new \AWCmsBundle\Twig\Extension\TranslatedUrlExtension(($this->services['awcms.slug.slug_getter'] ?? $this->getAwcms_Slug_SlugGetterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['awcms.router.cms'] ?? $this->getAwcms_Router_CmsService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  1105.     }
  1106.     /**
  1107.      * Gets the public 'awcsocialbundle.twig.facebook_extension' shared autowired service.
  1108.      *
  1109.      * @return \AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension
  1110.      */
  1111.     protected function getAwcsocialbundle_Twig_FacebookExtensionService()
  1112.     {
  1113.         return $this->services['awcsocialbundle.twig.facebook_extension'] = new \AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension();
  1114.     }
  1115.     /**
  1116.      * Gets the public 'awcsocialbundle.twig.instagram_extension' shared autowired service.
  1117.      *
  1118.      * @return \AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension
  1119.      */
  1120.     protected function getAwcsocialbundle_Twig_InstagramExtensionService()
  1121.     {
  1122.         return $this->services['awcsocialbundle.twig.instagram_extension'] = new \AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension();
  1123.     }
  1124.     /**
  1125.      * Gets the public 'awcsocialbundle.twig.social_network_bundle_extension' shared autowired service.
  1126.      *
  1127.      * @return \AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension
  1128.      */
  1129.     protected function getAwcsocialbundle_Twig_SocialNetworkBundleExtensionService()
  1130.     {
  1131.         return $this->services['awcsocialbundle.twig.social_network_bundle_extension'] = new \AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension();
  1132.     }
  1133.     /**
  1134.      * Gets the public 'awedm.manager.document' shared autowired service.
  1135.      *
  1136.      * @return \AWEdmBundle\Manager\DocumentManager
  1137.      */
  1138.     protected function getAwedm_Manager_DocumentService()
  1139.     {
  1140.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1141.         return $this->services['awedm.manager.document'] = new \AWEdmBundle\Manager\DocumentManager($a, new \AWEdmBundle\Manager\FolderManager($a), ($this->services['AWEdmBundle\\Factory\\FileSystemFactory'] ?? $this->getFileSystemFactoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['AWCmsBundle\\Security\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService()));
  1142.     }
  1143.     /**
  1144.      * Gets the public 'awzonetemplate.twig.zonetemplateinstance_extension' shared autowired service.
  1145.      *
  1146.      * @return \AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension
  1147.      */
  1148.     protected function getAwzonetemplate_Twig_ZonetemplateinstanceExtensionService()
  1149.     {
  1150.         $a = ($this->services['awzonetemplate.zonetemplateinstance_templating'] ?? $this->getAwzonetemplate_ZonetemplateinstanceTemplatingService());
  1151.         if (isset($this->services['awzonetemplate.twig.zonetemplateinstance_extension'])) {
  1152.             return $this->services['awzonetemplate.twig.zonetemplateinstance_extension'];
  1153.         }
  1154.         return $this->services['awzonetemplate.twig.zonetemplateinstance_extension'] = new \AwCmsZoneTemplateBundle\Twig\Extension\ZoneTemplateInstanceExtension(($this->services['awzonetemplate.zonetemplateinstance_manager'] ?? $this->getAwzonetemplate_ZonetemplateinstanceManagerService()), $a);
  1155.     }
  1156.     /**
  1157.      * Gets the public 'awzonetemplate.zonetemplateinstance_manager' shared autowired service.
  1158.      *
  1159.      * @return \AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager
  1160.      */
  1161.     protected function getAwzonetemplate_ZonetemplateinstanceManagerService()
  1162.     {
  1163.         return $this->services['awzonetemplate.zonetemplateinstance_manager'] = new \AwCmsZoneTemplateBundle\Manager\ZoneTemplateInstanceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['awcms.cache'] ?? ($this->services['awcms.cache'] = new \AWCmsBundle\Service\Cache())));
  1164.     }
  1165.     /**
  1166.      * Gets the public 'awzonetemplate.zonetemplateinstance_templating' shared autowired service.
  1167.      *
  1168.      * @return \AwCmsZoneTemplateBundle\Templating\ZoneTemplateInstanceTemplating
  1169.      */
  1170.     protected function getAwzonetemplate_ZonetemplateinstanceTemplatingService()
  1171.     {
  1172.         $a = ($this->services['twig'] ?? $this->getTwigService());
  1173.         if (isset($this->services['awzonetemplate.zonetemplateinstance_templating'])) {
  1174.             return $this->services['awzonetemplate.zonetemplateinstance_templating'];
  1175.         }
  1176.         return $this->services['awzonetemplate.zonetemplateinstance_templating'] = new \AwCmsZoneTemplateBundle\Templating\ZoneTemplateInstanceTemplating($a);
  1177.     }
  1178.     /**
  1179.      * Gets the public 'cache.app' shared service.
  1180.      *
  1181.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1182.      */
  1183.     protected function getCache_AppService()
  1184.     {
  1185.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('00Gklb-A6N'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1186.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1187.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1188.     }
  1189.     /**
  1190.      * Gets the public 'cache.system' shared service.
  1191.      *
  1192.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1193.      */
  1194.     protected function getCache_SystemService()
  1195.     {
  1196.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rTI7xhFs7+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1197.     }
  1198.     /**
  1199.      * Gets the public 'data_collector.dump' shared service.
  1200.      *
  1201.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1202.      */
  1203.     protected function getDataCollector_DumpService()
  1204.     {
  1205.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1206.     }
  1207.     /**
  1208.      * Gets the public 'doctrine' shared service.
  1209.      *
  1210.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1211.      */
  1212.     protected function getDoctrineService()
  1213.     {
  1214.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1215.     }
  1216.     /**
  1217.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1218.      *
  1219.      * @return \Doctrine\DBAL\Connection
  1220.      */
  1221.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1222.     {
  1223.         $a = new \Doctrine\DBAL\Configuration();
  1224.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1225.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1226.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1227.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1228.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1229.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1230.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1231.         $a->setSQLLogger($b);
  1232.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1233.             'AWCmsBundle\\EventListener\\SlugifyListener' => ['services''awcms.slug.slugify_listener''getAwcms_Slug_SlugifyListenerService.php'true],
  1234.             'AwCmsSocialNetworkBundle\\EventListener\\CacheCleaner' => ['services''awsocialnetwork.event_listener.cache_cleaner''getAwsocialnetwork_EventListener_CacheCleanerService.php'true],
  1235.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  1236.         ], [
  1237.             'AWCmsBundle\\EventListener\\SlugifyListener' => '?',
  1238.             'AwCmsSocialNetworkBundle\\EventListener\\CacheCleaner' => '?',
  1239.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1240.         ]));
  1241.         $e = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  1242.         $e->addResolveTargetEntity('AWCatalogBundle\\Entity\\CategoryInterface''AppBundle\\Entity\\CategoryCustom', []);
  1243.         $e->addResolveTargetEntity('AWCatalogBundle\\Entity\\ItemInterface''AppBundle\\Entity\\ItemCustom', []);
  1244.         $f = new \Gedmo\Timestampable\TimestampableListener();
  1245.         $g = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1246.         $f->setAnnotationReader($g);
  1247.         $h = new \Gedmo\Tree\TreeListener();
  1248.         $h->setAnnotationReader($g);
  1249.         $i = new \Gedmo\Sluggable\SluggableListener();
  1250.         $i->setAnnotationReader($g);
  1251.         $j = new \Gedmo\Sortable\SortableListener();
  1252.         $j->setAnnotationReader($g);
  1253.         $k = new \Knp\DoctrineBehaviors\Reflection\ClassAnalyzer();
  1254.         $d->addEventSubscriber($e);
  1255.         $d->addEventSubscriber($f);
  1256.         $d->addEventSubscriber(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()));
  1257.         $d->addEventSubscriber($h);
  1258.         $d->addEventSubscriber($i);
  1259.         $d->addEventSubscriber($j);
  1260.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Translatable\TranslatableSubscriber($k, new \Knp\DoctrineBehaviors\ORM\Translatable\CurrentLocaleCallable($this), new \Knp\DoctrineBehaviors\ORM\Translatable\DefaultLocaleCallable('fr'), 'Knp\\DoctrineBehaviors\\Model\\Translatable\\Translatable''Knp\\DoctrineBehaviors\\Model\\Translatable\\Translation''LAZY''LAZY'));
  1261.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\SoftDeletable\SoftDeletableSubscriber($ktrue'Knp\\DoctrineBehaviors\\Model\\SoftDeletable\\SoftDeletable'));
  1262.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Timestampable\TimestampableSubscriber($ktrue'Knp\\DoctrineBehaviors\\Model\\Timestampable\\Timestampable''datetime'));
  1263.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Tree\TreeSubscriber($ktrue'Knp\\DoctrineBehaviors\\Model\\Tree\\Node'));
  1264.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Sortable\SortableSubscriber($ktrue'Knp\\DoctrineBehaviors\\Model\\Sortable\\Sortable'));
  1265.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Blameable\BlameableSubscriber($ktrue'Knp\\DoctrineBehaviors\\Model\\Blameable\\Blameable', new \Knp\DoctrineBehaviors\ORM\Blameable\UserCallable($this), NULL));
  1266.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Loggable\LoggableSubscriber($ktrue, new \Knp\DoctrineBehaviors\ORM\Loggable\LoggerCallable(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()))));
  1267.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Geocodable\GeocodableSubscriber($ktrue'Knp\\DoctrineBehaviors\\Model\\Geocodable\\Geocodable'NULL));
  1268.         $d->addEventSubscriber(new \Knp\DoctrineBehaviors\ORM\Sluggable\SluggableSubscriber($ktrue'Knp\\DoctrineBehaviors\\Model\\Sluggable\\Sluggable'));
  1269.         $d->addEventSubscriber(new \AWEdmBundle\EventListener\DocumentSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['AWEdmBundle\\Factory\\FileSystemFactory'] ?? $this->getFileSystemFactoryService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1270.         $d->addEventSubscriber(($this->privates['stof_doctrine_extensions.listener.uploadable'] ?? $this->getStofDoctrineExtensions_Listener_UploadableService()));
  1271.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1272.         $d->addEventListener([=> 'postLoad'], 'AWCmsBundle\\EventListener\\SlugifyListener');
  1273.         $d->addEventListener([=> 'postPersist'], 'AWCmsBundle\\EventListener\\SlugifyListener');
  1274.         $d->addEventListener([=> 'preUpdate'], 'AWCmsBundle\\EventListener\\SlugifyListener');
  1275.         $d->addEventListener([=> 'postRemove'], 'AWCmsBundle\\EventListener\\SlugifyListener');
  1276.         $d->addEventListener([=> 'postUpdate'], 'AwCmsSocialNetworkBundle\\EventListener\\CacheCleaner');
  1277.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, ['enum' => 'string']);
  1278.     }
  1279.     /**
  1280.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1281.      *
  1282.      * @return \Doctrine\ORM\EntityManager
  1283.      */
  1284.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1285.     {
  1286.         $a = new \Doctrine\ORM\Configuration();
  1287.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1288.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Entity'), => (\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Entity'), => (\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Entity'), => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Entity'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Entity'), => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Entity'), => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Entity')]);
  1289.         $d = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/Resources/config/doctrine') => 'Anyx\\LoginGateBundle\\Entity']);
  1290.         $d->setGlobalBasename('mapping');
  1291.         $b->addDriver($c'AppBundle\\Entity');
  1292.         $b->addDriver($c'AWEdmBundle\\Entity');
  1293.         $b->addDriver($c'ArticleCmsBundle\\Entity');
  1294.         $b->addDriver($c'AWCatalogBundle\\Entity');
  1295.         $b->addDriver($c'AWFormBundle\\Entity');
  1296.         $b->addDriver($c'AWCmsBundle\\Entity');
  1297.         $b->addDriver($c'AwCmsZoneTemplateBundle\\Entity');
  1298.         $b->addDriver($c'AwCmsSocialNetworkBundle\\Entity');
  1299.         $b->addDriver($d'Anyx\\LoginGateBundle\\Entity');
  1300.         $a->setEntityNamespaces(['AppBundle' => 'AppBundle\\Entity''AWEdmBundle' => 'AWEdmBundle\\Entity''ArticleCmsBundle' => 'ArticleCmsBundle\\Entity''AWCatalogBundle' => 'AWCatalogBundle\\Entity''AWFormBundle' => 'AWFormBundle\\Entity''AWCmsBundle' => 'AWCmsBundle\\Entity''AwCmsZoneTemplateBundle' => 'AwCmsZoneTemplateBundle\\Entity''AwCmsSocialNetworkBundle' => 'AwCmsSocialNetworkBundle\\Entity''LoginGateBundle' => 'Anyx\\LoginGateBundle\\Entity']);
  1301.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1302.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1303.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1304.         $a->setMetadataDriverImpl($b);
  1305.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1306.         $a->setProxyNamespace('Proxies');
  1307.         $a->setAutoGenerateProxyClasses(true);
  1308.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1309.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1310.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1311.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1312.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1313.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1314.             'AppBundle\\Repository\\CarRepository' => ['privates''AppBundle\\Repository\\CarRepository''getCarRepositoryService.php'true],
  1315.             'AppBundle\\Repository\\CotisationRepository' => ['privates''AppBundle\\Repository\\CotisationRepository''getCotisationRepositoryService.php'true],
  1316.             'AppBundle\\Repository\\DocumentRepository' => ['privates''AppBundle\\Repository\\DocumentRepository''getDocumentRepositoryService.php'true],
  1317.             'AppBundle\\Repository\\InfoAddressRepository' => ['privates''AppBundle\\Repository\\InfoAddressRepository''getInfoAddressRepositoryService.php'true],
  1318.             'AppBundle\\Repository\\JoinEventRequestRepository' => ['privates''AppBundle\\Repository\\JoinEventRequestRepository''getJoinEventRequestRepositoryService.php'true],
  1319.         ], [
  1320.             'AppBundle\\Repository\\CarRepository' => '?',
  1321.             'AppBundle\\Repository\\CotisationRepository' => '?',
  1322.             'AppBundle\\Repository\\DocumentRepository' => '?',
  1323.             'AppBundle\\Repository\\InfoAddressRepository' => '?',
  1324.             'AppBundle\\Repository\\JoinEventRequestRepository' => '?',
  1325.         ])));
  1326.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1327.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1328.         return $instance;
  1329.     }
  1330.     /**
  1331.      * Gets the public 'event_dispatcher' shared service.
  1332.      *
  1333.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1334.      */
  1335.     protected function getEventDispatcherService()
  1336.     {
  1337.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1338.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1339.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1340.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1341.         $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())));
  1342.         $instance->addListener('kernel.controller', [=> function () {
  1343.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1344.         }, => 'onKernelController'], 0);
  1345.         $instance->addListener('kernel.request', [=> function () {
  1346.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1347.         }, => 'onKernelRequest'], 10);
  1348.         $instance->addListener('kernel.request', [=> function () {
  1349.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1350.         }, => 'onKernelRequest'], 34);
  1351.         $instance->addListener('kernel.exception', [=> function () {
  1352.             return ($this->services['jms_i18n_routing.locale_choosing_listener'] ?? $this->load('getJmsI18nRouting_LocaleChoosingListenerService.php'));
  1353.         }, => 'onKernelException'], 128);
  1354.         $instance->addListener('kernel.response', [=> function () {
  1355.             return ($this->services['jms_i18n_routing.cookie_setting_listener'] ?? $this->getJmsI18nRouting_CookieSettingListenerService());
  1356.         }, => 'onKernelResponse'], 256);
  1357.         $instance->addListener('kernel.request', [=> function () {
  1358.             return ($this->privates['nelmio_api_doc.event_listener.request'] ?? $this->getNelmioApiDoc_EventListener_RequestService());
  1359.         }, => 'onKernelRequest'], 0);
  1360.         $instance->addListener('kernel.response', [=> function () {
  1361.             return ($this->privates['AWEdmBundle\\EventListener\\CacheResponseListener'] ?? ($this->privates['AWEdmBundle\\EventListener\\CacheResponseListener'] = new \AWEdmBundle\EventListener\CacheResponseListener()));
  1362.         }, => 'onKernelResponse'], -1001);
  1363.         $instance->addListener('kernel.request', [=> function () {
  1364.             return ($this->services['awcms.host_listener'] ?? $this->getAwcms_HostListenerService());
  1365.         }, => 'onKernelRequest'], 5);
  1366.         $instance->addListener('kernel.request', [=> function () {
  1367.             return ($this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] ?? $this->getMaintenanceRequestListenerService());
  1368.         }, => 'onKernelRequest'], 4);
  1369.         $instance->addListener('kernel.response', [=> function () {
  1370.             return ($this->services['awcms.response_listener'] ?? $this->getAwcms_ResponseListenerService());
  1371.         }, => 'onKernelResponse'], 0);
  1372.         $instance->addListener('kernel.view', [=> function () {
  1373.             return ($this->services['awcms.response_listener'] ?? $this->getAwcms_ResponseListenerService());
  1374.         }, => 'onKernelView'], 40);
  1375.         $instance->addListener('kernel.request', [=> function () {
  1376.             return ($this->privates['AWCmsBundle\\EventListener\\ApiRequestListener'] ?? $this->getApiRequestListenerService());
  1377.         }, => 'onKernelRequest'], -10);
  1378.         $instance->addListener('kernel.request', [=> function () {
  1379.             return ($this->services['awcms.template_listener'] ?? $this->getAwcms_TemplateListenerService());
  1380.         }, => 'onKernelRequest'], 0);
  1381.         $instance->addListener('kernel.request', [=> function () {
  1382.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1383.         }, => 'onKernelRequest'], 0);
  1384.         $instance->addListener('kernel.response', [=> function () {
  1385.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1386.         }, => 'onKernelResponse'], 0);
  1387.         $instance->addListener('kernel.response', [=> function () {
  1388.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1389.         }, => 'onKernelResponse'], -1024);
  1390.         $instance->addListener('kernel.request', [=> function () {
  1391.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1392.         }, => 'setDefaultLocale'], 100);
  1393.         $instance->addListener('kernel.request', [=> function () {
  1394.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1395.         }, => 'onKernelRequest'], 16);
  1396.         $instance->addListener('kernel.finish_request', [=> function () {
  1397.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1398.         }, => 'onKernelFinishRequest'], 0);
  1399.         $instance->addListener('kernel.request', [=> function () {
  1400.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1401.         }, => 'onKernelRequest'], 256);
  1402.         $instance->addListener('kernel.request', [=> function () {
  1403.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1404.         }, => 'resolveControllerName'], 24);
  1405.         $instance->addListener('kernel.response', [=> function () {
  1406.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1407.         }, => 'onResponse'], -255);
  1408.         $instance->addListener('kernel.request', [=> function () {
  1409.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1410.         }, => 'onKernelRequest'], 15);
  1411.         $instance->addListener('kernel.finish_request', [=> function () {
  1412.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1413.         }, => 'onKernelFinishRequest'], -15);
  1414.         $instance->addListener('console.error', [=> function () {
  1415.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1416.         }, => 'onConsoleError'], -128);
  1417.         $instance->addListener('console.terminate', [=> function () {
  1418.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1419.         }, => 'onConsoleTerminate'], -128);
  1420.         $instance->addListener('console.error', [=> function () {
  1421.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1422.         }, => 'onConsoleError'], 0);
  1423.         $instance->addListener('kernel.request', [=> function () {
  1424.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1425.         }, => 'onKernelRequest'], 128);
  1426.         $instance->addListener('kernel.response', [=> function () {
  1427.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1428.         }, => 'onKernelResponse'], -1000);
  1429.         $instance->addListener('kernel.finish_request', [=> function () {
  1430.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1431.         }, => 'onFinishRequest'], 0);
  1432.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1433.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService.php'));
  1434.         }, => 'onMessageFailed'], 100);
  1435.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1436.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
  1437.         }, => 'onWorkerStarted'], 0);
  1438.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1439.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
  1440.         }, => 'onWorkerRunning'], 0);
  1441.         $instance->addListener('kernel.response', [=> function () {
  1442.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1443.         }, => 'onKernelResponse'], 0);
  1444.         $instance->addListener('kernel.request', [=> function () {
  1445.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1446.         }, => 'onKernelRequest'], 48);
  1447.         $instance->addListener('kernel.response', [=> function () {
  1448.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1449.         }, => 'onKernelResponse'], -100);
  1450.         $instance->addListener('kernel.exception', [=> function () {
  1451.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1452.         }, => 'onKernelException'], 0);
  1453.         $instance->addListener('kernel.terminate', [=> function () {
  1454.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1455.         }, => 'onKernelTerminate'], -1024);
  1456.         $instance->addListener('kernel.controller', [=> function () {
  1457.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1458.         }, => 'onKernelController'], 0);
  1459.         $instance->addListener('kernel.response', [=> function () {
  1460.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1461.         }, => 'onKernelResponse'], 0);
  1462.         $instance->addListener('kernel.request', [=> function () {
  1463.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1464.         }, => 'configure'], 2048);
  1465.         $instance->addListener('console.command', [=> function () {
  1466.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1467.         }, => 'configure'], 2048);
  1468.         $instance->addListener('kernel.request', [=> function () {
  1469.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1470.         }, => 'onKernelRequest'], 32);
  1471.         $instance->addListener('kernel.finish_request', [=> function () {
  1472.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1473.         }, => 'onKernelFinishRequest'], 0);
  1474.         $instance->addListener('kernel.exception', [=> function () {
  1475.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1476.         }, => 'onKernelException'], -64);
  1477.         $instance->addListener('kernel.controller', [=> function () {
  1478.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1479.         }, => 'onKernelController'], 0);
  1480.         $instance->addListener('kernel.controller', [=> function () {
  1481.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1482.         }, => 'onKernelController'], 0);
  1483.         $instance->addListener('kernel.controller', [=> function () {
  1484.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1485.         }, => 'onKernelController'], -128);
  1486.         $instance->addListener('kernel.view', [=> function () {
  1487.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1488.         }, => 'onKernelView'], 0);
  1489.         $instance->addListener('kernel.controller', [=> function () {
  1490.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1491.         }, => 'onKernelController'], 0);
  1492.         $instance->addListener('kernel.response', [=> function () {
  1493.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1494.         }, => 'onKernelResponse'], 0);
  1495.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1496.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1497.         }, => 'onKernelControllerArguments'], 0);
  1498.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1499.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1500.         }, => 'onKernelControllerArguments'], 0);
  1501.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1502.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
  1503.         }, => 'onWorkerMessageHandled'], 0);
  1504.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1505.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
  1506.         }, => 'onWorkerMessageFailed'], 0);
  1507.         $instance->addListener('kernel.response', [=> function () {
  1508.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1509.         }, => 'onKernelResponse'], 0);
  1510.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1511.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1512.         }, => 'onVoterVote'], 0);
  1513.         $instance->addListener('kernel.request', [=> function () {
  1514.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1515.         }, => 'configureLogoutUrlGenerator'], 8);
  1516.         $instance->addListener('kernel.request', [=> function () {
  1517.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1518.         }, => 'onKernelRequest'], 8);
  1519.         $instance->addListener('kernel.finish_request', [=> function () {
  1520.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1521.         }, => 'onKernelFinishRequest'], 0);
  1522.         $instance->addListener('kernel.response', [=> function () {
  1523.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1524.         }, => 'onKernelResponse'], -128);
  1525.         $instance->addListener('kernel.exception', [=> function () {
  1526.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1527.         }, => 'logKernelException'], 0);
  1528.         $instance->addListener('kernel.exception', [=> function () {
  1529.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1530.         }, => 'onKernelException'], -128);
  1531.         $instance->addListener('console.command', [=> function () {
  1532.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1533.         }, => 'onCommand'], 255);
  1534.         $instance->addListener('console.terminate', [=> function () {
  1535.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1536.         }, => 'onTerminate'], -255);
  1537.         $instance->addListener('console.error', [=> function () {
  1538.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1539.         }, => 'onConsoleError'], 0);
  1540.         $instance->addListener('console.terminate', [=> function () {
  1541.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1542.         }, => 'onConsoleTerminate'], 0);
  1543.         $instance->addListener('kernel.request', [=> function () {
  1544.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  1545.         }, => 'onKernelRequest'], 0);
  1546.         $instance->addListener('kernel.view', [=> function () {
  1547.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
  1548.         }, => 'onKernelView'], 30);
  1549.         $instance->addListener('kernel.exception', [=> function () {
  1550.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1551.         }, => 'setException'], 99999);
  1552.         $instance->addListener('kernel.request', [=> function () {
  1553.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1554.         }, => 'clearLastException'], 99999);
  1555.         $instance->addListener('kernel.request', [=> function () {
  1556.             return ($this->services['liip_functional_test.validator'] ?? $this->getLiipFunctionalTest_ValidatorService());
  1557.         }, => 'onKernelRequest'], 99999);
  1558.         $instance->addListener('awcms.twig.variables', [=> function () {
  1559.             return ($this->privates['ArticleCmsBundle\\EventListener\\TwigVariablesListener'] ?? $this->load('getTwigVariablesListener2Service.php'));
  1560.         }, => 'addData'], 0);
  1561.         $instance->addListener('awcms_event_site_saved', [=> function () {
  1562.             return ($this->privates['AWCatalogBundle\\EventListener\\SiteListener'] ?? $this->load('getSiteListenerService.php'));
  1563.         }, => 'onSiteUpdate'], 0);
  1564.         $instance->addListener('kernel.response', [=> function () {
  1565.             return ($this->privates['AWCmsBundle\\EventListener\\CacheListener'] ?? ($this->privates['AWCmsBundle\\EventListener\\CacheListener'] = new \AWCmsBundle\EventListener\CacheListener()));
  1566.         }, => 'saveCacheData'], -999);
  1567.         $instance->addListener('kernel.response', [=> function () {
  1568.             return ($this->privates['AWCmsBundle\\EventListener\\CacheListener'] ?? ($this->privates['AWCmsBundle\\EventListener\\CacheListener'] = new \AWCmsBundle\EventListener\CacheListener()));
  1569.         }, => 'putCacheData'], -1001);
  1570.         $instance->addListener('kernel.exception', [=> function () {
  1571.             return ($this->privates['AWCmsBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService.php'));
  1572.         }, => 'onKernelException'], 2);
  1573.         $instance->addListener('awcms.modules.populate', [=> function () {
  1574.             return ($this->privates['AWCmsBundle\\EventListener\\ModuleEventListener'] ?? $this->load('getModuleEventListenerService.php'));
  1575.         }, => 'onModuleToPopulate'], 0);
  1576.         $instance->addListener('awcms.twig.variables', [=> function () {
  1577.             return ($this->privates['AWCmsBundle\\EventListener\\TwigVariablesListener'] ?? $this->load('getTwigVariablesListenerService.php'));
  1578.         }, => 'addData'], 0);
  1579.         $instance->addListener('security.brute_force_attempt', [=> function () {
  1580.             return ($this->privates['AWCmsBundle\\Handler\\LoginFailureHandler'] ?? $this->load('getLoginFailureHandlerService.php'));
  1581.         }, => 'onBruteForceAttempt'], 0);
  1582.         $instance->addListener('console.command', [=> function () {
  1583.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1584.         }, => 'configure'], 1024);
  1585.         $instance->addListener('kernel.request', [=> function () {
  1586.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1587.         }, => 'onEvent'], 1024);
  1588.         $instance->addListener('console.command', [=> function () {
  1589.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  1590.         }, => 'onEvent'], 1024);
  1591.         $instance->addListener('kernel.request', [=> function () {
  1592.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1593.         }, => 'onEvent'], 1024);
  1594.         $instance->addListener('console.command', [=> function () {
  1595.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  1596.         }, => 'onEvent'], 1024);
  1597.         $instance->addListener('security.authentication.failure', [=> function () {
  1598.             return ($this->privates['anyx.login_gate.authentication_handler'] ?? $this->load('getAnyx_LoginGate_AuthenticationHandlerService.php'));
  1599.         }, => 'onAuthenticationFailure'], 0);
  1600.         $instance->addListener('security.interactive_login', [=> function () {
  1601.             return ($this->privates['anyx.login_gate.authentication_handler'] ?? $this->load('getAnyx_LoginGate_AuthenticationHandlerService.php'));
  1602.         }, => 'onInteractiveLogin'], 0);
  1603.         $instance->addListener('knp_pager.before', [=> function () {
  1604.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1605.         }, => 'before'], 0);
  1606.         $instance->addListener('knp_pager.pagination', [=> function () {
  1607.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1608.         }, => 'pagination'], 0);
  1609.         $instance->addListener('knp_pager.before', [=> function () {
  1610.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1611.         }, => 'before'], 1);
  1612.         $instance->addListener('knp_pager.before', [=> function () {
  1613.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1614.         }, => 'before'], 1);
  1615.         $instance->addListener('knp_pager.pagination', [=> function () {
  1616.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1617.         }, => 'pagination'], 1);
  1618.         return $instance;
  1619.     }
  1620.     /**
  1621.      * Gets the public 'form.factory' shared service.
  1622.      *
  1623.      * @return \Symfony\Component\Form\FormFactory
  1624.      */
  1625.     protected function getForm_FactoryService()
  1626.     {
  1627.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1628.     }
  1629.     /**
  1630.      * Gets the public 'http_kernel' shared service.
  1631.      *
  1632.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1633.      */
  1634.     protected function getHttpKernelService()
  1635.     {
  1636.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1637.         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 () {
  1638.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1639.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1640.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1641.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1642.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1643.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1644.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1645.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1646.         }, 8)), $a));
  1647.     }
  1648.     /**
  1649.      * Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
  1650.      *
  1651.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  1652.      */
  1653.     protected function getHwiOauth_ResourceOwnermap_MainService()
  1654.     {
  1655.         $this->services['hwi_oauth.resource_ownermap.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], []);
  1656.         $instance->setContainer($this);
  1657.         return $instance;
  1658.     }
  1659.     /**
  1660.      * Gets the public 'jms_i18n_routing.cookie_setting_listener' shared service.
  1661.      *
  1662.      * @return \JMS\I18nRoutingBundle\EventListener\CookieSettingListener
  1663.      */
  1664.     protected function getJmsI18nRouting_CookieSettingListenerService()
  1665.     {
  1666.         return $this->services['jms_i18n_routing.cookie_setting_listener'] = new \JMS\I18nRoutingBundle\EventListener\CookieSettingListener('hl'31536000NULLNULLfalsefalse);
  1667.     }
  1668.     /**
  1669.      * Gets the public 'liip_functional_test.exception_listener' shared service.
  1670.      *
  1671.      * @return \Liip\FunctionalTestBundle\EventListener\ExceptionListener
  1672.      */
  1673.     protected function getLiipFunctionalTest_ExceptionListenerService()
  1674.     {
  1675.         return $this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener();
  1676.     }
  1677.     /**
  1678.      * Gets the public 'liip_functional_test.validator' shared service.
  1679.      *
  1680.      * @return \Liip\FunctionalTestBundle\Validator\DataCollectingValidator
  1681.      */
  1682.     protected function getLiipFunctionalTest_ValidatorService()
  1683.     {
  1684.         return $this->services['liip_functional_test.validator'] = new \Liip\FunctionalTestBundle\Validator\DataCollectingValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  1685.     }
  1686.     /**
  1687.      * Gets the public 'message_bus' shared service.
  1688.      *
  1689.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1690.      */
  1691.     protected function getMessageBusService()
  1692.     {
  1693.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1694.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService.php'));
  1695.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1696.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1697.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1698.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1699.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService.php'));
  1700.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService.php'));
  1701.         }, 7)));
  1702.     }
  1703.     /**
  1704.      * Gets the public 'nelmio_api_doc.extractor.api_doc_extractor' shared service.
  1705.      *
  1706.      * @return \Nelmio\ApiDocBundle\Extractor\ApiDocExtractor
  1707.      */
  1708.     protected function getNelmioApiDoc_Extractor_ApiDocExtractorService()
  1709.     {
  1710.         $a = new \Nelmio\ApiDocBundle\Util\DocCommentExtractor();
  1711.         $this->services['nelmio_api_doc.extractor.api_doc_extractor'] = $instance = new \Nelmio\ApiDocBundle\Extractor\ApiDocExtractor($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $a, new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))), [=> new \Nelmio\ApiDocBundle\Extractor\Handler\FosRestHandler(), => new \Nelmio\ApiDocBundle\Extractor\Handler\JmsSecurityExtraHandler(), => new \Nelmio\ApiDocBundle\Extractor\Handler\SensioFrameworkExtraHandler(), => new \Nelmio\ApiDocBundle\Extractor\Handler\PhpDocHandler($a)], []);
  1712.         $instance->addParser(new \Nelmio\ApiDocBundle\Parser\JsonSerializableParser());
  1713.         $instance->addParser(new \Nelmio\ApiDocBundle\Parser\CollectionParser());
  1714.         $instance->addParser(new \Nelmio\ApiDocBundle\Parser\FormErrorsParser());
  1715.         $instance->addParser(new \Nelmio\ApiDocBundle\Parser\FormTypeParser(($this->services['form.factory'] ?? $this->getForm_FactoryService()), true));
  1716.         $instance->addParser(new \Nelmio\ApiDocBundle\Parser\ValidationParser(($this->services['liip_functional_test.validator'] ?? $this->getLiipFunctionalTest_ValidatorService())));
  1717.         $instance->addParser(new \Nelmio\ApiDocBundle\Parser\JmsMetadataParser(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['jms_serializer.serialized_name_annotation_strategy'] ?? $this->getJmsSerializer_SerializedNameAnnotationStrategyService()), $a));
  1718.         return $instance;
  1719.     }
  1720.     /**
  1721.      * Gets the public 'nelmio_api_doc.formatter.html_formatter' shared service.
  1722.      *
  1723.      * @return \Nelmio\ApiDocBundle\Formatter\HtmlFormatter
  1724.      */
  1725.     protected function getNelmioApiDoc_Formatter_HtmlFormatterService()
  1726.     {
  1727.         $this->services['nelmio_api_doc.formatter.html_formatter'] = $instance = new \Nelmio\ApiDocBundle\Formatter\HtmlFormatter();
  1728.         $instance->setTemplatingEngine(($this->services['twig'] ?? $this->getTwigService()));
  1729.         $instance->setMotdTemplate('@NelmioApiDoc/Components/motd.html.twig');
  1730.         $instance->setApiName('API documentation');
  1731.         $instance->setEnableSandbox(true);
  1732.         $instance->setEndpoint(NULL);
  1733.         $instance->setRequestFormatMethod('format_param');
  1734.         $instance->setRequestFormats($this->parameters['nelmio_api_doc.sandbox.request_format.formats']);
  1735.         $instance->setDefaultRequestFormat('json');
  1736.         $instance->setAcceptType(NULL);
  1737.         $instance->setBodyFormats($this->parameters['nelmio_api_doc.sandbox.body_format.formats']);
  1738.         $instance->setDefaultBodyFormat('form');
  1739.         $instance->setAuthentication(NULL);
  1740.         $instance->setDefaultSectionsOpened(true);
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'oneup_flysystem.local_filesystem' shared service.
  1745.      *
  1746.      * @return \League\Flysystem\Filesystem
  1747.      */
  1748.     protected function getOneupFlysystem_LocalFilesystemService()
  1749.     {
  1750.         return $this->services['oneup_flysystem.local_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Adapter\Local((\dirname(__DIR__4).'/files/documents/'), 22, ['file' => ['public' => 420'private' => 384], 'dir' => ['public' => 493'private' => 448]]), ['visibility' => 'public''disable_asserts' => false]);
  1751.     }
  1752.     /**
  1753.      * Gets the public 'oneup_flysystem.s3_filesystem' shared service.
  1754.      *
  1755.      * @return \League\Flysystem\Filesystem
  1756.      */
  1757.     protected function getOneupFlysystem_S3FilesystemService()
  1758.     {
  1759.         return $this->services['oneup_flysystem.s3_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3v3\AwsS3Adapter(($this->privates['Aws\\S3\\S3Client'] ?? $this->getS3ClientService()), $this->getEnv('AWS_S3_BUCKET'), NULL, []), ['disable_asserts' => false]);
  1760.     }
  1761.     /**
  1762.      * Gets the public 'profiler' shared service.
  1763.      *
  1764.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1765.      */
  1766.     protected function getProfilerService()
  1767.     {
  1768.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1769.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1770.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1771.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1772.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1773.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1774.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1775.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1776.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1777.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1778.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1779.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1780.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1781.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1782.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1783.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1784.         $d->addInstance('app_cache', ($this->privates['app_cache'] ?? $this->getAppCacheService()));
  1785.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1786.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1787.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1788.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1789.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1790.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1791.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1792.         $f->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  1793.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1794.         if ($this->has('kernel')) {
  1795.             $g->setKernel($b);
  1796.         }
  1797.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1798.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1799.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1800.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1801.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1802.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1803.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1804.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcAppBundle_KernelDevDebugContainer'), $c));
  1805.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1806.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1807.         $instance->add($d);
  1808.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1809.         $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())));
  1810.         $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())));
  1811.         $instance->add($e);
  1812.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1813.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  1814.         $instance->add($f);
  1815.         $instance->add(($this->privates['AWCmsBundle\\DataCollector\\CmsDataCollector'] ?? $this->getCmsDataCollectorService()));
  1816.         $instance->add(($this->privates['simpldot.data_collector.cms'] ?? $this->getSimpldot_DataCollector_CmsService()));
  1817.         $instance->add($g);
  1818.         return $instance;
  1819.     }
  1820.     /**
  1821.      * Gets the public 'request_stack' shared service.
  1822.      *
  1823.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1824.      */
  1825.     protected function getRequestStackService()
  1826.     {
  1827.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1828.     }
  1829.     /**
  1830.      * Gets the public 'router' shared service.
  1831.      *
  1832.      * @return \JMS\I18nRoutingBundle\Router\I18nRouter
  1833.      */
  1834.     protected function getRouterService()
  1835.     {
  1836.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1837.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1838.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1839.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1840.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1841.         $this->services['router'] = $instance = new \JMS\I18nRoutingBundle\Router\I18nRouter($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'fr');
  1842.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1843.         $instance->setLocaleResolver(($this->privates['jms_i18n_routing.locale_resolver.default'] ?? ($this->privates['jms_i18n_routing.locale_resolver.default'] = new \JMS\I18nRoutingBundle\Router\DefaultLocaleResolver('hl'))));
  1844.         $instance->setI18nLoaderId('jms_i18n_routing.loader');
  1845.         $instance->setDefaultLocale('fr');
  1846.         $instance->setRedirectToHost(true);
  1847.         return $instance;
  1848.     }
  1849.     /**
  1850.      * Gets the public 'security.authorization_checker' shared service.
  1851.      *
  1852.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1853.      */
  1854.     protected function getSecurity_AuthorizationCheckerService()
  1855.     {
  1856.         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);
  1857.     }
  1858.     /**
  1859.      * Gets the public 'security.token_storage' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1862.      */
  1863.     protected function getSecurity_TokenStorageService()
  1864.     {
  1865.         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, [
  1866.             'session' => ['services''session''getSessionService'false],
  1867.         ], [
  1868.             'session' => '?',
  1869.         ]));
  1870.     }
  1871.     /**
  1872.      * Gets the public 'session' shared service.
  1873.      *
  1874.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1875.      */
  1876.     protected function getSessionService()
  1877.     {
  1878.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)));
  1879.     }
  1880.     /**
  1881.      * Gets the public 'translator' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1884.      */
  1885.     protected function getTranslatorService()
  1886.     {
  1887.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1888.     }
  1889.     /**
  1890.      * Gets the public 'twig' shared service.
  1891.      *
  1892.      * @return \Twig\Environment
  1893.      */
  1894.     protected function getTwigService()
  1895.     {
  1896.         $a = new \Twig\Loader\ChainLoader();
  1897.         $a->addLoader(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()));
  1898.         $a->addLoader(new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4)));
  1899.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1900.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1901.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1902.         $d = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  1903.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1904.         $f = new \Symfony\Component\Asset\Context\RequestStackContext($e''false);
  1905.         $g = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage(''$d$f), ['datatables_cdn' => new \Symfony\Component\Asset\UrlPackage([=> 'https://cdn.datatables.net/plug-ins/1.10.13/i18n/'], $d$f)]);
  1906.         $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1907.         $i = ($this->services['router'] ?? $this->getRouterService());
  1908.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1909.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $h]);
  1910.         $k = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1911.         $l = ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService());
  1912.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1913.         $m->setEnvironment('dev');
  1914.         $m->setDebug(true);
  1915.         if ($this->has('security.token_storage')) {
  1916.             $m->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1917.         }
  1918.         if ($this->has('request_stack')) {
  1919.             $m->setRequestStack($e);
  1920.         }
  1921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($g));
  1927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__4), 'UTF-8'));
  1928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  1929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1931.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1932.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1936.         $instance->addExtension(($this->privates['TwigIntlExtension'] ?? ($this->privates['TwigIntlExtension'] = new \Twig_Extensions_Extension_Intl())));
  1937.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1938.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1939.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1940.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1941.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1942.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1943.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(new \Cocur\Slugify\Slugify([])));
  1944.         $instance->addExtension(new \Nelmio\ApiDocBundle\Twig\Extension\MarkdownExtension());
  1945.         $instance->addExtension(new \AWEdmBundle\Twig\Extension\PathExtension($i$k, ($this->services['AWEdmBundle\\Service\\PathGenerator'] ?? $this->getPathGeneratorService()), $e));
  1946.         $instance->addExtension(($this->services['articlecms.twig.article_extension'] ?? $this->getArticlecms_Twig_ArticleExtensionService()));
  1947.         $instance->addExtension(new \ArticleCmsBundle\Twig\Extension\ArticleSettingsExtension($k$l));
  1948.         $instance->addExtension(new \AWCatalogBundle\Twig\CatalogSettingsExtension($k$l));
  1949.         $instance->addExtension(($this->services['awcms.twig.extension.generic'] ?? $this->getAwcms_Twig_Extension_GenericService()));
  1950.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\AssetExtension($g, ($this->privates['AWCmsBundle\\Service\\Asset'] ?? ($this->privates['AWCmsBundle\\Service\\Asset'] = new \AWCmsBundle\Service\Asset(($this->services['kernel'] ?? $this->get('kernel'1)))))));
  1951.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\CarouselExtension(($this->privates['AWCmsBundle\\Service\\CarouselItemFactory'] ?? $this->getCarouselItemFactoryService())));
  1952.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\DumpMethodsExtension());
  1953.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\GlobalVariablesExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  1954.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\ModuleExtension(($this->services['awcms.module_manager'] ?? $this->getAwcms_ModuleManagerService()), $l, ($this->privates['AWCmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService())));
  1955.         $instance->addExtension(($this->services['awcms.twig.extension.path'] ?? $this->getAwcms_Twig_Extension_PathService()));
  1956.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\SEOAnalysisExtension(new \AWCmsBundle\Seo\SEOAnalyzer($k), $c$g));
  1957.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\SliceWordsExtension());
  1958.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\SortByFieldExtension());
  1959.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\StripTagsCustomExtension());
  1960.         $instance->addExtension(($this->services['awcms.twig.extension.translated_url_extension'] ?? $this->getAwcms_Twig_Extension_TranslatedUrlExtensionService()));
  1961.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\TranslationExtension());
  1962.         $instance->addExtension(new \AWCmsBundle\Twig\Extension\VideoParserExtension());
  1963.         $instance->addExtension(($this->services['awzonetemplate.twig.zonetemplateinstance_extension'] ?? $this->getAwzonetemplate_Twig_ZonetemplateinstanceExtensionService()));
  1964.         $instance->addExtension(new \Sg\DatatablesBundle\Twig\DatatableTwigExtension());
  1965.         $instance->addExtension(($this->services['awcsocialbundle.twig.facebook_extension'] ?? ($this->services['awcsocialbundle.twig.facebook_extension'] = new \AwCmsSocialNetworkBundle\Twig\Extension\FacebookExtension())));
  1966.         $instance->addExtension(($this->services['awcsocialbundle.twig.instagram_extension'] ?? ($this->services['awcsocialbundle.twig.instagram_extension'] = new \AwCmsSocialNetworkBundle\Twig\Extension\InstagramExtension())));
  1967.         $instance->addExtension(($this->services['awcsocialbundle.twig.social_network_bundle_extension'] ?? ($this->services['awcsocialbundle.twig.social_network_bundle_extension'] = new \AwCmsSocialNetworkBundle\Twig\Extension\SocialNetworkElementExtension())));
  1968.         $instance->addExtension(new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension());
  1969.         $instance->addExtension(new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension(new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), $e)));
  1970.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($i$c)));
  1971.         $instance->addGlobal('app'$m);
  1972.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1973.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  1974.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1975.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1976.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1977.             'Twig_Extensions_Extension_Intl' => ['privates''TwigIntlExtension''getTwigIntlExtensionService'false],
  1978.         ], [
  1979.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1980.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1981.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1982.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1983.             'Twig_Extensions_Extension_Intl' => '?',
  1984.         ])));
  1985.         $instance->addGlobal('awconfig', ($this->services['awcms.config_manager'] ?? $this->getAwcms_ConfigManagerService()));
  1986.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1987.         return $instance;
  1988.     }
  1989.     /**
  1990.      * Gets the public 'var_dumper.cloner' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1993.      */
  1994.     protected function getVarDumper_ClonerService()
  1995.     {
  1996.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1997.         $instance->setMaxItems(2500);
  1998.         $instance->setMinDepth(1);
  1999.         $instance->setMaxString(-1);
  2000.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2001.         return $instance;
  2002.     }
  2003.     /**
  2004.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2005.      *
  2006.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2007.      */
  2008.     protected function get_LegacyResolveControllerNameSubscriberService()
  2009.     {
  2010.         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);
  2011.     }
  2012.     /**
  2013.      * Gets the private 'AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem' shared autowired service.
  2014.      *
  2015.      * @return \AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem
  2016.      */
  2017.     protected function getNewCarouselElementCatalogItemService()
  2018.     {
  2019.         return $this->privates['AWCatalogBundle\\Form\\Carousel\\NewCarouselElementCatalogItem'] = new \AWCatalogBundle\Form\Carousel\NewCarouselElementCatalogItem(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  2020.     }
  2021.     /**
  2022.      * Gets the private 'AWCmsBundle\DataCollector\CmsDataCollector' shared autowired service.
  2023.      *
  2024.      * @return \AWCmsBundle\DataCollector\CmsDataCollector
  2025.      */
  2026.     protected function getCmsDataCollectorService()
  2027.     {
  2028.         return $this->privates['AWCmsBundle\\DataCollector\\CmsDataCollector'] = new \AWCmsBundle\DataCollector\CmsDataCollector(($this->services['awcms.mailer'] ?? $this->getAwcms_MailerService()));
  2029.     }
  2030.     /**
  2031.      * Gets the private 'AWCmsBundle\EventListener\ApiRequestListener' shared autowired service.
  2032.      *
  2033.      * @return \AWCmsBundle\EventListener\ApiRequestListener
  2034.      */
  2035.     protected function getApiRequestListenerService()
  2036.     {
  2037.         return $this->privates['AWCmsBundle\\EventListener\\ApiRequestListener'] = new \AWCmsBundle\EventListener\ApiRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  2038.     }
  2039.     /**
  2040.      * Gets the private 'AWCmsBundle\EventListener\MaintenanceRequestListener' shared autowired service.
  2041.      *
  2042.      * @return \AWCmsBundle\EventListener\MaintenanceRequestListener
  2043.      */
  2044.     protected function getMaintenanceRequestListenerService()
  2045.     {
  2046.         return $this->privates['AWCmsBundle\\EventListener\\MaintenanceRequestListener'] = new \AWCmsBundle\EventListener\MaintenanceRequestListener(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2047.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2048.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2049.         ], [
  2050.             'security.authorization_checker' => '?',
  2051.             'security.token_storage' => '?',
  2052.         ])));
  2053.     }
  2054.     /**
  2055.      * Gets the private 'AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType' shared autowired service.
  2056.      *
  2057.      * @return \AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType
  2058.      */
  2059.     protected function getNewCarouselElementItemImageTypeService()
  2060.     {
  2061.         return $this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemImageType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType();
  2062.     }
  2063.     /**
  2064.      * Gets the private 'AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType' shared autowired service.
  2065.      *
  2066.      * @return \AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType
  2067.      */
  2068.     protected function getNewCarouselElementItemWysiwygTypeService()
  2069.     {
  2070.         return $this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemWysiwygType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType();
  2071.     }
  2072.     /**
  2073.      * Gets the private 'AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType' shared autowired service.
  2074.      *
  2075.      * @return \AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType
  2076.      */
  2077.     protected function getNewCarouselElementSourceCodeTypeService()
  2078.     {
  2079.         return $this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementSourceCodeType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType();
  2080.     }
  2081.     /**
  2082.      * Gets the private 'AWCmsBundle\Form\Carousel\NewCarouselElementVideoType' shared autowired service.
  2083.      *
  2084.      * @return \AWCmsBundle\Form\Carousel\NewCarouselElementVideoType
  2085.      */
  2086.     protected function getNewCarouselElementVideoTypeService()
  2087.     {
  2088.         return $this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementVideoType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementVideoType();
  2089.     }
  2090.     /**
  2091.      * Gets the private 'AWCmsBundle\Manager\RedirectionManager' shared autowired service.
  2092.      *
  2093.      * @return \AWCmsBundle\Manager\RedirectionManager
  2094.      */
  2095.     protected function getRedirectionManagerService()
  2096.     {
  2097.         return $this->privates['AWCmsBundle\\Manager\\RedirectionManager'] = new \AWCmsBundle\Manager\RedirectionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()), ($this->services['awcms.router.cms'] ?? $this->getAwcms_Router_CmsService()));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'AWCmsBundle\Repository\ModuleRepository' shared autowired service.
  2101.      *
  2102.      * @return \AWCmsBundle\Repository\ModuleRepository
  2103.      */
  2104.     protected function getModuleRepositoryService()
  2105.     {
  2106.         return $this->privates['AWCmsBundle\\Repository\\ModuleRepository'] = new \AWCmsBundle\Repository\ModuleRepository(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2107.     }
  2108.     /**
  2109.      * Gets the private 'AWCmsBundle\Security\CurrentUserProvider' shared autowired service.
  2110.      *
  2111.      * @return \AWCmsBundle\Security\CurrentUserProvider
  2112.      */
  2113.     protected function getCurrentUserProviderService()
  2114.     {
  2115.         return $this->privates['AWCmsBundle\\Security\\CurrentUserProvider'] = new \AWCmsBundle\Security\CurrentUserProvider(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2116.     }
  2117.     /**
  2118.      * Gets the private 'AWCmsBundle\Service\CarouselItemFactory' shared autowired service.
  2119.      *
  2120.      * @return \AWCmsBundle\Service\CarouselItemFactory
  2121.      */
  2122.     protected function getCarouselItemFactoryService()
  2123.     {
  2124.         $this->privates['AWCmsBundle\\Service\\CarouselItemFactory'] = $instance = new \AWCmsBundle\Service\CarouselItemFactory(($this->services['awcms.module_manager'] ?? $this->getAwcms_ModuleManagerService()), ($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  2125.         $instance->addCarouselForm(($this->privates['ArticleCmsBundle\\Form\\Carousel\\NewCarouselElementArticleType'] ?? $this->getNewCarouselElementArticleTypeService()));
  2126.         $instance->addCarouselForm(($this->privates['AWCatalogBundle\\Form\\Carousel\\NewCarouselElementCatalogItem'] ?? $this->getNewCarouselElementCatalogItemService()));
  2127.         $instance->addCarouselForm(($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemImageType'] ?? ($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemImageType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementItemImageType())));
  2128.         $instance->addCarouselForm(($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemWysiwygType'] ?? ($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemWysiwygType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementItemWysiwygType())));
  2129.         $instance->addCarouselForm(($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementSourceCodeType'] ?? ($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementSourceCodeType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementSourceCodeType())));
  2130.         $instance->addCarouselForm(($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementVideoType'] ?? ($this->privates['AWCmsBundle\\Form\\Carousel\\NewCarouselElementVideoType'] = new \AWCmsBundle\Form\Carousel\NewCarouselElementVideoType())));
  2131.         $instance->addCarouselForm(($this->privates['AwCmsZoneTemplateBundle\\Form\\Carousel\\NewCarouselElementZoneTemplateType'] ?? ($this->privates['AwCmsZoneTemplateBundle\\Form\\Carousel\\NewCarouselElementZoneTemplateType'] = new \AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType())));
  2132.         return $instance;
  2133.     }
  2134.     /**
  2135.      * Gets the private 'AWCmsBundle\Service\SiteByHostNameProvider' shared autowired service.
  2136.      *
  2137.      * @return \AWCmsBundle\Service\SiteByHostNameProvider
  2138.      */
  2139.     protected function getSiteByHostNameProviderService()
  2140.     {
  2141.         return $this->privates['AWCmsBundle\\Service\\SiteByHostNameProvider'] = new \AWCmsBundle\Service\SiteByHostNameProvider(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType' shared autowired service.
  2145.      *
  2146.      * @return \ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType
  2147.      */
  2148.     protected function getNewCarouselElementArticleTypeService()
  2149.     {
  2150.         return $this->privates['ArticleCmsBundle\\Form\\Carousel\\NewCarouselElementArticleType'] = new \ArticleCmsBundle\Form\Carousel\NewCarouselElementArticleType(($this->services['awcms.site_manager'] ?? $this->getAwcms_SiteManagerService()));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType' shared autowired service.
  2154.      *
  2155.      * @return \AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType
  2156.      */
  2157.     protected function getNewCarouselElementZoneTemplateTypeService()
  2158.     {
  2159.         return $this->privates['AwCmsZoneTemplateBundle\\Form\\Carousel\\NewCarouselElementZoneTemplateType'] = new \AwCmsZoneTemplateBundle\Form\Carousel\NewCarouselElementZoneTemplateType();
  2160.     }
  2161.     /**
  2162.      * Gets the private 'Aws\S3\S3Client' shared autowired service.
  2163.      *
  2164.      * @return \Aws\S3\S3Client
  2165.      */
  2166.     protected function getS3ClientService()
  2167.     {
  2168.         return $this->privates['Aws\\S3\\S3Client'] = new \Aws\S3\S3Client(['version' => '2006-03-01''region' => $this->getEnv('AWS_REGION'), 'credentials' => new \Aws\Credentials\Credentials($this->getEnv('AWS_ID'), $this->getEnv('AWS_PRIVATE'))]);
  2169.     }
  2170.     /**
  2171.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  2172.      *
  2173.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  2174.      */
  2175.     protected function getPluginClientFactoryService()
  2176.     {
  2177.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2178.     }
  2179.     /**
  2180.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  2181.      *
  2182.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  2183.      */
  2184.     protected function getPluginClientFactoryListenerService()
  2185.     {
  2186.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  2187.     }
  2188.     /**
  2189.      * Gets the private 'TwigIntlExtension' shared autowired service.
  2190.      *
  2191.      * @return \Twig_Extensions_Extension_Intl
  2192.      */
  2193.     protected function getTwigIntlExtensionService()
  2194.     {
  2195.         return $this->privates['TwigIntlExtension'] = new \Twig_Extensions_Extension_Intl();
  2196.     }
  2197.     /**
  2198.      * Gets the private 'annotations.cached_reader' shared service.
  2199.      *
  2200.      * @return \Doctrine\Common\Annotations\CachedReader
  2201.      */
  2202.     protected function getAnnotations_CachedReaderService()
  2203.     {
  2204.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  2205.     }
  2206.     /**
  2207.      * Gets the private 'annotations.reader' shared service.
  2208.      *
  2209.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2210.      */
  2211.     protected function getAnnotations_ReaderService()
  2212.     {
  2213.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2214.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2215.         $a->registerUniqueLoader('class_exists');
  2216.         $instance->addGlobalIgnoredName('required'$a);
  2217.         return $instance;
  2218.     }
  2219.     /**
  2220.      * Gets the private 'app_cache' shared service.
  2221.      *
  2222.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2223.      */
  2224.     protected function getAppCacheService()
  2225.     {
  2226.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2SbwCFYPmX'3600, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2227.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2228.         return $this->privates['app_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2229.     }
  2230.     /**
  2231.      * Gets the private 'cache.annotations' shared service.
  2232.      *
  2233.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2234.      */
  2235.     protected function getCache_AnnotationsService()
  2236.     {
  2237.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8oMJ190eUl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2238.     }
  2239.     /**
  2240.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2241.      *
  2242.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2243.      */
  2244.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2245.     {
  2246.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2247.     }
  2248.     /**
  2249.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2252.      */
  2253.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2254.     {
  2255.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2256.     }
  2257.     /**
  2258.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2259.      *
  2260.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2261.      */
  2262.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2263.     {
  2264.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2265.     }
  2266.     /**
  2267.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2270.      */
  2271.     protected function getCache_Messenger_RestartWorkersSignalService()
  2272.     {
  2273.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m+m-Buf83x'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2274.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2275.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2276.     }
  2277.     /**
  2278.      * Gets the private 'cache.property_info' shared service.
  2279.      *
  2280.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2281.      */
  2282.     protected function getCache_PropertyInfoService()
  2283.     {
  2284.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sLTM4kzLtb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2285.     }
  2286.     /**
  2287.      * Gets the private 'cache.security_expression_language' shared service.
  2288.      *
  2289.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2290.      */
  2291.     protected function getCache_SecurityExpressionLanguageService()
  2292.     {
  2293.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0rdnGEcJqH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2294.     }
  2295.     /**
  2296.      * Gets the private 'cache.serializer' shared service.
  2297.      *
  2298.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2299.      */
  2300.     protected function getCache_SerializerService()
  2301.     {
  2302.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3IaR-4sS3O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2303.     }
  2304.     /**
  2305.      * Gets the private 'cache.validator' shared service.
  2306.      *
  2307.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2308.      */
  2309.     protected function getCache_ValidatorService()
  2310.     {
  2311.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('p+xsu3bgaY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2312.     }
  2313.     /**
  2314.      * Gets the private 'config_cache_factory' shared service.
  2315.      *
  2316.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2317.      */
  2318.     protected function getConfigCacheFactoryService()
  2319.     {
  2320.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2321.             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)));
  2322.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2323.         }, 2));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'data_collector.form' shared service.
  2327.      *
  2328.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2329.      */
  2330.     protected function getDataCollector_FormService()
  2331.     {
  2332.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2333.     }
  2334.     /**
  2335.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2336.      *
  2337.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2338.      */
  2339.     protected function getDebug_DebugHandlersListenerService()
  2340.     {
  2341.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2342.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2343.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2344.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2345.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2346.         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);
  2347.     }
  2348.     /**
  2349.      * Gets the private 'debug.file_link_formatter' shared service.
  2350.      *
  2351.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2352.      */
  2353.     protected function getDebug_FileLinkFormatterService()
  2354.     {
  2355.         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 () {
  2356.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2357.         });
  2358.     }
  2359.     /**
  2360.      * Gets the private 'debug.log_processor' shared service.
  2361.      *
  2362.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2363.      */
  2364.     protected function getDebug_LogProcessorService()
  2365.     {
  2366.         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())));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2370.      *
  2371.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2372.      */
  2373.     protected function getDebug_Security_Access_DecisionManagerService()
  2374.     {
  2375.         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 () {
  2376.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2377.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2378.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2379.             yield => ($this->privates['debug.security.voter.AWCmsBundle\\Voter\\UserVoter'] ?? $this->load('getUserVoterService.php'));
  2380.         }, 4), 'affirmative'falsetrue));
  2381.     }
  2382.     /**
  2383.      * Gets the private 'debug.security.firewall' shared service.
  2384.      *
  2385.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2386.      */
  2387.     protected function getDebug_Security_FirewallService()
  2388.     {
  2389.         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()));
  2390.     }
  2391.     /**
  2392.      * Gets the private 'debug.validator' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2395.      */
  2396.     protected function getDebug_ValidatorService()
  2397.     {
  2398.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2399.     }
  2400.     /**
  2401.      * Gets the private 'esi_listener' shared service.
  2402.      *
  2403.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2404.      */
  2405.     protected function getEsiListenerService()
  2406.     {
  2407.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2408.     }
  2409.     /**
  2410.      * Gets the private 'form.registry' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Form\FormRegistry
  2413.      */
  2414.     protected function getForm_RegistryService()
  2415.     {
  2416.         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, [
  2417.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.default.type.translatedEntity''getA2lixTranslationForm_Default_Type_TranslatedEntityService.php'true],
  2418.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFieldsType' => ['privates''a2lix_translation_form.default.type.translationsFields''getA2lixTranslationForm_Default_Type_TranslationsFieldsService.php'true],
  2419.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.default.type.translationsForms''getA2lixTranslationForm_Default_Type_TranslationsFormsService.php'true],
  2420.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.default.type.translationsLocalesSelector''getA2lixTranslationForm_Default_Type_TranslationsLocalesSelectorService.php'true],
  2421.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.default.type.translations''getA2lixTranslationForm_Default_Type_TranslationsService.php'true],
  2422.             'AWCatalogBundle\\Form\\Carousel\\NewCarouselElementCatalogItem' => ['privates''AWCatalogBundle\\Form\\Carousel\\NewCarouselElementCatalogItem''getNewCarouselElementCatalogItemService'false],
  2423.             'AWCatalogBundle\\Form\\CatalogPictureType' => ['privates''AWCatalogBundle\\Form\\CatalogPictureType''getCatalogPictureTypeService.php'true],
  2424.             'AWCatalogBundle\\Form\\CatalogSettingsType' => ['privates''AWCatalogBundle\\Form\\CatalogSettingsType''getCatalogSettingsTypeService.php'true],
  2425.             'AWCatalogBundle\\Form\\CategoryFilterType' => ['services''awcatalog.form.category_filter_type''getAwcatalog_Form_CategoryFilterTypeService.php'true],
  2426.             'AWCatalogBundle\\Form\\CategoryPositionType' => ['privates''AWCatalogBundle\\Form\\CategoryPositionType''getCategoryPositionTypeService.php'true],
  2427.             'AWCatalogBundle\\Form\\CategoryType' => ['services''awcatalog.form.category_type''getAwcatalog_Form_CategoryTypeService.php'true],
  2428.             'AWCatalogBundle\\Form\\FilterType' => ['services''awcatalog.form.filter_type''getAwcatalog_Form_FilterTypeService.php'true],
  2429.             'AWCatalogBundle\\Form\\ItemType' => ['services''awcatalog.form.item_type''getAwcatalog_Form_ItemTypeService.php'true],
  2430.             'AWCatalogBundle\\Form\\Types\\CategoryElementType' => ['services''awcatalog.form.category_element_type''getAwcatalog_Form_CategoryElementTypeService.php'true],
  2431.             'AWCatalogBundle\\Form\\Types\\CategoryListElementType' => ['services''awcatalog.form.category_list_element_type''getAwcatalog_Form_CategoryListElementTypeService.php'true],
  2432.             'AWCatalogBundle\\Form\\Types\\ItemElementType' => ['services''awcatalog.form.item_element_type''getAwcatalog_Form_ItemElementTypeService.php'true],
  2433.             'AWCatalogBundle\\Form\\Types\\ItemListElementType' => ['services''awcatalog.form.item_list_element_type''getAwcatalog_Form_ItemListElementTypeService.php'true],
  2434.             'AWCmsBundle\\Form\\BannerImageType' => ['privates''AWCmsBundle\\Form\\BannerImageType''getBannerImageTypeService.php'true],
  2435.             'AWCmsBundle\\Form\\BannerType' => ['services''awcms.form.banner_type''getAwcms_Form_BannerTypeService.php'true],
  2436.             'AWCmsBundle\\Form\\BlocPositionType' => ['privates''AWCmsBundle\\Form\\BlocPositionType''getBlocPositionTypeService.php'true],
  2437.             'AWCmsBundle\\Form\\BlocType' => ['privates''AWCmsBundle\\Form\\BlocType''getBlocTypeService.php'true],
  2438.             'AWCmsBundle\\Form\\CallToActionType' => ['privates''AWCmsBundle\\Form\\CallToActionType''getCallToActionTypeService.php'true],
  2439.             'AWCmsBundle\\Form\\CallToActionZoneImageType' => ['privates''AWCmsBundle\\Form\\CallToActionZoneImageType''getCallToActionZoneImageTypeService.php'true],
  2440.             'AWCmsBundle\\Form\\CallToActionZoneType' => ['privates''AWCmsBundle\\Form\\CallToActionZoneType''getCallToActionZoneTypeService.php'true],
  2441.             'AWCmsBundle\\Form\\CannonicalUrlType' => ['privates''AWCmsBundle\\Form\\CannonicalUrlType''getCannonicalUrlTypeService.php'true],
  2442.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemImageType' => ['privates''AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemImageType''getNewCarouselElementItemImageTypeService'false],
  2443.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemType' => ['privates''AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemType''getNewCarouselElementItemTypeService.php'true],
  2444.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemWysiwygType' => ['privates''AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemWysiwygType''getNewCarouselElementItemWysiwygTypeService'false],
  2445.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementSourceCodeType' => ['privates''AWCmsBundle\\Form\\Carousel\\NewCarouselElementSourceCodeType''getNewCarouselElementSourceCodeTypeService'false],
  2446.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementVideoType' => ['privates''AWCmsBundle\\Form\\Carousel\\NewCarouselElementVideoType''getNewCarouselElementVideoTypeService'false],
  2447.             'AWCmsBundle\\Form\\ClonerSettingsType' => ['privates''AWCmsBundle\\Form\\ClonerSettingsType''getClonerSettingsTypeService.php'true],
  2448.             'AWCmsBundle\\Form\\EmailSettingsType' => ['privates''AWCmsBundle\\Form\\EmailSettingsType''getEmailSettingsTypeService.php'true],
  2449.             'AWCmsBundle\\Form\\Field\\CallToActionCollectionType' => ['services''awcms.form.field.call_to_action_collection_type''getAwcms_Form_Field_CallToActionCollectionTypeService.php'true],
  2450.             'AWCmsBundle\\Form\\Field\\ColorPickerType' => ['privates''AWCmsBundle\\Form\\Field\\ColorPickerType''getColorPickerTypeService.php'true],
  2451.             'AWCmsBundle\\Form\\Field\\CustomChoicesType' => ['privates''AWCmsBundle\\Form\\Field\\CustomChoicesType''getCustomChoicesTypeService.php'true],
  2452.             'AWCmsBundle\\Form\\Field\\HorizontalAlignType' => ['privates''AWCmsBundle\\Form\\Field\\HorizontalAlignType''getHorizontalAlignTypeService.php'true],
  2453.             'AWCmsBundle\\Form\\Field\\InternalLinkPageType' => ['services''awcms.form.field.internal_link_page_type''getAwcms_Form_Field_InternalLinkPageTypeService.php'true],
  2454.             'AWCmsBundle\\Form\\Field\\LinkPageType' => ['services''awcms.form.field.link_page_type''getAwcms_Form_Field_LinkPageTypeService.php'true],
  2455.             'AWCmsBundle\\Form\\Field\\LinkTargetType' => ['privates''AWCmsBundle\\Form\\Field\\LinkTargetType''getLinkTargetTypeService.php'true],
  2456.             'AWCmsBundle\\Form\\Field\\VerticalAlignType' => ['privates''AWCmsBundle\\Form\\Field\\VerticalAlignType''getVerticalAlignTypeService.php'true],
  2457.             'AWCmsBundle\\Form\\FlashInfoConfigurationType' => ['privates''AWCmsBundle\\Form\\FlashInfoConfigurationType''getFlashInfoConfigurationTypeService.php'true],
  2458.             'AWCmsBundle\\Form\\FlashInfoType' => ['privates''AWCmsBundle\\Form\\FlashInfoType''getFlashInfoTypeService.php'true],
  2459.             'AWCmsBundle\\Form\\Generic\\FakePasswordType' => ['privates''AWCmsBundle\\Form\\Generic\\FakePasswordType''getFakePasswordTypeService.php'true],
  2460.             'AWCmsBundle\\Form\\HostType' => ['services''awcms_host_form''getAwcmsHostFormService.php'true],
  2461.             'AWCmsBundle\\Form\\ImageType' => ['privates''AWCmsBundle\\Form\\ImageType''getImageTypeService.php'true],
  2462.             'AWCmsBundle\\Form\\ImportType' => ['services''app.form.import_type''getApp_Form_ImportTypeService.php'true],
  2463.             'AWCmsBundle\\Form\\MenuTreeType' => ['privates''AWCmsBundle\\Form\\MenuTreeType''getMenuTreeTypeService.php'true],
  2464.             'AWCmsBundle\\Form\\PageType' => ['services''awcms.form.page_type''getAwcms_Form_PageTypeService.php'true],
  2465.             'AWCmsBundle\\Form\\PageVersionTranslationType' => ['privates''AWCmsBundle\\Form\\PageVersionTranslationType''getPageVersionTranslationTypeService.php'true],
  2466.             'AWCmsBundle\\Form\\PageVersionType' => ['services''awcms.form.page_version_type''getAwcms_Form_PageVersionTypeService.php'true],
  2467.             'AWCmsBundle\\Form\\PopInType' => ['privates''AWCmsBundle\\Form\\PopInType''getPopInTypeService.php'true],
  2468.             'AWCmsBundle\\Form\\RedirectionType' => ['privates''AWCmsBundle\\Form\\RedirectionType''getRedirectionTypeService.php'true],
  2469.             'AWCmsBundle\\Form\\SEOSocialNetworkType' => ['privates''AWCmsBundle\\Form\\SEOSocialNetworkType''getSEOSocialNetworkTypeService.php'true],
  2470.             'AWCmsBundle\\Form\\SenderEmailType' => ['privates''AWCmsBundle\\Form\\SenderEmailType''getSenderEmailTypeService.php'true],
  2471.             'AWCmsBundle\\Form\\SiteForm' => ['privates''AWCmsBundle\\Form\\SiteForm''getSiteFormService.php'true],
  2472.             'AWCmsBundle\\Form\\SiteModulesType' => ['privates''AWCmsBundle\\Form\\SiteModulesType''getSiteModulesTypeService.php'true],
  2473.             'AWCmsBundle\\Form\\SiteParametersForm' => ['privates''AWCmsBundle\\Form\\SiteParametersForm''getSiteParametersFormService.php'true],
  2474.             'AWCmsBundle\\Form\\SlugGeneratorType' => ['privates''AWCmsBundle\\Form\\SlugGeneratorType''getSlugGeneratorTypeService.php'true],
  2475.             'AWCmsBundle\\Form\\SlugSEOType' => ['services''awcms.form.slug_seo_type''getAwcms_Form_SlugSeoTypeService.php'true],
  2476.             'AWCmsBundle\\Form\\SlugType' => ['services''awcms.form.slug_type''getAwcms_Form_SlugTypeService.php'true],
  2477.             'AWCmsBundle\\Form\\SocialNetworkLinkListType' => ['privates''AWCmsBundle\\Form\\SocialNetworkLinkListType''getSocialNetworkLinkListTypeService.php'true],
  2478.             'AWCmsBundle\\Form\\TestEmailType' => ['privates''AWCmsBundle\\Form\\TestEmailType''getTestEmailTypeService.php'true],
  2479.             'AWCmsBundle\\Form\\TextDefaultValueType' => ['privates''AWCmsBundle\\Form\\TextDefaultValueType''getTextDefaultValueTypeService.php'true],
  2480.             'AWCmsBundle\\Form\\ThemeCookieType' => ['privates''AWCmsBundle\\Form\\ThemeCookieType''getThemeCookieTypeService.php'true],
  2481.             'AWCmsBundle\\Form\\ThemeHeaderBurgerType' => ['privates''AWCmsBundle\\Form\\ThemeHeaderBurgerType''getThemeHeaderBurgerTypeService.php'true],
  2482.             'AWCmsBundle\\Form\\ThemeHeaderClassicType' => ['privates''AWCmsBundle\\Form\\ThemeHeaderClassicType''getThemeHeaderClassicTypeService.php'true],
  2483.             'AWCmsBundle\\Form\\ThemeHeaderType' => ['privates''AWCmsBundle\\Form\\ThemeHeaderType''getThemeHeaderTypeService.php'true],
  2484.             'AWCmsBundle\\Form\\ThemeTopHeaderType' => ['privates''AWCmsBundle\\Form\\ThemeTopHeaderType''getThemeTopHeaderTypeService.php'true],
  2485.             'AWCmsBundle\\Form\\ThemeType' => ['services''awcms.form.theme_type''getAwcms_Form_ThemeTypeService.php'true],
  2486.             'AWCmsBundle\\Form\\Types\\ButtonElementType' => ['privates''AWCmsBundle\\Form\\Types\\ButtonElementType''getButtonElementTypeService.php'true],
  2487.             'AWCmsBundle\\Form\\Types\\CallToActionElementType' => ['privates''AWCmsBundle\\Form\\Types\\CallToActionElementType''getCallToActionElementTypeService.php'true],
  2488.             'AWCmsBundle\\Form\\Types\\CallToActionLibraryElementType' => ['services''awcms.form.types.call_to_action_library_element_type''getAwcms_Form_Types_CallToActionLibraryElementTypeService.php'true],
  2489.             'AWCmsBundle\\Form\\Types\\CarouselElementType' => ['privates''AWCmsBundle\\Form\\Types\\CarouselElementType''getCarouselElementTypeService.php'true],
  2490.             'AWCmsBundle\\Form\\Types\\CarouselItemType' => ['services''awcms.form.types.carousel_item_type''getAwcms_Form_Types_CarouselItemTypeService.php'true],
  2491.             'AWCmsBundle\\Form\\Types\\DataListType' => ['privates''AWCmsBundle\\Form\\Types\\DataListType''getDataListTypeService.php'true],
  2492.             'AWCmsBundle\\Form\\Types\\DiapoElementType' => ['privates''AWCmsBundle\\Form\\Types\\DiapoElementType''getDiapoElementTypeService.php'true],
  2493.             'AWCmsBundle\\Form\\Types\\DiapoImageType' => ['privates''AWCmsBundle\\Form\\Types\\DiapoImageType''getDiapoImageTypeService.php'true],
  2494.             'AWCmsBundle\\Form\\Types\\EdmFilesElementType' => ['privates''AWCmsBundle\\Form\\Types\\EdmFilesElementType''getEdmFilesElementTypeService.php'true],
  2495.             'AWCmsBundle\\Form\\Types\\ElementPositionType' => ['privates''AWCmsBundle\\Form\\Types\\ElementPositionType''getElementPositionTypeService.php'true],
  2496.             'AWCmsBundle\\Form\\Types\\ElementType' => ['privates''AWCmsBundle\\Form\\Types\\ElementType''getElementTypeService.php'true],
  2497.             'AWCmsBundle\\Form\\Types\\HtmlElementType' => ['privates''AWCmsBundle\\Form\\Types\\HtmlElementType''getHtmlElementTypeService.php'true],
  2498.             'AWCmsBundle\\Form\\Types\\ImageElementType' => ['privates''AWCmsBundle\\Form\\Types\\ImageElementType''getImageElementTypeService.php'true],
  2499.             'AWCmsBundle\\Form\\Types\\JqueryCollectionPositionType' => ['privates''AWCmsBundle\\Form\\Types\\JqueryCollectionPositionType''getJqueryCollectionPositionTypeService.php'true],
  2500.             'AWCmsBundle\\Form\\Types\\JqueryCollectionType' => ['privates''AWCmsBundle\\Form\\Types\\JqueryCollectionType''getJqueryCollectionTypeService.php'true],
  2501.             'AWCmsBundle\\Form\\Types\\ListElementType' => ['privates''AWCmsBundle\\Form\\Types\\ListElementType''getListElementTypeService.php'true],
  2502.             'AWCmsBundle\\Form\\Types\\ListItemType' => ['privates''AWCmsBundle\\Form\\Types\\ListItemType''getListItemTypeService.php'true],
  2503.             'AWCmsBundle\\Form\\Types\\MenuHeaderElementType' => ['services''awcms.form.types.menu_header_element_type''getAwcms_Form_Types_MenuHeaderElementTypeService.php'true],
  2504.             'AWCmsBundle\\Form\\Types\\NewCarouselElementType' => ['privates''AWCmsBundle\\Form\\Types\\NewCarouselElementType''getNewCarouselElementTypeService.php'true],
  2505.             'AWCmsBundle\\Form\\Types\\SlugTargetType' => ['privates''AWCmsBundle\\Form\\Types\\SlugTargetType''getSlugTargetTypeService.php'true],
  2506.             'AWCmsBundle\\Form\\Types\\SocialNetworkImageListElementType' => ['privates''AWCmsBundle\\Form\\Types\\SocialNetworkImageListElementType''getSocialNetworkImageListElementTypeService.php'true],
  2507.             'AWCmsBundle\\Form\\Types\\SocialNetworkLinkListElementType' => ['privates''AWCmsBundle\\Form\\Types\\SocialNetworkLinkListElementType''getSocialNetworkLinkListElementTypeService.php'true],
  2508.             'AWCmsBundle\\Form\\Types\\SubpageElementType' => ['privates''AWCmsBundle\\Form\\Types\\SubpageElementType''getSubpageElementTypeService.php'true],
  2509.             'AWCmsBundle\\Form\\Types\\TextElementType' => ['privates''AWCmsBundle\\Form\\Types\\TextElementType''getTextElementTypeService.php'true],
  2510.             'AWCmsBundle\\Form\\Types\\TextSuggestionType' => ['privates''AWCmsBundle\\Form\\Types\\TextSuggestionType''getTextSuggestionTypeService.php'true],
  2511.             'AWCmsBundle\\Form\\Types\\UserPasswordType' => ['privates''AWCmsBundle\\Form\\Types\\UserPasswordType''getUserPasswordTypeService.php'true],
  2512.             'AWCmsBundle\\Form\\Types\\VideoElementType' => ['privates''AWCmsBundle\\Form\\Types\\VideoElementType''getVideoElementTypeService.php'true],
  2513.             'AWCmsBundle\\Form\\User\\ChangeUserPasswordType' => ['privates''AWCmsBundle\\Form\\User\\ChangeUserPasswordType''getChangeUserPasswordTypeService.php'true],
  2514.             'AWCmsBundle\\Form\\User\\LoginType' => ['privates''AWCmsBundle\\Form\\User\\LoginType''getLoginTypeService.php'true],
  2515.             'AWCmsBundle\\Form\\User\\RegisterType' => ['privates''AWCmsBundle\\Form\\User\\RegisterType''getRegisterTypeService.php'true],
  2516.             'AWCmsBundle\\Form\\User\\ResettingFormType' => ['privates''AWCmsBundle\\Form\\User\\ResettingFormType''getResettingFormTypeService.php'true],
  2517.             'AWCmsBundle\\Form\\User\\UserInvitationType' => ['privates''AWCmsBundle\\Form\\User\\UserInvitationType''getUserInvitationTypeService.php'true],
  2518.             'AWCmsBundle\\Form\\User\\UserInvitedType' => ['privates''AWCmsBundle\\Form\\User\\UserInvitedType''getUserInvitedTypeService.php'true],
  2519.             'AWCmsBundle\\Form\\User\\UserType' => ['services''awcms.form.user.add_user_type''getAwcms_Form_User_AddUserTypeService.php'true],
  2520.             'AWCmsBundle\\Form\\VideoOptionType' => ['privates''AWCmsBundle\\Form\\VideoOptionType''getVideoOptionTypeService.php'true],
  2521.             'AWCmsBundle\\Form\\VideoType' => ['privates''AWCmsBundle\\Form\\VideoType''getVideoTypeService.php'true],
  2522.             'AWEdmBundle\\Form\\Type\\EdmFileType' => ['privates''AWEdmBundle\\Form\\Type\\EdmFileType''getEdmFileTypeService.php'true],
  2523.             'AWEdmBundle\\Form\\Type\\FileUploadType' => ['privates''AWEdmBundle\\Form\\Type\\FileUploadType''getFileUploadTypeService.php'true],
  2524.             'AWFormBundle\\Form\\ColumnType' => ['privates''AWFormBundle\\Form\\ColumnType''getColumnTypeService.php'true],
  2525.             'AWFormBundle\\Form\\CustomChoiceType' => ['privates''AWFormBundle\\Form\\CustomChoiceType''getCustomChoiceTypeService.php'true],
  2526.             'AWFormBundle\\Form\\FieldType' => ['privates''AWFormBundle\\Form\\FieldType''getFieldTypeService.php'true],
  2527.             'AWFormBundle\\Form\\FormSettingType' => ['privates''AWFormBundle\\Form\\FormSettingType''getFormSettingTypeService.php'true],
  2528.             'AWFormBundle\\Form\\GenerateFormType' => ['privates''AWFormBundle\\Form\\GenerateFormType''getGenerateFormTypeService.php'true],
  2529.             'AWFormBundle\\Form\\OptionType' => ['privates''AWFormBundle\\Form\\OptionType''getOptionTypeService.php'true],
  2530.             'AWFormBundle\\Form\\PredefinedChoiceGroupType' => ['privates''AWFormBundle\\Form\\PredefinedChoiceGroupType''getPredefinedChoiceGroupTypeService.php'true],
  2531.             'AWFormBundle\\Form\\PredefinedChoiceType' => ['privates''AWFormBundle\\Form\\PredefinedChoiceType''getPredefinedChoiceTypeService.php'true],
  2532.             'AWFormBundle\\Form\\Type\\DisplayInfoType' => ['privates''AWFormBundle\\Form\\Type\\DisplayInfoType''getDisplayInfoTypeService.php'true],
  2533.             'AWFormBundle\\Form\\Type\\GroupType' => ['privates''AWFormBundle\\Form\\Type\\GroupType''getGroupTypeService.php'true],
  2534.             'AWFormBundle\\Form\\Types\\FormElementType' => ['services''awcms.form.form_element_type''getAwcms_Form_FormElementTypeService.php'true],
  2535.             'AppBundle\\Form\\ArticleCustomType' => ['privates''AppBundle\\Form\\ArticleCustomType''getArticleCustomTypeService.php'true],
  2536.             'AppBundle\\Form\\EventType' => ['privates''AppBundle\\Form\\EventType''getEventTypeService.php'true],
  2537.             'AppBundle\\Form\\PaymentType' => ['privates''AppBundle\\Form\\PaymentType''getPaymentTypeService.php'true],
  2538.             'AppBundle\\Form\\Type\\CarType' => ['privates''AppBundle\\Form\\Type\\CarType''getCarTypeService.php'true],
  2539.             'AppBundle\\Form\\Type\\DocumentType' => ['privates''AppBundle\\Form\\Type\\DocumentType''getDocumentTypeService.php'true],
  2540.             'AppBundle\\Form\\Type\\InfoAdressType' => ['privates''AppBundle\\Form\\Type\\InfoAdressType''getInfoAdressTypeService.php'true],
  2541.             'AppBundle\\Form\\Type\\SearchType' => ['privates''AppBundle\\Form\\Type\\SearchType''getSearchTypeService.php'true],
  2542.             'AppBundle\\Form\\Type\\UserCarType' => ['privates''AppBundle\\Form\\Type\\UserCarType''getUserCarTypeService.php'true],
  2543.             'AppBundle\\Form\\Type\\UserType' => ['privates''AppBundle\\Form\\Type\\UserType''getUserTypeService.php'true],
  2544.             'AppBundle\\Form\\UserEmailType' => ['privates''AppBundle\\Form\\UserEmailType''getUserEmailTypeService.php'true],
  2545.             'ArticleCmsBundle\\Form\\ArticleSettingsType' => ['privates''ArticleCmsBundle\\Form\\ArticleSettingsType''getArticleSettingsTypeService.php'true],
  2546.             'ArticleCmsBundle\\Form\\ArticleType' => ['services''awcms.form.article_type''getAwcms_Form_ArticleTypeService.php'true],
  2547.             'ArticleCmsBundle\\Form\\Carousel\\NewCarouselElementArticleType' => ['privates''ArticleCmsBundle\\Form\\Carousel\\NewCarouselElementArticleType''getNewCarouselElementArticleTypeService'false],
  2548.             'ArticleCmsBundle\\Form\\TypeArticleType' => ['privates''ArticleCmsBundle\\Form\\TypeArticleType''getTypeArticleTypeService.php'true],
  2549.             'ArticleCmsBundle\\Form\\Types\\ArticleElementType' => ['services''article_element_type''getArticleElementTypeService.php'true],
  2550.             'ArticleCmsBundle\\Form\\Types\\ArticleListElementType' => ['services''article_list_element_type''getArticleListElementTypeService.php'true],
  2551.             'ArticleCmsBundle\\Form\\Types\\ArticleTypeListElementType' => ['services''article_type_list_element_type''getArticleTypeListElementTypeService.php'true],
  2552.             'ArticleCmsBundle\\Form\\Types\\ArticleZoneTemplateType' => ['privates''ArticleCmsBundle\\Form\\Types\\ArticleZoneTemplateType''getArticleZoneTemplateTypeService.php'true],
  2553.             'AwCmsSocialNetworkBundle\\Form\\Types\\SocialNetworkElementType' => ['services''awsocialnetwork.form.socialnetwork_element_type''getAwsocialnetwork_Form_SocialnetworkElementTypeService.php'true],
  2554.             'AwCmsSocialNetworkBundle\\Form\\Types\\SocialNetworkSettingsType' => ['privates''AwCmsSocialNetworkBundle\\Form\\Types\\SocialNetworkSettingsType''getSocialNetworkSettingsTypeService.php'true],
  2555.             'AwCmsZoneTemplateBundle\\Form\\Carousel\\NewCarouselElementZoneTemplateType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Carousel\\NewCarouselElementZoneTemplateType''getNewCarouselElementZoneTemplateTypeService'false],
  2556.             'AwCmsZoneTemplateBundle\\Form\\Type\\ImportType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ImportType''getImportTypeService.php'true],
  2557.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateEntityType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateEntityType''getZoneTemplateEntityTypeService.php'true],
  2558.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateFieldItemType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateFieldItemType''getZoneTemplateFieldItemTypeService.php'true],
  2559.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateFieldType' => ['services''awzonetemplate.zonetemplatefield_type''getAwzonetemplate_ZonetemplatefieldTypeService.php'true],
  2560.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\ColorType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\ColorType''getColorTypeService.php'true],
  2561.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\DateType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\DateType''getDateTypeService.php'true],
  2562.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\EdmFileType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\EdmFileType''getEdmFileType2Service.php'true],
  2563.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\FieldCollectionType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\FieldCollectionType''getFieldCollectionTypeService.php'true],
  2564.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\GroupCollectionType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\GroupCollectionType''getGroupCollectionTypeService.php'true],
  2565.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\LinkType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\LinkType''getLinkTypeService.php'true],
  2566.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\MultimediaType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\MultimediaType''getMultimediaTypeService.php'true],
  2567.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\SelectItemType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\SelectItemType''getSelectItemTypeService.php'true],
  2568.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\SelectType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\SelectType''getSelectTypeService.php'true],
  2569.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\TextType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\TextType''getTextTypeService.php'true],
  2570.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\TextareaType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\TextareaType''getTextareaTypeService.php'true],
  2571.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\VideoType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\VideoType''getVideoType2Service.php'true],
  2572.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\WysiwygType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\WysiwygType''getWysiwygTypeService.php'true],
  2573.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateGroupType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateGroupType''getZoneTemplateGroupTypeService.php'true],
  2574.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateInstanceEntityType' => ['services''awzonetemplate.zonetemplateinstance_entity_type''getAwzonetemplate_ZonetemplateinstanceEntityTypeService.php'true],
  2575.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateInstanceType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateInstanceType''getZoneTemplateInstanceTypeService.php'true],
  2576.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateSettingsType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateSettingsType''getZoneTemplateSettingsTypeService.php'true],
  2577.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateThemeType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateThemeType''getZoneTemplateThemeTypeService.php'true],
  2578.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateType''getZoneTemplateTypeService.php'true],
  2579.             'AwCmsZoneTemplateBundle\\Form\\Types\\ZoneTemplateInstanceElementType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Types\\ZoneTemplateInstanceElementType''getZoneTemplateInstanceElementTypeService.php'true],
  2580.             'AwCmsZoneTemplateBundle\\Form\\Types\\ZoneTemplateInstanceNewElementType' => ['privates''AwCmsZoneTemplateBundle\\Form\\Types\\ZoneTemplateInstanceNewElementType''getZoneTemplateInstanceNewElementTypeService.php'true],
  2581.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService.php'true],
  2582.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService.php'true],
  2583.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService.php'true],
  2584.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService.php'true],
  2585.         ], [
  2586.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  2587.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFieldsType' => '?',
  2588.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  2589.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  2590.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  2591.             'AWCatalogBundle\\Form\\Carousel\\NewCarouselElementCatalogItem' => '?',
  2592.             'AWCatalogBundle\\Form\\CatalogPictureType' => '?',
  2593.             'AWCatalogBundle\\Form\\CatalogSettingsType' => '?',
  2594.             'AWCatalogBundle\\Form\\CategoryFilterType' => '?',
  2595.             'AWCatalogBundle\\Form\\CategoryPositionType' => '?',
  2596.             'AWCatalogBundle\\Form\\CategoryType' => '?',
  2597.             'AWCatalogBundle\\Form\\FilterType' => '?',
  2598.             'AWCatalogBundle\\Form\\ItemType' => '?',
  2599.             'AWCatalogBundle\\Form\\Types\\CategoryElementType' => '?',
  2600.             'AWCatalogBundle\\Form\\Types\\CategoryListElementType' => '?',
  2601.             'AWCatalogBundle\\Form\\Types\\ItemElementType' => '?',
  2602.             'AWCatalogBundle\\Form\\Types\\ItemListElementType' => '?',
  2603.             'AWCmsBundle\\Form\\BannerImageType' => '?',
  2604.             'AWCmsBundle\\Form\\BannerType' => '?',
  2605.             'AWCmsBundle\\Form\\BlocPositionType' => '?',
  2606.             'AWCmsBundle\\Form\\BlocType' => '?',
  2607.             'AWCmsBundle\\Form\\CallToActionType' => '?',
  2608.             'AWCmsBundle\\Form\\CallToActionZoneImageType' => '?',
  2609.             'AWCmsBundle\\Form\\CallToActionZoneType' => '?',
  2610.             'AWCmsBundle\\Form\\CannonicalUrlType' => '?',
  2611.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemImageType' => '?',
  2612.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemType' => '?',
  2613.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementItemWysiwygType' => '?',
  2614.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementSourceCodeType' => '?',
  2615.             'AWCmsBundle\\Form\\Carousel\\NewCarouselElementVideoType' => '?',
  2616.             'AWCmsBundle\\Form\\ClonerSettingsType' => '?',
  2617.             'AWCmsBundle\\Form\\EmailSettingsType' => '?',
  2618.             'AWCmsBundle\\Form\\Field\\CallToActionCollectionType' => '?',
  2619.             'AWCmsBundle\\Form\\Field\\ColorPickerType' => '?',
  2620.             'AWCmsBundle\\Form\\Field\\CustomChoicesType' => '?',
  2621.             'AWCmsBundle\\Form\\Field\\HorizontalAlignType' => '?',
  2622.             'AWCmsBundle\\Form\\Field\\InternalLinkPageType' => '?',
  2623.             'AWCmsBundle\\Form\\Field\\LinkPageType' => '?',
  2624.             'AWCmsBundle\\Form\\Field\\LinkTargetType' => '?',
  2625.             'AWCmsBundle\\Form\\Field\\VerticalAlignType' => '?',
  2626.             'AWCmsBundle\\Form\\FlashInfoConfigurationType' => '?',
  2627.             'AWCmsBundle\\Form\\FlashInfoType' => '?',
  2628.             'AWCmsBundle\\Form\\Generic\\FakePasswordType' => '?',
  2629.             'AWCmsBundle\\Form\\HostType' => '?',
  2630.             'AWCmsBundle\\Form\\ImageType' => '?',
  2631.             'AWCmsBundle\\Form\\ImportType' => '?',
  2632.             'AWCmsBundle\\Form\\MenuTreeType' => '?',
  2633.             'AWCmsBundle\\Form\\PageType' => '?',
  2634.             'AWCmsBundle\\Form\\PageVersionTranslationType' => '?',
  2635.             'AWCmsBundle\\Form\\PageVersionType' => '?',
  2636.             'AWCmsBundle\\Form\\PopInType' => '?',
  2637.             'AWCmsBundle\\Form\\RedirectionType' => '?',
  2638.             'AWCmsBundle\\Form\\SEOSocialNetworkType' => '?',
  2639.             'AWCmsBundle\\Form\\SenderEmailType' => '?',
  2640.             'AWCmsBundle\\Form\\SiteForm' => '?',
  2641.             'AWCmsBundle\\Form\\SiteModulesType' => '?',
  2642.             'AWCmsBundle\\Form\\SiteParametersForm' => '?',
  2643.             'AWCmsBundle\\Form\\SlugGeneratorType' => '?',
  2644.             'AWCmsBundle\\Form\\SlugSEOType' => '?',
  2645.             'AWCmsBundle\\Form\\SlugType' => '?',
  2646.             'AWCmsBundle\\Form\\SocialNetworkLinkListType' => '?',
  2647.             'AWCmsBundle\\Form\\TestEmailType' => '?',
  2648.             'AWCmsBundle\\Form\\TextDefaultValueType' => '?',
  2649.             'AWCmsBundle\\Form\\ThemeCookieType' => '?',
  2650.             'AWCmsBundle\\Form\\ThemeHeaderBurgerType' => '?',
  2651.             'AWCmsBundle\\Form\\ThemeHeaderClassicType' => '?',
  2652.             'AWCmsBundle\\Form\\ThemeHeaderType' => '?',
  2653.             'AWCmsBundle\\Form\\ThemeTopHeaderType' => '?',
  2654.             'AWCmsBundle\\Form\\ThemeType' => '?',
  2655.             'AWCmsBundle\\Form\\Types\\ButtonElementType' => '?',
  2656.             'AWCmsBundle\\Form\\Types\\CallToActionElementType' => '?',
  2657.             'AWCmsBundle\\Form\\Types\\CallToActionLibraryElementType' => '?',
  2658.             'AWCmsBundle\\Form\\Types\\CarouselElementType' => '?',
  2659.             'AWCmsBundle\\Form\\Types\\CarouselItemType' => '?',
  2660.             'AWCmsBundle\\Form\\Types\\DataListType' => '?',
  2661.             'AWCmsBundle\\Form\\Types\\DiapoElementType' => '?',
  2662.             'AWCmsBundle\\Form\\Types\\DiapoImageType' => '?',
  2663.             'AWCmsBundle\\Form\\Types\\EdmFilesElementType' => '?',
  2664.             'AWCmsBundle\\Form\\Types\\ElementPositionType' => '?',
  2665.             'AWCmsBundle\\Form\\Types\\ElementType' => '?',
  2666.             'AWCmsBundle\\Form\\Types\\HtmlElementType' => '?',
  2667.             'AWCmsBundle\\Form\\Types\\ImageElementType' => '?',
  2668.             'AWCmsBundle\\Form\\Types\\JqueryCollectionPositionType' => '?',
  2669.             'AWCmsBundle\\Form\\Types\\JqueryCollectionType' => '?',
  2670.             'AWCmsBundle\\Form\\Types\\ListElementType' => '?',
  2671.             'AWCmsBundle\\Form\\Types\\ListItemType' => '?',
  2672.             'AWCmsBundle\\Form\\Types\\MenuHeaderElementType' => '?',
  2673.             'AWCmsBundle\\Form\\Types\\NewCarouselElementType' => '?',
  2674.             'AWCmsBundle\\Form\\Types\\SlugTargetType' => '?',
  2675.             'AWCmsBundle\\Form\\Types\\SocialNetworkImageListElementType' => '?',
  2676.             'AWCmsBundle\\Form\\Types\\SocialNetworkLinkListElementType' => '?',
  2677.             'AWCmsBundle\\Form\\Types\\SubpageElementType' => '?',
  2678.             'AWCmsBundle\\Form\\Types\\TextElementType' => '?',
  2679.             'AWCmsBundle\\Form\\Types\\TextSuggestionType' => '?',
  2680.             'AWCmsBundle\\Form\\Types\\UserPasswordType' => '?',
  2681.             'AWCmsBundle\\Form\\Types\\VideoElementType' => '?',
  2682.             'AWCmsBundle\\Form\\User\\ChangeUserPasswordType' => '?',
  2683.             'AWCmsBundle\\Form\\User\\LoginType' => '?',
  2684.             'AWCmsBundle\\Form\\User\\RegisterType' => '?',
  2685.             'AWCmsBundle\\Form\\User\\ResettingFormType' => '?',
  2686.             'AWCmsBundle\\Form\\User\\UserInvitationType' => '?',
  2687.             'AWCmsBundle\\Form\\User\\UserInvitedType' => '?',
  2688.             'AWCmsBundle\\Form\\User\\UserType' => '?',
  2689.             'AWCmsBundle\\Form\\VideoOptionType' => '?',
  2690.             'AWCmsBundle\\Form\\VideoType' => '?',
  2691.             'AWEdmBundle\\Form\\Type\\EdmFileType' => '?',
  2692.             'AWEdmBundle\\Form\\Type\\FileUploadType' => '?',
  2693.             'AWFormBundle\\Form\\ColumnType' => '?',
  2694.             'AWFormBundle\\Form\\CustomChoiceType' => '?',
  2695.             'AWFormBundle\\Form\\FieldType' => '?',
  2696.             'AWFormBundle\\Form\\FormSettingType' => '?',
  2697.             'AWFormBundle\\Form\\GenerateFormType' => '?',
  2698.             'AWFormBundle\\Form\\OptionType' => '?',
  2699.             'AWFormBundle\\Form\\PredefinedChoiceGroupType' => '?',
  2700.             'AWFormBundle\\Form\\PredefinedChoiceType' => '?',
  2701.             'AWFormBundle\\Form\\Type\\DisplayInfoType' => '?',
  2702.             'AWFormBundle\\Form\\Type\\GroupType' => '?',
  2703.             'AWFormBundle\\Form\\Types\\FormElementType' => '?',
  2704.             'AppBundle\\Form\\ArticleCustomType' => '?',
  2705.             'AppBundle\\Form\\EventType' => '?',
  2706.             'AppBundle\\Form\\PaymentType' => '?',
  2707.             'AppBundle\\Form\\Type\\CarType' => '?',
  2708.             'AppBundle\\Form\\Type\\DocumentType' => '?',
  2709.             'AppBundle\\Form\\Type\\InfoAdressType' => '?',
  2710.             'AppBundle\\Form\\Type\\SearchType' => '?',
  2711.             'AppBundle\\Form\\Type\\UserCarType' => '?',
  2712.             'AppBundle\\Form\\Type\\UserType' => '?',
  2713.             'AppBundle\\Form\\UserEmailType' => '?',
  2714.             'ArticleCmsBundle\\Form\\ArticleSettingsType' => '?',
  2715.             'ArticleCmsBundle\\Form\\ArticleType' => '?',
  2716.             'ArticleCmsBundle\\Form\\Carousel\\NewCarouselElementArticleType' => '?',
  2717.             'ArticleCmsBundle\\Form\\TypeArticleType' => '?',
  2718.             'ArticleCmsBundle\\Form\\Types\\ArticleElementType' => '?',
  2719.             'ArticleCmsBundle\\Form\\Types\\ArticleListElementType' => '?',
  2720.             'ArticleCmsBundle\\Form\\Types\\ArticleTypeListElementType' => '?',
  2721.             'ArticleCmsBundle\\Form\\Types\\ArticleZoneTemplateType' => '?',
  2722.             'AwCmsSocialNetworkBundle\\Form\\Types\\SocialNetworkElementType' => '?',
  2723.             'AwCmsSocialNetworkBundle\\Form\\Types\\SocialNetworkSettingsType' => '?',
  2724.             'AwCmsZoneTemplateBundle\\Form\\Carousel\\NewCarouselElementZoneTemplateType' => '?',
  2725.             'AwCmsZoneTemplateBundle\\Form\\Type\\ImportType' => '?',
  2726.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateEntityType' => '?',
  2727.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateFieldItemType' => '?',
  2728.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateFieldType' => '?',
  2729.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\ColorType' => '?',
  2730.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\DateType' => '?',
  2731.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\EdmFileType' => '?',
  2732.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\FieldCollectionType' => '?',
  2733.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\GroupCollectionType' => '?',
  2734.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\LinkType' => '?',
  2735.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\MultimediaType' => '?',
  2736.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\SelectItemType' => '?',
  2737.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\SelectType' => '?',
  2738.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\TextType' => '?',
  2739.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\TextareaType' => '?',
  2740.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\VideoType' => '?',
  2741.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateField\\WysiwygType' => '?',
  2742.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateGroupType' => '?',
  2743.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateInstanceEntityType' => '?',
  2744.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateInstanceType' => '?',
  2745.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateSettingsType' => '?',
  2746.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateThemeType' => '?',
  2747.             'AwCmsZoneTemplateBundle\\Form\\Type\\ZoneTemplateType' => '?',
  2748.             'AwCmsZoneTemplateBundle\\Form\\Types\\ZoneTemplateInstanceElementType' => '?',
  2749.             'AwCmsZoneTemplateBundle\\Form\\Types\\ZoneTemplateInstanceNewElementType' => '?',
  2750.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2751.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2752.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2753.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2754.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2755.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService.php'));
  2756.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService.php'));
  2757.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService.php'));
  2758.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService.php'));
  2759.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService.php'));
  2760.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService.php'));
  2761.             yield => ($this->privates['nelmio_api_doc.form.extension.description_form_type_extension'] ?? ($this->privates['nelmio_api_doc.form.extension.description_form_type_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DescriptionFormTypeExtension()));
  2762.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2763.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2764.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2765.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2766.         }, 1)], new RewindableGenerator(function () {
  2767.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService.php'));
  2768.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService.php'));
  2769.             yield => ($this->privates['Fresh\\DoctrineEnumBundle\\Form\\EnumTypeGuesser'] ?? $this->load('getEnumTypeGuesserService.php'));
  2770.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2771.     }
  2772.     /**
  2773.      * Gets the private 'fos_rest.body_listener' shared service.
  2774.      *
  2775.      * @return \FOS\RestBundle\EventListener\BodyListener
  2776.      */
  2777.     protected function getFosRest_BodyListenerService()
  2778.     {
  2779.         $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, [
  2780.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  2781.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  2782.         ], [
  2783.             'fos_rest.decoder.json' => '?',
  2784.             'fos_rest.decoder.xml' => '?',
  2785.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  2786.         $instance->setDefaultFormat(NULL);
  2787.         return $instance;
  2788.     }
  2789.     /**
  2790.      * Gets the private 'fos_rest.format_listener' shared service.
  2791.      *
  2792.      * @return \FOS\RestBundle\EventListener\FormatListener
  2793.      */
  2794.     protected function getFosRest_FormatListenerService()
  2795.     {
  2796.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2797.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2798.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api(?!/v2)'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  2799.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'], 'fallback_format' => 'html''prefer_extension' => false'methods' => NULL'attributes' => [], 'stop' => false]);
  2800.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2801.     }
  2802.     /**
  2803.      * Gets the private 'fragment.listener' shared service.
  2804.      *
  2805.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2806.      */
  2807.     protected function getFragment_ListenerService()
  2808.     {
  2809.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  2810.     }
  2811.     /**
  2812.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2813.      *
  2814.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2815.      */
  2816.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2817.     {
  2818.         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())));
  2819.     }
  2820.     /**
  2821.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2822.      *
  2823.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2824.      */
  2825.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2826.     {
  2827.         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()));
  2828.     }
  2829.     /**
  2830.      * Gets the private 'httplug.collector.formatter' shared service.
  2831.      *
  2832.      * @return \Http\HttplugBundle\Collector\Formatter
  2833.      */
  2834.     protected function getHttplug_Collector_FormatterService()
  2835.     {
  2836.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(new \Http\Message\Formatter\FullHttpMessageFormatter(0), new \Http\Message\Formatter\CurlCommandFormatter());
  2837.     }
  2838.     /**
  2839.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  2840.      *
  2841.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  2842.      */
  2843.     protected function getHwiOauth_Security_OauthUtilsService()
  2844.     {
  2845.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), false'IS_AUTHENTICATED_REMEMBERED');
  2846.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  2847.         return $instance;
  2848.     }
  2849.     /**
  2850.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  2851.      *
  2852.      * @return \Metadata\MetadataFactory
  2853.      */
  2854.     protected function getJmsSerializer_MetadataFactoryService()
  2855.     {
  2856.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2857.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService.php'true],
  2858.         ], [
  2859.             'metadata_driver' => '?',
  2860.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2861.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  2862.         return $instance;
  2863.     }
  2864.     /**
  2865.      * Gets the private 'jms_serializer.serialized_name_annotation_strategy' shared service.
  2866.      *
  2867.      * @return \JMS\Serializer\Naming\SerializedNameAnnotationStrategy
  2868.      */
  2869.     protected function getJmsSerializer_SerializedNameAnnotationStrategyService()
  2870.     {
  2871.         return $this->privates['jms_serializer.serialized_name_annotation_strategy'] = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2875.      *
  2876.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2877.      */
  2878.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2879.     {
  2880.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2881.     }
  2882.     /**
  2883.      * Gets the private 'locale_aware_listener' shared service.
  2884.      *
  2885.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2886.      */
  2887.     protected function getLocaleAwareListenerService()
  2888.     {
  2889.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2890.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2891.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2892.     }
  2893.     /**
  2894.      * Gets the private 'locale_listener' shared service.
  2895.      *
  2896.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2897.      */
  2898.     protected function getLocaleListenerService()
  2899.     {
  2900.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  2901.     }
  2902.     /**
  2903.      * Gets the private 'monolog.handler.console' shared service.
  2904.      *
  2905.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2906.      */
  2907.     protected function getMonolog_Handler_ConsoleService()
  2908.     {
  2909.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2910.     }
  2911.     /**
  2912.      * Gets the private 'monolog.handler.main' shared service.
  2913.      *
  2914.      * @return \Monolog\Handler\StreamHandler
  2915.      */
  2916.     protected function getMonolog_Handler_MainService()
  2917.     {
  2918.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2919.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2920.         return $instance;
  2921.     }
  2922.     /**
  2923.      * Gets the private 'monolog.logger' shared service.
  2924.      *
  2925.      * @return \Symfony\Bridge\Monolog\Logger
  2926.      */
  2927.     protected function getMonolog_LoggerService()
  2928.     {
  2929.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2930.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2931.         $instance->useMicrosecondTimestamps(true);
  2932.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2933.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2934.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'monolog.logger.cache' shared service.
  2939.      *
  2940.      * @return \Symfony\Bridge\Monolog\Logger
  2941.      */
  2942.     protected function getMonolog_Logger_CacheService()
  2943.     {
  2944.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2945.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2946.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2947.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2948.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2949.         return $instance;
  2950.     }
  2951.     /**
  2952.      * Gets the private 'monolog.logger.request' shared service.
  2953.      *
  2954.      * @return \Symfony\Bridge\Monolog\Logger
  2955.      */
  2956.     protected function getMonolog_Logger_RequestService()
  2957.     {
  2958.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2959.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2960.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2961.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2962.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2963.         return $instance;
  2964.     }
  2965.     /**
  2966.      * Gets the private 'nelmio_api_doc.event_listener.request' shared service.
  2967.      *
  2968.      * @return \Nelmio\ApiDocBundle\EventListener\RequestListener
  2969.      */
  2970.     protected function getNelmioApiDoc_EventListener_RequestService()
  2971.     {
  2972.         return $this->privates['nelmio_api_doc.event_listener.request'] = new \Nelmio\ApiDocBundle\EventListener\RequestListener(($this->services['nelmio_api_doc.extractor.api_doc_extractor'] ?? $this->getNelmioApiDoc_Extractor_ApiDocExtractorService()), ($this->services['nelmio_api_doc.formatter.html_formatter'] ?? $this->getNelmioApiDoc_Formatter_HtmlFormatterService()), '_doc');
  2973.     }
  2974.     /**
  2975.      * Gets the private 'parameter_bag' shared service.
  2976.      *
  2977.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2978.      */
  2979.     protected function getParameterBagService()
  2980.     {
  2981.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2982.     }
  2983.     /**
  2984.      * Gets the private 'profiler_listener' shared service.
  2985.      *
  2986.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2987.      */
  2988.     protected function getProfilerListenerService()
  2989.     {
  2990.         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);
  2991.     }
  2992.     /**
  2993.      * Gets the private 'router.request_context' shared service.
  2994.      *
  2995.      * @return \Symfony\Component\Routing\RequestContext
  2996.      */
  2997.     protected function getRouter_RequestContextService()
  2998.     {
  2999.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  3000.     }
  3001.     /**
  3002.      * Gets the private 'router_listener' shared service.
  3003.      *
  3004.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3005.      */
  3006.     protected function getRouterListenerService()
  3007.     {
  3008.         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);
  3009.     }
  3010.     /**
  3011.      * Gets the private 'security.authentication.manager' shared service.
  3012.      *
  3013.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  3014.      */
  3015.     protected function getSecurity_Authentication_ManagerService()
  3016.     {
  3017.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  3018.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  3019.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->load('getHwiOauth_Authentication_Provider_Oauth_MainService.php'));
  3020.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
  3021.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  3022.         }, 4), true);
  3023.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3024.         return $instance;
  3025.     }
  3026.     /**
  3027.      * Gets the private 'security.firewall.map' shared service.
  3028.      *
  3029.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3030.      */
  3031.     protected function getSecurity_Firewall_MapService()
  3032.     {
  3033.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3034.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  3035.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  3036.         ], [
  3037.             'security.firewall.map.context.dev' => '?',
  3038.             'security.firewall.map.context.main' => '?',
  3039.         ]), new RewindableGenerator(function () {
  3040.             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)/')));
  3041.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3042.         }, 2));
  3043.     }
  3044.     /**
  3045.      * Gets the private 'security.http_utils' shared service.
  3046.      *
  3047.      * @return \Symfony\Component\Security\Http\HttpUtils
  3048.      */
  3049.     protected function getSecurity_HttpUtilsService()
  3050.     {
  3051.         $a = ($this->services['router'] ?? $this->getRouterService());
  3052.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  3053.     }
  3054.     /**
  3055.      * Gets the private 'security.logout_url_generator' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3058.      */
  3059.     protected function getSecurity_LogoutUrlGeneratorService()
  3060.     {
  3061.         $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()));
  3062.         $instance->registerListener('main''user_security_logout''logout''_csrf_token'NULLNULL);
  3063.         return $instance;
  3064.     }
  3065.     /**
  3066.      * Gets the private 'security.role_hierarchy' shared service.
  3067.      *
  3068.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3069.      */
  3070.     protected function getSecurity_RoleHierarchyService()
  3071.     {
  3072.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3073.     }
  3074.     /**
  3075.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3076.      *
  3077.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3078.      */
  3079.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3080.     {
  3081.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3082.     }
  3083.     /**
  3084.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3085.      *
  3086.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3087.      */
  3088.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3089.     {
  3090.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3091.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3092.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3093.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3094.     }
  3095.     /**
  3096.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3097.      *
  3098.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3099.      */
  3100.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3101.     {
  3102.         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()));
  3103.     }
  3104.     /**
  3105.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3106.      *
  3107.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3108.      */
  3109.     protected function getSensioFrameworkExtra_View_ListenerService()
  3110.     {
  3111.         $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))));
  3112.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3113.             'twig' => ['services''twig''getTwigService'false],
  3114.         ], [
  3115.             'twig' => 'Twig\\Environment',
  3116.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3117.         return $instance;
  3118.     }
  3119.     /**
  3120.      * Gets the private 'session_listener' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3123.      */
  3124.     protected function getSessionListenerService()
  3125.     {
  3126.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3127.             'initialized_session' => ['services''session'NULLfalse],
  3128.             'session' => ['services''session''getSessionService'false],
  3129.         ], [
  3130.             'initialized_session' => '?',
  3131.             'session' => '?',
  3132.         ]));
  3133.     }
  3134.     /**
  3135.      * Gets the private 'simpldot.data_collector.cms' shared autowired service.
  3136.      *
  3137.      * @return \AWCmsBundle\DataCollector\CmsDataCollector
  3138.      */
  3139.     protected function getSimpldot_DataCollector_CmsService()
  3140.     {
  3141.         return $this->privates['simpldot.data_collector.cms'] = new \AWCmsBundle\DataCollector\CmsDataCollector(($this->services['awcms.mailer'] ?? $this->getAwcms_MailerService()));
  3142.     }
  3143.     /**
  3144.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  3145.      *
  3146.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  3147.      */
  3148.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  3149.     {
  3150.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3151.     }
  3152.     /**
  3153.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  3154.      *
  3155.      * @return \Gedmo\Blameable\BlameableListener
  3156.      */
  3157.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  3158.     {
  3159.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  3160.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3161.         return $instance;
  3162.     }
  3163.     /**
  3164.      * Gets the private 'stof_doctrine_extensions.listener.uploadable' shared service.
  3165.      *
  3166.      * @return \Gedmo\Uploadable\UploadableListener
  3167.      */
  3168.     protected function getStofDoctrineExtensions_Listener_UploadableService()
  3169.     {
  3170.         $this->privates['stof_doctrine_extensions.listener.uploadable'] = $instance = new \Gedmo\Uploadable\UploadableListener(new \Stof\DoctrineExtensionsBundle\Uploadable\MimeTypeGuesserAdapter());
  3171.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3172.         $instance->setDefaultFileInfoClass('Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo');
  3173.         $instance->setDefaultPath((\dirname(__DIR__4).'/src/../web/uploads'));
  3174.         (new \Stof\DoctrineExtensionsBundle\Uploadable\ValidatorConfigurator(true))->configure($instance);
  3175.         return $instance;
  3176.     }
  3177.     /**
  3178.      * Gets the private 'translator.default' shared service.
  3179.      *
  3180.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3181.      */
  3182.     protected function getTranslator_DefaultService()
  3183.     {
  3184.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3185.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  3186.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  3187.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  3188.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  3189.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  3190.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  3191.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  3192.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  3193.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  3194.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  3195.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  3196.         ], [
  3197.             'translation.loader.csv' => '?',
  3198.             'translation.loader.dat' => '?',
  3199.             'translation.loader.ini' => '?',
  3200.             'translation.loader.json' => '?',
  3201.             'translation.loader.mo' => '?',
  3202.             'translation.loader.php' => '?',
  3203.             'translation.loader.po' => '?',
  3204.             'translation.loader.qt' => '?',
  3205.             'translation.loader.res' => '?',
  3206.             'translation.loader.xliff' => '?',
  3207.             'translation.loader.yml' => '?',
  3208.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.bg.xlf')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.cs.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/simpledot/form-bundle/AWFormBundle/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.de.xlf')], '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')], '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/simpledot/edm-bundle/AWEdmBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/translations/fieldtypes.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/translations/messages.en.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/translations/messages.en.xliff'), 13 => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/translations/validators.en.xliff'), 14 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.en.yml'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 16 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.en.xlf')], '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/simpledot/catalog-bundle/AWCatalogBundle/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], '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/sg/datatablesbundle/Resources/translations/messages.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/sg/datatablesbundle/Resources/translations/messages.fa.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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')], '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/simpledot/edm-bundle/AWEdmBundle/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/translations/fieldtypes.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/translations/messages.fr.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.fr.yml'), 12 => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/translations/messages.fr.xliff'), 13 => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/translations/validators.fr.xliff'), 14 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.fr.yml'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 16 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.fr.xlf'), 17 => (\dirname(__DIR__4).'/translations/messages.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], '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')], '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')], '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/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/simpledot/form-bundle/AWFormBundle/Resources/translations/messages.it.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations/messages.it.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.it.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.it.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.ja.xlf')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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')], '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')], '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/sg/datatablesbundle/Resources/translations/messages.nl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.nl.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/sg/datatablesbundle/Resources/translations/messages.pl.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/simpledot/cms-bundle/AWCmsBundle/Resources/translations/messages.pt.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.pt.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.pt_BR.xlf')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/simpledot/catalog-bundle/AWCatalogBundle/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations/validators.ru.xlf')], '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/sg/datatablesbundle/Resources/translations/messages.sk.yml')], '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')], '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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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/rollerworks/password-strength-validator/src/Resources/translations/validators.th.xlf')], '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/simpledot/cms-bundle/AWCmsBundle/Resources/translations/messages.tr.yml'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.tr.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], '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')], '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')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Resources/translations/messages.zh.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/translations/messages.zh.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations/HWIOAuthBundle.zh.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations/messages.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-validator/src/Resources/translations'), 14 => (\dirname(__DIR__4).'/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/BazingaJsTranslationBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/FreshDoctrineEnumBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/A2lixTranslationFormBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/FOSJsRoutingBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/JMSI18nRoutingBundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/Bundle/translations'), 54 => (\dirname(__DIR__4).'/src/Resources/DoctrineBehaviorsBundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 56 => (\dirname(__DIR__4).'/src/Resources/CocurSlugifyBundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/translations'), 58 => (\dirname(__DIR__4).'/src/Resources/OneupFlysystemBundle/translations'), 59 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 61 => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src/translations'), 62 => (\dirname(__DIR__4).'/src/Resources/AwsBundle/translations'), 63 => (\dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/translations'), 64 => (\dirname(__DIR__4).'/src/Resources/LiipFunctionalTestBundle/translations'), 65 => (\dirname(__DIR__4).'/src/Resources/AWEdmBundle/translations'), 66 => (\dirname(__DIR__4).'/src/Resources/ArticleCmsBundle/translations'), 67 => (\dirname(__DIR__4).'/src/Resources/AWCatalogBundle/translations'), 68 => (\dirname(__DIR__4).'/src/Resources/AWFormBundle/translations'), 69 => (\dirname(__DIR__4).'/src/Resources/AWCmsBundle/translations'), 70 => (\dirname(__DIR__4).'/src/Resources/AwCmsZoneTemplateBundle/translations'), 71 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 72 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 73 => (\dirname(__DIR__4).'/src/translations'), 74 => (\dirname(__DIR__4).'/src/Resources/AppBundle/translations'), 75 => (\dirname(__DIR__4).'/src/Resources/SgDatatablesBundle/translations'), 76 => (\dirname(__DIR__4).'/src/Resources/AwCmsSocialNetworkBundle/translations'), 77 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 78 => (\dirname(__DIR__4).'/src/Resources/HttplugBundle/translations'), 79 => (\dirname(__DIR__4).'/src/Resources/HWIOAuthBundle/translations'), 80 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 81 => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-bundle/src/translations'), 82 => (\dirname(__DIR__4).'/src/Resources/RollerworksPasswordStrengthBundle/translations'), 83 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 84 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 85 => (\dirname(__DIR__4).'/vendor/anyx/login-gate-bundle/translations'), 86 => (\dirname(__DIR__4).'/src/Resources/LoginGateBundle/translations'), 87 => (\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/simpledot/edm-bundle/AWEdmBundle/Resources/translations'=> 'vendor/simpledot/article-bundle/ArticleCmsBundle/Resources/translations'=> 'vendor/simpledot/catalog-bundle/AWCatalogBundle/Resources/translations'=> 'vendor/simpledot/form-bundle/AWFormBundle/Resources/translations'=> 'vendor/simpledot/cms-bundle/AWCmsBundle/Resources/translations'=> 'vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/translations'=> 'vendor/sg/datatablesbundle/Resources/translations'10 => 'vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/translations'11 => 'vendor/hwi/oauth-bundle/Resources/translations'12 => 'vendor/knplabs/knp-paginator-bundle/translations'13 => 'vendor/rollerworks/password-strength-validator/src/Resources/translations'14 => 'translations'15 => 'vendor/symfony/framework-bundle/translations'16 => 'src/Resources/FrameworkBundle/translations'17 => 'vendor/doctrine/doctrine-cache-bundle/translations'18 => 'src/Resources/DoctrineCacheBundle/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'src/Resources/SensioFrameworkExtraBundle/translations'21 => 'vendor/doctrine/doctrine-bundle/translations'22 => 'src/Resources/DoctrineBundle/translations'23 => 'vendor/doctrine/doctrine-migrations-bundle/translations'24 => 'src/Resources/DoctrineMigrationsBundle/translations'25 => 'vendor/symfony/security-bundle/translations'26 => 'src/Resources/SecurityBundle/translations'27 => 'vendor/symfony/web-profiler-bundle/translations'28 => 'src/Resources/WebProfilerBundle/translations'29 => 'vendor/symfony/twig-bundle/translations'30 => 'src/Resources/TwigBundle/translations'31 => 'vendor/symfony/monolog-bundle/translations'32 => 'src/Resources/MonologBundle/translations'33 => 'vendor/symfony/maker-bundle/src/translations'34 => 'src/Resources/MakerBundle/translations'35 => 'vendor/jms/serializer-bundle/translations'36 => 'src/Resources/JMSSerializerBundle/translations'37 => 'vendor/willdurand/js-translation-bundle/translations'38 => 'src/Resources/BazingaJsTranslationBundle/translations'39 => 'vendor/stof/doctrine-extensions-bundle/translations'40 => 'src/Resources/StofDoctrineExtensionsBundle/translations'41 => 'vendor/fresh/doctrine-enum-bundle/translations'42 => 'src/Resources/FreshDoctrineEnumBundle/translations'43 => 'vendor/a2lix/translation-form-bundle/translations'44 => 'src/Resources/A2lixTranslationFormBundle/translations'45 => 'vendor/friendsofsymfony/rest-bundle/translations'46 => 'src/Resources/FOSRestBundle/translations'47 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'48 => 'src/Resources/FOSJsRoutingBundle/translations'49 => 'vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/translations'50 => 'src/Resources/JMSI18nRoutingBundle/translations'51 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'52 => 'src/Resources/DoctrineFixturesBundle/translations'53 => 'vendor/awstudio/doctrine-behaviors/src/Bundle/translations'54 => 'src/Resources/DoctrineBehaviorsBundle/translations'55 => 'vendor/cocur/slugify/src/Bridge/Symfony/translations'56 => 'src/Resources/CocurSlugifyBundle/translations'57 => 'vendor/oneup/flysystem-bundle/translations'58 => 'src/Resources/OneupFlysystemBundle/translations'59 => 'vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/translations'60 => 'src/Resources/NelmioApiDocBundle/translations'61 => 'vendor/aws/aws-sdk-php-symfony/src/translations'62 => 'src/Resources/AwsBundle/translations'63 => 'vendor/liip/functional-test-bundle/src/translations'64 => 'src/Resources/LiipFunctionalTestBundle/translations'65 => 'src/Resources/AWEdmBundle/translations'66 => 'src/Resources/ArticleCmsBundle/translations'67 => 'src/Resources/AWCatalogBundle/translations'68 => 'src/Resources/AWFormBundle/translations'69 => 'src/Resources/AWCmsBundle/translations'70 => 'src/Resources/AwCmsZoneTemplateBundle/translations'71 => 'vendor/symfony/debug-bundle/translations'72 => 'src/Resources/DebugBundle/translations'73 => 'src/translations'74 => 'src/Resources/AppBundle/translations'75 => 'src/Resources/SgDatatablesBundle/translations'76 => 'src/Resources/AwCmsSocialNetworkBundle/translations'77 => 'vendor/php-http/httplug-bundle/src/translations'78 => 'src/Resources/HttplugBundle/translations'79 => 'src/Resources/HWIOAuthBundle/translations'80 => 'src/Resources/KnpPaginatorBundle/translations'81 => 'vendor/rollerworks/password-strength-bundle/src/translations'82 => 'src/Resources/RollerworksPasswordStrengthBundle/translations'83 => 'vendor/lexik/jwt-authentication-bundle/translations'84 => 'src/Resources/LexikJWTAuthenticationBundle/translations'85 => 'vendor/anyx/login-gate-bundle/translations'86 => 'src/Resources/LoginGateBundle/translations'87 => 'src/Resources/translations']]]);
  3209.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3210.         $instance->setFallbackLocales([=> 'fr'=> 'fr'=> 'fr']);
  3211.         return $instance;
  3212.     }
  3213.     /**
  3214.      * Gets the private 'twig.loader.filesystem' shared service.
  3215.      *
  3216.      * @return \AWCmsBundle\Templating\FilesystemLoader
  3217.      */
  3218.     protected function getTwig_Loader_FilesystemService()
  3219.     {
  3220.         $this->privates['twig.loader.filesystem'] = $instance = new \AWCmsBundle\Templating\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  3221.         $instance->addPath((\dirname(__DIR__4).'/templates/AppBundle'), 'AppBundle');
  3222.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3223.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3224.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3225.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3226.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3227.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3228.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3229.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3230.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3231.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3232.         $instance->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  3233.         $instance->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  3234.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/Resources/views'), 'A2lixTranslationForm');
  3235.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/Resources/views'), '!A2lixTranslationForm');
  3236.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Resources/views'), 'NelmioApiDoc');
  3237.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle/Resources/views'), '!NelmioApiDoc');
  3238.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Resources/views'), 'AWEdm');
  3239.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/Resources/views'), '!AWEdm');
  3240.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Resources/views'), 'ArticleCms');
  3241.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/Resources/views'), '!ArticleCms');
  3242.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Resources/views'), 'AWCatalog');
  3243.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/Resources/views'), '!AWCatalog');
  3244.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/views'), 'AWForm');
  3245.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/Resources/views'), '!AWForm');
  3246.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/views'), 'AWCms');
  3247.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/Resources/views'), '!AWCms');
  3248.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/views'), 'AwCmsZoneTemplate');
  3249.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/views'), '!AwCmsZoneTemplate');
  3250.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3251.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3252.         $instance->addPath((\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/views'), 'SgDatatables');
  3253.         $instance->addPath((\dirname(__DIR__4).'/vendor/sg/datatablesbundle/Resources/views'), '!SgDatatables');
  3254.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/views'), 'AwCmsSocialNetwork');
  3255.         $instance->addPath((\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/views'), '!AwCmsSocialNetwork');
  3256.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  3257.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  3258.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), 'HWIOAuth');
  3259.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Resources/views'), '!HWIOAuth');
  3260.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  3261.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  3262.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3263.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3264.         return $instance;
  3265.     }
  3266.     /**
  3267.      * Gets the private 'url_helper' shared service.
  3268.      *
  3269.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  3270.      */
  3271.     protected function getUrlHelperService()
  3272.     {
  3273.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  3274.     }
  3275.     /**
  3276.      * Gets the private 'validator.builder' shared service.
  3277.      *
  3278.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3279.      */
  3280.     protected function getValidator_BuilderService()
  3281.     {
  3282.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3283.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3284.             'AWCmsBundle\\Validator\\Constraints\\ContainsAnalyticsValidator' => ['privates''AWCmsBundle\\Validator\\Constraints\\ContainsAnalyticsValidator''getContainsAnalyticsValidatorService.php'true],
  3285.             'AwCmsSocialNetworkBundle\\Validator\\Constraints\\SocialNetworkElementInstagramSearchValidator' => ['privates''AwCmsSocialNetworkBundle\\Validator\\Constraints\\SocialNetworkElementInstagramSearchValidator''getSocialNetworkElementInstagramSearchValidatorService.php'true],
  3286.             'AwCmsSocialNetworkBundle\\Validator\\Constraints\\SocialNetworkElementTwitterSearchValidator' => ['privates''AwCmsSocialNetworkBundle\\Validator\\Constraints\\SocialNetworkElementTwitterSearchValidator''getSocialNetworkElementTwitterSearchValidatorService.php'true],
  3287.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => ['privates''Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator''getBlacklistValidatorService.php'true],
  3288.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => ['privates''rollerworks_password_strength.validator.password_strength.library''getRollerworksPasswordStrength_Validator_PasswordStrength_LibraryService.php'true],
  3289.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3290.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3291.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  3292.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3293.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  3294.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3295.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3296.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3297.         ], [
  3298.             'AWCmsBundle\\Validator\\Constraints\\ContainsAnalyticsValidator' => '?',
  3299.             'AwCmsSocialNetworkBundle\\Validator\\Constraints\\SocialNetworkElementInstagramSearchValidator' => '?',
  3300.             'AwCmsSocialNetworkBundle\\Validator\\Constraints\\SocialNetworkElementTwitterSearchValidator' => '?',
  3301.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\BlacklistValidator' => '?',
  3302.             'Rollerworks\\Component\\PasswordStrength\\Validator\\Constraints\\PasswordStrengthValidator' => '?',
  3303.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3304.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3305.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3306.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3307.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3308.             'doctrine.orm.validator.unique' => '?',
  3309.             'security.validator.user_password' => '?',
  3310.             'validator.expression' => '?',
  3311.         ])));
  3312.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  3313.         $instance->setTranslationDomain('validators');
  3314.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3315.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/Resources/config/validation.yml'), => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/Resources/config/validation.yml')]);
  3316.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3317.         $instance->addMethodMapping('loadValidatorMetadata');
  3318.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3319.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the private 'var_dumper.html_dumper' shared service.
  3324.      *
  3325.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3326.      */
  3327.     protected function getVarDumper_HtmlDumperService()
  3328.     {
  3329.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3330.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3331.         return $instance;
  3332.     }
  3333.     /**
  3334.      * Gets the private 'var_dumper.server_connection' shared service.
  3335.      *
  3336.      * @return \Symfony\Component\VarDumper\Server\Connection
  3337.      */
  3338.     protected function getVarDumper_ServerConnectionService()
  3339.     {
  3340.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  3341.     }
  3342.     /**
  3343.      * Gets the private 'web_profiler.csp.handler' shared service.
  3344.      *
  3345.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3346.      */
  3347.     protected function getWebProfiler_Csp_HandlerService()
  3348.     {
  3349.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3350.     }
  3351.     /**
  3352.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3353.      *
  3354.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3355.      */
  3356.     protected function getWebProfiler_DebugToolbarService()
  3357.     {
  3358.         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()));
  3359.     }
  3360.     public function getParameter($name)
  3361.     {
  3362.         $name = (string) $name;
  3363.         if (isset($this->buildParameters[$name])) {
  3364.             return $this->buildParameters[$name];
  3365.         }
  3366.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  3367.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3368.         }
  3369.         if (isset($this->loadedDynamicParameters[$name])) {
  3370.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3371.         }
  3372.         return $this->parameters[$name];
  3373.     }
  3374.     public function hasParameter($name): bool
  3375.     {
  3376.         $name = (string) $name;
  3377.         if (isset($this->buildParameters[$name])) {
  3378.             return true;
  3379.         }
  3380.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  3381.     }
  3382.     public function setParameter($name$value): void
  3383.     {
  3384.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3385.     }
  3386.     public function getParameterBag(): ParameterBagInterface
  3387.     {
  3388.         if (null === $this->parameterBag) {
  3389.             $parameters $this->parameters;
  3390.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3391.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3392.             }
  3393.             foreach ($this->buildParameters as $name => $value) {
  3394.                 $parameters[$name] = $value;
  3395.             }
  3396.             $this->parameterBag = new FrozenParameterBag($parameters);
  3397.         }
  3398.         return $this->parameterBag;
  3399.     }
  3400.     private $loadedDynamicParameters = [
  3401.         'kernel.cache_dir' => false,
  3402.         'google_api_key' => false,
  3403.         'facebook_app_id' => false,
  3404.         'facebook_app_secret' => false,
  3405.         'instagram_app_id' => false,
  3406.         'instagram_app_secret' => false,
  3407.         'google_photos_app_id' => false,
  3408.         'google_photos_app_secret' => false,
  3409.         'dropbox_app_id' => false,
  3410.         'dropbox_app_secret' => false,
  3411.         'sendcloud.api.public_key' => false,
  3412.         'sendcloud.api.secret_key' => false,
  3413.         'google_app_id' => false,
  3414.         'google_app_secret' => false,
  3415.         'stripe_api_key_sk' => false,
  3416.         'stripe_api_key_pk' => false,
  3417.         'mailer_from' => false,
  3418.         'jwt_private_key_path' => false,
  3419.         'jwt_public_key_path' => false,
  3420.         'jwt_key_pass_phrase' => false,
  3421.         'jwt_token_ttl' => false,
  3422.         'excel_export_directory' => false,
  3423.         'email_to' => false,
  3424.         'kernel.secret' => false,
  3425.         'validator.mapping.cache.file' => false,
  3426.         'profiler.storage.dsn' => false,
  3427.         'debug.container.dump' => false,
  3428.         'serializer.mapping.cache.file' => false,
  3429.         'doctrine.orm.proxy_dir' => false,
  3430.         'awedm' => false,
  3431.         'lexik_jwt_authentication.pass_phrase' => false,
  3432.     ];
  3433.     private $dynamicParameters = [];
  3434.     private function getDynamicParameter(string $name)
  3435.     {
  3436.         switch ($name) {
  3437.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3438.             case 'google_api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  3439.             case 'facebook_app_id'$value $this->getEnv('FACEBOOK_APP_ID'); break;
  3440.             case 'facebook_app_secret'$value $this->getEnv('FACEBOOK_APP_SECRET'); break;
  3441.             case 'instagram_app_id'$value $this->getEnv('INSTAGRAM_APP_ID'); break;
  3442.             case 'instagram_app_secret'$value $this->getEnv('INSTAGRAM_APP_SECRET'); break;
  3443.             case 'google_photos_app_id'$value $this->getEnv('GOOGLE_PHOTOS_APP_ID'); break;
  3444.             case 'google_photos_app_secret'$value $this->getEnv('GOOGLE_PHOTOS_APP_SECRET'); break;
  3445.             case 'dropbox_app_id'$value $this->getEnv('DROPBOX_APP_ID'); break;
  3446.             case 'dropbox_app_secret'$value $this->getEnv('DROPBOX_APP_SECRET'); break;
  3447.             case 'sendcloud.api.public_key'$value $this->getEnv('SENDCLOUD_API_PUBLIC_KEY'); break;
  3448.             case 'sendcloud.api.secret_key'$value $this->getEnv('SENDCLOUD_API_SECRET_KEY'); break;
  3449.             case 'google_app_id'$value $this->getEnv('GOOGLE_APP_ID'); break;
  3450.             case 'google_app_secret'$value $this->getEnv('GOOGLE_APP_SECRET'); break;
  3451.             case 'stripe_api_key_sk'$value $this->getEnv('STRIPE_API_KEY_SK'); break;
  3452.             case 'stripe_api_key_pk'$value $this->getEnv('STRIPE_API_KEY_PK'); break;
  3453.             case 'mailer_from'$value $this->getEnv('MAILER_FROM'); break;
  3454.             case 'jwt_private_key_path'$value = (\dirname(__DIR__4).'/src'.$this->getEnv('string:JWT_PRIVATE_KEY_PATH')); break;
  3455.             case 'jwt_public_key_path'$value = (\dirname(__DIR__4).'/src'.$this->getEnv('string:JWT_PUBLIC_KEY_PATH')); break;
  3456.             case 'jwt_key_pass_phrase'$value $this->getEnv('JWT_KEY_PASS_PHRASE'); break;
  3457.             case 'jwt_token_ttl'$value $this->getEnv('JWT_TOKEN_TTL'); break;
  3458.             case 'excel_export_directory'$value = (\dirname(__DIR__4).'/'.$this->getEnv('string:APP_EXCEL_EXPORT_DIR')); break;
  3459.             case 'email_to'$value $this->getEnv('APP_EMAIL_TO'); break;
  3460.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3461.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3462.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3463.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcAppBundle_KernelDevDebugContainer.xml'); break;
  3464.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3465.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3466.             case 'awedm'$value = [
  3467.                 'amazon_s3' => [
  3468.                     'enable' => $this->getEnv('AWS_ENABLE'),
  3469.                     'aws_id' => $this->getEnv('AWS_ID'),
  3470.                     'aws_private' => $this->getEnv('AWS_PRIVATE'),
  3471.                     'aws_s3_bucket' => $this->getEnv('AWS_S3_BUCKET'),
  3472.                     'acl' => 'private',
  3473.                     'aws_region' => 'env_dd2fe9ded863aeea_AWS_REGION_c851b939ea105e59137c3189a33bed46',
  3474.                 ],
  3475.             ]; break;
  3476.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3477.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3478.         }
  3479.         $this->loadedDynamicParameters[$name] = true;
  3480.         return $this->dynamicParameters[$name] = $value;
  3481.     }
  3482.     protected function getDefaultParameters(): array
  3483.     {
  3484.         return [
  3485.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  3486.             'kernel.project_dir' => \dirname(__DIR__4),
  3487.             'kernel.environment' => 'dev',
  3488.             'kernel.debug' => true,
  3489.             'kernel.name' => 'src',
  3490.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3491.             'kernel.bundles' => [
  3492.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3493.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  3494.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3495.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3496.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3497.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3498.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3499.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3500.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3501.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3502.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3503.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  3504.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3505.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  3506.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  3507.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3508.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3509.                 'JMSI18nRoutingBundle' => 'JMS\\I18nRoutingBundle\\JMSI18nRoutingBundle',
  3510.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3511.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\Bundle\\DoctrineBehaviorsBundle',
  3512.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  3513.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  3514.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3515.                 'AwsBundle' => 'Aws\\Symfony\\AwsBundle',
  3516.                 'LiipFunctionalTestBundle' => 'Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle',
  3517.                 'AWEdmBundle' => 'AWEdmBundle\\AWEdmBundle',
  3518.                 'ArticleCmsBundle' => 'ArticleCmsBundle\\ArticleCmsBundle',
  3519.                 'AWCatalogBundle' => 'AWCatalogBundle\\AWCatalogBundle',
  3520.                 'AWFormBundle' => 'AWFormBundle\\AWFormBundle',
  3521.                 'AWCmsBundle' => 'AWCmsBundle\\AWCmsBundle',
  3522.                 'AwCmsZoneTemplateBundle' => 'AwCmsZoneTemplateBundle\\AwCmsZoneTemplateBundle',
  3523.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3524.                 'AppBundle' => 'AppBundle\\AppBundle',
  3525.                 'SgDatatablesBundle' => 'Sg\\DatatablesBundle\\SgDatatablesBundle',
  3526.                 'AwCmsSocialNetworkBundle' => 'AwCmsSocialNetworkBundle\\AwCmsSocialNetworkBundle',
  3527.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  3528.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  3529.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3530.                 'RollerworksPasswordStrengthBundle' => 'Rollerworks\\Bundle\\PasswordStrengthBundle\\RollerworksPasswordStrengthBundle',
  3531.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3532.                 'LoginGateBundle' => 'Anyx\\LoginGateBundle\\LoginGateBundle',
  3533.             ],
  3534.             'kernel.bundles_metadata' => [
  3535.                 'FrameworkBundle' => [
  3536.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3537.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3538.                 ],
  3539.                 'DoctrineCacheBundle' => [
  3540.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  3541.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  3542.                 ],
  3543.                 'SensioFrameworkExtraBundle' => [
  3544.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3545.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3546.                 ],
  3547.                 'DoctrineBundle' => [
  3548.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3549.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3550.                 ],
  3551.                 'DoctrineMigrationsBundle' => [
  3552.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3553.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3554.                 ],
  3555.                 'SecurityBundle' => [
  3556.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3557.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3558.                 ],
  3559.                 'WebProfilerBundle' => [
  3560.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3561.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3562.                 ],
  3563.                 'TwigBundle' => [
  3564.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3565.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3566.                 ],
  3567.                 'MonologBundle' => [
  3568.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3569.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3570.                 ],
  3571.                 'MakerBundle' => [
  3572.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3573.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3574.                 ],
  3575.                 'JMSSerializerBundle' => [
  3576.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  3577.                     'namespace' => 'JMS\\SerializerBundle',
  3578.                 ],
  3579.                 'BazingaJsTranslationBundle' => [
  3580.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  3581.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  3582.                 ],
  3583.                 'StofDoctrineExtensionsBundle' => [
  3584.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  3585.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3586.                 ],
  3587.                 'FreshDoctrineEnumBundle' => [
  3588.                     'path' => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle'),
  3589.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  3590.                 ],
  3591.                 'A2lixTranslationFormBundle' => [
  3592.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle'),
  3593.                     'namespace' => 'A2lix\\TranslationFormBundle',
  3594.                 ],
  3595.                 'FOSRestBundle' => [
  3596.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  3597.                     'namespace' => 'FOS\\RestBundle',
  3598.                 ],
  3599.                 'FOSJsRoutingBundle' => [
  3600.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3601.                     'namespace' => 'FOS\\JsRoutingBundle',
  3602.                 ],
  3603.                 'JMSI18nRoutingBundle' => [
  3604.                     'path' => (\dirname(__DIR__4).'/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle'),
  3605.                     'namespace' => 'JMS\\I18nRoutingBundle',
  3606.                 ],
  3607.                 'DoctrineFixturesBundle' => [
  3608.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3609.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3610.                 ],
  3611.                 'DoctrineBehaviorsBundle' => [
  3612.                     'path' => (\dirname(__DIR__4).'/vendor/awstudio/doctrine-behaviors/src/Bundle'),
  3613.                     'namespace' => 'Knp\\DoctrineBehaviors\\Bundle',
  3614.                 ],
  3615.                 'CocurSlugifyBundle' => [
  3616.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  3617.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  3618.                 ],
  3619.                 'OneupFlysystemBundle' => [
  3620.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle'),
  3621.                     'namespace' => 'Oneup\\FlysystemBundle',
  3622.                 ],
  3623.                 'NelmioApiDocBundle' => [
  3624.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle'),
  3625.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3626.                 ],
  3627.                 'AwsBundle' => [
  3628.                     'path' => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src'),
  3629.                     'namespace' => 'Aws\\Symfony',
  3630.                 ],
  3631.                 'LiipFunctionalTestBundle' => [
  3632.                     'path' => (\dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src'),
  3633.                     'namespace' => 'Liip\\FunctionalTestBundle',
  3634.                 ],
  3635.                 'AWEdmBundle' => [
  3636.                     'path' => (\dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle'),
  3637.                     'namespace' => 'AWEdmBundle',
  3638.                 ],
  3639.                 'ArticleCmsBundle' => [
  3640.                     'path' => (\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle'),
  3641.                     'namespace' => 'ArticleCmsBundle',
  3642.                 ],
  3643.                 'AWCatalogBundle' => [
  3644.                     'path' => (\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle'),
  3645.                     'namespace' => 'AWCatalogBundle',
  3646.                 ],
  3647.                 'AWFormBundle' => [
  3648.                     'path' => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle'),
  3649.                     'namespace' => 'AWFormBundle',
  3650.                 ],
  3651.                 'AWCmsBundle' => [
  3652.                     'path' => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle'),
  3653.                     'namespace' => 'AWCmsBundle',
  3654.                 ],
  3655.                 'AwCmsZoneTemplateBundle' => [
  3656.                     'path' => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle'),
  3657.                     'namespace' => 'AwCmsZoneTemplateBundle',
  3658.                 ],
  3659.                 'DebugBundle' => [
  3660.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3661.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3662.                 ],
  3663.                 'AppBundle' => [
  3664.                     'path' => (\dirname(__DIR__4).'/src'),
  3665.                     'namespace' => 'AppBundle',
  3666.                 ],
  3667.                 'SgDatatablesBundle' => [
  3668.                     'path' => (\dirname(__DIR__4).'/vendor/sg/datatablesbundle'),
  3669.                     'namespace' => 'Sg\\DatatablesBundle',
  3670.                 ],
  3671.                 'AwCmsSocialNetworkBundle' => [
  3672.                     'path' => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle'),
  3673.                     'namespace' => 'AwCmsSocialNetworkBundle',
  3674.                 ],
  3675.                 'HttplugBundle' => [
  3676.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  3677.                     'namespace' => 'Http\\HttplugBundle',
  3678.                 ],
  3679.                 'HWIOAuthBundle' => [
  3680.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle'),
  3681.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  3682.                 ],
  3683.                 'KnpPaginatorBundle' => [
  3684.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3685.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3686.                 ],
  3687.                 'RollerworksPasswordStrengthBundle' => [
  3688.                     'path' => (\dirname(__DIR__4).'/vendor/rollerworks/password-strength-bundle/src'),
  3689.                     'namespace' => 'Rollerworks\\Bundle\\PasswordStrengthBundle',
  3690.                 ],
  3691.                 'LexikJWTAuthenticationBundle' => [
  3692.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3693.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3694.                 ],
  3695.                 'LoginGateBundle' => [
  3696.                     'path' => (\dirname(__DIR__4).'/vendor/anyx/login-gate-bundle'),
  3697.                     'namespace' => 'Anyx\\LoginGateBundle',
  3698.                 ],
  3699.             ],
  3700.             'kernel.charset' => 'UTF-8',
  3701.             'kernel.container_class' => 'srcAppBundle_KernelDevDebugContainer',
  3702.             'container.autowiring.strict_mode' => true,
  3703.             'container.dumper.inline_class_loader' => true,
  3704.             'locale' => 'fr',
  3705.             'link.target' => [
  3706.                 => 'self',
  3707.                 => '_blank',
  3708.             ],
  3709.             'locales' => [
  3710.                 => 'fr',
  3711.                 => 'en',
  3712.                 => 'da',
  3713.                 => 'de',
  3714.                 => 'es',
  3715.                 => 'it',
  3716.                 => 'nl',
  3717.                 => 'pt',
  3718.                 => 'ru',
  3719.                 => 'tr',
  3720.                 10 => 'ja',
  3721.                 11 => 'zh',
  3722.             ],
  3723.             'app.form.import_type.class' => 'AWCmsBundle\\Form\\ImportType',
  3724.             'env(DATABASE_URL)' => '',
  3725.             'photos_directory' => (\dirname(__DIR__4).'/public/uploads/photos'),
  3726.             'event_dispatcher.event_aliases' => [
  3727.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3728.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3729.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3730.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3731.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3732.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3733.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3734.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3735.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3736.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3737.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3738.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3739.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3740.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3741.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3742.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3743.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3744.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3745.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3746.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3747.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3748.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3749.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3750.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3751.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3752.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3753.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3754.             ],
  3755.             'fragment.renderer.hinclude.global_template' => NULL,
  3756.             'fragment.path' => '/_fragment',
  3757.             'kernel.http_method_override' => true,
  3758.             'kernel.trusted_hosts' => [
  3759.             ],
  3760.             'kernel.default_locale' => 'fr',
  3761.             'kernel.error_controller' => 'error_controller',
  3762.             'templating.helper.code.file_link_format' => NULL,
  3763.             'debug.file_link_format' => NULL,
  3764.             'session.metadata.storage_key' => '_sf2_meta',
  3765.             'session.storage.options' => [
  3766.                 'cache_limiter' => '0',
  3767.                 'cookie_lifetime' => 86400,
  3768.                 'cookie_httponly' => true,
  3769.                 'gc_probability' => 1,
  3770.             ],
  3771.             'session.save_path' => (\dirname(__DIR__4).'/src/../var/sessions/dev'),
  3772.             'session.metadata.update_threshold' => 0,
  3773.             'form.type_extension.csrf.enabled' => true,
  3774.             'form.type_extension.csrf.field_name' => '_token',
  3775.             'asset.request_context.base_path' => '',
  3776.             'asset.request_context.secure' => false,
  3777.             'templating.loader.cache.path' => NULL,
  3778.             'templating.engines' => [
  3779.                 => 'twig',
  3780.                 => 'twig',
  3781.             ],
  3782.             'validator.translation_domain' => 'validators',
  3783.             'translator.logging' => false,
  3784.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3785.             'profiler_listener.only_exceptions' => false,
  3786.             'profiler_listener.only_master_requests' => false,
  3787.             'debug.error_handler.throw_at' => -1,
  3788.             'router.request_context.host' => 'localhost',
  3789.             'router.request_context.scheme' => 'http',
  3790.             'router.request_context.base_url' => '',
  3791.             'router.resource' => 'kernel::loadRoutes',
  3792.             'router.cache_class_prefix' => 'srcAppBundle_KernelDevDebugContainer',
  3793.             'request_listener.http_port' => 80,
  3794.             'request_listener.https_port' => 443,
  3795.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3796.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  3797.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3798.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  3799.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  3800.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  3801.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  3802.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  3803.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  3804.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3805.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  3806.             'doctrine_cache.memcache.host' => 'localhost',
  3807.             'doctrine_cache.memcache.port' => 11211,
  3808.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3809.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  3810.             'doctrine_cache.memcached.host' => 'localhost',
  3811.             'doctrine_cache.memcached.port' => 11211,
  3812.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  3813.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  3814.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  3815.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  3816.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  3817.             'doctrine_cache.predis.scheme' => 'tcp',
  3818.             'doctrine_cache.predis.host' => 'localhost',
  3819.             'doctrine_cache.predis.port' => 6379,
  3820.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3821.             'doctrine_cache.redis.connection.class' => 'Redis',
  3822.             'doctrine_cache.redis.host' => 'localhost',
  3823.             'doctrine_cache.redis.port' => 6379,
  3824.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  3825.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  3826.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  3827.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  3828.             'doctrine_cache.riak.host' => 'localhost',
  3829.             'doctrine_cache.riak.port' => 8087,
  3830.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  3831.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  3832.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  3833.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3834.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3835.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3836.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  3837.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3838.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3839.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3840.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3841.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3842.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3843.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3844.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3845.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3846.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3847.             'doctrine.entity_managers' => [
  3848.                 'default' => 'doctrine.orm.default_entity_manager',
  3849.             ],
  3850.             'doctrine.default_entity_manager' => 'default',
  3851.             'doctrine.dbal.connection_factory.types' => [
  3852.                 'ArticleTemplateEnum' => [
  3853.                     'class' => 'ArticleCmsBundle\\Enum\\ArticleTemplateEnum',
  3854.                     'commented' => NULL,
  3855.                 ],
  3856.                 'PageStatusEnum' => [
  3857.                     'class' => 'AWCmsBundle\\Enum\\PageStatusEnum',
  3858.                     'commented' => NULL,
  3859.                 ],
  3860.                 'PageTypeEnum' => [
  3861.                     'class' => 'AWCmsBundle\\Enum\\PageTypeEnum',
  3862.                     'commented' => NULL,
  3863.                 ],
  3864.                 'TemplateTypeEnum' => [
  3865.                     'class' => 'AWCmsBundle\\Enum\\TemplateTypeEnum',
  3866.                     'commented' => NULL,
  3867.                 ],
  3868.                 'BannerTypeEnum' => [
  3869.                     'class' => 'AWCmsBundle\\Enum\\BannerTypeEnum',
  3870.                     'commented' => NULL,
  3871.                 ],
  3872.                 'CallToActionTypeEnum' => [
  3873.                     'class' => 'AWCmsBundle\\Enum\\CallToActionTypeEnum',
  3874.                     'commented' => NULL,
  3875.                 ],
  3876.                 'CallToActionZoneTypeEnum' => [
  3877.                     'class' => 'AWCmsBundle\\Enum\\CallToActionZoneTypeEnum',
  3878.                     'commented' => NULL,
  3879.                 ],
  3880.                 'VideoTypeEnum' => [
  3881.                     'class' => 'AWCmsBundle\\Enum\\VideoTypeEnum',
  3882.                     'commented' => NULL,
  3883.                 ],
  3884.             ],
  3885.             'doctrine.connections' => [
  3886.                 'default' => 'doctrine.dbal.default_connection',
  3887.             ],
  3888.             'doctrine.default_connection' => 'default',
  3889.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3890.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3891.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3892.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3893.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3894.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3895.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3896.             'doctrine.orm.cache.memcache_port' => 11211,
  3897.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3898.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3899.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3900.             'doctrine.orm.cache.memcached_port' => 11211,
  3901.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3902.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3903.             'doctrine.orm.cache.redis_host' => 'localhost',
  3904.             'doctrine.orm.cache.redis_port' => 6379,
  3905.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3906.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3907.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3908.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3909.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3910.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3911.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3912.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3913.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3914.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3915.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3916.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3917.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3918.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3919.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3920.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3921.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3922.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3923.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3924.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3925.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3926.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3927.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3928.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3929.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3930.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3931.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3932.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3933.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3934.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3935.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3936.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  3937.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  3938.             'doctrine_migrations.table_name' => 'migration_versions',
  3939.             'doctrine_migrations.name' => 'Application Migrations',
  3940.             'doctrine_migrations.custom_template' => NULL,
  3941.             'doctrine_migrations.organize_migrations' => false,
  3942.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  3943.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  3944.             'security.role_hierarchy.roles' => [
  3945.                 'ROLE_SUPER_ADMIN' => [
  3946.                     => 'ROLE_ADMIN',
  3947.                 ],
  3948.                 'ROLE_ADMIN' => [
  3949.                     => 'ROLE_SITE',
  3950.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3951.                     => 'ROLE_CMS',
  3952.                 ],
  3953.                 'ROLE_CMS' => [
  3954.                     => 'ROLE_USER',
  3955.                 ],
  3956.                 'ROLE_SITE' => [
  3957.                     => 'ROLE_USER',
  3958.                 ],
  3959.                 'ROLE_PRIVATE' => [
  3960.                     => 'ROLE_USER',
  3961.                 ],
  3962.             ],
  3963.             'security.access.denied_url' => NULL,
  3964.             'security.authentication.manager.erase_credentials' => true,
  3965.             'security.authentication.session_strategy.strategy' => 'migrate',
  3966.             'security.access.always_authenticate_before_granting' => false,
  3967.             'security.authentication.hide_user_not_found' => true,
  3968.             'hwi_oauth.resource_ownermap.configured.main' => [
  3969.             ],
  3970.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3971.             'web_profiler.debug_toolbar.mode' => 2,
  3972.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  3973.             'twig.form.resources' => [
  3974.                 => 'form_div_layout.html.twig',
  3975.                 => '@AWCms/form/form_div_layout.html.twig',
  3976.                 => 'A2lixTranslationFormBundle::default.html.twig',
  3977.             ],
  3978.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3979.             'monolog.use_microseconds' => true,
  3980.             'monolog.swift_mailer.handlers' => [
  3981.             ],
  3982.             'monolog.handlers_to_channels' => [
  3983.                 'monolog.handler.console' => [
  3984.                     'type' => 'exclusive',
  3985.                     'elements' => [
  3986.                         => 'event',
  3987.                         => 'doctrine',
  3988.                         => 'console',
  3989.                     ],
  3990.                 ],
  3991.                 'monolog.handler.main' => [
  3992.                     'type' => 'exclusive',
  3993.                     'elements' => [
  3994.                         => 'event',
  3995.                     ],
  3996.                 ],
  3997.             ],
  3998.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  3999.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  4000.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  4001.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4002.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4003.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  4004.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4005.             'stof_doctrine_extensions.uploadable.manager.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadableManager',
  4006.             'stof_doctrine_extensions.uploadable.mime_type_guesser.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\MimeTypeGuesserAdapter',
  4007.             'stof_doctrine_extensions.uploadable.default_file_info.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo',
  4008.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4009.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4010.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4011.             'stof_doctrine_extensions.default_locale' => 'en_US',
  4012.             'stof_doctrine_extensions.translation_fallback' => false,
  4013.             'stof_doctrine_extensions.persist_default_translation' => false,
  4014.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4015.             'stof_doctrine_extensions.default_file_path' => (\dirname(__DIR__4).'/src/../web/uploads'),
  4016.             'stof_doctrine_extensions.uploadable.validate_writable_directory' => true,
  4017.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4018.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4019.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4020.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4021.             'a2lix_translation_form.locales' => [
  4022.             ],
  4023.             'a2lix_translation_form.required_locales' => [
  4024.             ],
  4025.             'a2lix_translation_form.default.service.translation.class' => 'A2lix\\TranslationFormBundle\\TranslationForm\\TranslationForm',
  4026.             'a2lix_translation_form.default.service.parameter_locale_provider.class' => 'A2lix\\TranslationFormBundle\\Locale\\DefaultProvider',
  4027.             'a2lix_translation_form.default.listener.translations.class' => 'A2lix\\TranslationFormBundle\\Form\\EventListener\\TranslationsListener',
  4028.             'a2lix_translation_form.default.listener.translationsForms.class' => 'A2lix\\TranslationFormBundle\\Form\\EventListener\\TranslationsFormsListener',
  4029.             'a2lix_translation_form.default.type.translations.class' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  4030.             'a2lix_translation_form.default.type.translationsFields.class' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFieldsType',
  4031.             'a2lix_translation_form.default.type.translationsForms.class' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType',
  4032.             'a2lix_translation_form.default.type.translationsLocalesSelector.class' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType',
  4033.             'a2lix_translation_form.default.type.translatedEntity.class' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType',
  4034.             'a2lix_translation_form.locale_provider' => 'AWCmsBundle\\Locale\\CustomProvider',
  4035.             'a2lix_translation_form.default_locale' => 'fr',
  4036.             'a2lix_translation_form.templating' => 'A2lixTranslationFormBundle::default.html.twig',
  4037.             'fos_rest.format_listener.rules' => NULL,
  4038.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4039.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4040.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4041.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4042.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4043.             'fos_js_routing.request_context_base_url' => NULL,
  4044.             'fos_js_routing.cache_control' => [
  4045.                 'enabled' => false,
  4046.             ],
  4047.             'jms_i18n_routing.router.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nRouter',
  4048.             'jms_i18n_routing.locale_resolver.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultLocaleResolver',
  4049.             'jms_i18n_routing.loader.class' => 'JMS\\I18nRoutingBundle\\Router\\I18nLoader',
  4050.             'jms_i18n_routing.route_exclusion_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultRouteExclusionStrategy',
  4051.             'jms_i18n_routing.pattern_generation_strategy.class' => 'JMS\\I18nRoutingBundle\\Router\\DefaultPatternGenerationStrategy',
  4052.             'jms_i18n_routing.locale_choosing_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\LocaleChoosingListener',
  4053.             'jms_i18n_routing.cookie_setting_listener.class' => 'JMS\\I18nRoutingBundle\\EventListener\\CookieSettingListener',
  4054.             'jms_i18n_routing.route_translation_extractor.class' => 'JMS\\I18nRoutingBundle\\Translation\\RouteTranslationExtractor',
  4055.             'jms_i18n_routing.default_locale' => 'fr',
  4056.             'jms_i18n_routing.locales' => [
  4057.                 => 'fr',
  4058.                 => 'en',
  4059.                 => 'da',
  4060.                 => 'de',
  4061.                 => 'es',
  4062.                 => 'it',
  4063.                 => 'nl',
  4064.                 => 'pt',
  4065.                 => 'ru',
  4066.                 => 'tr',
  4067.                 10 => 'ja',
  4068.                 11 => 'zh',
  4069.             ],
  4070.             'jms_i18n_routing.catalogue' => 'routes',
  4071.             'jms_i18n_routing.strategy' => 'prefix',
  4072.             'jms_i18n_routing.redirect_to_host' => true,
  4073.             'jms_i18n_routing.cookie.name' => 'hl',
  4074.             'knp.doctrine_behaviors.reflection.class_analyzer.class' => 'Knp\\DoctrineBehaviors\\Reflection\\ClassAnalyzer',
  4075.             'knp.doctrine_behaviors.reflection.is_recursive' => true,
  4076.             'knp.doctrine_behaviors.translatable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Translatable\\TranslatableSubscriber',
  4077.             'knp.doctrine_behaviors.translatable_subscriber.current_locale_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Translatable\\CurrentLocaleCallable',
  4078.             'knp.doctrine_behaviors.translatable_subscriber.default_locale_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Translatable\\DefaultLocaleCallable',
  4079.             'knp.doctrine_behaviors.translatable_subscriber.translatable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Translatable\\Translatable',
  4080.             'knp.doctrine_behaviors.translatable_subscriber.translation_trait' => 'Knp\\DoctrineBehaviors\\Model\\Translatable\\Translation',
  4081.             'knp.doctrine_behaviors.translatable_subscriber.translatable_fetch_method' => 'LAZY',
  4082.             'knp.doctrine_behaviors.translatable_subscriber.translation_fetch_method' => 'LAZY',
  4083.             'knp.doctrine_behaviors.softdeletable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\SoftDeletable\\SoftDeletableSubscriber',
  4084.             'knp.doctrine_behaviors.softdeletable_subscriber.softdeletable_trait' => 'Knp\\DoctrineBehaviors\\Model\\SoftDeletable\\SoftDeletable',
  4085.             'knp.doctrine_behaviors.timestampable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Timestampable\\TimestampableSubscriber',
  4086.             'knp.doctrine_behaviors.timestampable_subscriber.timestampable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Timestampable\\Timestampable',
  4087.             'knp.doctrine_behaviors.timestampable_subscriber.db_field_type' => 'datetime',
  4088.             'knp.doctrine_behaviors.blameable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Blameable\\BlameableSubscriber',
  4089.             'knp.doctrine_behaviors.blameable_subscriber.blameable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Blameable\\Blameable',
  4090.             'knp.doctrine_behaviors.blameable_subscriber.user_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Blameable\\UserCallable',
  4091.             'knp.doctrine_behaviors.blameable_subscriber.user_entity' => NULL,
  4092.             'knp.doctrine_behaviors.loggable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Loggable\\LoggableSubscriber',
  4093.             'knp.doctrine_behaviors.loggable_subscriber.logger_callable.class' => 'Knp\\DoctrineBehaviors\\ORM\\Loggable\\LoggerCallable',
  4094.             'knp.doctrine_behaviors.geocodable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Geocodable\\GeocodableSubscriber',
  4095.             'knp.doctrine_behaviors.geocodable_subscriber.geocodable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Geocodable\\Geocodable',
  4096.             'knp.doctrine_behaviors.sluggable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Sluggable\\SluggableSubscriber',
  4097.             'knp.doctrine_behaviors.sluggable_subscriber.sluggable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Sluggable\\Sluggable',
  4098.             'knp.doctrine_behaviors.tree_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Tree\\TreeSubscriber',
  4099.             'knp.doctrine_behaviors.tree_subscriber.tree_trait' => 'Knp\\DoctrineBehaviors\\Model\\Tree\\Node',
  4100.             'knp.doctrine_behaviors.sortable_subscriber.class' => 'Knp\\DoctrineBehaviors\\ORM\\Sortable\\SortableSubscriber',
  4101.             'knp.doctrine_behaviors.sortable_subscriber.sortable_trait' => 'Knp\\DoctrineBehaviors\\Model\\Sortable\\Sortable',
  4102.             'nelmio_api_doc.motd.template' => '@NelmioApiDoc/Components/motd.html.twig',
  4103.             'nelmio_api_doc.exclude_sections' => [
  4104.             ],
  4105.             'nelmio_api_doc.default_sections_opened' => true,
  4106.             'nelmio_api_doc.api_name' => 'API documentation',
  4107.             'nelmio_api_doc.sandbox.enabled' => true,
  4108.             'nelmio_api_doc.sandbox.endpoint' => NULL,
  4109.             'nelmio_api_doc.sandbox.accept_type' => NULL,
  4110.             'nelmio_api_doc.sandbox.body_format.formats' => [
  4111.                 => 'form',
  4112.                 => 'json',
  4113.             ],
  4114.             'nelmio_api_doc.sandbox.body_format.default_format' => 'form',
  4115.             'nelmio_api_doc.sandbox.request_format.method' => 'format_param',
  4116.             'nelmio_api_doc.sandbox.request_format.default_format' => 'json',
  4117.             'nelmio_api_doc.sandbox.request_format.formats' => [
  4118.                 'json' => 'application/json',
  4119.                 'xml' => 'application/xml',
  4120.             ],
  4121.             'nelmio_api_doc.sandbox.entity_to_choice' => true,
  4122.             'nelmio_api_doc.formatter.abstract_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\AbstractFormatter',
  4123.             'nelmio_api_doc.formatter.markdown_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\MarkdownFormatter',
  4124.             'nelmio_api_doc.formatter.simple_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\SimpleFormatter',
  4125.             'nelmio_api_doc.formatter.html_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\HtmlFormatter',
  4126.             'nelmio_api_doc.formatter.swagger_formatter.class' => 'Nelmio\\ApiDocBundle\\Formatter\\SwaggerFormatter',
  4127.             'nelmio_api_doc.sandbox.authentication' => NULL,
  4128.             'nelmio_api_doc.extractor.api_doc_extractor.class' => 'Nelmio\\ApiDocBundle\\Extractor\\ApiDocExtractor',
  4129.             'nelmio_api_doc.form.extension.description_form_type_extension.class' => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DescriptionFormTypeExtension',
  4130.             'nelmio_api_doc.twig.extension.extra_markdown.class' => 'Nelmio\\ApiDocBundle\\Twig\\Extension\\MarkdownExtension',
  4131.             'nelmio_api_doc.doc_comment_extractor.class' => 'Nelmio\\ApiDocBundle\\Util\\DocCommentExtractor',
  4132.             'nelmio_api_doc.extractor.handler.fos_rest.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\FosRestHandler',
  4133.             'nelmio_api_doc.extractor.handler.jms_security.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\JmsSecurityExtraHandler',
  4134.             'nelmio_api_doc.extractor.handler.sensio_framework_extra.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\SensioFrameworkExtraHandler',
  4135.             'nelmio_api_doc.extractor.handler.phpdoc.class' => 'Nelmio\\ApiDocBundle\\Extractor\\Handler\\PhpDocHandler',
  4136.             'nelmio_api_doc.parser.collection_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\CollectionParser',
  4137.             'nelmio_api_doc.parser.form_errors_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\FormErrorsParser',
  4138.             'nelmio_api_doc.parser.json_serializable_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\JsonSerializableParser',
  4139.             'nelmio_api_doc.request_listener.parameter' => '_doc',
  4140.             'nelmio_api_doc.event_listener.request.class' => 'Nelmio\\ApiDocBundle\\EventListener\\RequestListener',
  4141.             'nelmio_api_doc.parser.validation_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\ValidationParser',
  4142.             'nelmio_api_doc.swagger.base_path' => '/api',
  4143.             'nelmio_api_doc.swagger.swagger_version' => '1.2',
  4144.             'nelmio_api_doc.swagger.api_version' => '0.1',
  4145.             'nelmio_api_doc.swagger.info' => [
  4146.                 'title' => 'Symfony2',
  4147.                 'description' => 'My awesome Symfony2 app!',
  4148.                 'TermsOfServiceUrl' => NULL,
  4149.                 'contact' => NULL,
  4150.                 'license' => NULL,
  4151.                 'licenseUrl' => NULL,
  4152.             ],
  4153.             'nelmio_api_doc.swagger.model_naming_strategy' => 'dot_notation',
  4154.             'aws_sdk.class' => 'Aws\\Sdk',
  4155.             'liip_functional_test.cache_db.sqlite' => NULL,
  4156.             'liip_functional_test.command_verbosity' => 'normal',
  4157.             'liip_functional_test.command_decoration' => true,
  4158.             'liip_functional_test.query.max_query_count' => NULL,
  4159.             'liip_functional_test.authentication.username' => '',
  4160.             'liip_functional_test.authentication.password' => '',
  4161.             'liip_functional_test.paratest.process' => 5,
  4162.             'liip_functional_test.paratest.phpunit' => './bin/phpunit',
  4163.             'AWEdmBundle' => (\dirname(__DIR__4).'/vendor/simpledot/edm-bundle/AWEdmBundle/DependencyInjection/..'),
  4164.             'article_cms' => [
  4165.                 'article' => [
  4166.                     'class' => 'AppBundle\\Entity\\ArticleCustom',
  4167.                     'form' => 'AppBundle\\Form\\ArticleCustomType',
  4168.                     'view' => '@ArticleCms/article',
  4169.                 ],
  4170.                 'type_article' => [
  4171.                     'class' => 'ArticleCmsBundle\\Entity\\TypeArticle',
  4172.                     'form' => 'ArticleCmsBundle\\Form\\TypeArticleType',
  4173.                     'view' => '@ArticleCms/type_article',
  4174.                 ],
  4175.                 'shared_article' => false,
  4176.             ],
  4177.             'ArticleCmsBundle' => (\dirname(__DIR__4).'/vendor/simpledot/article-bundle/ArticleCmsBundle/DependencyInjection/..'),
  4178.             'aw_catalog' => [
  4179.                 'item' => [
  4180.                     'class' => 'AppBundle\\Entity\\ItemCustom',
  4181.                     'form' => 'AWCatalogBundle\\Form\\ItemType',
  4182.                     'view' => '@AWCatalog/item',
  4183.                 ],
  4184.                 'category' => [
  4185.                     'class' => 'AppBundle\\Entity\\CategoryCustom',
  4186.                     'form' => 'AWCatalogBundle\\Form\\CategoryType',
  4187.                     'view' => '@AWCatalog/category',
  4188.                 ],
  4189.             ],
  4190.             'AWCatalogBundle' => (\dirname(__DIR__4).'/vendor/simpledot/catalog-bundle/AWCatalogBundle/DependencyInjection/..'),
  4191.             'AWFormBundle' => (\dirname(__DIR__4).'/vendor/simpledot/form-bundle/AWFormBundle/DependencyInjection/../'),
  4192.             'aw_cms' => [
  4193.                 'design' => [
  4194.                     'logo' => '/logo.png',
  4195.                     'color' => [
  4196.                         'lighter1' => '#6EC0C9',
  4197.                         'lighter2' => '#5BBCC6',
  4198.                         'lighter3' => '#49B9C3',
  4199.                         'lighter4' => '#2AB1BC',
  4200.                         'light' => '#12A6B3',
  4201.                         'normal' => '#0098A6',
  4202.                         'dark' => '#00879A',
  4203.                         'darker' => '#007188',
  4204.                         'darker2' => '#005A73',
  4205.                         'darker3' => '#001723',
  4206.                         'red' => '#C10707',
  4207.                         'transparent' => 'transparent',
  4208.                     ],
  4209.                 ],
  4210.                 'enum' => [
  4211.                     'page_type' => 'AWCmsBundle\\Enum\\PageTypeEnum',
  4212.                 ],
  4213.                 'disable_mail_delivery' => false,
  4214.                 'user' => [
  4215.                     'class' => 'AppBundle\\Entity\\User',
  4216.                     'form' => 'AWCmsBundle\\Form\\User\\UserType',
  4217.                 ],
  4218.             ],
  4219.             'aw_cms.design.logo' => '/logo.png',
  4220.             'AWCmsBundle' => (\dirname(__DIR__4).'/vendor/simpledot/cms-bundle/AWCmsBundle/DependencyInjection/..'),
  4221.             'mailer_transport' => NULL,
  4222.             'mailer_host' => NULL,
  4223.             'mailer_user' => NULL,
  4224.             'mailer_password' => NULL,
  4225.             'mailer_sender' => NULL,
  4226.             'AwCmsZoneTemplateBundle' => (\dirname(__DIR__4).'/vendor/simpledot/zone-template-bundle/AwCmsZoneTemplateBundle/DependencyInjection/../'),
  4227.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4228.             'sg_datatables.datatable.query' => [
  4229.                 'translation_query_hints' => false,
  4230.             ],
  4231.             'AwCmsSocialNetworkBundle' => (\dirname(__DIR__4).'/vendor/simpledot/social-network-bundle/AwCmsSocialNetworkBundle/DependencyInjection/..'),
  4232.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  4233.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  4234.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  4235.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  4236.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  4237.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  4238.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  4239.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  4240.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  4241.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  4242.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  4243.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  4244.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  4245.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  4246.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  4247.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  4248.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  4249.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  4250.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  4251.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  4252.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  4253.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  4254.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  4255.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  4256.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  4257.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  4258.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  4259.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  4260.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  4261.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  4262.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  4263.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  4264.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  4265.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  4266.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  4267.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  4268.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  4269.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  4270.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  4271.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  4272.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  4273.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  4274.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  4275.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  4276.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  4277.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  4278.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  4279.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  4280.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  4281.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  4282.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  4283.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  4284.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  4285.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  4286.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  4287.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  4288.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  4289.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  4290.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  4291.             'hwi_oauth.resource_owner.wunderlist.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WunderlistResourceOwner',
  4292.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  4293.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  4294.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  4295.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  4296.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  4297.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  4298.             'hwi_oauth.firewall_names' => [
  4299.                 => 'main',
  4300.             ],
  4301.             'hwi_oauth.target_path_parameter' => NULL,
  4302.             'hwi_oauth.target_path_domains_whitelist' => [
  4303.             ],
  4304.             'hwi_oauth.use_referer' => false,
  4305.             'hwi_oauth.failed_use_referer' => false,
  4306.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  4307.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  4308.             'hwi_oauth.resource_owners' => [
  4309.                 'facebook' => 'facebook',
  4310.                 'instagram' => 'instagram',
  4311.                 'google' => 'google',
  4312.                 'dropbox' => 'dropbox',
  4313.             ],
  4314.             'hwi_oauth.fosub_enabled' => false,
  4315.             'hwi_oauth.connect' => false,
  4316.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4317.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4318.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4319.             'knp_paginator.page_range' => 5,
  4320.             'knp_paginator.page_limit' => NULL,
  4321.             'rollerworks_password_strength.blacklist_provider' => 'rollerworks_password_strength.blacklist.provider.noop',
  4322.             'rollerworks_password_strength.blacklist.sqlite.dsn' => '',
  4323.             'lexik_jwt_authentication.token_ttl' => 3600,
  4324.             'lexik_jwt_authentication.clock_skew' => 0,
  4325.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4326.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4327.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4328.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4329.             'anyx.login_gate.authentication.listener.form.class' => 'Anyx\\LoginGateBundle\\Security\\UsernamePasswordFormAuthenticationListener',
  4330.             'anyx.login_gate.authentication.listener.json.class' => 'Anyx\\LoginGateBundle\\Security\\UsernamePasswordJsonAuthenticationListener',
  4331.             'anyx.login_gate.orm.entity_class' => 'Anyx\\LoginGateBundle\\Entity\\FailureLoginAttempt',
  4332.             'anyx.login_gate.storages' => [
  4333.                 => 'anyx.login_gate.storage.orm',
  4334.                 => 'anyx.login_gate.storage.session',
  4335.             ],
  4336.             'anyx.login_gate.brute_force_checker_options' => [
  4337.                 'max_count_attempts' => 3,
  4338.                 'timeout' => 600,
  4339.                 'watch_period' => 3600,
  4340.             ],
  4341.             'anyx.login_gate.watch_period' => 3600,
  4342.             'data_collector.templates' => [
  4343.                 'data_collector.request' => [
  4344.                     => 'request',
  4345.                     => '@WebProfiler/Collector/request.html.twig',
  4346.                 ],
  4347.                 'data_collector.time' => [
  4348.                     => 'time',
  4349.                     => '@WebProfiler/Collector/time.html.twig',
  4350.                 ],
  4351.                 'data_collector.memory' => [
  4352.                     => 'memory',
  4353.                     => '@WebProfiler/Collector/memory.html.twig',
  4354.                 ],
  4355.                 'data_collector.validator' => [
  4356.                     => 'validator',
  4357.                     => '@WebProfiler/Collector/validator.html.twig',
  4358.                 ],
  4359.                 'data_collector.ajax' => [
  4360.                     => 'ajax',
  4361.                     => '@WebProfiler/Collector/ajax.html.twig',
  4362.                 ],
  4363.                 'data_collector.form' => [
  4364.                     => 'form',
  4365.                     => '@WebProfiler/Collector/form.html.twig',
  4366.                 ],
  4367.                 'data_collector.exception' => [
  4368.                     => 'exception',
  4369.                     => '@WebProfiler/Collector/exception.html.twig',
  4370.                 ],
  4371.                 'data_collector.logger' => [
  4372.                     => 'logger',
  4373.                     => '@WebProfiler/Collector/logger.html.twig',
  4374.                 ],
  4375.                 'data_collector.events' => [
  4376.                     => 'events',
  4377.                     => '@WebProfiler/Collector/events.html.twig',
  4378.                 ],
  4379.                 'data_collector.router' => [
  4380.                     => 'router',
  4381.                     => '@WebProfiler/Collector/router.html.twig',
  4382.                 ],
  4383.                 'data_collector.cache' => [
  4384.                     => 'cache',
  4385.                     => '@WebProfiler/Collector/cache.html.twig',
  4386.                 ],
  4387.                 'data_collector.translation' => [
  4388.                     => 'translation',
  4389.                     => '@WebProfiler/Collector/translation.html.twig',
  4390.                 ],
  4391.                 'data_collector.security' => [
  4392.                     => 'security',
  4393.                     => '@Security/Collector/security.html.twig',
  4394.                 ],
  4395.                 'data_collector.twig' => [
  4396.                     => 'twig',
  4397.                     => '@WebProfiler/Collector/twig.html.twig',
  4398.                 ],
  4399.                 'data_collector.doctrine' => [
  4400.                     => 'db',
  4401.                     => '@Doctrine/Collector/db.html.twig',
  4402.                 ],
  4403.                 'data_collector.dump' => [
  4404.                     => 'dump',
  4405.                     => '@Debug/Profiler/dump.html.twig',
  4406.                 ],
  4407.                 'httplug.collector.collector' => [
  4408.                     => 'httplug',
  4409.                     => '@Httplug/webprofiler.html.twig',
  4410.                 ],
  4411.                 'data_collector.messenger' => [
  4412.                     => 'messenger',
  4413.                     => '@WebProfiler/Collector/messenger.html.twig',
  4414.                 ],
  4415.                 'AWCmsBundle\\DataCollector\\CmsDataCollector' => NULL,
  4416.                 'simpldot.data_collector.cms' => [
  4417.                     => 'simpledotcms',
  4418.                     => '@AWCms/data_collector/cms_debug.html.twig',
  4419.                 ],
  4420.                 'data_collector.config' => [
  4421.                     => 'config',
  4422.                     => '@WebProfiler/Collector/config.html.twig',
  4423.                 ],
  4424.             ],
  4425.             'nelmio_api_doc.parser.form_type_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\FormTypeParser',
  4426.             'nelmio_api_doc.parser.jms_metadata_parser.class' => 'Nelmio\\ApiDocBundle\\Parser\\JmsMetadataParser',
  4427.             'console.command.ids' => [
  4428.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  4429.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  4430.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  4431.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  4432.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  4433.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  4434.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  4435.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  4436.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  4437.                 => 'console.command.public_alias.doctrine_migrations.status_command',
  4438.                 10 => 'console.command.public_alias.doctrine_migrations.version_command',
  4439.                 11 => 'console.command.public_alias.Liip\\FunctionalTestBundle\\Command\\RunParatestCommand',
  4440.                 12 => 'console.command.public_alias.AWEdmBundle\\Command\\AwsS3MigrationCommand',
  4441.                 13 => 'console.command.public_alias.AWEdmBundle\\Command\\ChangeFileUrlsToNewOneCommand',
  4442.                 14 => 'console.command.public_alias.AWEdmBundle\\Command\\ClearFilesCommand',
  4443.                 15 => 'console.command.public_alias.AWEdmBundle\\Command\\NormalizePathFileCommand',
  4444.                 16 => 'console.command.public_alias.AWEdmBundle\\Command\\PhotoGenerateResizeCommand',
  4445.                 17 => 'console.command.public_alias.AWEdmBundle\\Command\\UniqueIdCommand',
  4446.                 18 => 'console.command.public_alias.AWEdmBundle\\Command\\VerifyRecoverFolderTreeCommand',
  4447.                 19 => 'console.command.public_alias.ArticleCmsBundle\\Command\\UpdateArticleCommand',
  4448.                 20 => 'console.command.public_alias.AWFormBundle\\Command\\UpdatePostedDataCommand',
  4449.                 21 => 'console.command.public_alias.AWCmsBundle\\Command\\AnonymousDataCommand',
  4450.                 22 => 'console.command.public_alias.AWCmsBundle\\Command\\BlocsPositionCommand',
  4451.                 23 => 'console.command.public_alias.AWCmsBundle\\Command\\CloneSiteCommand',
  4452.                 24 => 'console.command.public_alias.AWCmsBundle\\Command\\DoubleSlugCommand',
  4453.                 25 => 'console.command.public_alias.AWCmsBundle\\Command\\ElementsPositionCommand',
  4454.                 26 => 'console.command.public_alias.AWCmsBundle\\Command\\ExportContentCommand',
  4455.                 27 => 'console.command.public_alias.AWCmsBundle\\Command\\FixSiteCommand',
  4456.                 28 => 'console.command.public_alias.AWCmsBundle\\Command\\PagesWithoutMenuCommand',
  4457.                 29 => 'console.command.public_alias.AWCmsBundle\\Command\\RecoverMenuTreeCommand',
  4458.                 30 => 'console.command.public_alias.AWCmsBundle\\Command\\SlugCleanEmptyCommand',
  4459.                 31 => 'console.command.public_alias.AWCmsBundle\\Command\\SlugGeneratorCommand',
  4460.                 32 => 'console.command.public_alias.AWCmsBundle\\Command\\UpdatePageCommand',
  4461.                 33 => 'console.command.public_alias.AWCmsBundle\\Command\\UserResetPasswordCommand',
  4462.             ],
  4463.         ];
  4464.     }
  4465.     protected function throw($message)
  4466.     {
  4467.         throw new RuntimeException($message);
  4468.     }
  4469. }