var/cache/test/ContainerNwf0BsP/App_KernelTestDebugContainer.php line 1091

Open in your IDE?
  1. <?php
  2. namespace ContainerNwf0BsP;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelTestDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'App\\Controller\\Dashboard\\Settings\\AccountController' => 'getAccountControllerService',
  40.             'App\\Controller\\Dashboard\\Settings\\AutomationController' => 'getAutomationControllerService',
  41.             'App\\Controller\\Dashboard\\Settings\\GroupController' => 'getGroupControllerService',
  42.             'App\\Controller\\Dashboard\\Settings\\ProfileController' => 'getProfileControllerService',
  43.             'App\\Controller\\Dashboard\\Settings\\RoleController' => 'getRoleControllerService',
  44.             'App\\Service\\Data\\PhoneNumberService' => 'getPhoneNumberServiceService',
  45.             'App\\Service\\Query\\ConditionQueryTransformer' => 'getConditionQueryTransformerService',
  46.             'Cms\\AssetsBundle\\Service\\AssetsTwigExtension' => 'getAssetsTwigExtensionService',
  47.             'Cms\\ContainerBundle\\Service\\DebuggingService' => 'getDebuggingServiceService',
  48.             'Cms\\ContentBundle\\Service\\ContentVariablesManager' => 'getContentVariablesManagerService',
  49.             'Cms\\ContentBundle\\Service\\SafeTwigEnvironment' => 'getSafeTwigEnvironmentService',
  50.             'Cms\\CoreBundle\\Service\\Cachers\\AccountCacher' => 'getAccountCacherService',
  51.             'Cms\\CoreBundle\\Service\\Cachers\\CacherHub' => 'getCacherHubService',
  52.             'Cms\\CoreBundle\\Service\\Cachers\\ContainerCacher' => 'getContainerCacherService',
  53.             'Cms\\CoreBundle\\Service\\Cachers\\DomainCacher' => 'getDomainCacherService',
  54.             'Cms\\CoreBundle\\Service\\Cachers\\FileCacher' => 'getFileCacherService',
  55.             'Cms\\CoreBundle\\Service\\Cachers\\FolderCacher' => 'getFolderCacherService',
  56.             'Cms\\CoreBundle\\Service\\Cachers\\IntranetSiteCacher' => 'getIntranetSiteCacherService',
  57.             'Cms\\CoreBundle\\Service\\Cachers\\PersonalSiteCacher' => 'getPersonalSiteCacherService',
  58.             'Cms\\CoreBundle\\Service\\Cachers\\SiteCacher' => 'getSiteCacherService',
  59.             'Cms\\CoreBundle\\Service\\ContextManager' => 'getContextManagerService',
  60.             'Cms\\CoreBundle\\Service\\LocaleManager' => 'getLocaleManagerService',
  61.             'Cms\\CoreBundle\\Service\\Locksmith' => 'getLocksmithService',
  62.             'Cms\\CoreBundle\\Service\\SceneRenderer' => 'getSceneRendererService',
  63.             'Cms\\CoreBundle\\Service\\StringUtils\\LoremIpsumGenerator' => 'getLoremIpsumGeneratorService',
  64.             'Cms\\CoreBundle\\Service\\Transcoding\\Transcoder' => 'getTranscoderService',
  65.             'Cms\\CoreBundle\\Service\\Twig\\GlobalVariables' => 'getGlobalVariablesService',
  66.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'getEntityManagerService',
  67.             'Cms\\FileBundle\\Service\\FileManager' => 'getFileManagerService',
  68.             'Cms\\FrontendBundle\\Service\\ResolverManager' => 'getResolverManagerService',
  69.             'Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver' => 'getAccountResolverService',
  70.             'Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver' => 'getDepartmentResolverService',
  71.             'Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver' => 'getDomainResolverService',
  72.             'Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver' => 'getEnvironmentResolverService',
  73.             'Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver' => 'getInnerLayoutResolverService',
  74.             'Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver' => 'getLocaleResolverService',
  75.             'Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver' => 'getModuleResolverService',
  76.             'Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver' => 'getOuterLayoutResolverService',
  77.             'Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver' => 'getSchoolResolverService',
  78.             'Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver' => 'getTenantResolverService',
  79.             'Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver' => 'getThemeResolverService',
  80.             'Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver' => 'getUrlResolverService',
  81.             'Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor' => 'getSuspiciousOperationProcessorService',
  82.             'Cms\\ModuleBundle\\Service\\ModuleManager' => 'getModuleManagerService',
  83.             'Cms\\ModuleBundle\\Service\\PublicationService' => 'getPublicationServiceService',
  84.             'Cms\\ModuleBundle\\Service\\UrlManager' => 'getUrlManagerService',
  85.             'Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig' => 'getAlertModuleConfigService',
  86.             'Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig' => 'getBlogModuleConfigService',
  87.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig' => 'getCalendarModuleConfigService',
  88.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig' => 'getGalleryModuleConfigService',
  89.             'Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries' => 'getModulesGalleryEntriesService',
  90.             'Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper' => 'getModulesGalleryTranscodingMapperService',
  91.             'Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig' => 'getNewsModuleConfigService',
  92.             'Cms\\Modules\\PageBundle\\Service\\PageModuleConfig' => 'getPageModuleConfigService',
  93.             'Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig' => 'getPeopleModuleConfigService',
  94.             'Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig' => 'getQuestionModuleConfigService',
  95.             'Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig' => 'getSnippetModuleConfigService',
  96.             'Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper' => 'getNavigationTranscodingMapperService',
  97.             'Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper' => 'getSitebuilderTranscodingMapperService',
  98.             'Cms\\ThemeBundle\\Service\\PackageManager' => 'getPackageManagerService',
  99.             'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader' => 'getDatabaseLoaderService',
  100.             'Cms\\WidgetBundle\\Service\\WidgetDependencyInjector' => 'getWidgetDependencyInjectorService',
  101.             'Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper' => 'getWidgetTranscodingMapperService',
  102.             'Cms\\WorkflowsBundle\\Service\\WorkflowsContentManager' => 'getWorkflowsContentManagerService',
  103.             'Platform\\QueueBundle\\Service\\AsyncQueueService' => 'getAsyncQueueServiceService',
  104.             'Platform\\SecurityBundle\\Service\\AccountProvider' => 'getAccountProviderService',
  105.             'Platform\\SecurityBundle\\Service\\Auditor' => 'getAuditorService',
  106.             'Platform\\SecurityBundle\\Service\\Sentry' => 'getSentryService',
  107.             'Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController' => 'getAutomationController2Service',
  108.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultControllerService',
  109.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController' => 'getListsControllerService',
  110.             'Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController' => 'getLogsControllerService',
  111.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController' => 'getMessagesControllerService',
  112.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController' => 'getCallerIdsControllerService',
  113.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController' => 'getDefaultController2Service',
  114.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController' => 'getDomainsControllerService',
  115.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController' => 'getEmailSuppressionControllerService',
  116.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController' => 'getNotificationsConfigControllerService',
  117.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController' => 'getPhonesControllerService',
  118.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController' => 'getProfileController2Service',
  119.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController' => 'getRecordingControllerService',
  120.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController' => 'getReportsControllerService',
  121.             'Products\\NotificationsBundle\\Controller\\Dashboard\\SisController' => 'getSisControllerService',
  122.             'Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController' => 'getStudentsControllerService',
  123.             'Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController' => 'getTemplatesControllerService',
  124.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController' => 'getManagementControllerService',
  125.             'Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory' => 'getEmailTemplateGeneratorFactoryService',
  126.             'Products\\NotificationsBundle\\Service\\ListBuilderService' => 'getListBuilderServiceService',
  127.             'Products\\NotificationsBundle\\Service\\ListItemProvider' => 'getListItemProviderService',
  128.             'Products\\NotificationsBundle\\Service\\MergeParamsProvider' => 'getMergeParamsProviderService',
  129.             'Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService' => 'getNotificationsConfigServiceService',
  130.             'Products\\NotificationsBundle\\Service\\Notifications\\TranslationService' => 'getTranslationServiceService',
  131.             'Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder' => 'getNotificationsConditionQueryBuilderService',
  132.             'Products\\NotificationsBundle\\Service\\RecordingLogic' => 'getRecordingLogicService',
  133.             'Products\\NotificationsBundle\\Service\\TemplateLogic' => 'getTemplateLogicService',
  134.             'cache.app' => 'getCache_AppService',
  135.             'cache.system' => 'getCache_SystemService',
  136.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  137.             'doctrine' => 'getDoctrineService',
  138.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  139.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  140.             'event_dispatcher' => 'getEventDispatcherService',
  141.             'http_kernel' => 'getHttpKernelService',
  142.             'request_stack' => 'getRequestStackService',
  143.             'router' => 'getRouterService',
  144.             'translator' => 'getTranslatorService',
  145.             'cache_clearer' => 'getCacheClearerService',
  146.             'filesystem' => 'getFilesystemService',
  147.             'serializer' => 'getSerializerService',
  148.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  149.             'form.factory' => 'getForm_FactoryService',
  150.             'form.type.file' => 'getForm_Type_FileService',
  151.             'profiler' => 'getProfilerService',
  152.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  153.             'security.token_storage' => 'getSecurity_TokenStorageService',
  154.             'twig' => 'getTwigService',
  155.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  156.             'session' => 'getSessionService',
  157.             'validator' => 'getValidatorService',
  158.         ];
  159.         $this->fileMap = [
  160.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  161.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  162.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  163.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  164.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  165.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  166.             '.container.private.session' => 'get_Container_Private_SessionService',
  167.             'App\\Controller\\Ajax\\FilesystemAjaxController' => 'getFilesystemAjaxControllerService',
  168.             'App\\Controller\\Dashboard\\Settings\\BrandingController' => 'getBrandingControllerService',
  169.             'App\\Controller\\Dashboard\\Settings\\MobileController' => 'getMobileControllerService',
  170.             'App\\Controller\\Dashboard\\Settings\\SchoolsController' => 'getSchoolsControllerService',
  171.             'App\\Controller\\Dashboard\\Settings\\SocialController' => 'getSocialControllerService',
  172.             'App\\Controller\\Dashboard\\Websites\\DefaultController' => 'getDefaultController3Service',
  173.             'App\\Controller\\Dashboard\\Websites\\EventsController' => 'getEventsControllerService',
  174.             'App\\Controller\\Dashboard\\Websites\\GalleriesController' => 'getGalleriesControllerService',
  175.             'App\\Controller\\Dashboard\\Websites\\LegacyPageController' => 'getLegacyPageControllerService',
  176.             'App\\Controller\\Dashboard\\Websites\\PostsController' => 'getPostsControllerService',
  177.             'App\\Controller\\Dashboard\\Websites\\VideosController' => 'getVideosControllerService',
  178.             'App\\Controller\\Modals\\FileModalController' => 'getFileModalControllerService',
  179.             'App\\Controller\\Web\\Catchalls\\IntranetsController' => 'getIntranetsControllerService',
  180.             'App\\Controller\\Web\\Catchalls\\PersonalsController' => 'getPersonalsControllerService',
  181.             'App\\Controller\\Web\\Catchalls\\SitesController' => 'getSitesControllerService',
  182.             'App\\Controller\\Web\\FeedController' => 'getFeedControllerService',
  183.             'App\\Controller\\Web\\Intranets\\NewsController' => 'getNewsControllerService',
  184.             'App\\Controller\\Web\\Personals\\NewsController' => 'getNewsController2Service',
  185.             'App\\Controller\\Web\\Sites\\CalendarController' => 'getCalendarControllerService',
  186.             'App\\Controller\\Web\\Sites\\FeedController' => 'getFeedController2Service',
  187.             'App\\Controller\\Web\\Sites\\GalleryController' => 'getGalleryControllerService',
  188.             'App\\Controller\\Web\\Sites\\NewsController' => 'getNewsController3Service',
  189.             'App\\Service\\OAuth2\\AppClientRepository' => 'getAppClientRepositoryService',
  190.             'Cms\\AssetsBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
  191.             'Cms\\BulletinBundle\\Service\\BulletinService' => 'getBulletinServiceService',
  192.             'Cms\\ContainerBundle\\Controller\\ContainerController' => 'getContainerControllerService',
  193.             'Cms\\ContainerBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  194.             'Cms\\ContainerBundle\\Controller\\PageModalController' => 'getPageModalControllerService',
  195.             'Cms\\ContainerBundle\\Controller\\PersonalContainerController' => 'getPersonalContainerControllerService',
  196.             'Cms\\ContainerBundle\\Service\\Search\\PersonalContainerSearcher' => 'getPersonalContainerSearcherService',
  197.             'Cms\\ContentBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  198.             'Cms\\ContentBundle\\Service\\FrontendRenderer' => 'getFrontendRendererService',
  199.             'Cms\\CoreBundle\\Controller\\CallbackController' => 'getCallbackControllerService',
  200.             'Cms\\CoreBundle\\Controller\\CallbacksController' => 'getCallbacksControllerService',
  201.             'Cms\\CoreBundle\\Controller\\Dashboard\\GlobalSearchController' => 'getGlobalSearchControllerService',
  202.             'Cms\\CoreBundle\\Controller\\Dashboard\\LockController' => 'getLockControllerService',
  203.             'Cms\\CoreBundle\\Controller\\IconModalController' => 'getIconModalControllerService',
  204.             'Cms\\CoreBundle\\Controller\\LocksmithController' => 'getLocksmithControllerService',
  205.             'Cms\\CoreBundle\\Service\\Aws\\S3DropWrapper' => 'getS3DropWrapperService',
  206.             'Cms\\CoreBundle\\Service\\DocumentTool' => 'getDocumentToolService',
  207.             'Cms\\CoreBundle\\Service\\Documents\\Spreadsheet' => 'getSpreadsheetService',
  208.             'Cms\\CoreBundle\\Service\\EntityMasher' => 'getEntityMasherService',
  209.             'Cms\\CoreBundle\\Service\\Mailing\\MailingServiceException' => 'getMailingServiceExceptionService',
  210.             'Cms\\CoreBundle\\Service\\OneRosterService' => 'getOneRosterServiceService',
  211.             'Cms\\CoreBundle\\Service\\RestoreService' => 'getRestoreServiceService',
  212.             'Cms\\CoreBundle\\Service\\SessionUrlStorage' => 'getSessionUrlStorageService',
  213.             'Cms\\CoreBundle\\Service\\Slugger' => 'getSluggerService',
  214.             'Cms\\CoreBundle\\Service\\Transcoding\\TranscodingException' => 'getTranscodingExceptionService',
  215.             'Cms\\CoreBundle\\Service\\ViewLayer' => 'getViewLayerService',
  216.             'Cms\\DomainBundle\\Controller\\Dashboard\\ApexController' => 'getApexControllerService',
  217.             'Cms\\DomainBundle\\Controller\\Dashboard\\DomainController' => 'getDomainControllerService',
  218.             'Cms\\DomainBundle\\Controller\\Dashboard\\SslCertificateController' => 'getSslCertificateControllerService',
  219.             'Cms\\DomainBundle\\Controller\\LetsEncryptController' => 'getLetsEncryptControllerService',
  220.             'Cms\\DomainBundle\\Service\\Managers\\ApexManager' => 'getApexManagerService',
  221.             'Cms\\FileBundle\\Controller\\DashboardController' => 'getDashboardController3Service',
  222.             'Cms\\FileBundle\\Controller\\ModalController' => 'getModalControllerService',
  223.             'Cms\\FileBundle\\Controller\\UploadController' => 'getUploadControllerService',
  224.             'Cms\\FileBundle\\Service\\BulkUploader' => 'getBulkUploaderService',
  225.             'Cms\\FileBundle\\Service\\Cropper' => 'getCropperService',
  226.             'Cms\\FileBundle\\Service\\NodeManager' => 'getNodeManagerService',
  227.             'Cms\\FileBundle\\Service\\Search\\FileSearcher' => 'getFileSearcherService',
  228.             'Cms\\FrontendBundle\\Controller\\CatchallController' => 'getCatchallControllerService',
  229.             'Cms\\FrontendBundle\\Controller\\IntranetController' => 'getIntranetControllerService',
  230.             'Cms\\FrontendBundle\\Service\\FrontendBuilder' => 'getFrontendBuilderService',
  231.             'Cms\\ImportBundle\\Controller\\Dashboard\\ImportController' => 'getImportControllerService',
  232.             'Cms\\ImportBundle\\Service\\CacheQueryService' => 'getCacheQueryServiceService',
  233.             'Cms\\ImportBundle\\Service\\ImportHandlers\\AccountAssociationsHandler' => 'getAccountAssociationsHandlerService',
  234.             'Cms\\ImportBundle\\Service\\ImportHandlers\\AccountHandler' => 'getAccountHandlerService',
  235.             'Cms\\ImportBundle\\Service\\ImportHandlers\\AlertModuleAlertHandler' => 'getAlertModuleAlertHandlerService',
  236.             'Cms\\ImportBundle\\Service\\ImportHandlers\\BlogModulePostHandler' => 'getBlogModulePostHandlerService',
  237.             'Cms\\ImportBundle\\Service\\ImportHandlers\\CalendarModuleEventHandler' => 'getCalendarModuleEventHandlerService',
  238.             'Cms\\ImportBundle\\Service\\ImportHandlers\\GalleryModuleGalleryHandler' => 'getGalleryModuleGalleryHandlerService',
  239.             'Cms\\ImportBundle\\Service\\ImportHandlers\\NewsModuleArticleHandler' => 'getNewsModuleArticleHandlerService',
  240.             'Cms\\ImportBundle\\Service\\ImportHandlers\\PeopleModuleProfileHandler' => 'getPeopleModuleProfileHandlerService',
  241.             'Cms\\ImportBundle\\Service\\ImportHandlers\\QuestionModuleEntryHandler' => 'getQuestionModuleEntryHandlerService',
  242.             'Cms\\ImportBundle\\Service\\ImportHandlers\\RedirectHandler' => 'getRedirectHandlerService',
  243.             'Cms\\ImportBundle\\Service\\ImportManager' => 'getImportManagerService',
  244.             'Cms\\ImportBundle\\Service\\Importer' => 'getImporterService',
  245.             'Cms\\LogBundle\\Controller\\Dashboard\\LogController' => 'getLogControllerService',
  246.             'Cms\\LogBundle\\Service\\FeedingService' => 'getFeedingServiceService',
  247.             'Cms\\LogBundle\\Service\\LoggingService' => 'getLoggingServiceService',
  248.             'Cms\\LogBundle\\Service\\Search\\ActivityLogSearcher' => 'getActivityLogSearcherService',
  249.             'Cms\\LogBundle\\Service\\Search\\AttemptSearcher' => 'getAttemptSearcherService',
  250.             'Cms\\LogBundle\\Service\\Search\\OneRosterSearcher' => 'getOneRosterSearcherService',
  251.             'Cms\\ModuleBundle\\Controller\\ContentController' => 'getContentControllerService',
  252.             'Cms\\ModuleBundle\\Controller\\Dashboard\\ModalController' => 'getModalController2Service',
  253.             'Cms\\ModuleBundle\\Controller\\Dashboard\\SnippetModalController' => 'getSnippetModalControllerService',
  254.             'Cms\\ModuleBundle\\Service\\ContentManager' => 'getContentManagerService',
  255.             'Cms\\ModuleBundle\\Service\\FeedBuilder' => 'getFeedBuilderService',
  256.             'Cms\\ModuleBundle\\Service\\Search\\ModuleDraftSearcher' => 'getModuleDraftSearcherService',
  257.             'Cms\\ModuleBundle\\Service\\Search\\ModuleHistorySearcher' => 'getModuleHistorySearcherService',
  258.             'Cms\\ModuleBundle\\Service\\Search\\ModuleRevisionSearcher' => 'getModuleRevisionSearcherService',
  259.             'Cms\\Modules\\AlertBundle\\Service\\Search\\AlertSearcher' => 'getAlertSearcherService',
  260.             'Cms\\Modules\\BlogBundle\\Service\\Search\\PostSearcher' => 'getPostSearcherService',
  261.             'Cms\\Modules\\CalendarBundle\\Service\\Search\\EventSearcher' => 'getEventSearcherService',
  262.             'Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService' => 'getShareServiceService',
  263.             'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google' => 'getGoogleService',
  264.             'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\ICal' => 'getICalService',
  265.             'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft' => 'getMicrosoftService',
  266.             'Cms\\Modules\\GalleryBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  267.             'Cms\\Modules\\GalleryBundle\\Service\\Search\\GallerySearcher' => 'getGallerySearcherService',
  268.             'Cms\\Modules\\NewsBundle\\Service\\Search\\ArticleSearcher' => 'getArticleSearcherService',
  269.             'Cms\\Modules\\PageBundle\\Service\\Search\\PageSearcher' => 'getPageSearcherService',
  270.             'Cms\\Modules\\PeopleBundle\\Controller\\Exposed\\ContactFormController' => 'getContactFormControllerService',
  271.             'Cms\\Modules\\PeopleBundle\\Service\\Search\\ProfileSearcher' => 'getProfileSearcherService',
  272.             'Cms\\Modules\\QuestionBundle\\Service\\Search\\EntrySearcher' => 'getEntrySearcherService',
  273.             'Cms\\Modules\\SnippetBundle\\Service\\Search\\SnippetSearcher' => 'getSnippetSearcherService',
  274.             'Cms\\NavigationBundle\\Controller\\DefaultController' => 'getDefaultController6Service',
  275.             'Cms\\RedirectBundle\\Controller\\Dashboard\\RedirectController' => 'getRedirectControllerService',
  276.             'Cms\\RedirectBundle\\Service\\Search\\RedirectSearcher' => 'getRedirectSearcherService',
  277.             'Cms\\SitebuilderBundle\\Controller\\DefaultController' => 'getDefaultController7Service',
  278.             'Cms\\SyncBundle\\Controller\\DashboardController' => 'getDashboardController4Service',
  279.             'Cms\\SyncBundle\\Service\\Handler\\Exception\\SyncException' => 'getSyncExceptionService',
  280.             'Cms\\SyncBundle\\Service\\SyncManager' => 'getSyncManagerService',
  281.             'Cms\\SyncBundle\\Service\\SyncService' => 'getSyncServiceService',
  282.             'Cms\\TagBundle\\Controller\\Dashboard\\TagController' => 'getTagControllerService',
  283.             'Cms\\TagBundle\\Service\\Search\\TagSearcher' => 'getTagSearcherService',
  284.             'Cms\\TenantBundle\\Controller\\Dashboard\\PolicyController' => 'getPolicyControllerService',
  285.             'Cms\\TenantBundle\\Controller\\Dashboard\\ProcessController' => 'getProcessControllerService',
  286.             'Cms\\TenantBundle\\Controller\\Dashboard\\SettingsController' => 'getSettingsControllerService',
  287.             'Cms\\TenantBundle\\Controller\\Dashboard\\SocialController' => 'getSocialController2Service',
  288.             'Cms\\TenantBundle\\Controller\\Dashboard\\TenantController' => 'getTenantControllerService',
  289.             'Cms\\TenantBundle\\Service\\Search\\TenantSearcher' => 'getTenantSearcherService',
  290.             'Cms\\TenantBundle\\Service\\TenantService' => 'getTenantServiceService',
  291.             'Cms\\ThemeBundle\\Controller\\Dashboard\\ContentTemplateController' => 'getContentTemplateControllerService',
  292.             'Cms\\ThemeBundle\\Controller\\Dashboard\\InnerLayoutController' => 'getInnerLayoutControllerService',
  293.             'Cms\\ThemeBundle\\Controller\\Dashboard\\OuterLayoutController' => 'getOuterLayoutControllerService',
  294.             'Cms\\ThemeBundle\\Controller\\Dashboard\\SourceController' => 'getSourceControllerService',
  295.             'Cms\\ThemeBundle\\Controller\\Dashboard\\TemplateController' => 'getTemplateControllerService',
  296.             'Cms\\ThemeBundle\\Service\\ThemeCompiler' => 'getThemeCompilerService',
  297.             'Cms\\WidgetBundle\\Controller\\AjaxController' => 'getAjaxControllerService',
  298.             'Cms\\WidgetBundle\\Controller\\EditorController' => 'getEditorControllerService',
  299.             'Cms\\WidgetBundle\\Service\\WidgetManager' => 'getWidgetManagerService',
  300.             'Cms\\WorkflowsBundle\\Controller\\AbstractWorkflowsController' => 'getAbstractWorkflowsControllerService',
  301.             'Cms\\WorkflowsBundle\\Controller\\Dashboard\\DraftsController' => 'getDraftsControllerService',
  302.             'Cms\\WorkflowsBundle\\Controller\\Dashboard\\ReviewController' => 'getReviewControllerService',
  303.             'Cms\\WorkflowsBundle\\Controller\\Dashboard\\WorkflowController' => 'getWorkflowControllerService',
  304.             'Cms\\WorkflowsBundle\\Service\\Publication\\Publisher' => 'getPublisherService',
  305.             'Cms\\WorkflowsBundle\\Service\\Search\\DraftsSearcher' => 'getDraftsSearcherService',
  306.             'Cms\\WorkflowsBundle\\Service\\Search\\ScheduledPublicationSearcher' => 'getScheduledPublicationSearcherService',
  307.             'Cms\\WorkflowsBundle\\Service\\Search\\WorkflowSearcher' => 'getWorkflowSearcherService',
  308.             'Cms\\WorkflowsBundle\\Service\\Search\\WorkflowSubmissionSearcher' => 'getWorkflowSubmissionSearcherService',
  309.             'Cms\\WorkflowsBundle\\Service\\WorkflowsEnforcementManager' => 'getWorkflowsEnforcementManagerService',
  310.             'Cms\\WorkflowsBundle\\Service\\WorkflowsHistoryManager' => 'getWorkflowsHistoryManagerService',
  311.             'Cms\\WorkflowsBundle\\Service\\WorkflowsIdentityManager' => 'getWorkflowsIdentityManagerService',
  312.             'Cms\\WorkflowsBundle\\Service\\WorkflowsManager' => 'getWorkflowsManagerService',
  313.             'Cms\\WorkflowsBundle\\Service\\WorkflowsStageManager' => 'getWorkflowsStageManagerService',
  314.             'Cms\\WorkflowsBundle\\Service\\WorkflowsSubmissionManager' => 'getWorkflowsSubmissionManagerService',
  315.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  316.             'Platform\\ControlPanelBundle\\Controller\\Dashboard\\AnnouncementController' => 'getAnnouncementControllerService',
  317.             'Platform\\ControlPanelBundle\\Controller\\Dashboard\\ContractorReportsController' => 'getContractorReportsControllerService',
  318.             'Platform\\ControlPanelBundle\\Controller\\Dashboard\\NewsController' => 'getNewsController4Service',
  319.             'Platform\\ControlPanelBundle\\Controller\\Dashboard\\ReportsController' => 'getReportsController2Service',
  320.             'Platform\\ControlPanelBundle\\Controller\\Dashboard\\StatsController' => 'getStatsControllerService',
  321.             'Platform\\ControlPanelBundle\\Controller\\Dashboard\\TenantController' => 'getTenantController2Service',
  322.             'Platform\\MarketingBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController8Service',
  323.             'Platform\\SecurityBundle\\Controller\\Dashboard\\AccountsController' => 'getAccountsControllerService',
  324.             'Platform\\SecurityBundle\\Controller\\Dashboard\\GroupsController' => 'getGroupsControllerService',
  325.             'Platform\\SecurityBundle\\Controller\\Dashboard\\ProfileController' => 'getProfileController3Service',
  326.             'Platform\\SecurityBundle\\Controller\\Dashboard\\RolesController' => 'getRolesControllerService',
  327.             'Platform\\SecurityBundle\\Controller\\LoginController' => 'getLoginControllerService',
  328.             'Platform\\SecurityBundle\\Controller\\SingleSignOnController' => 'getSingleSignOnControllerService',
  329.             'Platform\\SecurityBundle\\Controller\\System\\InstancesController' => 'getInstancesControllerService',
  330.             'Platform\\SecurityBundle\\Controller\\System\\OAuthController' => 'getOAuthControllerService',
  331.             'Platform\\SecurityBundle\\Service\\Authenticator\\JWTAuthenticator' => 'getJWTAuthenticatorService',
  332.             'Platform\\SecurityBundle\\Service\\Authenticator\\LoginFormAuthenticator' => 'getLoginFormAuthenticatorService',
  333.             'Platform\\SecurityBundle\\Service\\Authenticator\\OAuthInstantLoginAuthenticator' => 'getOAuthInstantLoginAuthenticatorService',
  334.             'Platform\\SecurityBundle\\Service\\Authenticator\\OAuthLoginAuthenticator' => 'getOAuthLoginAuthenticatorService',
  335.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardAccessDeniedHandler' => 'getDashboardAccessDeniedHandlerService',
  336.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardAuthenticationEntryPoint' => 'getDashboardAuthenticationEntryPointService',
  337.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardRequestMatcher' => 'getDashboardRequestMatcherService',
  338.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber' => 'getDashboardSecuritySubscriberService',
  339.             'Platform\\SecurityBundle\\Service\\Login\\LoginSystem' => 'getLoginSystemService',
  340.             'Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService' => 'getOAuthProviderServiceService',
  341.             'Platform\\SecurityBundle\\Service\\OAuth\\OAuthServiceFactory' => 'getOAuthServiceFactoryService',
  342.             'Platform\\SecurityBundle\\Service\\PasswordService' => 'getPasswordServiceService',
  343.             'Platform\\SecurityBundle\\Service\\Reporters\\AccountReporter' => 'getAccountReporterService',
  344.             'Platform\\SecurityBundle\\Service\\Search\\AccountSearcher' => 'getAccountSearcherService',
  345.             'Platform\\SecurityBundle\\Service\\Search\\GroupSearcher' => 'getGroupSearcherService',
  346.             'Platform\\SecurityBundle\\Service\\Search\\RoleSearcher' => 'getRoleSearcherService',
  347.             'Platform\\SecurityBundle\\Service\\Voters\\ImpersonateVoter' => 'getImpersonateVoterService',
  348.             'Products\\AdaBundle\\Controller\\Dashboard\\ContentController' => 'getContentController2Service',
  349.             'Products\\AdaBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController9Service',
  350.             'Products\\AdaBundle\\Controller\\Dashboard\\DocumentsController' => 'getDocumentsControllerService',
  351.             'Products\\AdaBundle\\Service\\AdaFileSearcher' => 'getAdaFileSearcherService',
  352.             'Products\\AppBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController10Service',
  353.             'Products\\NotificationsBundle\\Controller\\Portal\\CheckupController' => 'getCheckupControllerService',
  354.             'Products\\NotificationsBundle\\Controller\\Portal\\LanguageController' => 'getLanguageControllerService',
  355.             'Products\\NotificationsBundle\\Controller\\Portal\\LoginController' => 'getLoginController2Service',
  356.             'Products\\NotificationsBundle\\Controller\\Portal\\MessagesController' => 'getMessagesController2Service',
  357.             'Products\\NotificationsBundle\\Controller\\System\\SendgridWebhookController' => 'getSendgridWebhookControllerService',
  358.             'Products\\NotificationsBundle\\Controller\\System\\TwilioWebhookController' => 'getTwilioWebhookControllerService',
  359.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\MessagingController' => 'getMessagingControllerService',
  360.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\PlaybackController' => 'getPlaybackControllerService',
  361.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\RecordingController' => 'getRecordingController2Service',
  362.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\VoiceController' => 'getVoiceControllerService',
  363.             'Products\\NotificationsBundle\\Service\\AutomationService' => 'getAutomationServiceService',
  364.             'Products\\NotificationsBundle\\Service\\Builder\\ConditionDictionaryBuilder' => 'getConditionDictionaryBuilderService',
  365.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\AppChannelHandler' => 'getAppChannelHandlerService',
  366.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\EmailChannelHandler' => 'getEmailChannelHandlerService',
  367.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\FacebookChannelHandler' => 'getFacebookChannelHandlerService',
  368.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\InstagramChannelHandler' => 'getInstagramChannelHandlerService',
  369.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\SmsChannelHandler' => 'getSmsChannelHandlerService',
  370.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\TwitterChannelHandler' => 'getTwitterChannelHandlerService',
  371.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\VoiceChannelHandler' => 'getVoiceChannelHandlerService',
  372.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\WebsiteChannelHandler' => 'getWebsiteChannelHandlerService',
  373.             'Products\\NotificationsBundle\\Service\\ContactMonitor' => 'getContactMonitorService',
  374.             'Products\\NotificationsBundle\\Service\\ListLogic' => 'getListLogicService',
  375.             'Products\\NotificationsBundle\\Service\\MessageLogic' => 'getMessageLogicService',
  376.             'Products\\NotificationsBundle\\Service\\OnboardingService' => 'getOnboardingServiceService',
  377.             'Products\\NotificationsBundle\\Service\\PortalService' => 'getPortalServiceService',
  378.             'Products\\NotificationsBundle\\Service\\ProfileLogic' => 'getProfileLogicService',
  379.             'Products\\NotificationsBundle\\Service\\Switchboard' => 'getSwitchboardService',
  380.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\AbstractAuthenticatedController' => 'getAbstractAuthenticatedControllerService',
  381.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\DefaultController' => 'getDefaultController11Service',
  382.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\FeedController' => 'getFeedController3Service',
  383.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\ListController' => 'getListControllerService',
  384.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\MessagesController' => 'getMessagesController3Service',
  385.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\OAuthController' => 'getOAuthController2Service',
  386.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\TemplatesController' => 'getTemplatesController2Service',
  387.             'Products\\SchoolNowBundle\\Controller\\Api\\CheckupController' => 'getCheckupController2Service',
  388.             'Products\\SchoolNowBundle\\Controller\\Api\\DefaultController' => 'getDefaultController12Service',
  389.             'Products\\SchoolNowBundle\\Controller\\Api\\FeedsController' => 'getFeedsControllerService',
  390.             'Products\\SchoolNowBundle\\Controller\\Api\\ManagementController' => 'getManagementController2Service',
  391.             'Products\\SchoolNowBundle\\Controller\\Api\\OAuthController' => 'getOAuthController3Service',
  392.             'Products\\SchoolNowBundle\\Controller\\Api\\SchoolsController' => 'getSchoolsController2Service',
  393.             'Products\\SchoolNowBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController13Service',
  394.             'Products\\SchoolNowBundle\\Service\\MobileApiSerializer' => 'getMobileApiSerializerService',
  395.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractEntryNormalizer' => 'getAbstractEntryNormalizerService',
  396.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractListNormalizer' => 'getAbstractListNormalizerService',
  397.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractObjectNormalizer' => 'getAbstractObjectNormalizerService',
  398.             'Products\\SchoolNowBundle\\Service\\Normalizer\\MediaNormalizer' => 'getMediaNormalizerService',
  399.             'Products\\SchoolNowBundle\\Service\\Normalizer\\MessageDetailsNormalizer' => 'getMessageDetailsNormalizerService',
  400.             'Products\\SchoolNowBundle\\Service\\Normalizer\\RecordingExtendedNormalizer' => 'getRecordingExtendedNormalizerService',
  401.             'Products\\SchoolNowBundle\\Service\\Normalizer\\SchoolNormalizer' => 'getSchoolNormalizerService',
  402.             'Products\\SchoolNowBundle\\Service\\Normalizer\\TemplateDetailsNormalizer' => 'getTemplateDetailsNormalizerService',
  403.             'Products\\SchoolNowBundle\\Service\\Normalizer\\VoiceCallerIdBasicNormalizer' => 'getVoiceCallerIdBasicNormalizerService',
  404.             'Products\\SchoolNowBundle\\Service\\PostLogic' => 'getPostLogicService',
  405.             'Products\\SchoolNowBundle\\Service\\VideoMediaHelper' => 'getVideoMediaHelperService',
  406.             'Products\\SocialBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController14Service',
  407.             'Products\\SocialBundle\\Controller\\Dashboard\\SettingsController' => 'getSettingsController2Service',
  408.             'Products\\SocialBundle\\Service\\Search\\SocialPostSearcher' => 'getSocialPostSearcherService',
  409.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  410.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  411.             'cache.app_clearer' => 'getCache_AppClearerService',
  412.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  413.             'cache.system_clearer' => 'getCache_SystemClearerService',
  414.             'cache_warmer' => 'getCacheWarmerService',
  415.             'console.command.public_alias.App\\Command\\ConditionQueryExecCommand' => 'getConditionQueryExecCommandService',
  416.             'console.command.public_alias.App\\Command\\FileResizeCommand' => 'getFileResizeCommandService',
  417.             'console.command.public_alias.App\\Command\\FirebaseSingleTestCommand' => 'getFirebaseSingleTestCommandService',
  418.             'console.command.public_alias.App\\Command\\RebrandlyCleanupCommand' => 'getRebrandlyCleanupCommandService',
  419.             'console.command.public_alias.App\\Command\\SchoolNowContentMigrationCommand' => 'getSchoolNowContentMigrationCommandService',
  420.             'console.command.public_alias.App\\Command\\SchoolNowFilesProcessCommand' => 'getSchoolNowFilesProcessCommandService',
  421.             'console.command.public_alias.App\\Command\\SchoolNowFilesUploadCommand' => 'getSchoolNowFilesUploadCommandService',
  422.             'console.command.public_alias.App\\Command\\SchoolNowFixerCommand' => 'getSchoolNowFixerCommandService',
  423.             'console.command.public_alias.App\\Command\\SendgridDumpCommand' => 'getSendgridDumpCommandService',
  424.             'console.command.public_alias.App\\Command\\SendgridSyncCommand' => 'getSendgridSyncCommandService',
  425.             'console.command.public_alias.App\\Command\\TenantWebPageStatsCommand' => 'getTenantWebPageStatsCommandService',
  426.             'console.command.public_alias.App\\Command\\TwilioDumpCommand' => 'getTwilioDumpCommandService',
  427.             'console.command.public_alias.App\\Command\\TwilioSyncCommand' => 'getTwilioSyncCommandService',
  428.             'console.command.public_alias.App\\Command\\UlidPopulationCommand' => 'getUlidPopulationCommandService',
  429.             'console.command.public_alias.App\\Command\\WebPageStatsCommand' => 'getWebPageStatsCommandService',
  430.             'console.command.public_alias.Cms\\AssetsBundle\\Command\\MirrorCommand' => 'getMirrorCommandService',
  431.             'console.command.public_alias.Cms\\ContainerBundle\\Command\\ReorderCommand' => 'getReorderCommandService',
  432.             'console.command.public_alias.Cms\\ContainerBundle\\Command\\SwapCommand' => 'getSwapCommandService',
  433.             'console.command.public_alias.Cms\\CoreBundle\\Command\\RestoreTrimCommand' => 'getRestoreTrimCommandService',
  434.             'console.command.public_alias.Cms\\CoreBundle\\Command\\TwilioSubaccountCleanupCommand' => 'getTwilioSubaccountCleanupCommandService',
  435.             'console.command.public_alias.Cms\\CoreBundle\\Command\\UpdateSharedAccountsCommand' => 'getUpdateSharedAccountsCommandService',
  436.             'console.command.public_alias.Cms\\CoreBundle\\Command\\UptimeCommand' => 'getUptimeCommandService',
  437.             'console.command.public_alias.Cms\\DevelopmentBundle\\Command\\OpenSourceSurveyCommand' => 'getOpenSourceSurveyCommandService',
  438.             'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeAccountGeneratorCommand' => 'getAcmeAccountGeneratorCommandService',
  439.             'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeKeyPairGeneratorCommand' => 'getAcmeKeyPairGeneratorCommandService',
  440.             'console.command.public_alias.Cms\\DomainBundle\\Command\\DnsCheckCommand' => 'getDnsCheckCommandService',
  441.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SelfSigningCommand' => 'getSelfSigningCommandService',
  442.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptProvisionCommand' => 'getSslLetsEncryptProvisionCommandService',
  443.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptRenewalsCommand' => 'getSslLetsEncryptRenewalsCommandService',
  444.             'console.command.public_alias.Cms\\FileBundle\\Command\\AwsRekognitionCommand' => 'getAwsRekognitionCommandService',
  445.             'console.command.public_alias.Cms\\FileBundle\\Command\\DispositionFixCommand' => 'getDispositionFixCommandService',
  446.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileCheckerCommand' => 'getFileCheckerCommandService',
  447.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileDeletionCommand' => 'getFileDeletionCommandService',
  448.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileUrlReplacementToolCommand' => 'getFileUrlReplacementToolCommandService',
  449.             'console.command.public_alias.Cms\\FileBundle\\Command\\FilesFixerCommand' => 'getFilesFixerCommandService',
  450.             'console.command.public_alias.Cms\\FileBundle\\Command\\OptimizerDaemonCommand' => 'getOptimizerDaemonCommandService',
  451.             'console.command.public_alias.Cms\\FileBundle\\Command\\PdfMetaFixerCommand' => 'getPdfMetaFixerCommandService',
  452.             'console.command.public_alias.Cms\\FileBundle\\Command\\TreeFixCommand' => 'getTreeFixCommandService',
  453.             'console.command.public_alias.Cms\\LogBundle\\Command\\ActionsCommand' => 'getActionsCommandService',
  454.             'console.command.public_alias.Cms\\RedirectBundle\\Command\\RedirectsCheckerCommand' => 'getRedirectsCheckerCommandService',
  455.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\DeployCommand' => 'getDeployCommandService',
  456.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\FixerCommand' => 'getFixerCommandService',
  457.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelCloneCommand' => 'getModelCloneCommandService',
  458.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelDumpCommand' => 'getModelDumpCommandService',
  459.             'console.command.public_alias.Cms\\SystemBundle\\Command\\AnnounceCommand' => 'getAnnounceCommandService',
  460.             'console.command.public_alias.Cms\\TenantBundle\\Command\\DecommissionCommand' => 'getDecommissionCommandService',
  461.             'console.command.public_alias.Cms\\TenantBundle\\Command\\ProvisionCommand' => 'getProvisionCommandService',
  462.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\CopyLayoutCommand' => 'getCopyLayoutCommandService',
  463.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutCommand' => 'getDumpLayoutCommandService',
  464.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutsCommand' => 'getDumpLayoutsCommandService',
  465.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplateCommand' => 'getDumpTemplateCommandService',
  466.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplatesCommand' => 'getDumpTemplatesCommandService',
  467.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\GenerateOverridesCommand' => 'getGenerateOverridesCommandService',
  468.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\InstallCommand' => 'getInstallCommandService',
  469.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeCompileCommand' => 'getThemeCompileCommandService',
  470.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemePackagePreparationCommand' => 'getThemePackagePreparationCommandService',
  471.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeStarterGenerationCommand' => 'getThemeStarterGenerationCommandService',
  472.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeWatcherCommand' => 'getThemeWatcherCommandService',
  473.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\TwigDumpCommand' => 'getTwigDumpCommandService',
  474.             'console.command.public_alias.Cms\\WidgetBundle\\Command\\InstallCommand' => 'getInstallCommand2Service',
  475.             'console.command.public_alias.Platform\\QueueBundle\\Command\\AsyncDaemonCommand' => 'getAsyncDaemonCommandService',
  476.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\AuditCommand' => 'getAuditCommandService',
  477.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\CommonLoginPasswordResetCommand' => 'getCommonLoginPasswordResetCommandService',
  478.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\ContractorLoginPasswordResetCommand' => 'getContractorLoginPasswordResetCommandService',
  479.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\GroupAccountDuplicateFixerCommand' => 'getGroupAccountDuplicateFixerCommandService',
  480.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\SetPasswordCommand' => 'getSetPasswordCommandService',
  481.             'console.command.public_alias.Products\\AdaBundle\\Command\\FileUploadFixerCommand' => 'getFileUploadFixerCommandService',
  482.             'console.command_loader' => 'getConsole_CommandLoaderService',
  483.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  484.             'error_controller' => 'getErrorControllerService',
  485.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  486.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  487.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  488.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  489.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  490.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  491.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  492.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  493.             'routing.loader' => 'getRouting_LoaderService',
  494.             'services_resetter' => 'getServicesResetterService',
  495.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  496.             'test.service_container' => 'getTest_ServiceContainerService',
  497.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  498.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  499.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  500.         ];
  501.         $this->aliases = [
  502.             'database_connection' => 'doctrine.dbal.default_connection',
  503.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  504.         ];
  505.         $this->privates['service_container'] = function () {
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  512.             include_once \dirname(__DIR__4).'/src/App/Kernel.php';
  513.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  516.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php';
  517.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  519.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  521.             include_once \dirname(__DIR__4).'/vendor/joshtronic/php-loremipsum/src/LoremIpsum.php';
  522.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Decorator/EntityManagerDecorator.php';
  527.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Util/Doctrine/EntityManager.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  529.             include_once \dirname(__DIR__4).'/src/Profiler/MySQLProfilerStorage.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  532.             include_once \dirname(__DIR__4).'/src/App/Contracts/Service/CustomServiceSubscriberTrait.php';
  533.             include_once \dirname(__DIR__4).'/src/App/Controller/AbstractController.php';
  534.             include_once \dirname(__DIR__4).'/src/Platform/MarketingBundle/Model/ProductControllerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  536.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/AbstractDashboardController.php';
  537.             include_once \dirname(__DIR__4).'/src/App/Controller/PaginationTrait.php';
  538.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/AccountController.php';
  539.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  543.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/AutomationController.php';
  544.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/GroupController.php';
  545.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/ProfileController.php';
  546.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/RoleController.php';
  547.             include_once \dirname(__DIR__4).'/src/App/Service/Content/WebUrlGenerator.php';
  548.             include_once \dirname(__DIR__4).'/src/App/Service/Data/PhoneNumberService.php';
  549.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/CloudTranslator.php';
  550.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/Translation/AbstractTranslationClient.php';
  551.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/Translation/GoogleTranslationClient.php';
  552.             include_once \dirname(__DIR__4).'/src/App/Service/MediaDecorator.php';
  553.             include_once \dirname(__DIR__4).'/src/App/Service/Messaging/MessagingContext.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  558.             include_once \dirname(__DIR__4).'/src/App/Service/NgrokRouter.php';
  559.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryPreviewer.php';
  560.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryTransformer.php';
  561.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryValidator.php';
  562.             include_once \dirname(__DIR__4).'/src/App/Service/TenantContext.php';
  563.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/Onboarding/AbstractSendgridOnboardingHandler.php';
  564.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/Onboarding/SendgridSendersOnboardingHandler.php';
  565.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/SendgridFactory.php';
  566.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/AbstractTwilioOnboardingHandler.php';
  567.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioCnamOnboardingHandler.php';
  568.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioPhoneOnboardingHandler.php';
  569.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioSmsOnboardingHandler.php';
  570.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioVoiceOnboardingHandler.php';
  571.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/TwilioFactory.php';
  572.             include_once \dirname(__DIR__4).'/src/App/Subscriber/HstsSubscriber.php';
  573.             include_once \dirname(__DIR__4).'/src/App/Subscriber/Routing/AppContextSubscriber.php';
  574.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  576.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/ArraysExtension.php';
  577.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/BlobsExtension.php';
  578.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/CronTranslatorExtension.php';
  579.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/DomExtension.php';
  580.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/FormExtension.php';
  581.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/HtmlExtension.php';
  582.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/MediaExtension.php';
  583.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/MiscellaneousExtension.php';
  584.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/PhoneNumberExtension.php';
  585.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/SecurityExtension.php';
  586.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/TypesExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  588.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/ViewLayerExtension.php';
  589.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/VolatilesExtension.php';
  590.             include_once \dirname(__DIR__4).'/src/App/Twig/ViewLayerGlobal.php';
  591.             include_once \dirname(__DIR__4).'/src/App/Security/Core/Authorization/AccessTesterManager.php';
  592.             include_once \dirname(__DIR__4).'/src/App/Security/Core/Authorization/AuthorizationTester.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  595.             include_once \dirname(__DIR__4).'/src/App/Security/Firewall/PortalFirewall.php';
  596.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/StorageManager.php';
  597.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractBlobConsumer.php';
  598.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/ContactAttemptBlobConsumer.php';
  599.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/DepartmentBlobConsumer.php';
  600.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/LooseFileBlobConsumer.php';
  601.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/RecordingBlobConsumer.php';
  602.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/SchoolBlobConsumer.php';
  603.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractBlobManager.php';
  604.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/ContactAttemptBlobManager.php';
  605.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/DepartmentBlobManager.php';
  606.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/LooseFileBlobManager.php';
  607.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/RecordingBlobManager.php';
  608.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/SchoolBlobManager.php';
  609.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractStorage.php';
  610.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/Storages/AbstractS3Storage.php';
  611.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/Storages/DefaultS3Storage.php';
  612.             include_once \dirname(__DIR__4).'/src/Cms/AssetsBundle/Service/AssetCatalog.php';
  613.             include_once \dirname(__DIR__4).'/src/Cms/AssetsBundle/Service/AssetsTwigExtension.php';
  614.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Service/ContainerService.php';
  615.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Service/DebuggingService.php';
  616.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerDebuggingExtension.php';
  617.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerExtension.php';
  618.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerRouteExtension.php';
  619.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/ContentVariablesManager.php';
  620.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  621.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/SafeTwigEnvironment.php';
  622.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/Twig/ContentEditorExtension.php';
  623.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Aws/S3Wrapper.php';
  624.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/AccountCacher.php';
  625.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/CacherHub.php';
  626.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/ContainerCacher.php';
  627.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/DomainCacher.php';
  628.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/FileCacher.php';
  629.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/FolderCacher.php';
  630.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/IntranetSiteCacher.php';
  631.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/PersonalSiteCacher.php';
  632.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/SiteCacher.php';
  633.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/ContextManager.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  635.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/ExpressionLanguage/CustomExpressionFunctionProvider.php';
  636.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/LocaleManager.php';
  637.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Locksmith.php';
  638.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/SceneRenderer.php';
  639.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/StringUtils/LoremIpsumGenerator.php';
  640.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/SystemSetup.php';
  641.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Transcoding/Transcoder.php';
  642.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ArraysExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ClassifyExtension.php';
  644.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ContextExtension.php';
  645.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/DateTimeExtension.php';
  646.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/GlobalVariables.php';
  647.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/StringExtension.php';
  648.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/EventListeners/CacheOverrideListener.php';
  649.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Twig/NestedExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  653.             include_once \dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Collector/TenantCollector.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  655.             include_once \dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Collector/SecurityCollector.php';
  656.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/FileManager.php';
  657.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Image.php';
  658.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Twig/FileExtension.php';
  659.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Twig/UrlExtension.php';
  660.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/ResolverManager.php';
  661.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AbstractResolver.php';
  662.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AccountResolver.php';
  663.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/DepartmentResolver.php';
  664.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/DomainResolver.php';
  665.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/EnvironmentResolver.php';
  666.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AbstractThemeOverridableResolver.php';
  667.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/InnerLayoutResolver.php';
  668.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/LocaleResolver.php';
  669.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/ModuleResolver.php';
  670.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/OuterLayoutResolver.php';
  671.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/SchoolResolver.php';
  672.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/TenantResolver.php';
  673.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/ThemeResolver.php';
  674.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/UrlResolver.php';
  675.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  676.             include_once \dirname(__DIR__4).'/src/Cms/LogBundle/Service/Processor/SuspiciousOperationProcessor.php';
  677.             include_once \dirname(__DIR__4).'/vendor/rollbar/rollbar-php-symfony-bundle/Factories/RollbarHandlerFactory.php';
  678.             include_once \dirname(__DIR__4).'/src/Cms/LogBundle/Service/RollbarHandlerFactory.php';
  679.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/DraftManager.php';
  680.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/ModuleManager.php';
  681.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/PublicationService.php';
  682.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/UrlManager.php';
  683.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Twig/ModuleListingExtension.php';
  684.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Twig/ModuleRouteExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  686.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Request/ParamConverter/ContainerConverter.php';
  687.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Request/ParamConverter/ModuleEntityConverter.php';
  688.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/ModuleConfig.php';
  689.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/RssFeedTrait.php';
  690.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/FeedTrait.php';
  691.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/FeedSecurityTrait.php';
  692.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/SocialMetaTrait.php';
  693.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/CascadingSharesTrait.php';
  694.             include_once \dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/Service/AlertModuleConfig.php';
  695.             include_once \dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/Service/BlogModuleConfig.php';
  696.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/IcalFeedTrait.php';
  697.             include_once \dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/Service/CalendarModuleConfig.php';
  698.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/GalleryModuleConfig.php';
  699.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/ModulesGalleryEntries.php';
  700.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Transcoding/TranscodingMapperInterface.php';
  701.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/ModulesGalleryTranscodingMapper.php';
  702.             include_once \dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/Service/NewsModuleConfig.php';
  703.             include_once \dirname(__DIR__4).'/src/Cms/Modules/PageBundle/Service/PageModuleConfig.php';
  704.             include_once \dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Service/PeopleModuleConfig.php';
  705.             include_once \dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/Service/QuestionModuleConfig.php';
  706.             include_once \dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/Service/SnippetModuleConfig.php';
  707.             include_once \dirname(__DIR__4).'/src/Cms/NavigationBundle/Service/NavigationTranscodingMapper.php';
  708.             include_once \dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Service/SitebuilderTranscodingMapper.php';
  709.             include_once \dirname(__DIR__4).'/src/Cms/TenantBundle/Service/Twig/TenantExtension.php';
  710.             include_once \dirname(__DIR__4).'/src/Cms/TenantBundle/Listener/PolicyListener.php';
  711.             include_once \dirname(__DIR__4).'/src/Cms/ThemeBundle/Service/PackageManager.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  713.             include_once \dirname(__DIR__4).'/src/Cms/ThemeBundle/Service/Twig/Loader/DatabaseLoader.php';
  714.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/Twig/WidgetExtension.php';
  715.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/WidgetDependencyInjector.php';
  716.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/WidgetTranscodingMapper.php';
  717.             include_once \dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Service/WorkflowsContentManager.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  720.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  726.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  727.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/BlacklistSchemaAssetFilter.php';
  729.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  730.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  731.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  732.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  733.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  735.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  737.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  739.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  743.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  744.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  745.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  746.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  748.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  749.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  750.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  751.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  752.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  753.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  754.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  755.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  756.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  762.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  766.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  772.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  773.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  775.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  777.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  778.             include_once \dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Listeners/RequestListener.php';
  779.             include_once \dirname(__DIR__4).'/src/Platform/MarketingBundle/Listeners/UpsellListener.php';
  780.             include_once \dirname(__DIR__4).'/src/Platform/QueueBundle/Service/AsyncQueueService.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  782.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/AccountProvider.php';
  783.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Auditor.php';
  784.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Sentry.php';
  785.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Listeners/AccountStatusListener.php';
  786.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/AutomationController.php';
  787.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/DefaultController.php';
  788.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ListsController.php';
  789.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/LogsController.php';
  790.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/MessagesController.php';
  791.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/CallerIdsController.php';
  792.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/DefaultController.php';
  793.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/DomainsController.php';
  794.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/EmailSuppressionController.php';
  795.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/NotificationsConfigController.php';
  796.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/PhonesController.php';
  797.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ProfileController.php';
  798.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/RecordingController.php';
  799.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ReportsController.php';
  800.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/SisController.php';
  801.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/StudentsController.php';
  802.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/TemplatesController.php';
  803.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/AbstractPortalController.php';
  804.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Portal/ManagementController.php';
  805.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/EmailTemplateGeneratorFactory.php';
  806.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/ListBuilderService.php';
  807.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/ListItemProvider.php';
  808.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/MergeParamsProvider.php';
  809.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Notifications/NotificationsConfigService.php';
  810.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Notifications/TranslationService.php';
  811.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Query/NotificationsConditionQueryBuilder.php';
  812.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/RecordingLogic.php';
  813.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/TemplateLogic.php';
  814.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Subscriber/LanguageSubscriber.php';
  815.             include_once \dirname(__DIR__4).'/src/Products/SchoolNowBundle/Subscriber/ApiControllerSubscriber.php';
  816.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  819.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  820.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  822.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  823.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  824.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  825.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  827.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  828.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  829.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  889.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  890.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  891.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  936.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  938.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  941.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  942.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  943.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  944.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  946.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  947.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  948.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  949.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  950.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  951.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/NoopAuthenticationManager.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  976.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  984.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  987.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  988.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1024.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Util/ModuleAnnotationDriver.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1067.         };
  1068.     }
  1069.     public function compile(): void
  1070.     {
  1071.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1072.     }
  1073.     public function isCompiled(): bool
  1074.     {
  1075.         return true;
  1076.     }
  1077.     public function getRemovedIds(): array
  1078.     {
  1079.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1080.     }
  1081.     protected function load($file$lazyLoad true)
  1082.     {
  1083.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1084.             return $class::do($this$lazyLoad);
  1085.         }
  1086.         if ('.' === $file[-4]) {
  1087.             $class substr($class0, -4);
  1088.         } else {
  1089.             $file .= '.php';
  1090.         }
  1091.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1092.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1093.     }
  1094.     /**
  1095.      * Gets the public '.container.private.form.factory' shared service.
  1096.      *
  1097.      * @return \Symfony\Component\Form\FormFactory
  1098.      */
  1099.     protected function get_Container_Private_Form_FactoryService()
  1100.     {
  1101.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1102.         if (isset($this->services['.container.private.form.factory'])) {
  1103.             return $this->services['.container.private.form.factory'];
  1104.         }
  1105.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1106.     }
  1107.     /**
  1108.      * Gets the public '.container.private.profiler' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1111.      */
  1112.     protected function get_Container_Private_ProfilerService()
  1113.     {
  1114.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['Profiler\\MySQLProfilerStorage'] ?? $this->getMySQLProfilerStorageService()), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
  1115.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1116.         $instance->add(($this->privates['Cms\\DevelopmentBundle\\Collector\\TenantCollector'] ?? $this->getTenantCollectorService()));
  1117.         $instance->add(($this->privates['Cms\\DevelopmentBundle\\Collector\\SecurityCollector'] ?? $this->getSecurityCollectorService()));
  1118.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  1119.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  1120.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  1121.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  1122.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1123.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  1124.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  1125.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  1126.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1127.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  1128.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  1129.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  1130.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  1131.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  1132.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  1133.         return $instance;
  1134.     }
  1135.     /**
  1136.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1137.      *
  1138.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1139.      */
  1140.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1141.     {
  1142.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1143.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1144.             return $this->services['.container.private.security.authorization_checker'];
  1145.         }
  1146.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  1147.     }
  1148.     /**
  1149.      * Gets the public '.container.private.security.token_storage' shared service.
  1150.      *
  1151.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1152.      */
  1153.     protected function get_Container_Private_Security_TokenStorageService()
  1154.     {
  1155.         return $this->services['.container.private.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, [
  1156.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1157.         ], [
  1158.             'request_stack' => '?',
  1159.         ]));
  1160.     }
  1161.     /**
  1162.      * Gets the public '.container.private.twig' shared service.
  1163.      *
  1164.      * @return \Twig\Environment
  1165.      */
  1166.     protected function get_Container_Private_TwigService()
  1167.     {
  1168.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.chain'] ?? $this->getTwig_Loader_ChainService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1169.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  1170.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  1171.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  1172.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  1173.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  1174.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1175.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  1176.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  1177.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  1178.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  1179.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  1180.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  1181.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  1182.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  1183.         $instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
  1184.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  1185.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\ArraysExtension'] ?? ($this->privates['App\\Twig\\Extension\\ArraysExtension'] = new \App\Twig\Extension\ArraysExtension())));
  1186.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\BlobsExtension'] ?? $this->getBlobsExtensionService()));
  1187.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\CronTranslatorExtension'] ?? $this->getCronTranslatorExtensionService()));
  1188.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\DomExtension'] ?? ($this->privates['App\\Twig\\Extension\\DomExtension'] = new \App\Twig\Extension\DomExtension())));
  1189.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\FormExtension'] ?? ($this->privates['App\\Twig\\Extension\\FormExtension'] = new \App\Twig\Extension\FormExtension())));
  1190.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\HtmlExtension'] ?? ($this->privates['App\\Twig\\Extension\\HtmlExtension'] = new \App\Twig\Extension\HtmlExtension())));
  1191.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\MediaExtension'] ?? $this->getMediaExtensionService()));
  1192.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'] ?? $this->getMiscellaneousExtensionService()));
  1193.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\PhoneNumberExtension'] ?? $this->getPhoneNumberExtensionService()));
  1194.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\SecurityExtension'] ?? $this->getSecurityExtensionService()));
  1195.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\TypesExtension'] ?? ($this->privates['App\\Twig\\Extension\\TypesExtension'] = new \App\Twig\Extension\TypesExtension())));
  1196.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\ViewLayerExtension'] ?? $this->getViewLayerExtensionService()));
  1197.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\VolatilesExtension'] ?? ($this->privates['App\\Twig\\Extension\\VolatilesExtension'] = new \App\Twig\Extension\VolatilesExtension())));
  1198.         $instance->addExtension(($this->services['Cms\\AssetsBundle\\Service\\AssetsTwigExtension'] ?? $this->getAssetsTwigExtensionService()));
  1199.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerDebuggingExtension'] ?? $this->getContainerDebuggingExtensionService()));
  1200.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] ?? ($this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] = new \Cms\ContainerBundle\Twig\ContainerExtension())));
  1201.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerRouteExtension'] ?? $this->getContainerRouteExtensionService()));
  1202.         $instance->addExtension(($this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] ?? ($this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] = new \Cms\ContentBundle\Service\Twig\ContentEditorExtension())));
  1203.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] ?? ($this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] = new \Cms\CoreBundle\Service\Twig\ArraysExtension())));
  1204.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ClassifyExtension'] ?? $this->getClassifyExtensionService()));
  1205.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'] ?? $this->getContextExtensionService()));
  1206.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\DateTimeExtension'] ?? $this->getDateTimeExtensionService()));
  1207.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] ?? ($this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] = new \Cms\CoreBundle\Service\Twig\StringExtension())));
  1208.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] ?? ($this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] = new \Cms\CoreBundle\Twig\NestedExtension())));
  1209.         $instance->addExtension(($this->privates['Cms\\FileBundle\\Service\\Twig\\FileExtension'] ?? $this->getFileExtensionService()));
  1210.         $instance->addExtension(($this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'] ?? $this->getUrlExtensionService()));
  1211.         $instance->addExtension(($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'] ?? $this->getModuleListingExtensionService()));
  1212.         $instance->addExtension(($this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'] ?? $this->getModuleRouteExtensionService()));
  1213.         $instance->addExtension(($this->privates['Cms\\TenantBundle\\Service\\Twig\\TenantExtension'] ?? $this->getTenantExtensionService()));
  1214.         $instance->addExtension(($this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'] ?? $this->getWidgetExtensionService()));
  1215.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  1216.         $instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
  1217.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  1218.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  1219.         $instance->addExtension(($this->privates['twig.extension.string'] ?? ($this->privates['twig.extension.string'] = new \Twig\Extra\String\StringExtension())));
  1220.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  1221.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  1222.         $instance->addGlobal('renderer', ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService()));
  1223.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  1224.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  1225.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  1226.         return $instance;
  1227.     }
  1228.     /**
  1229.      * Gets the public '.container.private.validator' shared service.
  1230.      *
  1231.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1232.      */
  1233.     protected function get_Container_Private_ValidatorService()
  1234.     {
  1235.         $a = ($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
  1236.         if (isset($this->services['.container.private.validator'])) {
  1237.             return $this->services['.container.private.validator'];
  1238.         }
  1239.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a);
  1240.     }
  1241.     /**
  1242.      * Gets the public 'App\Controller\Dashboard\Settings\AccountController' shared autowired service.
  1243.      *
  1244.      * @return \App\Controller\Dashboard\Settings\AccountController
  1245.      */
  1246.     protected function getAccountControllerService()
  1247.     {
  1248.         $this->services['App\\Controller\\Dashboard\\Settings\\AccountController'] = $instance = new \App\Controller\Dashboard\Settings\AccountController();
  1249.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1250.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1251.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1252.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1253.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1254.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1255.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1256.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1257.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1258.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1259.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1260.             'App\\Controller\\Dashboard\\Settings\\AccountController::getBulletinService' => ['services''Cms\\BulletinBundle\\Service\\BulletinService''getBulletinServiceService'true],
  1261.             'App\\Controller\\Dashboard\\Settings\\AccountController::getPasswordService' => ['services''Platform\\SecurityBundle\\Service\\PasswordService''getPasswordServiceService'true],
  1262.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1263.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1264.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1265.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1266.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1267.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1268.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1269.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1270.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1271.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1272.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1273.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1274.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1275.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1276.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1277.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1278.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1279.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1280.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1281.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1282.             'kernel' => ['services''kernel''getKernelService'false],
  1283.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1284.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1285.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1286.             'router' => ['services''router''getRouterService'false],
  1287.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1288.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1289.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1290.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1291.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1292.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1293.             'translator' => ['services''translator''getTranslatorService'false],
  1294.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1295.         ], [
  1296.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1297.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1298.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1299.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1300.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1301.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1302.             'App\\Controller\\AbstractController::getRouter' => '?',
  1303.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1304.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1305.             'App\\Controller\\AbstractController::getTwig' => '?',
  1306.             'App\\Controller\\Dashboard\\Settings\\AccountController::getBulletinService' => 'Cms\\BulletinBundle\\Service\\BulletinService',
  1307.             'App\\Controller\\Dashboard\\Settings\\AccountController::getPasswordService' => 'Platform\\SecurityBundle\\Service\\PasswordService',
  1308.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1309.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1310.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1311.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1312.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1313.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1314.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1315.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1316.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1317.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1318.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1319.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1320.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1321.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1322.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1323.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1324.             'Twig\\Environment' => '?',
  1325.             'doctrine' => '?',
  1326.             'form.factory' => '?',
  1327.             'http_kernel' => '?',
  1328.             'kernel' => 'kernel',
  1329.             'parameter_bag' => '?',
  1330.             'profiler' => '?',
  1331.             'request_stack' => '?',
  1332.             'router' => '?',
  1333.             'security.authorization_checker' => '?',
  1334.             'security.csrf.token_manager' => '?',
  1335.             'security.token_storage' => '?',
  1336.             'serializer' => '?',
  1337.             'session' => '.session.deprecated',
  1338.             'session.handler' => '?',
  1339.             'translator' => '?',
  1340.             'twig' => '?',
  1341.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\AccountController'$this));
  1342.         return $instance;
  1343.     }
  1344.     /**
  1345.      * Gets the public 'App\Controller\Dashboard\Settings\AutomationController' shared autowired service.
  1346.      *
  1347.      * @return \App\Controller\Dashboard\Settings\AutomationController
  1348.      */
  1349.     protected function getAutomationControllerService()
  1350.     {
  1351.         $this->services['App\\Controller\\Dashboard\\Settings\\AutomationController'] = $instance = new \App\Controller\Dashboard\Settings\AutomationController();
  1352.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1353.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1354.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1355.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1356.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1357.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1358.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1359.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1360.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1361.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1362.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1363.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getAutomationService' => ['services''Products\\NotificationsBundle\\Service\\AutomationService''getAutomationServiceService'true],
  1364.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListItemProvider' => ['services''Products\\NotificationsBundle\\Service\\ListItemProvider''getListItemProviderService'false],
  1365.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListLogic' => ['services''Products\\NotificationsBundle\\Service\\ListLogic''getListLogicService'true],
  1366.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getMessagingContext' => ['privates''App\\Service\\Messaging\\MessagingContext''getMessagingContextService'false],
  1367.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getViewLayerService' => ['privates''App\\Component\\ViewLayer\\ViewLayerService''getViewLayerServiceService'true],
  1368.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1369.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1370.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1371.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1372.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1373.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1374.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1375.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1376.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1377.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1378.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1379.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1380.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1381.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1382.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1383.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1384.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1385.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1386.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1387.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1388.             'kernel' => ['services''kernel''getKernelService'false],
  1389.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1390.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1391.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1392.             'router' => ['services''router''getRouterService'false],
  1393.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1394.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1395.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1396.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1397.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1398.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1399.             'translator' => ['services''translator''getTranslatorService'false],
  1400.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1401.         ], [
  1402.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1403.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1404.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1405.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1406.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1407.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1408.             'App\\Controller\\AbstractController::getRouter' => '?',
  1409.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1410.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1411.             'App\\Controller\\AbstractController::getTwig' => '?',
  1412.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getAutomationService' => 'Products\\NotificationsBundle\\Service\\AutomationService',
  1413.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListItemProvider' => 'Products\\NotificationsBundle\\Service\\ListItemProvider',
  1414.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListLogic' => 'Products\\NotificationsBundle\\Service\\ListLogic',
  1415.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getMessagingContext' => 'App\\Service\\Messaging\\MessagingContext',
  1416.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getViewLayerService' => 'App\\Component\\ViewLayer\\ViewLayerService',
  1417.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1418.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1419.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1420.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1421.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1422.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1423.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1424.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1425.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1426.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1427.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1428.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1429.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1430.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1431.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1432.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1433.             'Twig\\Environment' => '?',
  1434.             'doctrine' => '?',
  1435.             'form.factory' => '?',
  1436.             'http_kernel' => '?',
  1437.             'kernel' => 'kernel',
  1438.             'parameter_bag' => '?',
  1439.             'profiler' => '?',
  1440.             'request_stack' => '?',
  1441.             'router' => '?',
  1442.             'security.authorization_checker' => '?',
  1443.             'security.csrf.token_manager' => '?',
  1444.             'security.token_storage' => '?',
  1445.             'serializer' => '?',
  1446.             'session' => '.session.deprecated',
  1447.             'session.handler' => '?',
  1448.             'translator' => '?',
  1449.             'twig' => '?',
  1450.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\AutomationController'$this));
  1451.         return $instance;
  1452.     }
  1453.     /**
  1454.      * Gets the public 'App\Controller\Dashboard\Settings\GroupController' shared autowired service.
  1455.      *
  1456.      * @return \App\Controller\Dashboard\Settings\GroupController
  1457.      */
  1458.     protected function getGroupControllerService()
  1459.     {
  1460.         $this->services['App\\Controller\\Dashboard\\Settings\\GroupController'] = $instance = new \App\Controller\Dashboard\Settings\GroupController();
  1461.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('App\\Controller\\Dashboard\\Settings\\GroupController'$this));
  1462.         return $instance;
  1463.     }
  1464.     /**
  1465.      * Gets the public 'App\Controller\Dashboard\Settings\ProfileController' shared autowired service.
  1466.      *
  1467.      * @return \App\Controller\Dashboard\Settings\ProfileController
  1468.      */
  1469.     protected function getProfileControllerService()
  1470.     {
  1471.         $this->services['App\\Controller\\Dashboard\\Settings\\ProfileController'] = $instance = new \App\Controller\Dashboard\Settings\ProfileController();
  1472.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('App\\Controller\\Dashboard\\Settings\\ProfileController'$this));
  1473.         return $instance;
  1474.     }
  1475.     /**
  1476.      * Gets the public 'App\Controller\Dashboard\Settings\RoleController' shared autowired service.
  1477.      *
  1478.      * @return \App\Controller\Dashboard\Settings\RoleController
  1479.      */
  1480.     protected function getRoleControllerService()
  1481.     {
  1482.         $this->services['App\\Controller\\Dashboard\\Settings\\RoleController'] = $instance = new \App\Controller\Dashboard\Settings\RoleController();
  1483.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1484.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1485.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1486.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1487.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1488.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1489.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1490.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1491.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1492.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1493.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1494.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1495.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1496.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1497.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1498.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1499.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1500.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1501.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1502.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1503.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1504.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1505.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1506.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1507.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1508.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1509.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1510.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1511.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1512.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1513.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1514.             'kernel' => ['services''kernel''getKernelService'false],
  1515.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1516.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1517.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1518.             'router' => ['services''router''getRouterService'false],
  1519.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1520.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1521.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1522.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1523.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1524.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1525.             'translator' => ['services''translator''getTranslatorService'false],
  1526.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1527.         ], [
  1528.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1529.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1530.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1531.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1532.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1533.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1534.             'App\\Controller\\AbstractController::getRouter' => '?',
  1535.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1536.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1537.             'App\\Controller\\AbstractController::getTwig' => '?',
  1538.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1539.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1540.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1541.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1542.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1543.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1544.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1545.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1546.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1547.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1548.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1549.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1550.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1551.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1552.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1553.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1554.             'Twig\\Environment' => '?',
  1555.             'doctrine' => '?',
  1556.             'form.factory' => '?',
  1557.             'http_kernel' => '?',
  1558.             'kernel' => 'kernel',
  1559.             'parameter_bag' => '?',
  1560.             'profiler' => '?',
  1561.             'request_stack' => '?',
  1562.             'router' => '?',
  1563.             'security.authorization_checker' => '?',
  1564.             'security.csrf.token_manager' => '?',
  1565.             'security.token_storage' => '?',
  1566.             'serializer' => '?',
  1567.             'session' => '.session.deprecated',
  1568.             'session.handler' => '?',
  1569.             'translator' => '?',
  1570.             'twig' => '?',
  1571.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\RoleController'$this));
  1572.         return $instance;
  1573.     }
  1574.     /**
  1575.      * Gets the public 'App\Service\Data\PhoneNumberService' shared autowired service.
  1576.      *
  1577.      * @return \App\Service\Data\PhoneNumberService
  1578.      */
  1579.     protected function getPhoneNumberServiceService()
  1580.     {
  1581.         return $this->services['App\\Service\\Data\\PhoneNumberService'] = new \App\Service\Data\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  1582.     }
  1583.     /**
  1584.      * Gets the public 'App\Service\Query\ConditionQueryTransformer' shared autowired service.
  1585.      *
  1586.      * @return \App\Service\Query\ConditionQueryTransformer
  1587.      */
  1588.     protected function getConditionQueryTransformerService()
  1589.     {
  1590.         $a = ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService());
  1591.         if (isset($this->services['App\\Service\\Query\\ConditionQueryTransformer'])) {
  1592.             return $this->services['App\\Service\\Query\\ConditionQueryTransformer'];
  1593.         }
  1594.         return $this->services['App\\Service\\Query\\ConditionQueryTransformer'] = new \App\Service\Query\ConditionQueryTransformer($a, ($this->privates['App\\Service\\Query\\ConditionQueryValidator'] ?? ($this->privates['App\\Service\\Query\\ConditionQueryValidator'] = new \App\Service\Query\ConditionQueryValidator())));
  1595.     }
  1596.     /**
  1597.      * Gets the public 'Cms\AssetsBundle\Service\AssetsTwigExtension' shared autowired service.
  1598.      *
  1599.      * @return \Cms\AssetsBundle\Service\AssetsTwigExtension
  1600.      */
  1601.     protected function getAssetsTwigExtensionService()
  1602.     {
  1603.         return $this->services['Cms\\AssetsBundle\\Service\\AssetsTwigExtension'] = new \Cms\AssetsBundle\Service\AssetsTwigExtension(($this->privates['Cms\\AssetsBundle\\Service\\AssetCatalog'] ?? $this->getAssetCatalogService()));
  1604.     }
  1605.     /**
  1606.      * Gets the public 'Cms\ContainerBundle\Service\DebuggingService' shared autowired service.
  1607.      *
  1608.      * @return \Cms\ContainerBundle\Service\DebuggingService
  1609.      */
  1610.     protected function getDebuggingServiceService()
  1611.     {
  1612.         return $this->services['Cms\\ContainerBundle\\Service\\DebuggingService'] = new \Cms\ContainerBundle\Service\DebuggingService(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1613.     }
  1614.     /**
  1615.      * Gets the public 'Cms\ContentBundle\Service\ContentVariablesManager' shared autowired service.
  1616.      *
  1617.      * @return \Cms\ContentBundle\Service\ContentVariablesManager
  1618.      */
  1619.     protected function getContentVariablesManagerService()
  1620.     {
  1621.         return $this->services['Cms\\ContentBundle\\Service\\ContentVariablesManager'] = new \Cms\ContentBundle\Service\ContentVariablesManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1622.     }
  1623.     /**
  1624.      * Gets the public 'Cms\ContentBundle\Service\SafeTwigEnvironment' shared autowired service.
  1625.      *
  1626.      * @return \Cms\ContentBundle\Service\SafeTwigEnvironment
  1627.      */
  1628.     protected function getSafeTwigEnvironmentService()
  1629.     {
  1630.         return $this->services['Cms\\ContentBundle\\Service\\SafeTwigEnvironment'] = new \Cms\ContentBundle\Service\SafeTwigEnvironment();
  1631.     }
  1632.     /**
  1633.      * Gets the public 'Cms\CoreBundle\Service\Cachers\AccountCacher' shared autowired service.
  1634.      *
  1635.      * @return \Cms\CoreBundle\Service\Cachers\AccountCacher
  1636.      */
  1637.     protected function getAccountCacherService()
  1638.     {
  1639.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\AccountCacher'] = new \Cms\CoreBundle\Service\Cachers\AccountCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1640.     }
  1641.     /**
  1642.      * Gets the public 'Cms\CoreBundle\Service\Cachers\CacherHub' shared autowired service.
  1643.      *
  1644.      * @return \Cms\CoreBundle\Service\Cachers\CacherHub
  1645.      */
  1646.     protected function getCacherHubService()
  1647.     {
  1648.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\CacherHub'] = new \Cms\CoreBundle\Service\Cachers\CacherHub(($this->services['Cms\\CoreBundle\\Service\\Cachers\\AccountCacher'] ?? $this->getAccountCacherService()), ($this->services['Cms\\CoreBundle\\Service\\Cachers\\DomainCacher'] ?? $this->getDomainCacherService()), ($this->services['Cms\\CoreBundle\\Service\\Cachers\\SiteCacher'] ?? $this->getSiteCacherService()), ($this->services['Cms\\CoreBundle\\Service\\Cachers\\IntranetSiteCacher'] ?? $this->getIntranetSiteCacherService()), ($this->services['Cms\\CoreBundle\\Service\\Cachers\\PersonalSiteCacher'] ?? $this->getPersonalSiteCacherService()), ($this->services['Cms\\CoreBundle\\Service\\Cachers\\ContainerCacher'] ?? $this->getContainerCacherService()), ($this->services['Cms\\CoreBundle\\Service\\Cachers\\FolderCacher'] ?? $this->getFolderCacherService()), ($this->services['Cms\\CoreBundle\\Service\\Cachers\\FileCacher'] ?? $this->getFileCacherService()));
  1649.     }
  1650.     /**
  1651.      * Gets the public 'Cms\CoreBundle\Service\Cachers\ContainerCacher' shared autowired service.
  1652.      *
  1653.      * @return \Cms\CoreBundle\Service\Cachers\ContainerCacher
  1654.      */
  1655.     protected function getContainerCacherService()
  1656.     {
  1657.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\ContainerCacher'] = new \Cms\CoreBundle\Service\Cachers\ContainerCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1658.     }
  1659.     /**
  1660.      * Gets the public 'Cms\CoreBundle\Service\Cachers\DomainCacher' shared autowired service.
  1661.      *
  1662.      * @return \Cms\CoreBundle\Service\Cachers\DomainCacher
  1663.      */
  1664.     protected function getDomainCacherService()
  1665.     {
  1666.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\DomainCacher'] = new \Cms\CoreBundle\Service\Cachers\DomainCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1667.     }
  1668.     /**
  1669.      * Gets the public 'Cms\CoreBundle\Service\Cachers\FileCacher' shared autowired service.
  1670.      *
  1671.      * @return \Cms\CoreBundle\Service\Cachers\FileCacher
  1672.      */
  1673.     protected function getFileCacherService()
  1674.     {
  1675.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\FileCacher'] = new \Cms\CoreBundle\Service\Cachers\FileCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1676.     }
  1677.     /**
  1678.      * Gets the public 'Cms\CoreBundle\Service\Cachers\FolderCacher' shared autowired service.
  1679.      *
  1680.      * @return \Cms\CoreBundle\Service\Cachers\FolderCacher
  1681.      */
  1682.     protected function getFolderCacherService()
  1683.     {
  1684.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\FolderCacher'] = new \Cms\CoreBundle\Service\Cachers\FolderCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1685.     }
  1686.     /**
  1687.      * Gets the public 'Cms\CoreBundle\Service\Cachers\IntranetSiteCacher' shared autowired service.
  1688.      *
  1689.      * @return \Cms\CoreBundle\Service\Cachers\IntranetSiteCacher
  1690.      */
  1691.     protected function getIntranetSiteCacherService()
  1692.     {
  1693.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\IntranetSiteCacher'] = new \Cms\CoreBundle\Service\Cachers\IntranetSiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1694.     }
  1695.     /**
  1696.      * Gets the public 'Cms\CoreBundle\Service\Cachers\PersonalSiteCacher' shared autowired service.
  1697.      *
  1698.      * @return \Cms\CoreBundle\Service\Cachers\PersonalSiteCacher
  1699.      */
  1700.     protected function getPersonalSiteCacherService()
  1701.     {
  1702.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\PersonalSiteCacher'] = new \Cms\CoreBundle\Service\Cachers\PersonalSiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1703.     }
  1704.     /**
  1705.      * Gets the public 'Cms\CoreBundle\Service\Cachers\SiteCacher' shared autowired service.
  1706.      *
  1707.      * @return \Cms\CoreBundle\Service\Cachers\SiteCacher
  1708.      */
  1709.     protected function getSiteCacherService()
  1710.     {
  1711.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\SiteCacher'] = new \Cms\CoreBundle\Service\Cachers\SiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1712.     }
  1713.     /**
  1714.      * Gets the public 'Cms\CoreBundle\Service\ContextManager' shared autowired service.
  1715.      *
  1716.      * @return \Cms\CoreBundle\Service\ContextManager
  1717.      */
  1718.     protected function getContextManagerService()
  1719.     {
  1720.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  1721.         if (isset($this->services['Cms\\CoreBundle\\Service\\ContextManager'])) {
  1722.             return $this->services['Cms\\CoreBundle\\Service\\ContextManager'];
  1723.         }
  1724.         $b = ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  1725.         if (isset($this->services['Cms\\CoreBundle\\Service\\ContextManager'])) {
  1726.             return $this->services['Cms\\CoreBundle\\Service\\ContextManager'];
  1727.         }
  1728.         return $this->services['Cms\\CoreBundle\\Service\\ContextManager'] = new \Cms\CoreBundle\Service\ContextManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b);
  1729.     }
  1730.     /**
  1731.      * Gets the public 'Cms\CoreBundle\Service\LocaleManager' shared autowired service.
  1732.      *
  1733.      * @return \Cms\CoreBundle\Service\LocaleManager
  1734.      */
  1735.     protected function getLocaleManagerService()
  1736.     {
  1737.         return $this->services['Cms\\CoreBundle\\Service\\LocaleManager'] = new \Cms\CoreBundle\Service\LocaleManager(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  1738.     }
  1739.     /**
  1740.      * Gets the public 'Cms\CoreBundle\Service\Locksmith' shared autowired service.
  1741.      *
  1742.      * @return \Cms\CoreBundle\Service\Locksmith
  1743.      */
  1744.     protected function getLocksmithService()
  1745.     {
  1746.         return $this->services['Cms\\CoreBundle\\Service\\Locksmith'] = new \Cms\CoreBundle\Service\Locksmith(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  1747.     }
  1748.     /**
  1749.      * Gets the public 'Cms\CoreBundle\Service\SceneRenderer' shared autowired service.
  1750.      *
  1751.      * @return \Cms\CoreBundle\Service\SceneRenderer
  1752.      */
  1753.     protected function getSceneRendererService()
  1754.     {
  1755.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1756.         if (isset($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'])) {
  1757.             return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'];
  1758.         }
  1759.         $b = ($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'] ?? $this->getWidgetDependencyInjectorService());
  1760.         if (isset($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'])) {
  1761.             return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'];
  1762.         }
  1763.         return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] = new \Cms\CoreBundle\Service\SceneRenderer($a$b);
  1764.     }
  1765.     /**
  1766.      * Gets the public 'Cms\CoreBundle\Service\StringUtils\LoremIpsumGenerator' shared autowired service.
  1767.      *
  1768.      * @return \Cms\CoreBundle\Service\StringUtils\LoremIpsumGenerator
  1769.      */
  1770.     protected function getLoremIpsumGeneratorService()
  1771.     {
  1772.         return $this->services['Cms\\CoreBundle\\Service\\StringUtils\\LoremIpsumGenerator'] = new \Cms\CoreBundle\Service\StringUtils\LoremIpsumGenerator(($this->privates['joshtronic\\LoremIpsum'] ?? ($this->privates['joshtronic\\LoremIpsum'] = new \joshtronic\LoremIpsum())));
  1773.     }
  1774.     /**
  1775.      * Gets the public 'Cms\CoreBundle\Service\Transcoding\Transcoder' shared autowired service.
  1776.      *
  1777.      * @return \Cms\CoreBundle\Service\Transcoding\Transcoder
  1778.      */
  1779.     protected function getTranscoderService()
  1780.     {
  1781.         $this->services['Cms\\CoreBundle\\Service\\Transcoding\\Transcoder'] = $instance = new \Cms\CoreBundle\Service\Transcoding\Transcoder();
  1782.         $instance->registerMapper(($this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] ?? ($this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] = new \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper())));
  1783.         $instance->registerMapper(($this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] ?? ($this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] = new \Cms\NavigationBundle\Service\NavigationTranscodingMapper())));
  1784.         $instance->registerMapper(($this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] ?? ($this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] = new \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper())));
  1785.         $instance->registerMapper(($this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] ?? ($this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] = new \Cms\WidgetBundle\Service\WidgetTranscodingMapper())));
  1786.         return $instance;
  1787.     }
  1788.     /**
  1789.      * Gets the public 'Cms\CoreBundle\Service\Twig\GlobalVariables' shared autowired service.
  1790.      *
  1791.      * @return \Cms\CoreBundle\Service\Twig\GlobalVariables
  1792.      */
  1793.     protected function getGlobalVariablesService()
  1794.     {
  1795.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1796.         if (isset($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'])) {
  1797.             return $this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'];
  1798.         }
  1799.         $b = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'] ?? $this->getLocaleResolverService());
  1800.         if (isset($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'])) {
  1801.             return $this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'];
  1802.         }
  1803.         return $this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'] = new \Cms\CoreBundle\Service\Twig\GlobalVariables(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), $a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1804.     }
  1805.     /**
  1806.      * Gets the public 'Cms\CoreBundle\Util\Doctrine\EntityManager' shared autowired service.
  1807.      *
  1808.      * @return \Cms\CoreBundle\Util\Doctrine\EntityManager
  1809.      */
  1810.     protected function getEntityManagerService()
  1811.     {
  1812.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1813.         if (isset($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'])) {
  1814.             return $this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'];
  1815.         }
  1816.         return $this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] = new \Cms\CoreBundle\Util\Doctrine\EntityManager($a);
  1817.     }
  1818.     /**
  1819.      * Gets the public 'Cms\FileBundle\Service\FileManager' shared autowired service.
  1820.      *
  1821.      * @return \Cms\FileBundle\Service\FileManager
  1822.      */
  1823.     protected function getFileManagerService()
  1824.     {
  1825.         $a = ($this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] ?? $this->getS3WrapperService());
  1826.         return $this->services['Cms\\FileBundle\\Service\\FileManager'] = new \Cms\FileBundle\Service\FileManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a$a);
  1827.     }
  1828.     /**
  1829.      * Gets the public 'Cms\FrontendBundle\Service\ResolverManager' shared autowired service.
  1830.      *
  1831.      * @return \Cms\FrontendBundle\Service\ResolverManager
  1832.      */
  1833.     protected function getResolverManagerService()
  1834.     {
  1835.         $this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] = $instance = new \Cms\FrontendBundle\Service\ResolverManager();
  1836.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'] ?? $this->getAccountResolverService()));
  1837.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'] ?? $this->getDepartmentResolverService()));
  1838.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'] ?? $this->getDomainResolverService()));
  1839.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'] ?? $this->getEnvironmentResolverService()));
  1840.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'] ?? $this->getInnerLayoutResolverService()));
  1841.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'] ?? $this->getLocaleResolverService()));
  1842.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'] ?? $this->getModuleResolverService()));
  1843.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'] ?? $this->getOuterLayoutResolverService()));
  1844.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService()));
  1845.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'] ?? $this->getTenantResolverService()));
  1846.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'] ?? $this->getThemeResolverService()));
  1847.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'] ?? $this->getUrlResolverService()));
  1848.         return $instance;
  1849.     }
  1850.     /**
  1851.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\AccountResolver' shared autowired service.
  1852.      *
  1853.      * @return \Cms\FrontendBundle\Service\Resolvers\AccountResolver
  1854.      */
  1855.     protected function getAccountResolverService()
  1856.     {
  1857.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1858.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'])) {
  1859.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'];
  1860.         }
  1861.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'] = new \Cms\FrontendBundle\Service\Resolvers\AccountResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  1862.     }
  1863.     /**
  1864.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\DepartmentResolver' shared autowired service.
  1865.      *
  1866.      * @return \Cms\FrontendBundle\Service\Resolvers\DepartmentResolver
  1867.      */
  1868.     protected function getDepartmentResolverService()
  1869.     {
  1870.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1871.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'])) {
  1872.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'];
  1873.         }
  1874.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'] = new \Cms\FrontendBundle\Service\Resolvers\DepartmentResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1875.     }
  1876.     /**
  1877.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\DomainResolver' shared autowired service.
  1878.      *
  1879.      * @return \Cms\FrontendBundle\Service\Resolvers\DomainResolver
  1880.      */
  1881.     protected function getDomainResolverService()
  1882.     {
  1883.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1884.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'])) {
  1885.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'];
  1886.         }
  1887.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'] = new \Cms\FrontendBundle\Service\Resolvers\DomainResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1888.     }
  1889.     /**
  1890.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\EnvironmentResolver' shared autowired service.
  1891.      *
  1892.      * @return \Cms\FrontendBundle\Service\Resolvers\EnvironmentResolver
  1893.      */
  1894.     protected function getEnvironmentResolverService()
  1895.     {
  1896.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1897.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'])) {
  1898.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'];
  1899.         }
  1900.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'] = new \Cms\FrontendBundle\Service\Resolvers\EnvironmentResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1901.     }
  1902.     /**
  1903.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\InnerLayoutResolver' shared autowired service.
  1904.      *
  1905.      * @return \Cms\FrontendBundle\Service\Resolvers\InnerLayoutResolver
  1906.      */
  1907.     protected function getInnerLayoutResolverService()
  1908.     {
  1909.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1910.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'])) {
  1911.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'];
  1912.         }
  1913.         $b = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1914.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'])) {
  1915.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'];
  1916.         }
  1917.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'] = new \Cms\FrontendBundle\Service\Resolvers\InnerLayoutResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $b);
  1918.     }
  1919.     /**
  1920.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\LocaleResolver' shared autowired service.
  1921.      *
  1922.      * @return \Cms\FrontendBundle\Service\Resolvers\LocaleResolver
  1923.      */
  1924.     protected function getLocaleResolverService()
  1925.     {
  1926.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1927.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'])) {
  1928.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'];
  1929.         }
  1930.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'] = new \Cms\FrontendBundle\Service\Resolvers\LocaleResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1931.     }
  1932.     /**
  1933.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\ModuleResolver' shared autowired service.
  1934.      *
  1935.      * @return \Cms\FrontendBundle\Service\Resolvers\ModuleResolver
  1936.      */
  1937.     protected function getModuleResolverService()
  1938.     {
  1939.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1940.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'])) {
  1941.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'];
  1942.         }
  1943.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'] = new \Cms\FrontendBundle\Service\Resolvers\ModuleResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1944.     }
  1945.     /**
  1946.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\OuterLayoutResolver' shared autowired service.
  1947.      *
  1948.      * @return \Cms\FrontendBundle\Service\Resolvers\OuterLayoutResolver
  1949.      */
  1950.     protected function getOuterLayoutResolverService()
  1951.     {
  1952.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1953.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'])) {
  1954.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'];
  1955.         }
  1956.         $b = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1957.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'])) {
  1958.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'];
  1959.         }
  1960.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'] = new \Cms\FrontendBundle\Service\Resolvers\OuterLayoutResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $b);
  1961.     }
  1962.     /**
  1963.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\SchoolResolver' shared autowired service.
  1964.      *
  1965.      * @return \Cms\FrontendBundle\Service\Resolvers\SchoolResolver
  1966.      */
  1967.     protected function getSchoolResolverService()
  1968.     {
  1969.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1970.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'])) {
  1971.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'];
  1972.         }
  1973.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] = new \Cms\FrontendBundle\Service\Resolvers\SchoolResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1974.     }
  1975.     /**
  1976.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\TenantResolver' shared autowired service.
  1977.      *
  1978.      * @return \Cms\FrontendBundle\Service\Resolvers\TenantResolver
  1979.      */
  1980.     protected function getTenantResolverService()
  1981.     {
  1982.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1983.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'])) {
  1984.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'];
  1985.         }
  1986.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'] = new \Cms\FrontendBundle\Service\Resolvers\TenantResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1987.     }
  1988.     /**
  1989.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\ThemeResolver' shared autowired service.
  1990.      *
  1991.      * @return \Cms\FrontendBundle\Service\Resolvers\ThemeResolver
  1992.      */
  1993.     protected function getThemeResolverService()
  1994.     {
  1995.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1996.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'])) {
  1997.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'];
  1998.         }
  1999.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'] = new \Cms\FrontendBundle\Service\Resolvers\ThemeResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2000.     }
  2001.     /**
  2002.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\UrlResolver' shared autowired service.
  2003.      *
  2004.      * @return \Cms\FrontendBundle\Service\Resolvers\UrlResolver
  2005.      */
  2006.     protected function getUrlResolverService()
  2007.     {
  2008.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  2009.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'])) {
  2010.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'];
  2011.         }
  2012.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'] = new \Cms\FrontendBundle\Service\Resolvers\UrlResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2013.     }
  2014.     /**
  2015.      * Gets the public 'Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor' shared autowired service.
  2016.      *
  2017.      * @return \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor
  2018.      */
  2019.     protected function getSuspiciousOperationProcessorService()
  2020.     {
  2021.         return $this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor();
  2022.     }
  2023.     /**
  2024.      * Gets the public 'Cms\ModuleBundle\Service\ModuleManager' shared autowired service.
  2025.      *
  2026.      * @return \Cms\ModuleBundle\Service\ModuleManager
  2027.      */
  2028.     protected function getModuleManagerService()
  2029.     {
  2030.         $this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] = $instance = new \Cms\ModuleBundle\Service\ModuleManager();
  2031.         $instance->registerModule(($this->services['Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'] ?? $this->getAlertModuleConfigService()));
  2032.         $instance->registerModule(($this->services['Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'] ?? $this->getBlogModuleConfigService()));
  2033.         $instance->registerModule(($this->services['Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'] ?? $this->getCalendarModuleConfigService()));
  2034.         $instance->registerModule(($this->services['Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'] ?? $this->getGalleryModuleConfigService()));
  2035.         $instance->registerModule(($this->services['Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'] ?? $this->getNewsModuleConfigService()));
  2036.         $instance->registerModule(($this->services['Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'] ?? $this->getPageModuleConfigService()));
  2037.         $instance->registerModule(($this->services['Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'] ?? $this->getPeopleModuleConfigService()));
  2038.         $instance->registerModule(($this->services['Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'] ?? $this->getQuestionModuleConfigService()));
  2039.         $instance->registerModule(($this->services['Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'] ?? $this->getSnippetModuleConfigService()));
  2040.         return $instance;
  2041.     }
  2042.     /**
  2043.      * Gets the public 'Cms\ModuleBundle\Service\PublicationService' shared autowired service.
  2044.      *
  2045.      * @return \Cms\ModuleBundle\Service\PublicationService
  2046.      */
  2047.     protected function getPublicationServiceService()
  2048.     {
  2049.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2050.         if (isset($this->services['Cms\\ModuleBundle\\Service\\PublicationService'])) {
  2051.             return $this->services['Cms\\ModuleBundle\\Service\\PublicationService'];
  2052.         }
  2053.         return $this->services['Cms\\ModuleBundle\\Service\\PublicationService'] = new \Cms\ModuleBundle\Service\PublicationService(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a, ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), ($this->privates['Cms\\ContainerBundle\\Service\\ContainerService'] ?? $this->getContainerServiceService()));
  2054.     }
  2055.     /**
  2056.      * Gets the public 'Cms\ModuleBundle\Service\UrlManager' shared autowired service.
  2057.      *
  2058.      * @return \Cms\ModuleBundle\Service\UrlManager
  2059.      */
  2060.     protected function getUrlManagerService()
  2061.     {
  2062.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2063.         if (isset($this->services['Cms\\ModuleBundle\\Service\\UrlManager'])) {
  2064.             return $this->services['Cms\\ModuleBundle\\Service\\UrlManager'];
  2065.         }
  2066.         return $this->services['Cms\\ModuleBundle\\Service\\UrlManager'] = new \Cms\ModuleBundle\Service\UrlManager($a, ($this->services['router'] ?? $this->getRouterService()));
  2067.     }
  2068.     /**
  2069.      * Gets the public 'Cms\Modules\AlertBundle\Service\AlertModuleConfig' shared autowired service.
  2070.      *
  2071.      * @return \Cms\Modules\AlertBundle\Service\AlertModuleConfig
  2072.      */
  2073.     protected function getAlertModuleConfigService()
  2074.     {
  2075.         $this->services['Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'] = $instance = new \Cms\Modules\AlertBundle\Service\AlertModuleConfig();
  2076.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2077.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2078.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2079.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2080.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2081.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2082.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2083.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2084.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2085.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2086.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2087.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2088.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2089.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2090.             'Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig::getAlertSearcher' => ['services''Cms\\Modules\\AlertBundle\\Service\\Search\\AlertSearcher''getAlertSearcherService'true],
  2091.         ], [
  2092.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2093.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2094.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2095.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2096.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2097.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2098.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2099.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2100.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2101.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2102.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2103.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2104.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2105.             'Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig::getAlertSearcher' => 'Cms\\Modules\\AlertBundle\\Service\\Search\\AlertSearcher',
  2106.         ]))->withContext('Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'$this));
  2107.         return $instance;
  2108.     }
  2109.     /**
  2110.      * Gets the public 'Cms\Modules\BlogBundle\Service\BlogModuleConfig' shared autowired service.
  2111.      *
  2112.      * @return \Cms\Modules\BlogBundle\Service\BlogModuleConfig
  2113.      */
  2114.     protected function getBlogModuleConfigService()
  2115.     {
  2116.         $this->services['Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'] = $instance = new \Cms\Modules\BlogBundle\Service\BlogModuleConfig();
  2117.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2118.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2119.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2120.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2121.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2122.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2123.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2124.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2125.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2126.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2127.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2128.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2129.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2130.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2131.             'Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig::getPostSearcher' => ['services''Cms\\Modules\\BlogBundle\\Service\\Search\\PostSearcher''getPostSearcherService'true],
  2132.         ], [
  2133.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2134.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2135.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2136.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2137.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2138.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2139.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2140.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2141.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2142.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2143.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2144.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2145.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2146.             'Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig::getPostSearcher' => 'Cms\\Modules\\BlogBundle\\Service\\Search\\PostSearcher',
  2147.         ]))->withContext('Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'$this));
  2148.         return $instance;
  2149.     }
  2150.     /**
  2151.      * Gets the public 'Cms\Modules\CalendarBundle\Service\CalendarModuleConfig' shared autowired service.
  2152.      *
  2153.      * @return \Cms\Modules\CalendarBundle\Service\CalendarModuleConfig
  2154.      */
  2155.     protected function getCalendarModuleConfigService()
  2156.     {
  2157.         $this->services['Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'] = $instance = new \Cms\Modules\CalendarBundle\Service\CalendarModuleConfig();
  2158.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2159.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2160.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2161.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2162.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2163.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2164.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2165.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2166.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2167.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2168.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2169.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2170.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2171.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2172.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getEventSearcher' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Search\\EventSearcher''getEventSearcherService'true],
  2173.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getGoogle' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google''getGoogleService'true],
  2174.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getMicrosoft' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft''getMicrosoftService'true],
  2175.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getOAuthProviderService' => ['services''Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService''getOAuthProviderServiceService'true],
  2176.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getProxyRepository' => ['privates''Cms\\Modules\\CalendarBundle\\Doctrine\\Event\\EventProxyRepository''getEventProxyRepositoryService'true],
  2177.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getShareService' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService''getShareServiceService'true],
  2178.         ], [
  2179.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2180.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2181.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2182.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2183.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2184.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2185.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2186.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2187.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2188.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2189.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2190.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2191.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2192.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getEventSearcher' => 'Cms\\Modules\\CalendarBundle\\Service\\Search\\EventSearcher',
  2193.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getGoogle' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google',
  2194.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getMicrosoft' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft',
  2195.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getOAuthProviderService' => 'Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService',
  2196.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getProxyRepository' => 'Cms\\Modules\\CalendarBundle\\Doctrine\\Event\\EventProxyRepository',
  2197.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getShareService' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService',
  2198.         ]))->withContext('Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'$this));
  2199.         return $instance;
  2200.     }
  2201.     /**
  2202.      * Gets the public 'Cms\Modules\GalleryBundle\Service\GalleryModuleConfig' shared autowired service.
  2203.      *
  2204.      * @return \Cms\Modules\GalleryBundle\Service\GalleryModuleConfig
  2205.      */
  2206.     protected function getGalleryModuleConfigService()
  2207.     {
  2208.         $this->services['Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'] = $instance = new \Cms\Modules\GalleryBundle\Service\GalleryModuleConfig();
  2209.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2210.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2211.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2212.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2213.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2214.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2215.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2216.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2217.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2218.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2219.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2220.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2221.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2222.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2223.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getGallerySearcher' => ['services''Cms\\Modules\\GalleryBundle\\Service\\Search\\GallerySearcher''getGallerySearcherService'true],
  2224.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getModulesGalleryEntries' => ['services''Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries''getModulesGalleryEntriesService'false],
  2225.         ], [
  2226.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2227.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2228.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2229.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2230.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2231.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2232.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2233.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2234.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2235.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2236.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2237.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2238.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2239.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getGallerySearcher' => 'Cms\\Modules\\GalleryBundle\\Service\\Search\\GallerySearcher',
  2240.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getModulesGalleryEntries' => 'Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries',
  2241.         ]))->withContext('Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'$this));
  2242.         return $instance;
  2243.     }
  2244.     /**
  2245.      * Gets the public 'Cms\Modules\GalleryBundle\Service\ModulesGalleryEntries' shared autowired service.
  2246.      *
  2247.      * @return \Cms\Modules\GalleryBundle\Service\ModulesGalleryEntries
  2248.      */
  2249.     protected function getModulesGalleryEntriesService()
  2250.     {
  2251.         return $this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries'] = new \Cms\Modules\GalleryBundle\Service\ModulesGalleryEntries(($this->services['Cms\\CoreBundle\\Service\\Cachers\\CacherHub'] ?? $this->getCacherHubService()), ($this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] ?? $this->getS3WrapperService()));
  2252.     }
  2253.     /**
  2254.      * Gets the public 'Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper' shared autowired service.
  2255.      *
  2256.      * @return \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper
  2257.      */
  2258.     protected function getModulesGalleryTranscodingMapperService()
  2259.     {
  2260.         return $this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] = new \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper();
  2261.     }
  2262.     /**
  2263.      * Gets the public 'Cms\Modules\NewsBundle\Service\NewsModuleConfig' shared autowired service.
  2264.      *
  2265.      * @return \Cms\Modules\NewsBundle\Service\NewsModuleConfig
  2266.      */
  2267.     protected function getNewsModuleConfigService()
  2268.     {
  2269.         $this->services['Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'] = $instance = new \Cms\Modules\NewsBundle\Service\NewsModuleConfig();
  2270.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2271.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2272.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2273.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2274.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2275.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2276.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2277.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2278.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2279.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2280.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2281.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2282.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2283.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2284.             'Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig::getArticleSearcher' => ['services''Cms\\Modules\\NewsBundle\\Service\\Search\\ArticleSearcher''getArticleSearcherService'true],
  2285.         ], [
  2286.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2287.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2288.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2289.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2290.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2291.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2292.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2293.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2294.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2295.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2296.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2297.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2298.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2299.             'Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig::getArticleSearcher' => 'Cms\\Modules\\NewsBundle\\Service\\Search\\ArticleSearcher',
  2300.         ]))->withContext('Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'$this));
  2301.         return $instance;
  2302.     }
  2303.     /**
  2304.      * Gets the public 'Cms\Modules\PageBundle\Service\PageModuleConfig' shared autowired service.
  2305.      *
  2306.      * @return \Cms\Modules\PageBundle\Service\PageModuleConfig
  2307.      */
  2308.     protected function getPageModuleConfigService()
  2309.     {
  2310.         $this->services['Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'] = $instance = new \Cms\Modules\PageBundle\Service\PageModuleConfig();
  2311.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2312.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2313.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2314.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2315.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2316.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2317.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2318.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2319.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2320.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2321.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2322.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2323.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2324.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2325.             'Cms\\Modules\\PageBundle\\Service\\PageModuleConfig::getPageSearcher' => ['services''Cms\\Modules\\PageBundle\\Service\\Search\\PageSearcher''getPageSearcherService'true],
  2326.         ], [
  2327.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2328.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2329.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2330.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2331.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2332.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2333.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2334.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2335.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2336.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2337.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2338.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2339.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2340.             'Cms\\Modules\\PageBundle\\Service\\PageModuleConfig::getPageSearcher' => 'Cms\\Modules\\PageBundle\\Service\\Search\\PageSearcher',
  2341.         ]))->withContext('Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'$this));
  2342.         return $instance;
  2343.     }
  2344.     /**
  2345.      * Gets the public 'Cms\Modules\PeopleBundle\Service\PeopleModuleConfig' shared autowired service.
  2346.      *
  2347.      * @return \Cms\Modules\PeopleBundle\Service\PeopleModuleConfig
  2348.      */
  2349.     protected function getPeopleModuleConfigService()
  2350.     {
  2351.         $this->services['Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'] = $instance = new \Cms\Modules\PeopleBundle\Service\PeopleModuleConfig();
  2352.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2353.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2354.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2355.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2356.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2357.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2358.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2359.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2360.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2361.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2362.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2363.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2364.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2365.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2366.             'Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig::getProfileSearcher' => ['services''Cms\\Modules\\PeopleBundle\\Service\\Search\\ProfileSearcher''getProfileSearcherService'true],
  2367.         ], [
  2368.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2369.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2370.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2371.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2372.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2373.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2374.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2375.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2376.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2377.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2378.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2379.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2380.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2381.             'Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig::getProfileSearcher' => 'Cms\\Modules\\PeopleBundle\\Service\\Search\\ProfileSearcher',
  2382.         ]))->withContext('Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'$this));
  2383.         return $instance;
  2384.     }
  2385.     /**
  2386.      * Gets the public 'Cms\Modules\QuestionBundle\Service\QuestionModuleConfig' shared autowired service.
  2387.      *
  2388.      * @return \Cms\Modules\QuestionBundle\Service\QuestionModuleConfig
  2389.      */
  2390.     protected function getQuestionModuleConfigService()
  2391.     {
  2392.         $this->services['Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'] = $instance = new \Cms\Modules\QuestionBundle\Service\QuestionModuleConfig();
  2393.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2394.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2395.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2396.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2397.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2398.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2399.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2400.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2401.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2402.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2403.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2404.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2405.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2406.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2407.             'Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig::getEntrySearcher' => ['services''Cms\\Modules\\QuestionBundle\\Service\\Search\\EntrySearcher''getEntrySearcherService'true],
  2408.         ], [
  2409.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2410.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2411.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2412.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2413.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2414.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2415.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2416.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2417.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2418.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2419.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2420.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2421.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2422.             'Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig::getEntrySearcher' => 'Cms\\Modules\\QuestionBundle\\Service\\Search\\EntrySearcher',
  2423.         ]))->withContext('Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'$this));
  2424.         return $instance;
  2425.     }
  2426.     /**
  2427.      * Gets the public 'Cms\Modules\SnippetBundle\Service\SnippetModuleConfig' shared autowired service.
  2428.      *
  2429.      * @return \Cms\Modules\SnippetBundle\Service\SnippetModuleConfig
  2430.      */
  2431.     protected function getSnippetModuleConfigService()
  2432.     {
  2433.         $this->services['Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'] = $instance = new \Cms\Modules\SnippetBundle\Service\SnippetModuleConfig();
  2434.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2435.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2436.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2437.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2438.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2439.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2440.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2441.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2442.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2443.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2444.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2445.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2446.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2447.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2448.             'Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig::getSnippetSearcher' => ['services''Cms\\Modules\\SnippetBundle\\Service\\Search\\SnippetSearcher''getSnippetSearcherService'true],
  2449.         ], [
  2450.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2451.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2452.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2453.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2454.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2455.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2456.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2457.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2458.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2459.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2460.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2461.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2462.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2463.             'Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig::getSnippetSearcher' => 'Cms\\Modules\\SnippetBundle\\Service\\Search\\SnippetSearcher',
  2464.         ]))->withContext('Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'$this));
  2465.         return $instance;
  2466.     }
  2467.     /**
  2468.      * Gets the public 'Cms\NavigationBundle\Service\NavigationTranscodingMapper' shared autowired service.
  2469.      *
  2470.      * @return \Cms\NavigationBundle\Service\NavigationTranscodingMapper
  2471.      */
  2472.     protected function getNavigationTranscodingMapperService()
  2473.     {
  2474.         return $this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] = new \Cms\NavigationBundle\Service\NavigationTranscodingMapper();
  2475.     }
  2476.     /**
  2477.      * Gets the public 'Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper' shared autowired service.
  2478.      *
  2479.      * @return \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper
  2480.      */
  2481.     protected function getSitebuilderTranscodingMapperService()
  2482.     {
  2483.         return $this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] = new \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper();
  2484.     }
  2485.     /**
  2486.      * Gets the public 'Cms\ThemeBundle\Service\PackageManager' shared autowired service.
  2487.      *
  2488.      * @return \Cms\ThemeBundle\Service\PackageManager
  2489.      */
  2490.     protected function getPackageManagerService()
  2491.     {
  2492.         return $this->services['Cms\\ThemeBundle\\Service\\PackageManager'] = new \Cms\ThemeBundle\Service\PackageManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Cms\\AssetsBundle\\Service\\AssetCatalog'] ?? $this->getAssetCatalogService()));
  2493.     }
  2494.     /**
  2495.      * Gets the public 'Cms\ThemeBundle\Service\Twig\Loader\DatabaseLoader' shared autowired service.
  2496.      *
  2497.      * @return \Cms\ThemeBundle\Service\Twig\Loader\DatabaseLoader
  2498.      */
  2499.     protected function getDatabaseLoaderService()
  2500.     {
  2501.         return $this->services['Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader'] = new \Cms\ThemeBundle\Service\Twig\Loader\DatabaseLoader(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  2502.     }
  2503.     /**
  2504.      * Gets the public 'Cms\WidgetBundle\Service\WidgetDependencyInjector' shared autowired service.
  2505.      *
  2506.      * @return \Cms\WidgetBundle\Service\WidgetDependencyInjector
  2507.      */
  2508.     protected function getWidgetDependencyInjectorService()
  2509.     {
  2510.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2511.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2512.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2513.         }
  2514.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2515.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2516.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2517.         }
  2518.         $c = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2519.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2520.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2521.         }
  2522.         $d = ($this->services['Cms\\ModuleBundle\\Service\\UrlManager'] ?? $this->getUrlManagerService());
  2523.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2524.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2525.         }
  2526.         $e = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  2527.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2528.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2529.         }
  2530.         return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'] = new \Cms\WidgetBundle\Service\WidgetDependencyInjector(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Cms\\AssetsBundle\\Service\\AssetCatalog'] ?? $this->getAssetCatalogService()), ($this->services['Cms\\ContentBundle\\Service\\ContentVariablesManager'] ?? $this->getContentVariablesManagerService()), ($this->services['Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader'] ?? $this->getDatabaseLoaderService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a, ($this->services['Cms\\FileBundle\\Service\\FileManager'] ?? $this->getFileManagerService()), $b, ($this->services['Cms\\CoreBundle\\Service\\LocaleManager'] ?? $this->getLocaleManagerService()), $c, ($this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries'] ?? $this->getModulesGalleryEntriesService()), ($this->services['Cms\\ThemeBundle\\Service\\PackageManager'] ?? $this->getPackageManagerService()), ($this->services['Cms\\ContentBundle\\Service\\SafeTwigEnvironment'] ?? ($this->services['Cms\\ContentBundle\\Service\\SafeTwigEnvironment'] = new \Cms\ContentBundle\Service\SafeTwigEnvironment())), ($this->services['Cms\\CoreBundle\\Service\\Transcoding\\Transcoder'] ?? $this->getTranscoderService()), $d, ($this->services['Cms\\CoreBundle\\Service\\StringUtils\\LoremIpsumGenerator'] ?? $this->getLoremIpsumGeneratorService()), $e);
  2531.     }
  2532.     /**
  2533.      * Gets the public 'Cms\WidgetBundle\Service\WidgetTranscodingMapper' shared autowired service.
  2534.      *
  2535.      * @return \Cms\WidgetBundle\Service\WidgetTranscodingMapper
  2536.      */
  2537.     protected function getWidgetTranscodingMapperService()
  2538.     {
  2539.         return $this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] = new \Cms\WidgetBundle\Service\WidgetTranscodingMapper();
  2540.     }
  2541.     /**
  2542.      * Gets the public 'Cms\WorkflowsBundle\Service\WorkflowsContentManager' shared autowired service.
  2543.      *
  2544.      * @return \Cms\WorkflowsBundle\Service\WorkflowsContentManager
  2545.      */
  2546.     protected function getWorkflowsContentManagerService()
  2547.     {
  2548.         return $this->services['Cms\\WorkflowsBundle\\Service\\WorkflowsContentManager'] = new \Cms\WorkflowsBundle\Service\WorkflowsContentManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2549.     }
  2550.     /**
  2551.      * Gets the public 'Platform\QueueBundle\Service\AsyncQueueService' shared autowired service.
  2552.      *
  2553.      * @return \Platform\QueueBundle\Service\AsyncQueueService
  2554.      */
  2555.     protected function getAsyncQueueServiceService()
  2556.     {
  2557.         return $this->services['Platform\\QueueBundle\\Service\\AsyncQueueService'] = new \Platform\QueueBundle\Service\AsyncQueueService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2558.     }
  2559.     /**
  2560.      * Gets the public 'Platform\SecurityBundle\Service\AccountProvider' shared autowired service.
  2561.      *
  2562.      * @return \Platform\SecurityBundle\Service\AccountProvider
  2563.      */
  2564.     protected function getAccountProviderService()
  2565.     {
  2566.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  2567.         if (isset($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'])) {
  2568.             return $this->services['Platform\\SecurityBundle\\Service\\AccountProvider'];
  2569.         }
  2570.         return $this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] = new \Platform\SecurityBundle\Service\AccountProvider($a);
  2571.     }
  2572.     /**
  2573.      * Gets the public 'Platform\SecurityBundle\Service\Auditor' shared autowired service.
  2574.      *
  2575.      * @return \Platform\SecurityBundle\Service\Auditor
  2576.      */
  2577.     protected function getAuditorService()
  2578.     {
  2579.         return $this->services['Platform\\SecurityBundle\\Service\\Auditor'] = new \Platform\SecurityBundle\Service\Auditor(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2580.     }
  2581.     /**
  2582.      * Gets the public 'Platform\SecurityBundle\Service\Sentry' shared autowired service.
  2583.      *
  2584.      * @return \Platform\SecurityBundle\Service\Sentry
  2585.      */
  2586.     protected function getSentryService()
  2587.     {
  2588.         return $this->services['Platform\\SecurityBundle\\Service\\Sentry'] = new \Platform\SecurityBundle\Service\Sentry(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Platform\\SecurityBundle\\Service\\Auditor'] ?? $this->getAuditorService()));
  2589.     }
  2590.     /**
  2591.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\AutomationController' shared autowired service.
  2592.      *
  2593.      * @return \Products\NotificationsBundle\Controller\Dashboard\AutomationController
  2594.      */
  2595.     protected function getAutomationController2Service()
  2596.     {
  2597.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\AutomationController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()));
  2598.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'$this));
  2599.         return $instance;
  2600.     }
  2601.     /**
  2602.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\DefaultController' shared autowired service.
  2603.      *
  2604.      * @return \Products\NotificationsBundle\Controller\Dashboard\DefaultController
  2605.      */
  2606.     protected function getDefaultControllerService()
  2607.     {
  2608.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\DefaultController();
  2609.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2610.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2611.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2612.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2613.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2614.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2615.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2616.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2617.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2618.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2619.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2620.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2621.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2622.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2623.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2624.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2625.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getFacebookService' => ['privates''App\\Service\\Social\\FacebookService''getFacebookServiceService'true],
  2626.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getInstagramService' => ['privates''App\\Service\\Social\\InstagramService''getInstagramServiceService'true],
  2627.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  2628.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getTwitterService' => ['privates''App\\Service\\Social\\TwitterService''getTwitterServiceService'true],
  2629.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2630.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2631.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2632.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2633.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2634.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2635.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2636.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2637.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2638.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2639.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2640.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2641.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2642.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2643.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2644.             'kernel' => ['services''kernel''getKernelService'false],
  2645.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2646.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2647.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2648.             'router' => ['services''router''getRouterService'false],
  2649.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2650.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2651.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2652.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2653.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2654.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2655.             'translator' => ['services''translator''getTranslatorService'false],
  2656.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2657.         ], [
  2658.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2659.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2660.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2661.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2662.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2663.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2664.             'App\\Controller\\AbstractController::getRouter' => '?',
  2665.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2666.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2667.             'App\\Controller\\AbstractController::getTwig' => '?',
  2668.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2669.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2670.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2671.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2672.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2673.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getFacebookService' => 'App\\Service\\Social\\FacebookService',
  2674.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getInstagramService' => 'App\\Service\\Social\\InstagramService',
  2675.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getProfileRepository' => 'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository',
  2676.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getTwitterService' => 'App\\Service\\Social\\TwitterService',
  2677.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2678.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2679.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2680.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2681.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2682.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2683.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2684.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2685.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2686.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2687.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2688.             'Twig\\Environment' => '?',
  2689.             'doctrine' => '?',
  2690.             'form.factory' => '?',
  2691.             'http_kernel' => '?',
  2692.             'kernel' => 'kernel',
  2693.             'parameter_bag' => '?',
  2694.             'profiler' => '?',
  2695.             'request_stack' => '?',
  2696.             'router' => '?',
  2697.             'security.authorization_checker' => '?',
  2698.             'security.csrf.token_manager' => '?',
  2699.             'security.token_storage' => '?',
  2700.             'serializer' => '?',
  2701.             'session' => '.session.deprecated',
  2702.             'session.handler' => '?',
  2703.             'translator' => '?',
  2704.             'twig' => '?',
  2705.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'$this));
  2706.         return $instance;
  2707.     }
  2708.     /**
  2709.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ListsController' shared autowired service.
  2710.      *
  2711.      * @return \Products\NotificationsBundle\Controller\Dashboard\ListsController
  2712.      */
  2713.     protected function getListsControllerService()
  2714.     {
  2715.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\ListsController(($this->services['Products\\NotificationsBundle\\Service\\ListItemProvider'] ?? $this->getListItemProviderService()), ($this->privates['App\\Service\\Query\\ConditionQueryPreviewer'] ?? ($this->privates['App\\Service\\Query\\ConditionQueryPreviewer'] = new \App\Service\Query\ConditionQueryPreviewer())));
  2716.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2717.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2718.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2719.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2720.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2721.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2722.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2723.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2724.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2725.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2726.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2727.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2728.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2729.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2730.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2731.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2732.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getListLogic' => ['services''Products\\NotificationsBundle\\Service\\ListLogic''getListLogicService'true],
  2733.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getSchoolResolver' => ['services''Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver''getSchoolResolverService'false],
  2734.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getViewLayerService' => ['privates''App\\Component\\ViewLayer\\ViewLayerService''getViewLayerServiceService'true],
  2735.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2736.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2737.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2738.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2739.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2740.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2741.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2742.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2743.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2744.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2745.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2746.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2747.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2748.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2749.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2750.             'kernel' => ['services''kernel''getKernelService'false],
  2751.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2752.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2753.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2754.             'router' => ['services''router''getRouterService'false],
  2755.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2756.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2757.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2758.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2759.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2760.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2761.             'translator' => ['services''translator''getTranslatorService'false],
  2762.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2763.         ], [
  2764.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2765.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2766.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2767.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2768.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2769.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2770.             'App\\Controller\\AbstractController::getRouter' => '?',
  2771.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2772.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2773.             'App\\Controller\\AbstractController::getTwig' => '?',
  2774.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2775.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2776.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2777.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2778.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2779.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getListLogic' => 'Products\\NotificationsBundle\\Service\\ListLogic',
  2780.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getSchoolResolver' => 'Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver',
  2781.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getViewLayerService' => 'App\\Component\\ViewLayer\\ViewLayerService',
  2782.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2783.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2784.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2785.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2786.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2787.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2788.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2789.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2790.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2791.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2792.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2793.             'Twig\\Environment' => '?',
  2794.             'doctrine' => '?',
  2795.             'form.factory' => '?',
  2796.             'http_kernel' => '?',
  2797.             'kernel' => 'kernel',
  2798.             'parameter_bag' => '?',
  2799.             'profiler' => '?',
  2800.             'request_stack' => '?',
  2801.             'router' => '?',
  2802.             'security.authorization_checker' => '?',
  2803.             'security.csrf.token_manager' => '?',
  2804.             'security.token_storage' => '?',
  2805.             'serializer' => '?',
  2806.             'session' => '.session.deprecated',
  2807.             'session.handler' => '?',
  2808.             'translator' => '?',
  2809.             'twig' => '?',
  2810.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController'$this));
  2811.         return $instance;
  2812.     }
  2813.     /**
  2814.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\LogsController' shared autowired service.
  2815.      *
  2816.      * @return \Products\NotificationsBundle\Controller\Dashboard\LogsController
  2817.      */
  2818.     protected function getLogsControllerService()
  2819.     {
  2820.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\LogsController();
  2821.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'$this));
  2822.         return $instance;
  2823.     }
  2824.     /**
  2825.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\MessagesController' shared autowired service.
  2826.      *
  2827.      * @return \Products\NotificationsBundle\Controller\Dashboard\MessagesController
  2828.      */
  2829.     protected function getMessagesControllerService()
  2830.     {
  2831.         $a = ($this->privates['App\\Service\\Intl\\CloudTranslator'] ?? $this->getCloudTranslatorService());
  2832.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'])) {
  2833.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'];
  2834.         }
  2835.         $b = ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'] ?? $this->getTranslationServiceService());
  2836.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'])) {
  2837.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'];
  2838.         }
  2839.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\MessagesController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()), ($this->services['Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory'] ?? $this->getEmailTemplateGeneratorFactoryService()), $a$b, ($this->services['Products\\NotificationsBundle\\Service\\ListItemProvider'] ?? $this->getListItemProviderService()), ($this->services['Products\\NotificationsBundle\\Service\\MergeParamsProvider'] ?? $this->getMergeParamsProviderService()));
  2840.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2841.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2842.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2843.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2844.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2845.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2846.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2847.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2848.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2849.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2850.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2851.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2852.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2853.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2854.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2855.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2856.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getMessageLogic' => ['services''Products\\NotificationsBundle\\Service\\MessageLogic''getMessageLogicService'true],
  2857.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getSendgridEmailMessenger' => ['privates''App\\Service\\Messaging\\SendgridEmailMessenger''getSendgridEmailMessengerService'true],
  2858.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2859.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2860.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2861.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2862.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2863.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2864.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2865.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2866.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2867.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2868.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2869.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2870.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2871.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2872.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2873.             'kernel' => ['services''kernel''getKernelService'false],
  2874.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2875.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2876.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2877.             'router' => ['services''router''getRouterService'false],
  2878.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2879.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2880.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2881.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2882.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2883.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2884.             'translator' => ['services''translator''getTranslatorService'false],
  2885.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2886.         ], [
  2887.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2888.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2889.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2890.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2891.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2892.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2893.             'App\\Controller\\AbstractController::getRouter' => '?',
  2894.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2895.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2896.             'App\\Controller\\AbstractController::getTwig' => '?',
  2897.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2898.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2899.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2900.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2901.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2902.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getMessageLogic' => 'Products\\NotificationsBundle\\Service\\MessageLogic',
  2903.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getSendgridEmailMessenger' => 'App\\Service\\Messaging\\SendgridEmailMessenger',
  2904.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2905.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2906.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2907.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2908.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2909.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2910.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2911.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2912.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2913.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2914.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2915.             'Twig\\Environment' => '?',
  2916.             'doctrine' => '?',
  2917.             'form.factory' => '?',
  2918.             'http_kernel' => '?',
  2919.             'kernel' => 'kernel',
  2920.             'parameter_bag' => '?',
  2921.             'profiler' => '?',
  2922.             'request_stack' => '?',
  2923.             'router' => '?',
  2924.             'security.authorization_checker' => '?',
  2925.             'security.csrf.token_manager' => '?',
  2926.             'security.token_storage' => '?',
  2927.             'serializer' => '?',
  2928.             'session' => '.session.deprecated',
  2929.             'session.handler' => '?',
  2930.             'translator' => '?',
  2931.             'twig' => '?',
  2932.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'$this));
  2933.         return $instance;
  2934.     }
  2935.     /**
  2936.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\CallerIdsController' shared autowired service.
  2937.      *
  2938.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\CallerIdsController
  2939.      */
  2940.     protected function getCallerIdsControllerService()
  2941.     {
  2942.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\Onboarding\CallerIdsController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()), ($this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioPhoneOnboardingHandler'] ?? $this->getTwilioPhoneOnboardingHandlerService()));
  2943.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2944.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2945.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2946.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2947.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2948.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2949.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2950.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2951.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2952.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2953.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2954.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2955.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2956.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2957.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2958.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2959.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2960.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2961.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2962.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2963.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2964.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2965.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2966.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2967.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2968.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2969.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2970.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2971.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2972.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2973.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2974.             'kernel' => ['services''kernel''getKernelService'false],
  2975.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2976.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2977.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2978.             'router' => ['services''router''getRouterService'false],
  2979.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2980.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2981.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2982.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2983.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2984.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2985.             'translator' => ['services''translator''getTranslatorService'false],
  2986.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2987.         ], [
  2988.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2989.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2990.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2991.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2992.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2993.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2994.             'App\\Controller\\AbstractController::getRouter' => '?',
  2995.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2996.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2997.             'App\\Controller\\AbstractController::getTwig' => '?',
  2998.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2999.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3000.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3001.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3002.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3003.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3004.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3005.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3006.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3007.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3008.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3009.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3010.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3011.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3012.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3013.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3014.             'Twig\\Environment' => '?',
  3015.             'doctrine' => '?',
  3016.             'form.factory' => '?',
  3017.             'http_kernel' => '?',
  3018.             'kernel' => 'kernel',
  3019.             'parameter_bag' => '?',
  3020.             'profiler' => '?',
  3021.             'request_stack' => '?',
  3022.             'router' => '?',
  3023.             'security.authorization_checker' => '?',
  3024.             'security.csrf.token_manager' => '?',
  3025.             'security.token_storage' => '?',
  3026.             'serializer' => '?',
  3027.             'session' => '.session.deprecated',
  3028.             'session.handler' => '?',
  3029.             'translator' => '?',
  3030.             'twig' => '?',
  3031.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController'$this));
  3032.         return $instance;
  3033.     }
  3034.     /**
  3035.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\DefaultController' shared autowired service.
  3036.      *
  3037.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DefaultController
  3038.      */
  3039.     protected function getDefaultController2Service()
  3040.     {
  3041.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DefaultController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()), ($this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioSmsOnboardingHandler'] ?? $this->getTwilioSmsOnboardingHandlerService()), ($this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioVoiceOnboardingHandler'] ?? $this->getTwilioVoiceOnboardingHandlerService()), ($this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioCnamOnboardingHandler'] ?? $this->getTwilioCnamOnboardingHandlerService()));
  3042.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3043.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3044.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3045.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3046.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3047.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3048.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3049.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3050.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3051.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3052.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3053.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3054.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3055.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3056.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3057.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3058.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController::getOnboardingService' => ['services''Products\\NotificationsBundle\\Service\\OnboardingService''getOnboardingServiceService'true],
  3059.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3060.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3061.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3062.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3063.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3064.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3065.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3066.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3067.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3068.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3069.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3070.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3071.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3072.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3073.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3074.             'kernel' => ['services''kernel''getKernelService'false],
  3075.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3076.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3077.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3078.             'router' => ['services''router''getRouterService'false],
  3079.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3080.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3081.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3082.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3083.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3084.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3085.             'translator' => ['services''translator''getTranslatorService'false],
  3086.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3087.         ], [
  3088.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3089.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3090.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3091.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3092.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3093.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3094.             'App\\Controller\\AbstractController::getRouter' => '?',
  3095.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3096.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3097.             'App\\Controller\\AbstractController::getTwig' => '?',
  3098.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3099.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3100.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3101.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3102.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3103.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController::getOnboardingService' => 'Products\\NotificationsBundle\\Service\\OnboardingService',
  3104.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3105.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3106.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3107.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3108.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3109.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3110.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3111.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3112.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3113.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3114.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3115.             'Twig\\Environment' => '?',
  3116.             'doctrine' => '?',
  3117.             'form.factory' => '?',
  3118.             'http_kernel' => '?',
  3119.             'kernel' => 'kernel',
  3120.             'parameter_bag' => '?',
  3121.             'profiler' => '?',
  3122.             'request_stack' => '?',
  3123.             'router' => '?',
  3124.             'security.authorization_checker' => '?',
  3125.             'security.csrf.token_manager' => '?',
  3126.             'security.token_storage' => '?',
  3127.             'serializer' => '?',
  3128.             'session' => '.session.deprecated',
  3129.             'session.handler' => '?',
  3130.             'translator' => '?',
  3131.             'twig' => '?',
  3132.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController'$this));
  3133.         return $instance;
  3134.     }
  3135.     /**
  3136.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\DomainsController' shared autowired service.
  3137.      *
  3138.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DomainsController
  3139.      */
  3140.     protected function getDomainsControllerService()
  3141.     {
  3142.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DomainsController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()), ($this->privates['App\\Service\\Vendors\\Sendgrid\\Onboarding\\SendgridSendersOnboardingHandler'] ?? $this->getSendgridSendersOnboardingHandlerService()));
  3143.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3144.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3145.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3146.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3147.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3148.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3149.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3150.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3151.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3152.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3153.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3154.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3155.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3156.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3157.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3158.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3159.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3160.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3161.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3162.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3163.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3164.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3165.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3166.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3167.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3168.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3169.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3170.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3171.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3172.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3173.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3174.             'kernel' => ['services''kernel''getKernelService'false],
  3175.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3176.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3177.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3178.             'router' => ['services''router''getRouterService'false],
  3179.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3180.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3181.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3182.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3183.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3184.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3185.             'translator' => ['services''translator''getTranslatorService'false],
  3186.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3187.         ], [
  3188.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3189.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3190.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3191.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3192.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3193.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3194.             'App\\Controller\\AbstractController::getRouter' => '?',
  3195.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3196.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3197.             'App\\Controller\\AbstractController::getTwig' => '?',
  3198.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3199.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3200.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3201.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3202.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3203.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3204.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3205.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3206.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3207.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3208.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3209.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3210.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3211.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3212.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3213.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3214.             'Twig\\Environment' => '?',
  3215.             'doctrine' => '?',
  3216.             'form.factory' => '?',
  3217.             'http_kernel' => '?',
  3218.             'kernel' => 'kernel',
  3219.             'parameter_bag' => '?',
  3220.             'profiler' => '?',
  3221.             'request_stack' => '?',
  3222.             'router' => '?',
  3223.             'security.authorization_checker' => '?',
  3224.             'security.csrf.token_manager' => '?',
  3225.             'security.token_storage' => '?',
  3226.             'serializer' => '?',
  3227.             'session' => '.session.deprecated',
  3228.             'session.handler' => '?',
  3229.             'translator' => '?',
  3230.             'twig' => '?',
  3231.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController'$this));
  3232.         return $instance;
  3233.     }
  3234.     /**
  3235.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\EmailSuppressionController' shared autowired service.
  3236.      *
  3237.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\EmailSuppressionController
  3238.      */
  3239.     protected function getEmailSuppressionControllerService()
  3240.     {
  3241.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\Onboarding\EmailSuppressionController(($this->privates['App\\Service\\Vendors\\Sendgrid\\SendgridFactory'] ?? $this->getSendgridFactoryService()));
  3242.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3243.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3244.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3245.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3246.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3247.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3248.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3249.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3250.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3251.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3252.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3253.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3254.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3255.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3256.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3257.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3258.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3259.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3260.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3261.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3262.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3263.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3264.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3265.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3266.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3267.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3268.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3269.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3270.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3271.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3272.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3273.             'kernel' => ['services''kernel''getKernelService'false],
  3274.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3275.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3276.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3277.             'router' => ['services''router''getRouterService'false],
  3278.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3279.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3280.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3281.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3282.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3283.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3284.             'translator' => ['services''translator''getTranslatorService'false],
  3285.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3286.         ], [
  3287.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3288.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3289.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3290.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3291.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3292.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3293.             'App\\Controller\\AbstractController::getRouter' => '?',
  3294.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3295.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3296.             'App\\Controller\\AbstractController::getTwig' => '?',
  3297.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3298.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3299.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3300.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3301.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3302.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3303.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3304.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3305.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3306.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3307.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3308.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3309.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3310.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3311.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3312.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3313.             'Twig\\Environment' => '?',
  3314.             'doctrine' => '?',
  3315.             'form.factory' => '?',
  3316.             'http_kernel' => '?',
  3317.             'kernel' => 'kernel',
  3318.             'parameter_bag' => '?',
  3319.             'profiler' => '?',
  3320.             'request_stack' => '?',
  3321.             'router' => '?',
  3322.             'security.authorization_checker' => '?',
  3323.             'security.csrf.token_manager' => '?',
  3324.             'security.token_storage' => '?',
  3325.             'serializer' => '?',
  3326.             'session' => '.session.deprecated',
  3327.             'session.handler' => '?',
  3328.             'translator' => '?',
  3329.             'twig' => '?',
  3330.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController'$this));
  3331.         return $instance;
  3332.     }
  3333.     /**
  3334.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\NotificationsConfigController' shared autowired service.
  3335.      *
  3336.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\NotificationsConfigController
  3337.      */
  3338.     protected function getNotificationsConfigControllerService()
  3339.     {
  3340.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\Onboarding\NotificationsConfigController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()), ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService()));
  3341.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController'$this));
  3342.         return $instance;
  3343.     }
  3344.     /**
  3345.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\PhonesController' shared autowired service.
  3346.      *
  3347.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\PhonesController
  3348.      */
  3349.     protected function getPhonesControllerService()
  3350.     {
  3351.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\Onboarding\PhonesController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()), ($this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioPhoneOnboardingHandler'] ?? $this->getTwilioPhoneOnboardingHandlerService()));
  3352.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3353.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3354.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3355.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3356.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3357.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3358.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3359.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3360.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3361.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3362.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3363.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3364.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3365.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3366.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3367.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3368.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3369.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3370.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3371.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3372.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3373.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3374.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3375.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3376.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3377.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3378.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3379.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3380.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3381.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3382.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3383.             'kernel' => ['services''kernel''getKernelService'false],
  3384.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3385.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3386.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3387.             'router' => ['services''router''getRouterService'false],
  3388.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3389.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3390.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3391.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3392.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3393.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3394.             'translator' => ['services''translator''getTranslatorService'false],
  3395.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3396.         ], [
  3397.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3398.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3399.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3400.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3401.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3402.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3403.             'App\\Controller\\AbstractController::getRouter' => '?',
  3404.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3405.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3406.             'App\\Controller\\AbstractController::getTwig' => '?',
  3407.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3408.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3409.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3410.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3411.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3412.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3413.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3414.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3415.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3416.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3417.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3418.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3419.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3420.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3421.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3422.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3423.             'Twig\\Environment' => '?',
  3424.             'doctrine' => '?',
  3425.             'form.factory' => '?',
  3426.             'http_kernel' => '?',
  3427.             'kernel' => 'kernel',
  3428.             'parameter_bag' => '?',
  3429.             'profiler' => '?',
  3430.             'request_stack' => '?',
  3431.             'router' => '?',
  3432.             'security.authorization_checker' => '?',
  3433.             'security.csrf.token_manager' => '?',
  3434.             'security.token_storage' => '?',
  3435.             'serializer' => '?',
  3436.             'session' => '.session.deprecated',
  3437.             'session.handler' => '?',
  3438.             'translator' => '?',
  3439.             'twig' => '?',
  3440.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController'$this));
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ProfileController' shared autowired service.
  3445.      *
  3446.      * @return \Products\NotificationsBundle\Controller\Dashboard\ProfileController
  3447.      */
  3448.     protected function getProfileController2Service()
  3449.     {
  3450.         $a = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService());
  3451.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'])) {
  3452.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'];
  3453.         }
  3454.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\ProfileController($a);
  3455.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3456.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3457.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3458.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3459.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3460.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3461.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3462.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3463.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3464.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3465.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3466.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3467.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3468.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3469.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3470.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3471.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController::getPortalService' => ['services''Products\\NotificationsBundle\\Service\\PortalService''getPortalServiceService'true],
  3472.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3473.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3474.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3475.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3476.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3477.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3478.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3479.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3480.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3481.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3482.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3483.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3484.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3485.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3486.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3487.             'kernel' => ['services''kernel''getKernelService'false],
  3488.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3489.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3490.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3491.             'router' => ['services''router''getRouterService'false],
  3492.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3493.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3494.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3495.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3496.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3497.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3498.             'translator' => ['services''translator''getTranslatorService'false],
  3499.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3500.         ], [
  3501.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3502.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3503.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3504.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3505.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3506.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3507.             'App\\Controller\\AbstractController::getRouter' => '?',
  3508.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3509.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3510.             'App\\Controller\\AbstractController::getTwig' => '?',
  3511.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3512.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3513.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3514.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3515.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3516.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController::getPortalService' => 'Products\\NotificationsBundle\\Service\\PortalService',
  3517.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3518.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3519.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3520.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3521.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3522.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3523.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3524.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3525.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3526.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3527.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3528.             'Twig\\Environment' => '?',
  3529.             'doctrine' => '?',
  3530.             'form.factory' => '?',
  3531.             'http_kernel' => '?',
  3532.             'kernel' => 'kernel',
  3533.             'parameter_bag' => '?',
  3534.             'profiler' => '?',
  3535.             'request_stack' => '?',
  3536.             'router' => '?',
  3537.             'security.authorization_checker' => '?',
  3538.             'security.csrf.token_manager' => '?',
  3539.             'security.token_storage' => '?',
  3540.             'serializer' => '?',
  3541.             'session' => '.session.deprecated',
  3542.             'session.handler' => '?',
  3543.             'translator' => '?',
  3544.             'twig' => '?',
  3545.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'$this));
  3546.         return $instance;
  3547.     }
  3548.     /**
  3549.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\RecordingController' shared autowired service.
  3550.      *
  3551.      * @return \Products\NotificationsBundle\Controller\Dashboard\RecordingController
  3552.      */
  3553.     protected function getRecordingControllerService()
  3554.     {
  3555.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\RecordingController();
  3556.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3557.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3558.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3559.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3560.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3561.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3562.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3563.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3564.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3565.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3566.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3567.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3568.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3569.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3570.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3571.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3572.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingBlobConsumer' => ['privates''App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer''getRecordingBlobConsumerService'false],
  3573.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingLogic' => ['services''Products\\NotificationsBundle\\Service\\RecordingLogic''getRecordingLogicService'false],
  3574.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3575.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3576.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3577.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3578.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3579.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3580.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3581.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3582.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3583.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3584.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3585.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3586.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3587.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3588.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3589.             'kernel' => ['services''kernel''getKernelService'false],
  3590.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3591.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3592.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3593.             'router' => ['services''router''getRouterService'false],
  3594.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3595.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3596.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3597.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3598.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3599.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3600.             'translator' => ['services''translator''getTranslatorService'false],
  3601.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3602.         ], [
  3603.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3604.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3605.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3606.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3607.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3608.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3609.             'App\\Controller\\AbstractController::getRouter' => '?',
  3610.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3611.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3612.             'App\\Controller\\AbstractController::getTwig' => '?',
  3613.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3614.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3615.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3616.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3617.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3618.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingBlobConsumer' => 'App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer',
  3619.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingLogic' => 'Products\\NotificationsBundle\\Service\\RecordingLogic',
  3620.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3621.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3622.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3623.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3624.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3625.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3626.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3627.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3628.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3629.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3630.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3631.             'Twig\\Environment' => '?',
  3632.             'doctrine' => '?',
  3633.             'form.factory' => '?',
  3634.             'http_kernel' => '?',
  3635.             'kernel' => 'kernel',
  3636.             'parameter_bag' => '?',
  3637.             'profiler' => '?',
  3638.             'request_stack' => '?',
  3639.             'router' => '?',
  3640.             'security.authorization_checker' => '?',
  3641.             'security.csrf.token_manager' => '?',
  3642.             'security.token_storage' => '?',
  3643.             'serializer' => '?',
  3644.             'session' => '.session.deprecated',
  3645.             'session.handler' => '?',
  3646.             'translator' => '?',
  3647.             'twig' => '?',
  3648.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'$this));
  3649.         return $instance;
  3650.     }
  3651.     /**
  3652.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ReportsController' shared autowired service.
  3653.      *
  3654.      * @return \Products\NotificationsBundle\Controller\Dashboard\ReportsController
  3655.      */
  3656.     protected function getReportsControllerService()
  3657.     {
  3658.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\ReportsController();
  3659.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3660.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3661.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3662.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3663.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3664.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3665.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3666.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3667.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3668.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3669.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3670.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3671.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3672.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3673.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3674.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3675.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController::getProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  3676.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3677.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3678.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3679.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3680.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3681.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3682.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3683.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3684.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3685.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3686.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3687.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3688.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3689.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3690.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3691.             'kernel' => ['services''kernel''getKernelService'false],
  3692.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3693.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3694.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3695.             'router' => ['services''router''getRouterService'false],
  3696.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3697.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3698.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3699.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3700.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3701.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3702.             'translator' => ['services''translator''getTranslatorService'false],
  3703.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3704.         ], [
  3705.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3706.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3707.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3708.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3709.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3710.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3711.             'App\\Controller\\AbstractController::getRouter' => '?',
  3712.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3713.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3714.             'App\\Controller\\AbstractController::getTwig' => '?',
  3715.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3716.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3717.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3718.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3719.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3720.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController::getProfileRepository' => 'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository',
  3721.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3722.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3723.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3724.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3725.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3726.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3727.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3728.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3729.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3730.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3731.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3732.             'Twig\\Environment' => '?',
  3733.             'doctrine' => '?',
  3734.             'form.factory' => '?',
  3735.             'http_kernel' => '?',
  3736.             'kernel' => 'kernel',
  3737.             'parameter_bag' => '?',
  3738.             'profiler' => '?',
  3739.             'request_stack' => '?',
  3740.             'router' => '?',
  3741.             'security.authorization_checker' => '?',
  3742.             'security.csrf.token_manager' => '?',
  3743.             'security.token_storage' => '?',
  3744.             'serializer' => '?',
  3745.             'session' => '.session.deprecated',
  3746.             'session.handler' => '?',
  3747.             'translator' => '?',
  3748.             'twig' => '?',
  3749.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'$this));
  3750.         return $instance;
  3751.     }
  3752.     /**
  3753.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\SisController' shared autowired service.
  3754.      *
  3755.      * @return \Products\NotificationsBundle\Controller\Dashboard\SisController
  3756.      */
  3757.     protected function getSisControllerService()
  3758.     {
  3759.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\SisController();
  3760.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'$this));
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\StudentsController' shared autowired service.
  3765.      *
  3766.      * @return \Products\NotificationsBundle\Controller\Dashboard\StudentsController
  3767.      */
  3768.     protected function getStudentsControllerService()
  3769.     {
  3770.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\StudentsController();
  3771.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3772.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3773.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3774.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3775.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3776.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3777.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3778.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3779.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3780.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3781.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3782.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3783.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3784.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3785.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3786.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3787.             'Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController::getResolverManager' => ['services''Cms\\FrontendBundle\\Service\\ResolverManager''getResolverManagerService'false],
  3788.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3789.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3790.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3791.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3792.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3793.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3794.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3795.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3796.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3797.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3798.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3799.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3800.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3801.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3802.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3803.             'kernel' => ['services''kernel''getKernelService'false],
  3804.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3805.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3806.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3807.             'router' => ['services''router''getRouterService'false],
  3808.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3809.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3810.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3811.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3812.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3813.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3814.             'translator' => ['services''translator''getTranslatorService'false],
  3815.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3816.         ], [
  3817.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3818.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3819.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3820.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3821.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3822.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3823.             'App\\Controller\\AbstractController::getRouter' => '?',
  3824.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3825.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3826.             'App\\Controller\\AbstractController::getTwig' => '?',
  3827.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3828.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3829.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3830.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3831.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3832.             'Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController::getResolverManager' => 'Cms\\FrontendBundle\\Service\\ResolverManager',
  3833.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3834.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3835.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3836.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3837.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3838.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3839.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3840.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3841.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3842.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3843.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3844.             'Twig\\Environment' => '?',
  3845.             'doctrine' => '?',
  3846.             'form.factory' => '?',
  3847.             'http_kernel' => '?',
  3848.             'kernel' => 'kernel',
  3849.             'parameter_bag' => '?',
  3850.             'profiler' => '?',
  3851.             'request_stack' => '?',
  3852.             'router' => '?',
  3853.             'security.authorization_checker' => '?',
  3854.             'security.csrf.token_manager' => '?',
  3855.             'security.token_storage' => '?',
  3856.             'serializer' => '?',
  3857.             'session' => '.session.deprecated',
  3858.             'session.handler' => '?',
  3859.             'translator' => '?',
  3860.             'twig' => '?',
  3861.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'$this));
  3862.         return $instance;
  3863.     }
  3864.     /**
  3865.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\TemplatesController' shared autowired service.
  3866.      *
  3867.      * @return \Products\NotificationsBundle\Controller\Dashboard\TemplatesController
  3868.      */
  3869.     protected function getTemplatesControllerService()
  3870.     {
  3871.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\TemplatesController(($this->services['Products\\NotificationsBundle\\Service\\ListItemProvider'] ?? $this->getListItemProviderService()), ($this->services['Products\\NotificationsBundle\\Service\\TemplateLogic'] ?? $this->getTemplateLogicService()), ($this->services['Products\\NotificationsBundle\\Service\\MergeParamsProvider'] ?? $this->getMergeParamsProviderService()));
  3872.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3873.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3874.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3875.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3876.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3877.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3878.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3879.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3880.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3881.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3882.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3883.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3884.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3885.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3886.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3887.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3888.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3889.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3890.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3891.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3892.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3893.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3894.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3895.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3896.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3897.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3898.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3899.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3900.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3901.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3902.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3903.             'kernel' => ['services''kernel''getKernelService'false],
  3904.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3905.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3906.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3907.             'router' => ['services''router''getRouterService'false],
  3908.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3909.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3910.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3911.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3912.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3913.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3914.             'translator' => ['services''translator''getTranslatorService'false],
  3915.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3916.         ], [
  3917.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3918.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3919.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3920.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3921.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3922.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3923.             'App\\Controller\\AbstractController::getRouter' => '?',
  3924.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3925.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3926.             'App\\Controller\\AbstractController::getTwig' => '?',
  3927.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3928.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3929.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3930.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3931.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3932.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3933.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3934.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3935.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3936.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3937.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3938.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3939.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3940.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3941.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3942.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3943.             'Twig\\Environment' => '?',
  3944.             'doctrine' => '?',
  3945.             'form.factory' => '?',
  3946.             'http_kernel' => '?',
  3947.             'kernel' => 'kernel',
  3948.             'parameter_bag' => '?',
  3949.             'profiler' => '?',
  3950.             'request_stack' => '?',
  3951.             'router' => '?',
  3952.             'security.authorization_checker' => '?',
  3953.             'security.csrf.token_manager' => '?',
  3954.             'security.token_storage' => '?',
  3955.             'serializer' => '?',
  3956.             'session' => '.session.deprecated',
  3957.             'session.handler' => '?',
  3958.             'translator' => '?',
  3959.             'twig' => '?',
  3960.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController'$this));
  3961.         return $instance;
  3962.     }
  3963.     /**
  3964.      * Gets the public 'Products\NotificationsBundle\Controller\Portal\ManagementController' shared autowired service.
  3965.      *
  3966.      * @return \Products\NotificationsBundle\Controller\Portal\ManagementController
  3967.      */
  3968.     protected function getManagementControllerService()
  3969.     {
  3970.         $a = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService());
  3971.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'])) {
  3972.             return $this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'];
  3973.         }
  3974.         $this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'] = $instance = new \Products\NotificationsBundle\Controller\Portal\ManagementController($a);
  3975.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3976.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3977.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3978.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3979.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3980.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3981.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3982.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3983.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3984.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3985.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3986.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3987.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3988.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3989.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3990.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3991.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPhoneNumberService' => ['services''App\\Service\\Data\\PhoneNumberService''getPhoneNumberServiceService'false],
  3992.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPortalService' => ['services''Products\\NotificationsBundle\\Service\\PortalService''getPortalServiceService'true],
  3993.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getResolverManager' => ['services''Cms\\FrontendBundle\\Service\\ResolverManager''getResolverManagerService'false],
  3994.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3995.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3996.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3997.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3998.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3999.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  4000.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4001.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4002.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  4003.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  4004.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  4005.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4006.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4007.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4008.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4009.             'kernel' => ['services''kernel''getKernelService'false],
  4010.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4011.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  4012.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4013.             'router' => ['services''router''getRouterService'false],
  4014.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4015.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  4016.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4017.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  4018.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  4019.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  4020.             'translator' => ['services''translator''getTranslatorService'false],
  4021.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4022.         ], [
  4023.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  4024.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  4025.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  4026.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  4027.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  4028.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  4029.             'App\\Controller\\AbstractController::getRouter' => '?',
  4030.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  4031.             'App\\Controller\\AbstractController::getTranslator' => '?',
  4032.             'App\\Controller\\AbstractController::getTwig' => '?',
  4033.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  4034.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  4035.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  4036.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  4037.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  4038.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPhoneNumberService' => 'App\\Service\\Data\\PhoneNumberService',
  4039.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPortalService' => 'Products\\NotificationsBundle\\Service\\PortalService',
  4040.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getResolverManager' => 'Cms\\FrontendBundle\\Service\\ResolverManager',
  4041.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  4042.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  4043.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  4044.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  4045.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  4046.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  4047.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  4048.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  4049.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  4050.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  4051.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  4052.             'Twig\\Environment' => '?',
  4053.             'doctrine' => '?',
  4054.             'form.factory' => '?',
  4055.             'http_kernel' => '?',
  4056.             'kernel' => 'kernel',
  4057.             'parameter_bag' => '?',
  4058.             'profiler' => '?',
  4059.             'request_stack' => '?',
  4060.             'router' => '?',
  4061.             'security.authorization_checker' => '?',
  4062.             'security.csrf.token_manager' => '?',
  4063.             'security.token_storage' => '?',
  4064.             'serializer' => '?',
  4065.             'session' => '.session.deprecated',
  4066.             'session.handler' => '?',
  4067.             'translator' => '?',
  4068.             'twig' => '?',
  4069.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'$this));
  4070.         return $instance;
  4071.     }
  4072.     /**
  4073.      * Gets the public 'Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory' shared autowired service.
  4074.      *
  4075.      * @return \Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory
  4076.      */
  4077.     protected function getEmailTemplateGeneratorFactoryService()
  4078.     {
  4079.         return $this->services['Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory'] = new \Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4080.             'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator' => [false'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator''getEmailTemplateGeneratorService'true],
  4081.         ], [
  4082.             'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator' => 'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator',
  4083.         ]))->withContext('Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory'$this));
  4084.     }
  4085.     /**
  4086.      * Gets the public 'Products\NotificationsBundle\Service\ListBuilderService' shared autowired service.
  4087.      *
  4088.      * @return \Products\NotificationsBundle\Service\ListBuilderService
  4089.      */
  4090.     protected function getListBuilderServiceService()
  4091.     {
  4092.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4093.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4094.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4095.         }
  4096.         $b = ($this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'] ?? $this->getNotificationsConditionQueryBuilderService());
  4097.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4098.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4099.         }
  4100.         $c = ($this->services['App\\Service\\Query\\ConditionQueryTransformer'] ?? $this->getConditionQueryTransformerService());
  4101.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4102.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4103.         }
  4104.         return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'] = new \Products\NotificationsBundle\Service\ListBuilderService($a$b$c);
  4105.     }
  4106.     /**
  4107.      * Gets the public 'Products\NotificationsBundle\Service\ListItemProvider' shared autowired service.
  4108.      *
  4109.      * @return \Products\NotificationsBundle\Service\ListItemProvider
  4110.      */
  4111.     protected function getListItemProviderService()
  4112.     {
  4113.         return $this->services['Products\\NotificationsBundle\\Service\\ListItemProvider'] = new \Products\NotificationsBundle\Service\ListItemProvider(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'] ?? $this->getListBuilderServiceService()));
  4114.     }
  4115.     /**
  4116.      * Gets the public 'Products\NotificationsBundle\Service\MergeParamsProvider' shared autowired service.
  4117.      *
  4118.      * @return \Products\NotificationsBundle\Service\MergeParamsProvider
  4119.      */
  4120.     protected function getMergeParamsProviderService()
  4121.     {
  4122.         return $this->services['Products\\NotificationsBundle\\Service\\MergeParamsProvider'] = new \Products\NotificationsBundle\Service\MergeParamsProvider(($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService()));
  4123.     }
  4124.     /**
  4125.      * Gets the public 'Products\NotificationsBundle\Service\Notifications\NotificationsConfigService' shared autowired service.
  4126.      *
  4127.      * @return \Products\NotificationsBundle\Service\Notifications\NotificationsConfigService
  4128.      */
  4129.     protected function getNotificationsConfigServiceService()
  4130.     {
  4131.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4132.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'])) {
  4133.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'];
  4134.         }
  4135.         $b = ($this->privates['App\\Service\\TenantContext'] ?? $this->getTenantContextService());
  4136.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'])) {
  4137.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'];
  4138.         }
  4139.         return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] = new \Products\NotificationsBundle\Service\Notifications\NotificationsConfigService($a$b);
  4140.     }
  4141.     /**
  4142.      * Gets the public 'Products\NotificationsBundle\Service\Notifications\TranslationService' shared autowired service.
  4143.      *
  4144.      * @return \Products\NotificationsBundle\Service\Notifications\TranslationService
  4145.      */
  4146.     protected function getTranslationServiceService()
  4147.     {
  4148.         $a = ($this->privates['App\\Service\\Intl\\CloudTranslator'] ?? $this->getCloudTranslatorService());
  4149.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'])) {
  4150.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'];
  4151.         }
  4152.         return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'] = new \Products\NotificationsBundle\Service\Notifications\TranslationService(($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Platform\\QueueBundle\\Service\\AsyncQueueService'] ?? $this->getAsyncQueueServiceService()), $a);
  4153.     }
  4154.     /**
  4155.      * Gets the public 'Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder' shared autowired service.
  4156.      *
  4157.      * @return \Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder
  4158.      */
  4159.     protected function getNotificationsConditionQueryBuilderService()
  4160.     {
  4161.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4162.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'])) {
  4163.             return $this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'];
  4164.         }
  4165.         return $this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'] = new \Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder($a);
  4166.     }
  4167.     /**
  4168.      * Gets the public 'Products\NotificationsBundle\Service\RecordingLogic' shared autowired service.
  4169.      *
  4170.      * @return \Products\NotificationsBundle\Service\RecordingLogic
  4171.      */
  4172.     protected function getRecordingLogicService()
  4173.     {
  4174.         return $this->services['Products\\NotificationsBundle\\Service\\RecordingLogic'] = new \Products\NotificationsBundle\Service\RecordingLogic(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] ?? $this->getRecordingBlobManagerService()), ($this->privates['Aws\\Polly\\PollyClient'] ?? $this->getPollyClientService()), ($this->privates['App\\Service\\Vendors\\Twilio\\TwilioFactory'] ?? $this->getTwilioFactoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4175.     }
  4176.     /**
  4177.      * Gets the public 'Products\NotificationsBundle\Service\TemplateLogic' shared autowired service.
  4178.      *
  4179.      * @return \Products\NotificationsBundle\Service\TemplateLogic
  4180.      */
  4181.     protected function getTemplateLogicService()
  4182.     {
  4183.         return $this->services['Products\\NotificationsBundle\\Service\\TemplateLogic'] = new \Products\NotificationsBundle\Service\TemplateLogic(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  4184.     }
  4185.     /**
  4186.      * Gets the public 'cache.app' shared service.
  4187.      *
  4188.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4189.      */
  4190.     protected function getCache_AppService()
  4191.     {
  4192.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  4193.     }
  4194.     /**
  4195.      * Gets the public 'cache.system' shared service.
  4196.      *
  4197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4198.      */
  4199.     protected function getCache_SystemService()
  4200.     {
  4201.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  4202.     }
  4203.     /**
  4204.      * Gets the public 'cache.validator_expression_language' shared service.
  4205.      *
  4206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4207.      */
  4208.     protected function getCache_ValidatorExpressionLanguageService()
  4209.     {
  4210.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator_expression_language.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_RecorderInnerService()));
  4211.     }
  4212.     /**
  4213.      * Gets the public 'doctrine' shared service.
  4214.      *
  4215.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4216.      */
  4217.     protected function getDoctrineService()
  4218.     {
  4219.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  4220.     }
  4221.     /**
  4222.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  4223.      *
  4224.      * @return \Doctrine\DBAL\Connection
  4225.      */
  4226.     protected function getDoctrine_Dbal_DefaultConnectionService()
  4227.     {
  4228.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4229.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  4230.             return $this->services['doctrine.dbal.default_connection'];
  4231.         }
  4232.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => 'dev-cms-database.cluster-crkzfyax6fdz.us-east-1.rds.amazonaws.com''port' => 3306'dbname' => 'campussuite-test''user' => 'campussuite-test''password' => 'dgTBGHz9gyLQq5DRBHCyYxnAgrdvaJUh''charset' => 'utf8''idle_connection_ttl' => 600'driverOptions' => [20 => false], 'serverVersion' => '8.0.26''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_general_ci''collation' => 'utf8_general_ci''engine' => 'InnoDB']], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), $a, ['enum' => 'string''set' => 'string']);
  4233.     }
  4234.     /**
  4235.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4236.      *
  4237.      * @return \Doctrine\ORM\EntityManager
  4238.      */
  4239.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  4240.     {
  4241.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4242.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4243.             return $this->services['doctrine.orm.default_entity_manager'];
  4244.         }
  4245.         $b = ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService());
  4246.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4247.             return $this->services['doctrine.orm.default_entity_manager'];
  4248.         }
  4249.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4250.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4251.             return $this->services['doctrine.orm.default_entity_manager'];
  4252.         }
  4253.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b$c);
  4254.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'discardable_filter'=> 'module_proxy_placeholder_filter'], [])))->configure($instance);
  4255.         return $instance;
  4256.     }
  4257.     /**
  4258.      * Gets the public 'event_dispatcher' shared service.
  4259.      *
  4260.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  4261.      */
  4262.     protected function getEventDispatcherService()
  4263.     {
  4264.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4265.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  4266.             return ($this->privates['jwt.event.created_listener'] ?? ($this->privates['jwt.event.created_listener'] = new \Platform\SecurityBundle\Listeners\JWTCreatedListener()));
  4267.         }, => 'onJWTCreated'], 0);
  4268.         $instance->addListener('kernel.request', [=> function () {
  4269.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4270.         }, => 'onKernelRequest'], 250);
  4271.         $instance->addListener('kernel.response', [=> function () {
  4272.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4273.         }, => 'onKernelResponse'], 0);
  4274.         $instance->addListener('kernel.response', [=> function () {
  4275.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  4276.         }, => 'onResponse'], -10);
  4277.         $instance->addListener('kernel.controller', [=> function () {
  4278.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  4279.         }, => 'onKernelController'], 0);
  4280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4281.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4282.         }, => 'checkPassport'], 1024);
  4283.         $instance->addListener('kernel.response', [=> function () {
  4284.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4285.         }, => 'onKernelResponse'], 0);
  4286.         $instance->addListener('kernel.response', [=> function () {
  4287.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  4288.         }, => 'onKernelResponse'], 0);
  4289.         $instance->addListener('kernel.exception', [=> function () {
  4290.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  4291.         }, => 'onKernelException'], 0);
  4292.         $instance->addListener('kernel.controller', [=> function () {
  4293.             return ($this->services['App\\Controller\\Dashboard\\Settings\\AccountController'] ?? $this->getAccountControllerService());
  4294.         }, => 'onKernelController'], 0);
  4295.         $instance->addListener('kernel.controller', [=> function () {
  4296.             return ($this->services['App\\Controller\\Dashboard\\Settings\\AutomationController'] ?? $this->getAutomationControllerService());
  4297.         }, => 'onKernelController'], 0);
  4298.         $instance->addListener('kernel.controller', [=> function () {
  4299.             return ($this->services['App\\Controller\\Dashboard\\Settings\\GroupController'] ?? $this->getGroupControllerService());
  4300.         }, => 'onKernelController'], 0);
  4301.         $instance->addListener('kernel.controller', [=> function () {
  4302.             return ($this->services['App\\Controller\\Dashboard\\Settings\\ProfileController'] ?? $this->getProfileControllerService());
  4303.         }, => 'onKernelController'], 0);
  4304.         $instance->addListener('kernel.controller', [=> function () {
  4305.             return ($this->services['App\\Controller\\Dashboard\\Settings\\RoleController'] ?? $this->getRoleControllerService());
  4306.         }, => 'onKernelController'], 0);
  4307.         $instance->addListener('app.async.debug_exception', [=> function () {
  4308.             return ($this->privates['App\\Subscriber\\Async\\DebugExceptionAsyncSubscriber'] ?? $this->load('getDebugExceptionAsyncSubscriberService'));
  4309.         }, => 'onEvent'], 0);
  4310.         $instance->addListener('app.async.debug_noop', [=> function () {
  4311.             return ($this->privates['App\\Subscriber\\Async\\DebugNoopAsyncSubscriber'] ?? $this->load('getDebugNoopAsyncSubscriberService'));
  4312.         }, => 'onEvent'], 0);
  4313.         $instance->addListener('app.async.debug_propagation', [=> function () {
  4314.             return ($this->privates['App\\Subscriber\\Async\\DebugPropagationAsyncSubscriber'] ?? $this->load('getDebugPropagationAsyncSubscriberService'));
  4315.         }, => 'onEvent'], 0);
  4316.         $instance->addListener('app.async.legacy_bulk_upload', [=> function () {
  4317.             return ($this->privates['App\\Subscriber\\Async\\LegacyBulkUploadAsyncSubscriber'] ?? $this->load('getLegacyBulkUploadAsyncSubscriberService'));
  4318.         }, => 'onEvent'], 0);
  4319.         $instance->addListener('app.async.legacy_document_meta', [=> function () {
  4320.             return ($this->privates['App\\Subscriber\\Async\\LegacyDocumentMetaAsyncSubscriber'] ?? $this->load('getLegacyDocumentMetaAsyncSubscriberService'));
  4321.         }, => 'onEvent'], 0);
  4322.         $instance->addListener('app.async.legacy_image_optimization', [=> function () {
  4323.             return ($this->privates['App\\Subscriber\\Async\\LegacyImageOptimizationAsyncSubscriber'] ?? $this->load('getLegacyImageOptimizationAsyncSubscriberService'));
  4324.         }, => 'onEvent'], 0);
  4325.         $instance->addListener('temp_file_resize', [=> function () {
  4326.             return ($this->privates['App\\Subscriber\\Filesystem\\LooseFileOptimizationSubscriber'] ?? $this->load('getLooseFileOptimizationSubscriberService'));
  4327.         }, => 'handleResizing'], 0);
  4328.         $instance->addListener('kernel.response', [=> function () {
  4329.             return ($this->privates['App\\Subscriber\\HstsSubscriber'] ?? $this->getHstsSubscriberService());
  4330.         }, => 'onKernelResponse'], -9223372036854775807-1);
  4331.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4332.             return ($this->privates['App\\Subscriber\\OneRoster\\OneRosterOrgProcessSubscriber'] ?? $this->load('getOneRosterOrgProcessSubscriberService'));
  4333.         }, => 'populateSchools'], 100);
  4334.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4335.             return ($this->privates['App\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriberService'));
  4336.         }, => 'peopleModuleSync'], 0);
  4337.         $instance->addListener('kernel.request', [=> function () {
  4338.             return ($this->privates['App\\Subscriber\\Routing\\AppContextSubscriber'] ?? $this->getAppContextSubscriberService());
  4339.         }, => 'onKernelRequest'], 9);
  4340.         $instance->addListener('app.scheduler.automation', [=> function () {
  4341.             return ($this->privates['App\\Subscriber\\Scheduler\\AutomationSchedulerSubscriber'] ?? $this->load('getAutomationSchedulerSubscriberService'));
  4342.         }, => 'onEvent'], 0);
  4343.         $instance->addListener('app.scheduler.content', [=> function () {
  4344.             return ($this->privates['App\\Subscriber\\Scheduler\\ContentSchedulerSubscriber'] ?? $this->load('getContentSchedulerSubscriberService'));
  4345.         }, => 'onEvent'], 0);
  4346.         $instance->addListener('app.scheduler.draft', [=> function () {
  4347.             return ($this->privates['App\\Subscriber\\Scheduler\\DraftSchedulerSubscriber'] ?? $this->load('getDraftSchedulerSubscriberService'));
  4348.         }, => 'onEvent'], 0);
  4349.         $instance->addListener('app.scheduler.file_delete', [=> function () {
  4350.             return ($this->privates['App\\Subscriber\\Scheduler\\FileDeleteSchedulerSubscriber'] ?? $this->load('getFileDeleteSchedulerSubscriberService'));
  4351.         }, => 'onEvent'], 0);
  4352.         $instance->addListener('app.scheduler.folder_delete', [=> function () {
  4353.             return ($this->privates['App\\Subscriber\\Scheduler\\FolderDeleteSchedulerSubscriber'] ?? $this->load('getFolderDeleteSchedulerSubscriberService'));
  4354.         }, => 'onEvent'], 0);
  4355.         $instance->addListener('app.scheduler.lets_encrypt_renewal', [=> function () {
  4356.             return ($this->privates['App\\Subscriber\\Scheduler\\LetsEncryptRenewalSchedulerSubscriber'] ?? $this->load('getLetsEncryptRenewalSchedulerSubscriberService'));
  4357.         }, => 'onEvent'], 0);
  4358.         $instance->addListener('app.scheduler.notification', [=> function () {
  4359.             return ($this->privates['App\\Subscriber\\Scheduler\\NotificationSchedulerSubscriber'] ?? $this->load('getNotificationSchedulerSubscriberService'));
  4360.         }, => 'onEvent'], 0);
  4361.         $instance->addListener('app.scheduler.one_roster', [=> function () {
  4362.             return ($this->privates['App\\Subscriber\\Scheduler\\OneRosterSchedulerSubscriber'] ?? $this->load('getOneRosterSchedulerSubscriberService'));
  4363.         }, => 'onEvent'], 0);
  4364.         $instance->addListener('app.scheduler.social_post', [=> function () {
  4365.             return ($this->privates['App\\Subscriber\\Scheduler\\SocialPostSchedulerSubscriber'] ?? $this->load('getSocialPostSchedulerSubscriberService'));
  4366.         }, => 'onEvent'], 0);
  4367.         $instance->addListener('app.scheduler.sync', [=> function () {
  4368.             return ($this->privates['App\\Subscriber\\Scheduler\\SyncSchedulerSubscriber'] ?? $this->load('getSyncSchedulerSubscriberService'));
  4369.         }, => 'onEvent'], 0);
  4370.         $instance->addListener('app.sharing.channel', [=> function () {
  4371.             return ($this->privates['App\\Subscriber\\Sharing\\SharingSubscriber'] ?? $this->load('getSharingSubscriberService'));
  4372.         }, => 'onShareChannel'], 0);
  4373.         $instance->addListener('kernel.controller', [=> function () {
  4374.             return ($this->privates['App\\Security\\Firewall\\PortalFirewall'] ?? $this->getPortalFirewallService());
  4375.         }, => 'onController'], 0);
  4376.         $instance->addListener('kernel.view', [=> function () {
  4377.             return ($this->privates['App\\Component\\ViewLayer\\ViewLayerService'] ?? $this->load('getViewLayerServiceService'));
  4378.         }, => 'onKernelView'], -9223372036854775807-1);
  4379.         $instance->addListener('kernel.request', [=> function () {
  4380.             return ($this->privates['Cms\\CoreBundle\\Service\\SystemSetup'] ?? $this->getSystemSetupService());
  4381.         }, => 'run'], 9223372036854775806);
  4382.         $instance->addListener('kernel.view', [=> function () {
  4383.             return ($this->services['Cms\\CoreBundle\\Service\\ViewLayer'] ?? $this->load('getViewLayerService'));
  4384.         }, => 'onKernelView'], 255);
  4385.         $instance->addListener('kernel.response', [=> function () {
  4386.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\CacheOverrideListener'] ?? $this->getCacheOverrideListenerService());
  4387.         }, => 'onKernelResponse'], -1001);
  4388.         $instance->addListener('kernel.exception', [=> function () {
  4389.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  4390.         }, => 'onKernelException'], 0);
  4391.         $instance->addListener('console.error', [=> function () {
  4392.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  4393.         }, => 'onConsoleError'], 0);
  4394.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4395.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4396.         }, => 'discardableDisable'], 9223372036854775807);
  4397.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4398.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4399.         }, => 'phaseStart'], 9223372036854775807);
  4400.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4401.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4402.         }, => 'fix'], 0);
  4403.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4404.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4405.         }, => 'phaseFin'], -9223372036854775807-1);
  4406.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4407.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4408.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4409.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4410.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4411.         }, => 'discardableEnable'], -9223372036854775807-1);
  4412.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4413.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4414.         }, => 'discardableDisable'], 9223372036854775807);
  4415.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4416.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4417.         }, => 'fixType'], 0);
  4418.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4419.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4420.         }, => 'phaseFin'], -9223372036854775807-1);
  4421.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4422.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4423.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4424.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4425.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4426.         }, => 'discardableEnable'], -9223372036854775807-1);
  4427.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4428.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4429.         }, => 'discardableDisable'], 9223372036854775807);
  4430.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4431.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4432.         }, => 'fixObject'], 0);
  4433.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4434.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4435.         }, => 'phaseFin'], -9223372036854775807-1);
  4436.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4437.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4438.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4439.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4440.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4441.         }, => 'discardableEnable'], -9223372036854775807-1);
  4442.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4443.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4444.         }, => 'discardableDisable'], 9223372036854775807);
  4445.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4446.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4447.         }, => 'phaseStart'], 9223372036854775807);
  4448.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4449.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4450.         }, => 'refreshApiToken'], 0);
  4451.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4452.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4453.         }, => 'phaseFin'], -9223372036854775807-1);
  4454.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4455.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4456.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4457.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4458.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4459.         }, => 'discardableEnable'], -9223372036854775807-1);
  4460.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4461.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4462.         }, => 'discardableDisable'], 9223372036854775807);
  4463.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4464.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4465.         }, => 'phaseStart'], 9223372036854775807);
  4466.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4467.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4468.         }, => 'link'], 0);
  4469.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4470.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4471.         }, => 'phaseFin'], -9223372036854775807-1);
  4472.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4473.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4474.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4475.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4476.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4477.         }, => 'discardableEnable'], -9223372036854775807-1);
  4478.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4479.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4480.         }, => 'discardableDisable'], 9223372036854775807);
  4481.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4482.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4483.         }, => 'linkType'], 0);
  4484.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4485.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4486.         }, => 'phaseFin'], -9223372036854775807-1);
  4487.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4488.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4489.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4490.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4491.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4492.         }, => 'discardableEnable'], -9223372036854775807-1);
  4493.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4494.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4495.         }, => 'discardableDisable'], 9223372036854775807);
  4496.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4497.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4498.         }, => 'linkObject'], 0);
  4499.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4500.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4501.         }, => 'phaseFin'], -9223372036854775807-1);
  4502.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4503.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4504.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4505.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4506.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4507.         }, => 'discardableEnable'], -9223372036854775807-1);
  4508.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4509.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4510.         }, => 'discardableDisable'], 9223372036854775807);
  4511.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4512.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4513.         }, => 'phaseStart'], 9223372036854775807);
  4514.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4515.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4516.         }, => 'markStashed'], 1);
  4517.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4518.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4519.         }, => 'cleanStashed'], 1);
  4520.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4521.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4522.         }, => 'phaseFin'], -9223372036854775807-1);
  4523.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4524.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4525.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4526.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4527.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4528.         }, => 'discardableEnable'], -9223372036854775807-1);
  4529.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4530.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4531.         }, => 'discardableDisable'], 9223372036854775807);
  4532.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4533.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4534.         }, => 'adhoc'], 0);
  4535.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4536.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4537.         }, => 'phaseFin'], -9223372036854775807-1);
  4538.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4539.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4540.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4541.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4542.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4543.         }, => 'discardableEnable'], -9223372036854775807-1);
  4544.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4545.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4546.         }, => 'discardableDisable'], 9223372036854775807);
  4547.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4548.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4549.         }, => 'phaseStart'], 9223372036854775807);
  4550.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4551.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4552.         }, => 'process'], 0);
  4553.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4554.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4555.         }, => 'phaseFin'], -9223372036854775807-1);
  4556.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4557.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4558.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4559.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4560.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4561.         }, => 'discardableEnable'], -9223372036854775807-1);
  4562.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4563.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4564.         }, => 'discardableDisable'], 9223372036854775807);
  4565.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4566.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4567.         }, => 'processType'], 0);
  4568.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4569.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4570.         }, => 'phaseFin'], -9223372036854775807-1);
  4571.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4572.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4573.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4574.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4575.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4576.         }, => 'discardableEnable'], -9223372036854775807-1);
  4577.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4578.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4579.         }, => 'discardableDisable'], 9223372036854775807);
  4580.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4581.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4582.         }, => 'processObject'], 0);
  4583.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4584.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4585.         }, => 'phaseFin'], -9223372036854775807-1);
  4586.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4587.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4588.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4589.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4590.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4591.         }, => 'discardableEnable'], -9223372036854775807-1);
  4592.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4593.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4594.         }, => 'discardableDisable'], 9223372036854775807);
  4595.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4596.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4597.         }, => 'phaseStart'], 9223372036854775807);
  4598.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4599.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4600.         }, => 'stash'], 0);
  4601.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4602.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4603.         }, => 'phaseFin'], -9223372036854775807-1);
  4604.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4605.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4606.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4607.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4608.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4609.         }, => 'discardableEnable'], -9223372036854775807-1);
  4610.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4611.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4612.         }, => 'discardableDisable'], 9223372036854775807);
  4613.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4614.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4615.         }, => 'stashType'], 0);
  4616.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4617.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4618.         }, => 'phaseFin'], -9223372036854775807-1);
  4619.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4620.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4621.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4622.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4623.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4624.         }, => 'discardableEnable'], -9223372036854775807-1);
  4625.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4626.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4627.         }, => 'discardableDisable'], 9223372036854775807);
  4628.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4629.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4630.         }, => 'stashObject'], 0);
  4631.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4632.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4633.         }, => 'phaseFin'], -9223372036854775807-1);
  4634.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4635.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4636.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4637.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4638.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4639.         }, => 'discardableEnable'], -9223372036854775807-1);
  4640.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4641.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4642.         }, => 'discardableDisable'], 9223372036854775807);
  4643.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4644.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4645.         }, => 'phaseStart'], 9223372036854775807);
  4646.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4647.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4648.         }, => 'phaseFin'], -9223372036854775807-1);
  4649.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4650.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4651.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4652.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4653.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4654.         }, => 'discardableEnable'], -9223372036854775807-1);
  4655.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4656.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4657.         }, => 'syncNotificationDictionaries'], 0);
  4658.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4659.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4660.         }, => 'discardableDisable'], 9223372036854775807);
  4661.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4662.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4663.         }, => 'phaseStart'], 9223372036854775807);
  4664.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4665.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4666.         }, => 'tweak'], 0);
  4667.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4668.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4669.         }, => 'phaseFin'], -9223372036854775807-1);
  4670.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4671.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4672.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4673.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4674.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4675.         }, => 'discardableEnable'], -9223372036854775807-1);
  4676.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4677.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4678.         }, => 'discardableDisable'], 9223372036854775807);
  4679.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4680.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4681.         }, => 'tweakType'], 0);
  4682.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4683.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4684.         }, => 'phaseFin'], -9223372036854775807-1);
  4685.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4686.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4687.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4688.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4689.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4690.         }, => 'discardableEnable'], -9223372036854775807-1);
  4691.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4692.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4693.         }, => 'discardableDisable'], 9223372036854775807);
  4694.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4695.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4696.         }, => 'tweakObject'], 0);
  4697.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4698.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4699.         }, => 'phaseFin'], -9223372036854775807-1);
  4700.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4701.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4702.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4703.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4704.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4705.         }, => 'discardableEnable'], -9223372036854775807-1);
  4706.         $instance->addListener('kernel.terminate', [=> function () {
  4707.             return ($this->services['Cms\\LogBundle\\Service\\FeedingService'] ?? $this->load('getFeedingServiceService'));
  4708.         }, => 'onKernelTerminate'], 0);
  4709.         $instance->addListener('kernel.terminate', [=> function () {
  4710.             return ($this->services['Cms\\LogBundle\\Service\\LoggingService'] ?? $this->load('getLoggingServiceService'));
  4711.         }, => 'onKernelTerminate'], 0);
  4712.         $instance->addListener('kernel.request', [=> function () {
  4713.             return ($this->privates['Cms\\TenantBundle\\Listener\\PolicyListener'] ?? $this->getPolicyListenerService());
  4714.         }, => 'onKernelRequest'], 0);
  4715.         $instance->addListener('kernel.controller', [=> function () {
  4716.             return ($this->privates['Platform\\ControlPanelBundle\\Listeners\\RequestListener'] ?? $this->getRequestListenerService());
  4717.         }, => 'controlPanelCheck'], 0);
  4718.         $instance->addListener('kernel.controller', [=> function () {
  4719.             return ($this->privates['Platform\\MarketingBundle\\Listeners\\UpsellListener'] ?? $this->getUpsellListenerService());
  4720.         }, => 'productCheck'], 0);
  4721.         $instance->addListener('security.authentication.success', [=> function () {
  4722.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4723.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  4724.         $instance->addListener('security.authentication.success', [=> function () {
  4725.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4726.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  4727.         $instance->addListener('security.authentication.success', [=> function () {
  4728.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4729.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  4730.         $instance->addListener('security.authentication.success', [=> function () {
  4731.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4732.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  4733.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4734.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4735.         }, => 'onLoginFailureRedirectToLogin'], 0);
  4736.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4737.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4738.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  4739.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4740.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4741.         }, => 'onLoginSuccessRedirection'], 0);
  4742.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4743.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4744.         }, => 'onLogout'], 0);
  4745.         $instance->addListener('kernel.request', [=> function () {
  4746.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\AccountStatusListener'] ?? $this->getAccountStatusListenerService());
  4747.         }, => 'onKernelRequest'], 0);
  4748.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4749.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterLinkUserSubscriber'] ?? $this->load('getOneRosterLinkUserSubscriberService'));
  4750.         }, => 'groupSyncOld'], 0);
  4751.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4752.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterLinkUserSubscriber'] ?? $this->load('getOneRosterLinkUserSubscriberService'));
  4753.         }, => 'groupsSync'], 0);
  4754.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4755.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber2Service'));
  4756.         }, => 'groupsSync'], 0);
  4757.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4758.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber2Service'));
  4759.         }, => 'deactivateMissing'], 0);
  4760.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4761.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterProcessOrgSubscriber'] ?? $this->load('getOneRosterProcessOrgSubscriberService'));
  4762.         }, => 'groupsSync'], 1);
  4763.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4764.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterProcessUserSubscriber'] ?? $this->load('getOneRosterProcessUserSubscriberService'));
  4765.         }, => 'accountSync'], 1);
  4766.         $instance->addListener('kernel.controller', [=> function () {
  4767.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'] ?? $this->getAutomationController2Service());
  4768.         }, => 'onKernelController'], 0);
  4769.         $instance->addListener('kernel.controller', [=> function () {
  4770.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'] ?? $this->getDefaultControllerService());
  4771.         }, => 'onKernelController'], 0);
  4772.         $instance->addListener('kernel.controller', [=> function () {
  4773.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController'] ?? $this->getListsControllerService());
  4774.         }, => 'onKernelController'], 0);
  4775.         $instance->addListener('kernel.controller', [=> function () {
  4776.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'] ?? $this->getLogsControllerService());
  4777.         }, => 'onKernelController'], 0);
  4778.         $instance->addListener('kernel.controller', [=> function () {
  4779.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'] ?? $this->getMessagesControllerService());
  4780.         }, => 'onKernelController'], 0);
  4781.         $instance->addListener('kernel.controller', [=> function () {
  4782.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController'] ?? $this->getCallerIdsControllerService());
  4783.         }, => 'onKernelController'], 0);
  4784.         $instance->addListener('kernel.controller', [=> function () {
  4785.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController'] ?? $this->getDefaultController2Service());
  4786.         }, => 'onKernelController'], 0);
  4787.         $instance->addListener('kernel.controller', [=> function () {
  4788.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController'] ?? $this->getDomainsControllerService());
  4789.         }, => 'onKernelController'], 0);
  4790.         $instance->addListener('kernel.controller', [=> function () {
  4791.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController'] ?? $this->getEmailSuppressionControllerService());
  4792.         }, => 'onKernelController'], 0);
  4793.         $instance->addListener('kernel.controller', [=> function () {
  4794.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController'] ?? $this->getNotificationsConfigControllerService());
  4795.         }, => 'onKernelController'], 0);
  4796.         $instance->addListener('kernel.controller', [=> function () {
  4797.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController'] ?? $this->getPhonesControllerService());
  4798.         }, => 'onKernelController'], 0);
  4799.         $instance->addListener('kernel.controller', [=> function () {
  4800.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'] ?? $this->getProfileController2Service());
  4801.         }, => 'onKernelController'], 0);
  4802.         $instance->addListener('kernel.controller', [=> function () {
  4803.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'] ?? $this->getRecordingControllerService());
  4804.         }, => 'onKernelController'], 0);
  4805.         $instance->addListener('kernel.controller', [=> function () {
  4806.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'] ?? $this->getReportsControllerService());
  4807.         }, => 'onKernelController'], 0);
  4808.         $instance->addListener('kernel.controller', [=> function () {
  4809.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'] ?? $this->getSisControllerService());
  4810.         }, => 'onKernelController'], 0);
  4811.         $instance->addListener('kernel.controller', [=> function () {
  4812.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'] ?? $this->getStudentsControllerService());
  4813.         }, => 'onKernelController'], 0);
  4814.         $instance->addListener('kernel.controller', [=> function () {
  4815.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController'] ?? $this->getTemplatesControllerService());
  4816.         }, => 'onKernelController'], 0);
  4817.         $instance->addListener('kernel.controller', [=> function () {
  4818.             return ($this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'] ?? $this->getManagementControllerService());
  4819.         }, => 'onKernelController'], 0);
  4820.         $instance->addListener('form.pre_submit', [=> function () {
  4821.             return ($this->privates['Products\\NotificationsBundle\\Form\\Forms\\Messages\\ScriptChangeDetectionListener'] ?? ($this->privates['Products\\NotificationsBundle\\Form\\Forms\\Messages\\ScriptChangeDetectionListener'] = new \Products\NotificationsBundle\Form\Forms\Messages\ScriptChangeDetectionListener()));
  4822.         }, => 'onPreSubmit'], 0);
  4823.         $instance->addListener('app.notifications.translations.message', [=> function () {
  4824.             return ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'] ?? $this->getTranslationServiceService());
  4825.         }, => 'onTranslateMessage'], 0);
  4826.         $instance->addListener('app.notifications.broadcast.automation', [=> function () {
  4827.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\AutomationSubscriber'] ?? $this->load('getAutomationSubscriberService'));
  4828.         }, => 'onBroadcastAutomation'], 0);
  4829.         $instance->addListener('app.notifications.broadcast.job', [=> function () {
  4830.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4831.         }, => 'onBroadcastJob'], 0);
  4832.         $instance->addListener('app.notifications.broadcast.channel', [=> function () {
  4833.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4834.         }, => 'onBroadcastChannel'], 0);
  4835.         $instance->addListener('app.notifications.broadcast.item', [=> function () {
  4836.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4837.         }, => 'onBroadcastItem'], 0);
  4838.         $instance->addListener('kernel.request', [=> function () {
  4839.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  4840.         }, => 'onKernelRequest'], 0);
  4841.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4842.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterOrgProcessSubscriber'] ?? $this->load('getOneRosterOrgProcessSubscriber2Service'));
  4843.         }, => 'syncList'], 0);
  4844.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4845.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4846.         }, => 'discardProfiles'], 0);
  4847.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4848.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4849.         }, => 'discardStudents'], 0);
  4850.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4851.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4852.         }, => 'disassociateRelations'], 0);
  4853.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4854.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4855.         }, => 'contactsPrep'], 0);
  4856.         $instance->addListener('campussuite.one_roster.prepare.adhoc.notifications.contact_preparation', [=> function () {
  4857.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4858.         }, => 'contactInjection'], 0);
  4859.         $instance->addListener('campussuite.one_roster.prepare.adhoc.notifications.contact_preparation', [=> function () {
  4860.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4861.         }, => 'contactLookup'], 0);
  4862.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4863.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4864.         }, => 'syncTesters'], 0);
  4865.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4866.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4867.         }, => 'discardProfileContacts'], 0);
  4868.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4869.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4870.         }, => 'cleanup'], 0);
  4871.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4872.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4873.         }, => 'teacherGrades'], 0);
  4874.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4875.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4876.         }, => 'parentOrgs'], 0);
  4877.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4878.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4879.         }, => 'parentGrades'], 0);
  4880.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4881.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserLinkSubscriber'] ?? $this->load('getOneRosterUserLinkSubscriberService'));
  4882.         }, => 'associateStudents'], 0);
  4883.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4884.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4885.         }, => 'syncProfile'], 0);
  4886.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4887.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4888.         }, => 'syncStudent'], 0);
  4889.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4890.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4891.         }, => 'syncRecipients'], 0);
  4892.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4893.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4894.         }, => 'initPreferences'], 0);
  4895.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4896.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4897.         }, => 'calculateReachability'], 0);
  4898.         $instance->addListener('campussuite.one_roster.tweak.object.user', [=> function () {
  4899.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserTweakSubscriber'] ?? $this->load('getOneRosterUserTweakSubscriberService'));
  4900.         }, => 'calculateStudentReachability'], 0);
  4901.         $instance->addListener('app.notifications.webhooks.email', [=> function () {
  4902.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4903.         }, => 'onWebhookEmail'], 0);
  4904.         $instance->addListener('app.notifications.webhooks.sms', [=> function () {
  4905.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4906.         }, => 'onWebhookSms'], 0);
  4907.         $instance->addListener('app.notifications.webhooks.voice', [=> function () {
  4908.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4909.         }, => 'onWebhookVoice'], 0);
  4910.         $instance->addListener('kernel.request', [=> function () {
  4911.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4912.         }, => 'onKernelRequest'], 0);
  4913.         $instance->addListener('kernel.controller', [=> function () {
  4914.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4915.         }, => 'onKernelController'], 0);
  4916.         $instance->addListener('kernel.exception', [=> function () {
  4917.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4918.         }, => 'onKernelException'], 0);
  4919.         $instance->addListener('kernel.view', [=> function () {
  4920.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4921.         }, => 'onKernelView'], 0);
  4922.         $instance->addListener('kernel.controller', [=> function () {
  4923.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4924.         }, => 'onKernelController'], 0);
  4925.         $instance->addListener('kernel.controller', [=> function () {
  4926.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4927.         }, => 'onKernelController'], 0);
  4928.         $instance->addListener('kernel.controller', [=> function () {
  4929.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4930.         }, => 'onKernelController'], -128);
  4931.         $instance->addListener('kernel.view', [=> function () {
  4932.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4933.         }, => 'onKernelView'], 0);
  4934.         $instance->addListener('kernel.controller', [=> function () {
  4935.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4936.         }, => 'onKernelController'], 0);
  4937.         $instance->addListener('kernel.response', [=> function () {
  4938.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4939.         }, => 'onKernelResponse'], 0);
  4940.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4941.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4942.         }, => 'onKernelControllerArguments'], 0);
  4943.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4944.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4945.         }, => 'onKernelControllerArguments'], 0);
  4946.         $instance->addListener('kernel.response', [=> function () {
  4947.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  4948.         }, => 'onKernelResponse'], 0);
  4949.         $instance->addListener('kernel.response', [=> function () {
  4950.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4951.         }, => 'onKernelResponse'], -1024);
  4952.         $instance->addListener('kernel.request', [=> function () {
  4953.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4954.         }, => 'setDefaultLocale'], 100);
  4955.         $instance->addListener('kernel.request', [=> function () {
  4956.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4957.         }, => 'onKernelRequest'], 16);
  4958.         $instance->addListener('kernel.finish_request', [=> function () {
  4959.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4960.         }, => 'onKernelFinishRequest'], 0);
  4961.         $instance->addListener('kernel.request', [=> function () {
  4962.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4963.         }, => 'onKernelRequest'], 256);
  4964.         $instance->addListener('kernel.response', [=> function () {
  4965.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4966.         }, => 'onResponse'], -255);
  4967.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4968.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4969.         }, => 'onControllerArguments'], 0);
  4970.         $instance->addListener('kernel.exception', [=> function () {
  4971.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4972.         }, => 'logKernelException'], 0);
  4973.         $instance->addListener('kernel.exception', [=> function () {
  4974.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4975.         }, => 'onKernelException'], -128);
  4976.         $instance->addListener('kernel.response', [=> function () {
  4977.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4978.         }, => 'removeCspHeader'], -128);
  4979.         $instance->addListener('kernel.request', [=> function () {
  4980.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4981.         }, => 'onKernelRequest'], 15);
  4982.         $instance->addListener('kernel.finish_request', [=> function () {
  4983.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4984.         }, => 'onKernelFinishRequest'], -15);
  4985.         $instance->addListener('console.error', [=> function () {
  4986.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4987.         }, => 'onConsoleError'], -128);
  4988.         $instance->addListener('console.terminate', [=> function () {
  4989.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4990.         }, => 'onConsoleTerminate'], -128);
  4991.         $instance->addListener('console.error', [=> function () {
  4992.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4993.         }, => 'onConsoleError'], 0);
  4994.         $instance->addListener('kernel.request', [=> function () {
  4995.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  4996.         }, => 'onKernelRequest'], 128);
  4997.         $instance->addListener('kernel.response', [=> function () {
  4998.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  4999.         }, => 'onKernelResponse'], -1000);
  5000.         $instance->addListener('kernel.finish_request', [=> function () {
  5001.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  5002.         }, => 'onFinishRequest'], 0);
  5003.         $instance->addListener('kernel.request', [=> function () {
  5004.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  5005.         }, => 'onKernelRequest'], 48);
  5006.         $instance->addListener('kernel.request', [=> function () {
  5007.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5008.         }, => 'configure'], 2048);
  5009.         $instance->addListener('console.command', [=> function () {
  5010.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5011.         }, => 'configure'], 2048);
  5012.         $instance->addListener('kernel.request', [=> function () {
  5013.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5014.         }, => 'onKernelRequest'], 32);
  5015.         $instance->addListener('kernel.finish_request', [=> function () {
  5016.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5017.         }, => 'onKernelFinishRequest'], 0);
  5018.         $instance->addListener('kernel.exception', [=> function () {
  5019.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5020.         }, => 'onKernelException'], -64);
  5021.         $instance->addListener('kernel.response', [=> function () {
  5022.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5023.         }, => 'onKernelResponse'], -100);
  5024.         $instance->addListener('kernel.exception', [=> function () {
  5025.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5026.         }, => 'onKernelException'], 0);
  5027.         $instance->addListener('kernel.terminate', [=> function () {
  5028.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5029.         }, => 'onKernelTerminate'], -1024);
  5030.         $instance->addListener('kernel.controller', [=> function () {
  5031.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5032.         }, => 'onKernelController'], 0);
  5033.         $instance->addListener('kernel.response', [=> function () {
  5034.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5035.         }, => 'onKernelResponse'], 0);
  5036.         $instance->addListener('console.command', [=> function () {
  5037.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5038.         }, => 'onCommand'], 255);
  5039.         $instance->addListener('console.terminate', [=> function () {
  5040.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5041.         }, => 'onTerminate'], -255);
  5042.         $instance->addListener('kernel.response', [=> function () {
  5043.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5044.         }, => 'onKernelResponse'], 0);
  5045.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5046.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  5047.         }, => 'checkPassport'], 0);
  5048.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5049.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  5050.         }, => 'onLoginSuccess'], 0);
  5051.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  5052.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  5053.         }, => 'onVoterVote'], 0);
  5054.         $instance->addListener('kernel.request', [=> function () {
  5055.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5056.         }, => 'configureLogoutUrlGenerator'], 8);
  5057.         $instance->addListener('kernel.request', [=> function () {
  5058.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5059.         }, => 'onKernelRequest'], 8);
  5060.         $instance->addListener('kernel.finish_request', [=> function () {
  5061.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5062.         }, => 'onKernelFinishRequest'], 0);
  5063.         $instance->addListener('kernel.finish_request', [=> function () {
  5064.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  5065.         }, => 'resetAssets'], 0);
  5066.         $instance->addListener('kernel.response', [=> function () {
  5067.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5068.         }, => 'onKernelResponse'], -128);
  5069.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5070.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  5071.         }, => 'checkPassport'], 512);
  5072.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5073.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  5074.         }, => 'onLogout'], 0);
  5075.         return $instance;
  5076.     }
  5077.     /**
  5078.      * Gets the public 'http_kernel' shared service.
  5079.      *
  5080.      * @return \Symfony\Component\HttpKernel\HttpKernel
  5081.      */
  5082.     protected function getHttpKernelService()
  5083.     {
  5084.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5085.         if (isset($this->services['http_kernel'])) {
  5086.             return $this->services['http_kernel'];
  5087.         }
  5088.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  5089.         if (isset($this->services['http_kernel'])) {
  5090.             return $this->services['http_kernel'];
  5091.         }
  5092.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  5093.     }
  5094.     /**
  5095.      * Gets the public 'request_stack' shared service.
  5096.      *
  5097.      * @return \Symfony\Component\HttpFoundation\RequestStack
  5098.      */
  5099.     protected function getRequestStackService()
  5100.     {
  5101.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5102.     }
  5103.     /**
  5104.      * Gets the public 'router' shared service.
  5105.      *
  5106.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5107.      */
  5108.     protected function getRouterService()
  5109.     {
  5110.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5111.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  5112.         ], [
  5113.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5114.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'en');
  5115.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5116.         $instance->addExpressionLanguageProvider(($this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] ?? ($this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] = new \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider())));
  5117.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5118.         return $instance;
  5119.     }
  5120.     /**
  5121.      * Gets the public 'translator' shared service.
  5122.      *
  5123.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5124.      */
  5125.     protected function getTranslatorService()
  5126.     {
  5127.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5128.     }
  5129.     /**
  5130.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  5131.      *
  5132.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  5133.      */
  5134.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  5135.     {
  5136.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5137.         $b = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5138.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5139.         $a->addDriver($b'App\\Entity');
  5140.         $a->addDriver($b'Cms\\ContainerBundle\\Entity');
  5141.         $a->addDriver($b'Cms\\ContentBundle\\Entity');
  5142.         $a->addDriver($b'Cms\\CoreBundle\\Entity');
  5143.         $a->addDriver($b'Cms\\DomainBundle\\Entity');
  5144.         $a->addDriver($b'Cms\\FileBundle\\Entity');
  5145.         $a->addDriver($b'Cms\\ImportBundle\\Entity');
  5146.         $a->addDriver($b'Cms\\LogBundle\\Entity');
  5147.         $a->addDriver($b'Cms\\ModuleBundle\\Entity');
  5148.         $a->addDriver($b'Cms\\Modules\\AlertBundle\\Entity');
  5149.         $a->addDriver($b'Cms\\Modules\\BlogBundle\\Entity');
  5150.         $a->addDriver($b'Cms\\Modules\\CalendarBundle\\Entity');
  5151.         $a->addDriver($b'Cms\\Modules\\GalleryBundle\\Entity');
  5152.         $a->addDriver($b'Cms\\Modules\\NewsBundle\\Entity');
  5153.         $a->addDriver($b'Cms\\Modules\\PageBundle\\Entity');
  5154.         $a->addDriver($b'Cms\\Modules\\PeopleBundle\\Entity');
  5155.         $a->addDriver($b'Cms\\Modules\\QuestionBundle\\Entity');
  5156.         $a->addDriver($b'Cms\\Modules\\SnippetBundle\\Entity');
  5157.         $a->addDriver($b'Cms\\RedirectBundle\\Entity');
  5158.         $a->addDriver($b'Cms\\SitebuilderBundle\\Entity');
  5159.         $a->addDriver($b'Cms\\SyncBundle\\Entity');
  5160.         $a->addDriver($b'Cms\\SystemBundle\\Entity');
  5161.         $a->addDriver($b'Cms\\TagBundle\\Entity');
  5162.         $a->addDriver($b'Cms\\TenantBundle\\Entity');
  5163.         $a->addDriver($b'Cms\\ThemeBundle\\Entity');
  5164.         $a->addDriver($b'Cms\\WorkflowsBundle\\Entity');
  5165.         $a->addDriver($b'Platform\\ControlPanelBundle\\Entity');
  5166.         $a->addDriver($b'Platform\\QueueBundle\\Entity');
  5167.         $a->addDriver($b'Platform\\SecurityBundle\\Entity');
  5168.         $a->addDriver($b'Products\\AdaBundle\\Entity');
  5169.         $a->addDriver($b'Products\\NotificationsBundle\\Entity');
  5170.         $a->addDriver($b'Products\\SocialBundle\\Entity');
  5171.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/Entity')]), 'Cms\\Modules\\AlertBundle\\Entity');
  5172.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/Entity')]), 'Cms\\Modules\\BlogBundle\\Entity');
  5173.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/Entity')]), 'Cms\\Modules\\CalendarBundle\\Entity');
  5174.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Entity')]), 'Cms\\Modules\\GalleryBundle\\Entity');
  5175.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/Entity')]), 'Cms\\Modules\\NewsBundle\\Entity');
  5176.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle/Entity')]), 'Cms\\Modules\\PageBundle\\Entity');
  5177.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Entity')]), 'Cms\\Modules\\PeopleBundle\\Entity');
  5178.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/Entity')]), 'Cms\\Modules\\QuestionBundle\\Entity');
  5179.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/Entity')]), 'Cms\\Modules\\SnippetBundle\\Entity');
  5180.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  5181.     }
  5182.     /**
  5183.      * Gets the private '.service_locator.KLVvNIq' shared service.
  5184.      *
  5185.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5186.      */
  5187.     protected function get_ServiceLocator_KLVvNIqService()
  5188.     {
  5189.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5190.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  5191.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  5192.         ], [
  5193.             'doctrine.ulid_generator' => '?',
  5194.             'doctrine.uuid_generator' => '?',
  5195.         ]);
  5196.     }
  5197.     /**
  5198.      * Gets the private '.service_locator.Rwgh_w3' shared service.
  5199.      *
  5200.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5201.      */
  5202.     protected function get_ServiceLocator_RwghW3Service()
  5203.     {
  5204.         return $this->privates['.service_locator.Rwgh_w3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5205.             'security.firewall.map.context.dashboard' => ['privates''security.firewall.map.context.dashboard''getSecurity_Firewall_Map_Context_DashboardService'true],
  5206.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  5207.             'security.firewall.map.context.portal' => ['privates''security.firewall.map.context.portal''getSecurity_Firewall_Map_Context_PortalService'true],
  5208.             'security.firewall.map.context.portal_admin_api' => ['privates''security.firewall.map.context.portal_admin_api''getSecurity_Firewall_Map_Context_PortalAdminApiService'true],
  5209.             'security.firewall.map.context.portal_api' => ['privates''security.firewall.map.context.portal_api''getSecurity_Firewall_Map_Context_PortalApiService'true],
  5210.         ], [
  5211.             'security.firewall.map.context.dashboard' => '?',
  5212.             'security.firewall.map.context.dev' => '?',
  5213.             'security.firewall.map.context.portal' => '?',
  5214.             'security.firewall.map.context.portal_admin_api' => '?',
  5215.             'security.firewall.map.context.portal_api' => '?',
  5216.         ]);
  5217.     }
  5218.     /**
  5219.      * Gets the private '.service_locator.VwylmMF' shared service.
  5220.      *
  5221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5222.      */
  5223.     protected function get_ServiceLocator_VwylmMFService()
  5224.     {
  5225.         return $this->privates['.service_locator.VwylmMF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5226.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  5227.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  5228.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5229.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  5230.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  5231.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  5232.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  5233.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5234.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  5235.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5236.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  5237.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  5238.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  5239.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  5240.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  5241.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  5242.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5243.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  5244.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5245.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  5246.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  5247.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5248.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5249.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  5250.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  5251.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  5252.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5253.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5254.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5255.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5256.             'kernel' => ['services''kernel''getKernelService'false],
  5257.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5258.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  5259.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5260.             'router' => ['services''router''getRouterService'false],
  5261.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5262.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  5263.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5264.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  5265.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5266.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  5267.             'translator' => ['services''translator''getTranslatorService'false],
  5268.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5269.         ], [
  5270.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  5271.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  5272.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  5273.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  5274.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  5275.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  5276.             'App\\Controller\\AbstractController::getRouter' => '?',
  5277.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  5278.             'App\\Controller\\AbstractController::getTranslator' => '?',
  5279.             'App\\Controller\\AbstractController::getTwig' => '?',
  5280.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  5281.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  5282.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  5283.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  5284.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  5285.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  5286.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  5287.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  5288.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  5289.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  5290.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  5291.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  5292.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  5293.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  5294.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  5295.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  5296.             'Twig\\Environment' => '?',
  5297.             'doctrine' => '?',
  5298.             'form.factory' => '?',
  5299.             'http_kernel' => '?',
  5300.             'kernel' => 'kernel',
  5301.             'parameter_bag' => '?',
  5302.             'profiler' => '?',
  5303.             'request_stack' => '?',
  5304.             'router' => '?',
  5305.             'security.authorization_checker' => '?',
  5306.             'security.csrf.token_manager' => '?',
  5307.             'security.token_storage' => '?',
  5308.             'serializer' => '?',
  5309.             'session' => '.session.deprecated',
  5310.             'session.handler' => '?',
  5311.             'translator' => '?',
  5312.             'twig' => '?',
  5313.         ]);
  5314.     }
  5315.     /**
  5316.      * Gets the private 'App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer' shared autowired service.
  5317.      *
  5318.      * @return \App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer
  5319.      */
  5320.     protected function getContactAttemptBlobConsumerService()
  5321.     {
  5322.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\ContactAttemptBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\ContactAttemptBlobManager'] ?? $this->getContactAttemptBlobManagerService()));
  5323.     }
  5324.     /**
  5325.      * Gets the private 'App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer' shared autowired service.
  5326.      *
  5327.      * @return \App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer
  5328.      */
  5329.     protected function getDepartmentBlobConsumerService()
  5330.     {
  5331.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\DepartmentBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] ?? $this->getDepartmentBlobManagerService()));
  5332.     }
  5333.     /**
  5334.      * Gets the private 'App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer' shared autowired service.
  5335.      *
  5336.      * @return \App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer
  5337.      */
  5338.     protected function getLooseFileBlobConsumerService()
  5339.     {
  5340.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\LooseFileBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\LooseFileBlobManager'] ?? $this->getLooseFileBlobManagerService()));
  5341.     }
  5342.     /**
  5343.      * Gets the private 'App\Component\Blobs\BlobConsumers\RecordingBlobConsumer' shared autowired service.
  5344.      *
  5345.      * @return \App\Component\Blobs\BlobConsumers\RecordingBlobConsumer
  5346.      */
  5347.     protected function getRecordingBlobConsumerService()
  5348.     {
  5349.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\RecordingBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] ?? $this->getRecordingBlobManagerService()));
  5350.     }
  5351.     /**
  5352.      * Gets the private 'App\Component\Blobs\BlobConsumers\SchoolBlobConsumer' shared autowired service.
  5353.      *
  5354.      * @return \App\Component\Blobs\BlobConsumers\SchoolBlobConsumer
  5355.      */
  5356.     protected function getSchoolBlobConsumerService()
  5357.     {
  5358.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\SchoolBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\SchoolBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\SchoolBlobManager'] ?? $this->getSchoolBlobManagerService()));
  5359.     }
  5360.     /**
  5361.      * Gets the private 'App\Component\Blobs\BlobManagers\ContactAttemptBlobManager' shared autowired service.
  5362.      *
  5363.      * @return \App\Component\Blobs\BlobManagers\ContactAttemptBlobManager
  5364.      */
  5365.     protected function getContactAttemptBlobManagerService()
  5366.     {
  5367.         return $this->privates['App\\Component\\Blobs\\BlobManagers\\ContactAttemptBlobManager'] = new \App\Component\Blobs\BlobManagers\ContactAttemptBlobManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] ?? $this->getDefaultS3StorageService()));
  5368.     }
  5369.     /**
  5370.      * Gets the private 'App\Component\Blobs\BlobManagers\DepartmentBlobManager' shared autowired service.
  5371.      *
  5372.      * @return \App\Component\Blobs\BlobManagers\DepartmentBlobManager
  5373.      */
  5374.     protected function getDepartmentBlobManagerService()
  5375.     {
  5376.         return $this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] = new \App\Component\Blobs\BlobManagers\DepartmentBlobManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] ?? $this->getDefaultS3StorageService()));
  5377.     }
  5378.     /**
  5379.      * Gets the private 'App\Component\Blobs\BlobManagers\LooseFileBlobManager' shared autowired service.
  5380.      *
  5381.      * @return \App\Component\Blobs\BlobManagers\LooseFileBlobManager
  5382.      */
  5383.     protected function getLooseFileBlobManagerService()
  5384.     {
  5385.         return $this->privates['App\\Component\\Blobs\\BlobManagers\\LooseFileBlobManager'] = new \App\Component\Blobs\BlobManagers\LooseFileBlobManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] ?? $this->getDefaultS3StorageService()));
  5386.     }
  5387.     /**
  5388.      * Gets the private 'App\Component\Blobs\BlobManagers\RecordingBlobManager' shared autowired service.
  5389.      *
  5390.      * @return \App\Component\Blobs\BlobManagers\RecordingBlobManager
  5391.      */
  5392.     protected function getRecordingBlobManagerService()
  5393.     {
  5394.         return $this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] = new \App\Component\Blobs\BlobManagers\RecordingBlobManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] ?? $this->getDefaultS3StorageService()));
  5395.     }
  5396.     /**
  5397.      * Gets the private 'App\Component\Blobs\BlobManagers\SchoolBlobManager' shared autowired service.
  5398.      *
  5399.      * @return \App\Component\Blobs\BlobManagers\SchoolBlobManager
  5400.      */
  5401.     protected function getSchoolBlobManagerService()
  5402.     {
  5403.         return $this->privates['App\\Component\\Blobs\\BlobManagers\\SchoolBlobManager'] = new \App\Component\Blobs\BlobManagers\SchoolBlobManager(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] ?? $this->getDefaultS3StorageService()));
  5404.     }
  5405.     /**
  5406.      * Gets the private 'App\Component\Blobs\StorageManager' shared autowired service.
  5407.      *
  5408.      * @return \App\Component\Blobs\StorageManager
  5409.      */
  5410.     protected function getStorageManagerService()
  5411.     {
  5412.         $this->privates['App\\Component\\Blobs\\StorageManager'] = $instance = new \App\Component\Blobs\StorageManager();
  5413.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\ContactAttemptBlobManager'] ?? $this->getContactAttemptBlobManagerService()));
  5414.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] ?? $this->getDepartmentBlobManagerService()));
  5415.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\LooseFileBlobManager'] ?? $this->getLooseFileBlobManagerService()));
  5416.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] ?? $this->getRecordingBlobManagerService()));
  5417.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\SchoolBlobManager'] ?? $this->getSchoolBlobManagerService()));
  5418.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\ContactAttemptBlobConsumer'] ?? $this->getContactAttemptBlobConsumerService()));
  5419.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\DepartmentBlobConsumer'] ?? $this->getDepartmentBlobConsumerService()));
  5420.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\LooseFileBlobConsumer'] ?? $this->getLooseFileBlobConsumerService()));
  5421.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer'] ?? $this->getRecordingBlobConsumerService()));
  5422.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\SchoolBlobConsumer'] ?? $this->getSchoolBlobConsumerService()));
  5423.         return $instance;
  5424.     }
  5425.     /**
  5426.      * Gets the private 'App\Component\Blobs\Storages\DefaultS3Storage' shared autowired service.
  5427.      *
  5428.      * @return \App\Component\Blobs\Storages\DefaultS3Storage
  5429.      */
  5430.     protected function getDefaultS3StorageService()
  5431.     {
  5432.         return $this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] = new \App\Component\Blobs\Storages\DefaultS3Storage(($this->privates['Aws\\S3\\S3Client'] ?? $this->getS3ClientService()), 'campussuite-storage');
  5433.     }
  5434.     /**
  5435.      * Gets the private 'App\Security\Core\Authorization\AccessTesterManager' shared autowired service.
  5436.      *
  5437.      * @return \App\Security\Core\Authorization\AccessTesterManager
  5438.      */
  5439.     protected function getAccessTesterManagerService()
  5440.     {
  5441.         return $this->privates['App\\Security\\Core\\Authorization\\AccessTesterManager'] = new \App\Security\Core\Authorization\AccessTesterManager(($this->services['Platform\\SecurityBundle\\Service\\Sentry'] ?? $this->getSentryService()), new RewindableGenerator(function () {
  5442.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\CmsVoter'] ?? $this->load('getCmsVoterService'));
  5443.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\InternalUserVoter'] ?? $this->load('getInternalUserVoterService'));
  5444.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\NotificationsVoter'] ?? $this->load('getNotificationsVoterService'));
  5445.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\SuperUserVoter'] ?? $this->load('getSuperUserVoterService'));
  5446.         }, 4));
  5447.     }
  5448.     /**
  5449.      * Gets the private 'App\Security\Core\Authorization\AuthorizationTester' shared autowired service.
  5450.      *
  5451.      * @return \App\Security\Core\Authorization\AuthorizationTester
  5452.      */
  5453.     protected function getAuthorizationTesterService()
  5454.     {
  5455.         $a = ($this->privates['App\\Security\\Core\\Authorization\\AccessTesterManager'] ?? $this->getAccessTesterManagerService());
  5456.         if (isset($this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'])) {
  5457.             return $this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'];
  5458.         }
  5459.         return $this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'] = new \App\Security\Core\Authorization\AuthorizationTester(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? ($this->privates['security.authentication.manager'] = new \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager())), $a);
  5460.     }
  5461.     /**
  5462.      * Gets the private 'App\Security\Firewall\PortalFirewall' shared autowired service.
  5463.      *
  5464.      * @return \App\Security\Firewall\PortalFirewall
  5465.      */
  5466.     protected function getPortalFirewallService()
  5467.     {
  5468.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5469.         if (isset($this->privates['App\\Security\\Firewall\\PortalFirewall'])) {
  5470.             return $this->privates['App\\Security\\Firewall\\PortalFirewall'];
  5471.         }
  5472.         return $this->privates['App\\Security\\Firewall\\PortalFirewall'] = new \App\Security\Firewall\PortalFirewall(($this->services['router'] ?? $this->getRouterService()), $a);
  5473.     }
  5474.     /**
  5475.      * Gets the private 'App\Service\Content\WebUrlGenerator' shared autowired service.
  5476.      *
  5477.      * @return \App\Service\Content\WebUrlGenerator
  5478.      */
  5479.     protected function getWebUrlGeneratorService()
  5480.     {
  5481.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  5482.         if (isset($this->privates['App\\Service\\Content\\WebUrlGenerator'])) {
  5483.             return $this->privates['App\\Service\\Content\\WebUrlGenerator'];
  5484.         }
  5485.         return $this->privates['App\\Service\\Content\\WebUrlGenerator'] = new \App\Service\Content\WebUrlGenerator(($this->services['router'] ?? $this->getRouterService()), $a, ($this->privates['App\\Service\\MediaDecorator'] ?? $this->getMediaDecoratorService()));
  5486.     }
  5487.     /**
  5488.      * Gets the private 'App\Service\Intl\CloudTranslator' shared autowired service.
  5489.      *
  5490.      * @return \App\Service\Intl\CloudTranslator
  5491.      */
  5492.     protected function getCloudTranslatorService()
  5493.     {
  5494.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5495.         if (isset($this->privates['App\\Service\\Intl\\CloudTranslator'])) {
  5496.             return $this->privates['App\\Service\\Intl\\CloudTranslator'];
  5497.         }
  5498.         return $this->privates['App\\Service\\Intl\\CloudTranslator'] = new \App\Service\Intl\CloudTranslator($a, ($this->privates['App\\Service\\Intl\\Translation\\GoogleTranslationClient'] ?? ($this->privates['App\\Service\\Intl\\Translation\\GoogleTranslationClient'] = new \App\Service\Intl\Translation\GoogleTranslationClient('AIzaSyDKDXIFHzh-IEgWlBScoLzyM9AzkpZ8UCs'))), ($this->services['Products\\NotificationsBundle\\Service\\RecordingLogic'] ?? $this->getRecordingLogicService()));
  5499.     }
  5500.     /**
  5501.      * Gets the private 'App\Service\Intl\Translation\GoogleTranslationClient' shared autowired service.
  5502.      *
  5503.      * @return \App\Service\Intl\Translation\GoogleTranslationClient
  5504.      */
  5505.     protected function getGoogleTranslationClientService()
  5506.     {
  5507.         return $this->privates['App\\Service\\Intl\\Translation\\GoogleTranslationClient'] = new \App\Service\Intl\Translation\GoogleTranslationClient('AIzaSyDKDXIFHzh-IEgWlBScoLzyM9AzkpZ8UCs');
  5508.     }
  5509.     /**
  5510.      * Gets the private 'App\Service\MediaDecorator' shared autowired service.
  5511.      *
  5512.      * @return \App\Service\MediaDecorator
  5513.      */
  5514.     protected function getMediaDecoratorService()
  5515.     {
  5516.         return $this->privates['App\\Service\\MediaDecorator'] = new \App\Service\MediaDecorator(($this->privates['App\\Component\\Blobs\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  5517.     }
  5518.     /**
  5519.      * Gets the private 'App\Service\Messaging\MessagingContext' shared autowired service.
  5520.      *
  5521.      * @return \App\Service\Messaging\MessagingContext
  5522.      */
  5523.     protected function getMessagingContextService()
  5524.     {
  5525.         return $this->privates['App\\Service\\Messaging\\MessagingContext'] = new \App\Service\Messaging\MessagingContext(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Service\\TenantContext'] ?? $this->getTenantContextService()));
  5526.     }
  5527.     /**
  5528.      * Gets the private 'App\Service\NgrokRouter' shared autowired service.
  5529.      *
  5530.      * @return \App\Service\NgrokRouter
  5531.      */
  5532.     protected function getNgrokRouterService()
  5533.     {
  5534.         return $this->privates['App\\Service\\NgrokRouter'] = new \App\Service\NgrokRouter(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['router'] ?? $this->getRouterService()));
  5535.     }
  5536.     /**
  5537.      * Gets the private 'App\Service\Query\ConditionQueryPreviewer' shared autowired service.
  5538.      *
  5539.      * @return \App\Service\Query\ConditionQueryPreviewer
  5540.      */
  5541.     protected function getConditionQueryPreviewerService()
  5542.     {
  5543.         return $this->privates['App\\Service\\Query\\ConditionQueryPreviewer'] = new \App\Service\Query\ConditionQueryPreviewer();
  5544.     }
  5545.     /**
  5546.      * Gets the private 'App\Service\Query\ConditionQueryValidator' shared autowired service.
  5547.      *
  5548.      * @return \App\Service\Query\ConditionQueryValidator
  5549.      */
  5550.     protected function getConditionQueryValidatorService()
  5551.     {
  5552.         return $this->privates['App\\Service\\Query\\ConditionQueryValidator'] = new \App\Service\Query\ConditionQueryValidator();
  5553.     }
  5554.     /**
  5555.      * Gets the private 'App\Service\TenantContext' shared autowired service.
  5556.      *
  5557.      * @return \App\Service\TenantContext
  5558.      */
  5559.     protected function getTenantContextService()
  5560.     {
  5561.         $a = ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService());
  5562.         if (isset($this->privates['App\\Service\\TenantContext'])) {
  5563.             return $this->privates['App\\Service\\TenantContext'];
  5564.         }
  5565.         return $this->privates['App\\Service\\TenantContext'] = new \App\Service\TenantContext($a);
  5566.     }
  5567.     /**
  5568.      * Gets the private 'App\Service\Vendors\Sendgrid\Onboarding\SendgridSendersOnboardingHandler' shared autowired service.
  5569.      *
  5570.      * @return \App\Service\Vendors\Sendgrid\Onboarding\SendgridSendersOnboardingHandler
  5571.      */
  5572.     protected function getSendgridSendersOnboardingHandlerService()
  5573.     {
  5574.         return $this->privates['App\\Service\\Vendors\\Sendgrid\\Onboarding\\SendgridSendersOnboardingHandler'] = new \App\Service\Vendors\Sendgrid\Onboarding\SendgridSendersOnboardingHandler(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Service\\Vendors\\Sendgrid\\SendgridFactory'] ?? $this->getSendgridFactoryService()), ($this->privates['App\\Service\\NgrokRouter'] ?? $this->getNgrokRouterService()));
  5575.     }
  5576.     /**
  5577.      * Gets the private 'App\Service\Vendors\Sendgrid\SendgridFactory' shared autowired service.
  5578.      *
  5579.      * @return \App\Service\Vendors\Sendgrid\SendgridFactory
  5580.      */
  5581.     protected function getSendgridFactoryService()
  5582.     {
  5583.         return $this->privates['App\\Service\\Vendors\\Sendgrid\\SendgridFactory'] = new \App\Service\Vendors\Sendgrid\SendgridFactory(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()));
  5584.     }
  5585.     /**
  5586.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioCnamOnboardingHandler' shared autowired service.
  5587.      *
  5588.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioCnamOnboardingHandler
  5589.      */
  5590.     protected function getTwilioCnamOnboardingHandlerService()
  5591.     {
  5592.         return $this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioCnamOnboardingHandler'] = new \App\Service\Vendors\Twilio\Onboarding\TwilioCnamOnboardingHandler(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Service\\Vendors\\Twilio\\TwilioFactory'] ?? $this->getTwilioFactoryService()), ($this->privates['App\\Service\\NgrokRouter'] ?? $this->getNgrokRouterService()));
  5593.     }
  5594.     /**
  5595.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioPhoneOnboardingHandler' shared autowired service.
  5596.      *
  5597.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioPhoneOnboardingHandler
  5598.      */
  5599.     protected function getTwilioPhoneOnboardingHandlerService()
  5600.     {
  5601.         return $this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioPhoneOnboardingHandler'] = new \App\Service\Vendors\Twilio\Onboarding\TwilioPhoneOnboardingHandler(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Service\\Vendors\\Twilio\\TwilioFactory'] ?? $this->getTwilioFactoryService()), ($this->privates['App\\Service\\NgrokRouter'] ?? $this->getNgrokRouterService()));
  5602.     }
  5603.     /**
  5604.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioSmsOnboardingHandler' shared autowired service.
  5605.      *
  5606.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioSmsOnboardingHandler
  5607.      */
  5608.     protected function getTwilioSmsOnboardingHandlerService()
  5609.     {
  5610.         return $this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioSmsOnboardingHandler'] = new \App\Service\Vendors\Twilio\Onboarding\TwilioSmsOnboardingHandler(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Service\\Vendors\\Twilio\\TwilioFactory'] ?? $this->getTwilioFactoryService()), ($this->privates['App\\Service\\NgrokRouter'] ?? $this->getNgrokRouterService()));
  5611.     }
  5612.     /**
  5613.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioVoiceOnboardingHandler' shared autowired service.
  5614.      *
  5615.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioVoiceOnboardingHandler
  5616.      */
  5617.     protected function getTwilioVoiceOnboardingHandlerService()
  5618.     {
  5619.         return $this->privates['App\\Service\\Vendors\\Twilio\\Onboarding\\TwilioVoiceOnboardingHandler'] = new \App\Service\Vendors\Twilio\Onboarding\TwilioVoiceOnboardingHandler(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Service\\Vendors\\Twilio\\TwilioFactory'] ?? $this->getTwilioFactoryService()), ($this->privates['App\\Service\\NgrokRouter'] ?? $this->getNgrokRouterService()));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'App\Service\Vendors\Twilio\TwilioFactory' shared autowired service.
  5623.      *
  5624.      * @return \App\Service\Vendors\Twilio\TwilioFactory
  5625.      */
  5626.     protected function getTwilioFactoryService()
  5627.     {
  5628.         return $this->privates['App\\Service\\Vendors\\Twilio\\TwilioFactory'] = new \App\Service\Vendors\Twilio\TwilioFactory(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()));
  5629.     }
  5630.     /**
  5631.      * Gets the private 'App\Subscriber\HstsSubscriber' shared autowired service.
  5632.      *
  5633.      * @return \App\Subscriber\HstsSubscriber
  5634.      */
  5635.     protected function getHstsSubscriberService()
  5636.     {
  5637.         return $this->privates['App\\Subscriber\\HstsSubscriber'] = new \App\Subscriber\HstsSubscriber(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5638.     }
  5639.     /**
  5640.      * Gets the private 'App\Subscriber\Routing\AppContextSubscriber' shared autowired service.
  5641.      *
  5642.      * @return \App\Subscriber\Routing\AppContextSubscriber
  5643.      */
  5644.     protected function getAppContextSubscriberService()
  5645.     {
  5646.         return $this->privates['App\\Subscriber\\Routing\\AppContextSubscriber'] = new \App\Subscriber\Routing\AppContextSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  5647.     }
  5648.     /**
  5649.      * Gets the private 'App\Twig\Extension\ArraysExtension' shared autowired service.
  5650.      *
  5651.      * @return \App\Twig\Extension\ArraysExtension
  5652.      */
  5653.     protected function getArraysExtensionService()
  5654.     {
  5655.         return $this->privates['App\\Twig\\Extension\\ArraysExtension'] = new \App\Twig\Extension\ArraysExtension();
  5656.     }
  5657.     /**
  5658.      * Gets the private 'App\Twig\Extension\BlobsExtension' shared autowired service.
  5659.      *
  5660.      * @return \App\Twig\Extension\BlobsExtension
  5661.      */
  5662.     protected function getBlobsExtensionService()
  5663.     {
  5664.         return $this->privates['App\\Twig\\Extension\\BlobsExtension'] = new \App\Twig\Extension\BlobsExtension(($this->privates['App\\Component\\Blobs\\StorageManager'] ?? $this->getStorageManagerService()));
  5665.     }
  5666.     /**
  5667.      * Gets the private 'App\Twig\Extension\CronTranslatorExtension' shared autowired service.
  5668.      *
  5669.      * @return \App\Twig\Extension\CronTranslatorExtension
  5670.      */
  5671.     protected function getCronTranslatorExtensionService()
  5672.     {
  5673.         return $this->privates['App\\Twig\\Extension\\CronTranslatorExtension'] = new \App\Twig\Extension\CronTranslatorExtension(($this->services['Cms\\CoreBundle\\Service\\LocaleManager'] ?? $this->getLocaleManagerService()));
  5674.     }
  5675.     /**
  5676.      * Gets the private 'App\Twig\Extension\DomExtension' shared autowired service.
  5677.      *
  5678.      * @return \App\Twig\Extension\DomExtension
  5679.      */
  5680.     protected function getDomExtensionService()
  5681.     {
  5682.         return $this->privates['App\\Twig\\Extension\\DomExtension'] = new \App\Twig\Extension\DomExtension();
  5683.     }
  5684.     /**
  5685.      * Gets the private 'App\Twig\Extension\FormExtension' shared autowired service.
  5686.      *
  5687.      * @return \App\Twig\Extension\FormExtension
  5688.      */
  5689.     protected function getFormExtensionService()
  5690.     {
  5691.         return $this->privates['App\\Twig\\Extension\\FormExtension'] = new \App\Twig\Extension\FormExtension();
  5692.     }
  5693.     /**
  5694.      * Gets the private 'App\Twig\Extension\HtmlExtension' shared autowired service.
  5695.      *
  5696.      * @return \App\Twig\Extension\HtmlExtension
  5697.      */
  5698.     protected function getHtmlExtensionService()
  5699.     {
  5700.         return $this->privates['App\\Twig\\Extension\\HtmlExtension'] = new \App\Twig\Extension\HtmlExtension();
  5701.     }
  5702.     /**
  5703.      * Gets the private 'App\Twig\Extension\MediaExtension' shared autowired service.
  5704.      *
  5705.      * @return \App\Twig\Extension\MediaExtension
  5706.      */
  5707.     protected function getMediaExtensionService()
  5708.     {
  5709.         return $this->privates['App\\Twig\\Extension\\MediaExtension'] = new \App\Twig\Extension\MediaExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\MediaDecorator'] ?? $this->getMediaDecoratorService()));
  5710.     }
  5711.     /**
  5712.      * Gets the private 'App\Twig\Extension\MiscellaneousExtension' shared autowired service.
  5713.      *
  5714.      * @return \App\Twig\Extension\MiscellaneousExtension
  5715.      */
  5716.     protected function getMiscellaneousExtensionService()
  5717.     {
  5718.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  5719.         if (isset($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'])) {
  5720.             return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'];
  5721.         }
  5722.         $b = ($this->privates['App\\Service\\Content\\WebUrlGenerator'] ?? $this->getWebUrlGeneratorService());
  5723.         if (isset($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'])) {
  5724.             return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'];
  5725.         }
  5726.         return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'] = new \App\Twig\Extension\MiscellaneousExtension(($this->services['translator'] ?? $this->getTranslatorService()), $a$b);
  5727.     }
  5728.     /**
  5729.      * Gets the private 'App\Twig\Extension\PhoneNumberExtension' shared autowired service.
  5730.      *
  5731.      * @return \App\Twig\Extension\PhoneNumberExtension
  5732.      */
  5733.     protected function getPhoneNumberExtensionService()
  5734.     {
  5735.         return $this->privates['App\\Twig\\Extension\\PhoneNumberExtension'] = new \App\Twig\Extension\PhoneNumberExtension(($this->services['App\\Service\\Data\\PhoneNumberService'] ?? $this->getPhoneNumberServiceService()));
  5736.     }
  5737.     /**
  5738.      * Gets the private 'App\Twig\Extension\SecurityExtension' shared autowired service.
  5739.      *
  5740.      * @return \App\Twig\Extension\SecurityExtension
  5741.      */
  5742.     protected function getSecurityExtensionService()
  5743.     {
  5744.         $a = ($this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'] ?? $this->getAuthorizationTesterService());
  5745.         if (isset($this->privates['App\\Twig\\Extension\\SecurityExtension'])) {
  5746.             return $this->privates['App\\Twig\\Extension\\SecurityExtension'];
  5747.         }
  5748.         return $this->privates['App\\Twig\\Extension\\SecurityExtension'] = new \App\Twig\Extension\SecurityExtension($a);
  5749.     }
  5750.     /**
  5751.      * Gets the private 'App\Twig\Extension\TypesExtension' shared autowired service.
  5752.      *
  5753.      * @return \App\Twig\Extension\TypesExtension
  5754.      */
  5755.     protected function getTypesExtensionService()
  5756.     {
  5757.         return $this->privates['App\\Twig\\Extension\\TypesExtension'] = new \App\Twig\Extension\TypesExtension();
  5758.     }
  5759.     /**
  5760.      * Gets the private 'App\Twig\Extension\ViewLayerExtension' shared autowired service.
  5761.      *
  5762.      * @return \App\Twig\Extension\ViewLayerExtension
  5763.      */
  5764.     protected function getViewLayerExtensionService()
  5765.     {
  5766.         return $this->privates['App\\Twig\\Extension\\ViewLayerExtension'] = new \App\Twig\Extension\ViewLayerExtension(($this->privates['App\\Twig\\ViewLayerGlobal'] ?? ($this->privates['App\\Twig\\ViewLayerGlobal'] = new \App\Twig\ViewLayerGlobal())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5767.     }
  5768.     /**
  5769.      * Gets the private 'App\Twig\Extension\VolatilesExtension' shared autowired service.
  5770.      *
  5771.      * @return \App\Twig\Extension\VolatilesExtension
  5772.      */
  5773.     protected function getVolatilesExtensionService()
  5774.     {
  5775.         return $this->privates['App\\Twig\\Extension\\VolatilesExtension'] = new \App\Twig\Extension\VolatilesExtension();
  5776.     }
  5777.     /**
  5778.      * Gets the private 'App\Twig\ViewLayerGlobal' shared autowired service.
  5779.      *
  5780.      * @return \App\Twig\ViewLayerGlobal
  5781.      */
  5782.     protected function getViewLayerGlobalService()
  5783.     {
  5784.         return $this->privates['App\\Twig\\ViewLayerGlobal'] = new \App\Twig\ViewLayerGlobal();
  5785.     }
  5786.     /**
  5787.      * Gets the private 'Aws\Polly\PollyClient' shared autowired service.
  5788.      *
  5789.      * @return \Aws\Polly\PollyClient
  5790.      */
  5791.     protected function getPollyClientService()
  5792.     {
  5793.         return $this->privates['Aws\\Polly\\PollyClient'] = new \Aws\Polly\PollyClient($this->parameters['amazon.polly']);
  5794.     }
  5795.     /**
  5796.      * Gets the private 'Aws\S3\S3Client' shared autowired service.
  5797.      *
  5798.      * @return \Aws\S3\S3Client
  5799.      */
  5800.     protected function getS3ClientService()
  5801.     {
  5802.         return $this->privates['Aws\\S3\\S3Client'] = new \Aws\S3\S3Client($this->parameters['amazon.s3']);
  5803.     }
  5804.     /**
  5805.      * Gets the private 'Cms\AssetsBundle\Service\AssetCatalog' shared autowired service.
  5806.      *
  5807.      * @return \Cms\AssetsBundle\Service\AssetCatalog
  5808.      */
  5809.     protected function getAssetCatalogService()
  5810.     {
  5811.         return $this->privates['Cms\\AssetsBundle\\Service\\AssetCatalog'] = new \Cms\AssetsBundle\Service\AssetCatalog($this->parameters['cms.assets.default_versions'], $this->parameters['cms.assets.cdn_config'], false);
  5812.     }
  5813.     /**
  5814.      * Gets the private 'Cms\ContainerBundle\Service\ContainerService' shared autowired service.
  5815.      *
  5816.      * @return \Cms\ContainerBundle\Service\ContainerService
  5817.      */
  5818.     protected function getContainerServiceService()
  5819.     {
  5820.         return $this->privates['Cms\\ContainerBundle\\Service\\ContainerService'] = new \Cms\ContainerBundle\Service\ContainerService(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Cms\\FileBundle\\Service\\Image'] ?? $this->getImageService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] ?? $this->getDepartmentBlobManagerService()), 'campussuite.site');
  5821.     }
  5822.     /**
  5823.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerDebuggingExtension' shared autowired service.
  5824.      *
  5825.      * @return \Cms\ContainerBundle\Twig\ContainerDebuggingExtension
  5826.      */
  5827.     protected function getContainerDebuggingExtensionService()
  5828.     {
  5829.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerDebuggingExtension'] = new \Cms\ContainerBundle\Twig\ContainerDebuggingExtension(($this->services['Cms\\ContainerBundle\\Service\\DebuggingService'] ?? $this->getDebuggingServiceService()));
  5830.     }
  5831.     /**
  5832.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerExtension' shared autowired service.
  5833.      *
  5834.      * @return \Cms\ContainerBundle\Twig\ContainerExtension
  5835.      */
  5836.     protected function getContainerExtensionService()
  5837.     {
  5838.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] = new \Cms\ContainerBundle\Twig\ContainerExtension();
  5839.     }
  5840.     /**
  5841.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerRouteExtension' shared autowired service.
  5842.      *
  5843.      * @return \Cms\ContainerBundle\Twig\ContainerRouteExtension
  5844.      */
  5845.     protected function getContainerRouteExtensionService()
  5846.     {
  5847.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerRouteExtension'] = new \Cms\ContainerBundle\Twig\ContainerRouteExtension(($this->privates['Cms\\ContainerBundle\\Service\\ContainerService'] ?? $this->getContainerServiceService()));
  5848.     }
  5849.     /**
  5850.      * Gets the private 'Cms\ContentBundle\Service\Twig\ContentEditorExtension' shared autowired service.
  5851.      *
  5852.      * @return \Cms\ContentBundle\Service\Twig\ContentEditorExtension
  5853.      */
  5854.     protected function getContentEditorExtensionService()
  5855.     {
  5856.         return $this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] = new \Cms\ContentBundle\Service\Twig\ContentEditorExtension();
  5857.     }
  5858.     /**
  5859.      * Gets the private 'Cms\CoreBundle\EventListeners\CacheOverrideListener' shared autowired service.
  5860.      *
  5861.      * @return \Cms\CoreBundle\EventListeners\CacheOverrideListener
  5862.      */
  5863.     protected function getCacheOverrideListenerService()
  5864.     {
  5865.         return $this->privates['Cms\\CoreBundle\\EventListeners\\CacheOverrideListener'] = new \Cms\CoreBundle\EventListeners\CacheOverrideListener(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5866.     }
  5867.     /**
  5868.      * Gets the private 'Cms\CoreBundle\Service\Aws\S3Wrapper' shared autowired service.
  5869.      *
  5870.      * @return \Cms\CoreBundle\Service\Aws\S3Wrapper
  5871.      */
  5872.     protected function getS3WrapperService()
  5873.     {
  5874.         return $this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] = new \Cms\CoreBundle\Service\Aws\S3Wrapper('test'$this->parameters['amazon.s3']);
  5875.     }
  5876.     /**
  5877.      * Gets the private 'Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider' shared autowired service.
  5878.      *
  5879.      * @return \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider
  5880.      */
  5881.     protected function getCustomExpressionFunctionProviderService()
  5882.     {
  5883.         return $this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] = new \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider();
  5884.     }
  5885.     /**
  5886.      * Gets the private 'Cms\CoreBundle\Service\SystemSetup' shared autowired service.
  5887.      *
  5888.      * @return \Cms\CoreBundle\Service\SystemSetup
  5889.      */
  5890.     protected function getSystemSetupService()
  5891.     {
  5892.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  5893.         if (isset($this->privates['Cms\\CoreBundle\\Service\\SystemSetup'])) {
  5894.             return $this->privates['Cms\\CoreBundle\\Service\\SystemSetup'];
  5895.         }
  5896.         return $this->privates['Cms\\CoreBundle\\Service\\SystemSetup'] = new \Cms\CoreBundle\Service\SystemSetup(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), 'campussuite.site'$a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5897.     }
  5898.     /**
  5899.      * Gets the private 'Cms\CoreBundle\Service\Twig\ArraysExtension' shared autowired service.
  5900.      *
  5901.      * @return \Cms\CoreBundle\Service\Twig\ArraysExtension
  5902.      */
  5903.     protected function getArraysExtension2Service()
  5904.     {
  5905.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] = new \Cms\CoreBundle\Service\Twig\ArraysExtension();
  5906.     }
  5907.     /**
  5908.      * Gets the private 'Cms\CoreBundle\Service\Twig\ClassifyExtension' shared autowired service.
  5909.      *
  5910.      * @return \Cms\CoreBundle\Service\Twig\ClassifyExtension
  5911.      */
  5912.     protected function getClassifyExtensionService()
  5913.     {
  5914.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ClassifyExtension'] = new \Cms\CoreBundle\Service\Twig\ClassifyExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5915.     }
  5916.     /**
  5917.      * Gets the private 'Cms\CoreBundle\Service\Twig\ContextExtension' shared autowired service.
  5918.      *
  5919.      * @return \Cms\CoreBundle\Service\Twig\ContextExtension
  5920.      */
  5921.     protected function getContextExtensionService()
  5922.     {
  5923.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  5924.         if (isset($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'])) {
  5925.             return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'];
  5926.         }
  5927.         $b = ($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'] ?? $this->getGlobalVariablesService());
  5928.         if (isset($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'])) {
  5929.             return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'];
  5930.         }
  5931.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'] = new \Cms\CoreBundle\Service\Twig\ContextExtension(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] ?? $this->getS3WrapperService()), ($this->privates['Cms\\ContainerBundle\\Service\\ContainerService'] ?? $this->getContainerServiceService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Cms\\FileBundle\\Service\\FileManager'] ?? $this->getFileManagerService()), ($this->services['Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader'] ?? $this->getDatabaseLoaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['Cms\\ModuleBundle\\Service\\DraftManager'] ?? $this->getDraftManagerService()), ($this->services['Cms\\CoreBundle\\Service\\Locksmith'] ?? $this->getLocksmithService()), $b);
  5932.     }
  5933.     /**
  5934.      * Gets the private 'Cms\CoreBundle\Service\Twig\DateTimeExtension' shared autowired service.
  5935.      *
  5936.      * @return \Cms\CoreBundle\Service\Twig\DateTimeExtension
  5937.      */
  5938.     protected function getDateTimeExtensionService()
  5939.     {
  5940.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\DateTimeExtension'] = new \Cms\CoreBundle\Service\Twig\DateTimeExtension(($this->services['Cms\\CoreBundle\\Service\\LocaleManager'] ?? $this->getLocaleManagerService()));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'Cms\CoreBundle\Service\Twig\StringExtension' shared autowired service.
  5944.      *
  5945.      * @return \Cms\CoreBundle\Service\Twig\StringExtension
  5946.      */
  5947.     protected function getStringExtensionService()
  5948.     {
  5949.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] = new \Cms\CoreBundle\Service\Twig\StringExtension();
  5950.     }
  5951.     /**
  5952.      * Gets the private 'Cms\CoreBundle\Twig\NestedExtension' shared autowired service.
  5953.      *
  5954.      * @return \Cms\CoreBundle\Twig\NestedExtension
  5955.      */
  5956.     protected function getNestedExtensionService()
  5957.     {
  5958.         return $this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] = new \Cms\CoreBundle\Twig\NestedExtension();
  5959.     }
  5960.     /**
  5961.      * Gets the private 'Cms\DevelopmentBundle\Collector\SecurityCollector' shared autowired service.
  5962.      *
  5963.      * @return \Cms\DevelopmentBundle\Collector\SecurityCollector
  5964.      */
  5965.     protected function getSecurityCollectorService()
  5966.     {
  5967.         return $this->privates['Cms\\DevelopmentBundle\\Collector\\SecurityCollector'] = new \Cms\DevelopmentBundle\Collector\SecurityCollector(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), ($this->services['Platform\\SecurityBundle\\Service\\Sentry'] ?? $this->getSentryService()));
  5968.     }
  5969.     /**
  5970.      * Gets the private 'Cms\DevelopmentBundle\Collector\TenantCollector' shared autowired service.
  5971.      *
  5972.      * @return \Cms\DevelopmentBundle\Collector\TenantCollector
  5973.      */
  5974.     protected function getTenantCollectorService()
  5975.     {
  5976.         return $this->privates['Cms\\DevelopmentBundle\\Collector\\TenantCollector'] = new \Cms\DevelopmentBundle\Collector\TenantCollector(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  5977.     }
  5978.     /**
  5979.      * Gets the private 'Cms\FileBundle\Service\Image' shared autowired service.
  5980.      *
  5981.      * @return \Cms\FileBundle\Service\Image
  5982.      */
  5983.     protected function getImageService()
  5984.     {
  5985.         return $this->privates['Cms\\FileBundle\\Service\\Image'] = new \Cms\FileBundle\Service\Image($this->parameters['thumbnails']);
  5986.     }
  5987.     /**
  5988.      * Gets the private 'Cms\FileBundle\Service\Twig\FileExtension' shared autowired service.
  5989.      *
  5990.      * @return \Cms\FileBundle\Service\Twig\FileExtension
  5991.      */
  5992.     protected function getFileExtensionService()
  5993.     {
  5994.         return $this->privates['Cms\\FileBundle\\Service\\Twig\\FileExtension'] = new \Cms\FileBundle\Service\Twig\FileExtension(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Cms\\FileBundle\\Service\\FileManager'] ?? $this->getFileManagerService()));
  5995.     }
  5996.     /**
  5997.      * Gets the private 'Cms\FileBundle\Service\Twig\UrlExtension' shared autowired service.
  5998.      *
  5999.      * @return \Cms\FileBundle\Service\Twig\UrlExtension
  6000.      */
  6001.     protected function getUrlExtensionService()
  6002.     {
  6003.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6004.         if (isset($this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'])) {
  6005.             return $this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'];
  6006.         }
  6007.         return $this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'] = new \Cms\FileBundle\Service\Twig\UrlExtension(($this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] ?? $this->getS3WrapperService()), ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['Cms\\FileBundle\\Service\\FileManager'] ?? $this->getFileManagerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6008.     }
  6009.     /**
  6010.      * Gets the private 'Cms\LogBundle\Service\RollbarHandlerFactory' shared autowired service.
  6011.      *
  6012.      * @return \Cms\LogBundle\Service\RollbarHandlerFactory
  6013.      */
  6014.     protected function getRollbarHandlerFactoryService()
  6015.     {
  6016.         return $this->privates['Cms\\LogBundle\\Service\\RollbarHandlerFactory'] = new \Cms\LogBundle\Service\RollbarHandlerFactory($this);
  6017.     }
  6018.     /**
  6019.      * Gets the private 'Cms\ModuleBundle\Request\ParamConverter\ContainerConverter' shared autowired service.
  6020.      *
  6021.      * @return \Cms\ModuleBundle\Request\ParamConverter\ContainerConverter
  6022.      */
  6023.     protected function getContainerConverterService()
  6024.     {
  6025.         return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ContainerConverter'] = new \Cms\ModuleBundle\Request\ParamConverter\ContainerConverter(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  6026.     }
  6027.     /**
  6028.      * Gets the private 'Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter' shared autowired service.
  6029.      *
  6030.      * @return \Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter
  6031.      */
  6032.     protected function getModuleEntityConverterService()
  6033.     {
  6034.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6035.         if (isset($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'])) {
  6036.             return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'];
  6037.         }
  6038.         return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'] = new \Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a);
  6039.     }
  6040.     /**
  6041.      * Gets the private 'Cms\ModuleBundle\Service\DraftManager' shared autowired service.
  6042.      *
  6043.      * @return \Cms\ModuleBundle\Service\DraftManager
  6044.      */
  6045.     protected function getDraftManagerService()
  6046.     {
  6047.         return $this->privates['Cms\\ModuleBundle\\Service\\DraftManager'] = new \Cms\ModuleBundle\Service\DraftManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $this->parameters['campussuite.cms.module.clear.settings']);
  6048.     }
  6049.     /**
  6050.      * Gets the private 'Cms\ModuleBundle\Twig\ModuleListingExtension' shared autowired service.
  6051.      *
  6052.      * @return \Cms\ModuleBundle\Twig\ModuleListingExtension
  6053.      */
  6054.     protected function getModuleListingExtensionService()
  6055.     {
  6056.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6057.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'])) {
  6058.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'];
  6059.         }
  6060.         $b = ($this->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $this->getPublicationServiceService());
  6061.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'])) {
  6062.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'];
  6063.         }
  6064.         return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'] = new \Cms\ModuleBundle\Twig\ModuleListingExtension(($this->services['Cms\\CoreBundle\\Service\\Locksmith'] ?? $this->getLocksmithService()), ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), ($this->privates['Cms\\ModuleBundle\\Service\\DraftManager'] ?? $this->getDraftManagerService()), ($this->services['router'] ?? $this->getRouterService()), $a$b, ($this->services['Cms\\WorkflowsBundle\\Service\\WorkflowsContentManager'] ?? $this->getWorkflowsContentManagerService()));
  6065.     }
  6066.     /**
  6067.      * Gets the private 'Cms\ModuleBundle\Twig\ModuleRouteExtension' shared autowired service.
  6068.      *
  6069.      * @return \Cms\ModuleBundle\Twig\ModuleRouteExtension
  6070.      */
  6071.     protected function getModuleRouteExtensionService()
  6072.     {
  6073.         $a = ($this->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $this->getPublicationServiceService());
  6074.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'])) {
  6075.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'];
  6076.         }
  6077.         return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'] = new \Cms\ModuleBundle\Twig\ModuleRouteExtension($a);
  6078.     }
  6079.     /**
  6080.      * Gets the private 'Cms\TenantBundle\Listener\PolicyListener' shared autowired service.
  6081.      *
  6082.      * @return \Cms\TenantBundle\Listener\PolicyListener
  6083.      */
  6084.     protected function getPolicyListenerService()
  6085.     {
  6086.         return $this->privates['Cms\\TenantBundle\\Listener\\PolicyListener'] = new \Cms\TenantBundle\Listener\PolicyListener(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6087.     }
  6088.     /**
  6089.      * Gets the private 'Cms\TenantBundle\Service\Twig\TenantExtension' shared autowired service.
  6090.      *
  6091.      * @return \Cms\TenantBundle\Service\Twig\TenantExtension
  6092.      */
  6093.     protected function getTenantExtensionService()
  6094.     {
  6095.         return $this->privates['Cms\\TenantBundle\\Service\\Twig\\TenantExtension'] = new \Cms\TenantBundle\Service\Twig\TenantExtension(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6096.     }
  6097.     /**
  6098.      * Gets the private 'Cms\WidgetBundle\Service\Twig\WidgetExtension' shared autowired service.
  6099.      *
  6100.      * @return \Cms\WidgetBundle\Service\Twig\WidgetExtension
  6101.      */
  6102.     protected function getWidgetExtensionService()
  6103.     {
  6104.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  6105.         if (isset($this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'])) {
  6106.             return $this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'];
  6107.         }
  6108.         return $this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'] = new \Cms\WidgetBundle\Service\Twig\WidgetExtension(($this->services['Cms\\CoreBundle\\Service\\Transcoding\\Transcoder'] ?? $this->getTranscoderService()), $a, ($this->services['Cms\\FileBundle\\Service\\FileManager'] ?? $this->getFileManagerService()), ($this->privates['Cms\\AssetsBundle\\Service\\AssetCatalog'] ?? $this->getAssetCatalogService()));
  6109.     }
  6110.     /**
  6111.      * Gets the private 'Platform\ControlPanelBundle\Listeners\RequestListener' shared autowired service.
  6112.      *
  6113.      * @return \Platform\ControlPanelBundle\Listeners\RequestListener
  6114.      */
  6115.     protected function getRequestListenerService()
  6116.     {
  6117.         return $this->privates['Platform\\ControlPanelBundle\\Listeners\\RequestListener'] = new \Platform\ControlPanelBundle\Listeners\RequestListener(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6118.     }
  6119.     /**
  6120.      * Gets the private 'Platform\MarketingBundle\Listeners\UpsellListener' shared autowired service.
  6121.      *
  6122.      * @return \Platform\MarketingBundle\Listeners\UpsellListener
  6123.      */
  6124.     protected function getUpsellListenerService()
  6125.     {
  6126.         return $this->privates['Platform\\MarketingBundle\\Listeners\\UpsellListener'] = new \Platform\MarketingBundle\Listeners\UpsellListener(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  6127.     }
  6128.     /**
  6129.      * Gets the private 'Platform\SecurityBundle\Listeners\AccountStatusListener' shared autowired service.
  6130.      *
  6131.      * @return \Platform\SecurityBundle\Listeners\AccountStatusListener
  6132.      */
  6133.     protected function getAccountStatusListenerService()
  6134.     {
  6135.         return $this->privates['Platform\\SecurityBundle\\Listeners\\AccountStatusListener'] = new \Platform\SecurityBundle\Listeners\AccountStatusListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()));
  6136.     }
  6137.     /**
  6138.      * Gets the private 'Products\NotificationsBundle\Subscriber\LanguageSubscriber' shared autowired service.
  6139.      *
  6140.      * @return \Products\NotificationsBundle\Subscriber\LanguageSubscriber
  6141.      */
  6142.     protected function getLanguageSubscriberService()
  6143.     {
  6144.         return $this->privates['Products\\NotificationsBundle\\Subscriber\\LanguageSubscriber'] = new \Products\NotificationsBundle\Subscriber\LanguageSubscriber(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6145.     }
  6146.     /**
  6147.      * Gets the private 'Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber' shared autowired service.
  6148.      *
  6149.      * @return \Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber
  6150.      */
  6151.     protected function getApiControllerSubscriberService()
  6152.     {
  6153.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6154.         if (isset($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'])) {
  6155.             return $this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'];
  6156.         }
  6157.         return $this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] = new \Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber($a, ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6158.     }
  6159.     /**
  6160.      * Gets the private 'Profiler\MySQLProfilerStorage' shared autowired service.
  6161.      *
  6162.      * @return \Profiler\MySQLProfilerStorage
  6163.      */
  6164.     protected function getMySQLProfilerStorageService()
  6165.     {
  6166.         return $this->privates['Profiler\\MySQLProfilerStorage'] = new \Profiler\MySQLProfilerStorage(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  6167.     }
  6168.     /**
  6169.      * Gets the private 'Rollbar\Monolog\Handler\RollbarHandler' shared service.
  6170.      *
  6171.      * @return \Rollbar\Monolog\Handler\RollbarHandler
  6172.      */
  6173.     protected function getRollbarHandlerService()
  6174.     {
  6175.         return $this->privates['Rollbar\\Monolog\\Handler\\RollbarHandler'] = ($this->privates['Cms\\LogBundle\\Service\\RollbarHandlerFactory'] ?? ($this->privates['Cms\\LogBundle\\Service\\RollbarHandlerFactory'] = new \Cms\LogBundle\Service\RollbarHandlerFactory($this)))->createRollbarHandler();
  6176.     }
  6177.     /**
  6178.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  6179.      *
  6180.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  6181.      */
  6182.     protected function getResetAssetsEventListenerService()
  6183.     {
  6184.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6185.     }
  6186.     /**
  6187.      * Gets the private 'annotations.cache_adapter' shared service.
  6188.      *
  6189.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6190.      */
  6191.     protected function getAnnotations_CacheAdapterService()
  6192.     {
  6193.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6194.     }
  6195.     /**
  6196.      * Gets the private 'annotations.cached_reader' shared service.
  6197.      *
  6198.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6199.      */
  6200.     protected function getAnnotations_CachedReaderService()
  6201.     {
  6202.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
  6203.     }
  6204.     /**
  6205.      * Gets the private 'annotations.reader' shared service.
  6206.      *
  6207.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6208.      */
  6209.     protected function getAnnotations_ReaderService()
  6210.     {
  6211.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6212.         $instance->addGlobalIgnoredName('required'NULL);
  6213.         return $instance;
  6214.     }
  6215.     /**
  6216.      * Gets the private 'argument_metadata_factory' shared service.
  6217.      *
  6218.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  6219.      */
  6220.     protected function getArgumentMetadataFactoryService()
  6221.     {
  6222.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  6223.     }
  6224.     /**
  6225.      * Gets the private 'assets._default_package' shared service.
  6226.      *
  6227.      * @return \Symfony\Component\Asset\PathPackage
  6228.      */
  6229.     protected function getAssets_DefaultPackageService()
  6230.     {
  6231.         return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  6232.     }
  6233.     /**
  6234.      * Gets the private 'assets.context' shared service.
  6235.      *
  6236.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  6237.      */
  6238.     protected function getAssets_ContextService()
  6239.     {
  6240.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6241.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  6242.     }
  6243.     /**
  6244.      * Gets the private 'assets.empty_version_strategy' shared service.
  6245.      *
  6246.      * @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
  6247.      */
  6248.     protected function getAssets_EmptyVersionStrategyService()
  6249.     {
  6250.         return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  6251.     }
  6252.     /**
  6253.      * Gets the private 'assets.packages' shared service.
  6254.      *
  6255.      * @return \Symfony\Component\Asset\Packages
  6256.      */
  6257.     protected function getAssets_PackagesService()
  6258.     {
  6259.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  6260.             return new \EmptyIterator();
  6261.         }, 0));
  6262.     }
  6263.     /**
  6264.      * Gets the private 'cache.annotations' shared service.
  6265.      *
  6266.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6267.      */
  6268.     protected function getCache_AnnotationsService()
  6269.     {
  6270.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  6271.     }
  6272.     /**
  6273.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  6274.      *
  6275.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6276.      */
  6277.     protected function getCache_Annotations_RecorderInnerService()
  6278.     {
  6279.         return $this->privates['cache.annotations.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZOU0rvbCYP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6280.     }
  6281.     /**
  6282.      * Gets the private 'cache.app.recorder_inner' shared service.
  6283.      *
  6284.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  6285.      */
  6286.     protected function getCache_App_RecorderInnerService()
  6287.     {
  6288.         $this->privates['cache.app.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4VSoBInNLG'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  6289.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6290.         return $instance;
  6291.     }
  6292.     /**
  6293.      * Gets the private 'cache.default_marshaller' shared service.
  6294.      *
  6295.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  6296.      */
  6297.     protected function getCache_DefaultMarshallerService()
  6298.     {
  6299.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  6300.     }
  6301.     /**
  6302.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6303.      *
  6304.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6305.      */
  6306.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6307.     {
  6308.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.result.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  6309.     }
  6310.     /**
  6311.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  6312.      *
  6313.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  6314.      */
  6315.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  6316.     {
  6317.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  6318.     }
  6319.     /**
  6320.      * Gets the private 'cache.property_info' shared service.
  6321.      *
  6322.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6323.      */
  6324.     protected function getCache_PropertyInfoService()
  6325.     {
  6326.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  6327.     }
  6328.     /**
  6329.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  6330.      *
  6331.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6332.      */
  6333.     protected function getCache_PropertyInfo_RecorderInnerService()
  6334.     {
  6335.         return $this->privates['cache.property_info.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('exp1RjAWWF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6336.     }
  6337.     /**
  6338.      * Gets the private 'cache.security_expression_language' shared service.
  6339.      *
  6340.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6341.      */
  6342.     protected function getCache_SecurityExpressionLanguageService()
  6343.     {
  6344.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_RecorderInnerService()));
  6345.     }
  6346.     /**
  6347.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  6348.      *
  6349.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6350.      */
  6351.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  6352.     {
  6353.         return $this->privates['cache.security_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XXqGr3zbI3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6354.     }
  6355.     /**
  6356.      * Gets the private 'cache.serializer' shared service.
  6357.      *
  6358.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6359.      */
  6360.     protected function getCache_SerializerService()
  6361.     {
  6362.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  6363.     }
  6364.     /**
  6365.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  6366.      *
  6367.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6368.      */
  6369.     protected function getCache_Serializer_RecorderInnerService()
  6370.     {
  6371.         return $this->privates['cache.serializer.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('83-XN56BMS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6372.     }
  6373.     /**
  6374.      * Gets the private 'cache.system.recorder_inner' shared service.
  6375.      *
  6376.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6377.      */
  6378.     protected function getCache_System_RecorderInnerService()
  6379.     {
  6380.         return $this->privates['cache.system.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8W-hB9rcsM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6381.     }
  6382.     /**
  6383.      * Gets the private 'cache.validator' shared service.
  6384.      *
  6385.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6386.      */
  6387.     protected function getCache_ValidatorService()
  6388.     {
  6389.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  6390.     }
  6391.     /**
  6392.      * Gets the private 'cache.validator.recorder_inner' shared service.
  6393.      *
  6394.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6395.      */
  6396.     protected function getCache_Validator_RecorderInnerService()
  6397.     {
  6398.         return $this->privates['cache.validator.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qV6FzSyelv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6399.     }
  6400.     /**
  6401.      * Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
  6402.      *
  6403.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6404.      */
  6405.     protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
  6406.     {
  6407.         return $this->privates['cache.validator_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f5RMPKxEYm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6408.     }
  6409.     /**
  6410.      * Gets the private 'cache.webpack_encore' shared service.
  6411.      *
  6412.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6413.      */
  6414.     protected function getCache_WebpackEncoreService()
  6415.     {
  6416.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
  6417.     }
  6418.     /**
  6419.      * Gets the private 'cache.webpack_encore.recorder_inner' shared service.
  6420.      *
  6421.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6422.      */
  6423.     protected function getCache_WebpackEncore_RecorderInnerService()
  6424.     {
  6425.         return $this->privates['cache.webpack_encore.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xdbw3x0Iqs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6426.     }
  6427.     /**
  6428.      * Gets the private 'config_cache_factory' shared service.
  6429.      *
  6430.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6431.      */
  6432.     protected function getConfigCacheFactoryService()
  6433.     {
  6434.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6435.             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)));
  6436.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6437.         }, 2));
  6438.     }
  6439.     /**
  6440.      * Gets the private 'data_collector.ajax' shared service.
  6441.      *
  6442.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  6443.      */
  6444.     protected function getDataCollector_AjaxService()
  6445.     {
  6446.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  6447.     }
  6448.     /**
  6449.      * Gets the private 'data_collector.cache' shared service.
  6450.      *
  6451.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  6452.      */
  6453.     protected function getDataCollector_CacheService()
  6454.     {
  6455.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  6456.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6457.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  6458.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  6459.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  6460.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  6461.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6462.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  6463.         $instance->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  6464.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  6465.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  6466.         $instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  6467.         return $instance;
  6468.     }
  6469.     /**
  6470.      * Gets the private 'data_collector.config' shared service.
  6471.      *
  6472.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  6473.      */
  6474.     protected function getDataCollector_ConfigService()
  6475.     {
  6476.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  6477.         if ($this->has('kernel')) {
  6478.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  6479.         }
  6480.         return $instance;
  6481.     }
  6482.     /**
  6483.      * Gets the private 'data_collector.doctrine' shared service.
  6484.      *
  6485.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  6486.      */
  6487.     protected function getDataCollector_DoctrineService()
  6488.     {
  6489.         return $this->privates['data_collector.doctrine'] = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));
  6490.     }
  6491.     /**
  6492.      * Gets the private 'data_collector.events' shared service.
  6493.      *
  6494.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  6495.      */
  6496.     protected function getDataCollector_EventsService()
  6497.     {
  6498.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6499.         if (isset($this->privates['data_collector.events'])) {
  6500.             return $this->privates['data_collector.events'];
  6501.         }
  6502.         return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6503.     }
  6504.     /**
  6505.      * Gets the private 'data_collector.exception' shared service.
  6506.      *
  6507.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  6508.      */
  6509.     protected function getDataCollector_ExceptionService()
  6510.     {
  6511.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  6512.     }
  6513.     /**
  6514.      * Gets the private 'data_collector.form' shared service.
  6515.      *
  6516.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6517.      */
  6518.     protected function getDataCollector_FormService()
  6519.     {
  6520.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
  6521.     }
  6522.     /**
  6523.      * Gets the private 'data_collector.form.extractor' shared service.
  6524.      *
  6525.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  6526.      */
  6527.     protected function getDataCollector_Form_ExtractorService()
  6528.     {
  6529.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  6530.     }
  6531.     /**
  6532.      * Gets the private 'data_collector.logger' shared service.
  6533.      *
  6534.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  6535.      */
  6536.     protected function getDataCollector_LoggerService()
  6537.     {
  6538.         return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/App_KernelTestDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6539.     }
  6540.     /**
  6541.      * Gets the private 'data_collector.memory' shared service.
  6542.      *
  6543.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  6544.      */
  6545.     protected function getDataCollector_MemoryService()
  6546.     {
  6547.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  6548.     }
  6549.     /**
  6550.      * Gets the private 'data_collector.request' shared service.
  6551.      *
  6552.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6553.      */
  6554.     protected function getDataCollector_RequestService()
  6555.     {
  6556.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6557.     }
  6558.     /**
  6559.      * Gets the private 'data_collector.router' shared service.
  6560.      *
  6561.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  6562.      */
  6563.     protected function getDataCollector_RouterService()
  6564.     {
  6565.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  6566.     }
  6567.     /**
  6568.      * Gets the private 'data_collector.security' shared service.
  6569.      *
  6570.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  6571.      */
  6572.     protected function getDataCollector_SecurityService()
  6573.     {
  6574.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6575.         if (isset($this->privates['data_collector.security'])) {
  6576.             return $this->privates['data_collector.security'];
  6577.         }
  6578.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6579.         if (isset($this->privates['data_collector.security'])) {
  6580.             return $this->privates['data_collector.security'];
  6581.         }
  6582.         $c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6583.         if (isset($this->privates['data_collector.security'])) {
  6584.             return $this->privates['data_collector.security'];
  6585.         }
  6586.         return $this->privates['data_collector.security'] = 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), $a$b$ctrue);
  6587.     }
  6588.     /**
  6589.      * Gets the private 'data_collector.time' shared service.
  6590.      *
  6591.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  6592.      */
  6593.     protected function getDataCollector_TimeService()
  6594.     {
  6595.         return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel'3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6596.     }
  6597.     /**
  6598.      * Gets the private 'data_collector.translation' shared service.
  6599.      *
  6600.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  6601.      */
  6602.     protected function getDataCollector_TranslationService()
  6603.     {
  6604.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  6605.     }
  6606.     /**
  6607.      * Gets the private 'data_collector.twig' shared service.
  6608.      *
  6609.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  6610.      */
  6611.     protected function getDataCollector_TwigService()
  6612.     {
  6613.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6614.         if (isset($this->privates['data_collector.twig'])) {
  6615.             return $this->privates['data_collector.twig'];
  6616.         }
  6617.         return $this->privates['data_collector.twig'] = new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a);
  6618.     }
  6619.     /**
  6620.      * Gets the private 'data_collector.validator' shared service.
  6621.      *
  6622.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  6623.      */
  6624.     protected function getDataCollector_ValidatorService()
  6625.     {
  6626.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6627.         if (isset($this->privates['data_collector.validator'])) {
  6628.             return $this->privates['data_collector.validator'];
  6629.         }
  6630.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector($a);
  6631.     }
  6632.     /**
  6633.      * Gets the private 'debug.argument_resolver' shared service.
  6634.      *
  6635.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  6636.      */
  6637.     protected function getDebug_ArgumentResolverService()
  6638.     {
  6639.         $a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
  6640.         if (isset($this->privates['debug.argument_resolver'])) {
  6641.             return $this->privates['debug.argument_resolver'];
  6642.         }
  6643.         return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6644.     }
  6645.     /**
  6646.      * Gets the private 'debug.argument_resolver.inner' shared service.
  6647.      *
  6648.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  6649.      */
  6650.     protected function getDebug_ArgumentResolver_InnerService()
  6651.     {
  6652.         return $this->privates['debug.argument_resolver.inner'] = 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 () {
  6653.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  6654.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  6655.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  6656.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  6657.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  6658.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  6659.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  6660.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  6661.         }, 8));
  6662.     }
  6663.     /**
  6664.      * Gets the private 'debug.controller_resolver' shared service.
  6665.      *
  6666.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  6667.      */
  6668.     protected function getDebug_ControllerResolverService()
  6669.     {
  6670.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6671.     }
  6672.     /**
  6673.      * Gets the private 'debug.controller_resolver.inner' shared service.
  6674.      *
  6675.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  6676.      */
  6677.     protected function getDebug_ControllerResolver_InnerService()
  6678.     {
  6679.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  6680.     }
  6681.     /**
  6682.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6683.      *
  6684.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6685.      */
  6686.     protected function getDebug_DebugHandlersListenerService()
  6687.     {
  6688.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrueNULL);
  6689.     }
  6690.     /**
  6691.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  6692.      *
  6693.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6694.      */
  6695.     protected function getDebug_EventDispatcher_InnerService()
  6696.     {
  6697.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6698.     }
  6699.     /**
  6700.      * Gets the private 'debug.file_link_formatter' shared service.
  6701.      *
  6702.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6703.      */
  6704.     protected function getDebug_FileLinkFormatterService()
  6705.     {
  6706.         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 () {
  6707.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  6708.         });
  6709.     }
  6710.     /**
  6711.      * Gets the private 'debug.log_processor' shared service.
  6712.      *
  6713.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6714.      */
  6715.     protected function getDebug_LogProcessorService()
  6716.     {
  6717.         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())));
  6718.     }
  6719.     /**
  6720.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6721.      *
  6722.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6723.      */
  6724.     protected function getDebug_Security_Access_DecisionManagerService()
  6725.     {
  6726.         $a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
  6727.         if (isset($this->privates['debug.security.access.decision_manager'])) {
  6728.             return $this->privates['debug.security.access.decision_manager'];
  6729.         }
  6730.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  6731.     }
  6732.     /**
  6733.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  6734.      *
  6735.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  6736.      */
  6737.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  6738.     {
  6739.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6740.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  6741.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  6742.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  6743.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\AliasVoter'] ?? $this->load('getAliasVoter2Service'));
  6744.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Service\\Voters\\ImpersonateVoter'] ?? $this->load('getImpersonateVoter2Service'));
  6745.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\CmsVoter'] ?? $this->load('getCmsVoter2Service'));
  6746.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\InternalUserVoter'] ?? $this->load('getInternalUserVoter2Service'));
  6747.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\NotificationsVoter'] ?? $this->load('getNotificationsVoter2Service'));
  6748.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\SuperUserVoter'] ?? $this->load('getSuperUserVoter2Service'));
  6749.         }, 9), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  6750.     }
  6751.     /**
  6752.      * Gets the private 'debug.security.firewall' shared service.
  6753.      *
  6754.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6755.      */
  6756.     protected function getDebug_Security_FirewallService()
  6757.     {
  6758.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6759.         if (isset($this->privates['debug.security.firewall'])) {
  6760.             return $this->privates['debug.security.firewall'];
  6761.         }
  6762.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6763.         if (isset($this->privates['debug.security.firewall'])) {
  6764.             return $this->privates['debug.security.firewall'];
  6765.         }
  6766.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6767.     }
  6768.     /**
  6769.      * Gets the private 'debug.stopwatch' shared service.
  6770.      *
  6771.      * @return \Symfony\Component\Stopwatch\Stopwatch
  6772.      */
  6773.     protected function getDebug_StopwatchService()
  6774.     {
  6775.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  6776.     }
  6777.     /**
  6778.      * Gets the private 'debug.validator.inner' shared service.
  6779.      *
  6780.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  6781.      */
  6782.     protected function getDebug_Validator_InnerService()
  6783.     {
  6784.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  6785.         if (isset($this->privates['debug.validator.inner'])) {
  6786.             return $this->privates['debug.validator.inner'];
  6787.         }
  6788.         return $this->privates['debug.validator.inner'] = $a->getValidator();
  6789.     }
  6790.     /**
  6791.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  6792.      *
  6793.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  6794.      */
  6795.     protected function getDisallowSearchEngineIndexResponseListenerService()
  6796.     {
  6797.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  6798.     }
  6799.     /**
  6800.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  6801.      *
  6802.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  6803.      */
  6804.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  6805.     {
  6806.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], ($this->privates['doctrine.dbal.connection_factory.dsn_parser'] ?? $this->getDoctrine_Dbal_ConnectionFactory_DsnParserService()));
  6807.     }
  6808.     /**
  6809.      * Gets the private 'doctrine.dbal.connection_factory.dsn_parser' shared service.
  6810.      *
  6811.      * @return \Doctrine\DBAL\Tools\DsnParser
  6812.      */
  6813.     protected function getDoctrine_Dbal_ConnectionFactory_DsnParserService()
  6814.     {
  6815.         return $this->privates['doctrine.dbal.connection_factory.dsn_parser'] = new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite']);
  6816.     }
  6817.     /**
  6818.      * Gets the private 'doctrine.dbal.debug_middleware.default' shared service.
  6819.      *
  6820.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware
  6821.      */
  6822.     protected function getDoctrine_Dbal_DebugMiddleware_DefaultService()
  6823.     {
  6824.         $this->privates['doctrine.dbal.debug_middleware.default'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6825.         $instance->setConnectionName('default');
  6826.         return $instance;
  6827.     }
  6828.     /**
  6829.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  6830.      *
  6831.      * @return \Doctrine\DBAL\Configuration
  6832.      */
  6833.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  6834.     {
  6835.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  6836.         $instance->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  6837.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  6838.         $instance->setMiddlewares([=> ($this->privates['doctrine.dbal.debug_middleware.default'] ?? $this->getDoctrine_Dbal_DebugMiddleware_DefaultService())]);
  6839.         return $instance;
  6840.     }
  6841.     /**
  6842.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6843.      *
  6844.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6845.      */
  6846.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6847.     {
  6848.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6849.             'App\\Doctrine\\Listeners\\UlidTransitionalListener' => ['privates''App\\Doctrine\\Listeners\\UlidTransitionalListener''getUlidTransitionalListenerService'true],
  6850.             'Cms\\CoreBundle\\EventListeners\\RestoreListener' => ['privates''Cms\\CoreBundle\\EventListeners\\RestoreListener''getRestoreListenerService'true],
  6851.             'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener' => ['privates''Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener''getBlameableListenerService'true],
  6852.             'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener' => ['privates''Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener''getTimestampableListenerService'true],
  6853.             'Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber' => ['privates''Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber''getUuidDoctrineSubscriberService'true],
  6854.             'Cms\\ModuleBundle\\Service\\ModuleDoctrineListener' => ['privates''Cms\\ModuleBundle\\Service\\ModuleDoctrineListener''getModuleDoctrineListenerService'true],
  6855.             'Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber' => ['privates''Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber''getTenantDoctrineSubscriberService'true],
  6856.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  6857.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  6858.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  6859.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  6860.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  6861.         ], [
  6862.             'App\\Doctrine\\Listeners\\UlidTransitionalListener' => '?',
  6863.             'Cms\\CoreBundle\\EventListeners\\RestoreListener' => '?',
  6864.             'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener' => '?',
  6865.             'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener' => '?',
  6866.             'Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber' => '?',
  6867.             'Cms\\ModuleBundle\\Service\\ModuleDoctrineListener' => '?',
  6868.             'Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber' => '?',
  6869.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6870.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6871.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6872.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6873.             'stof_doctrine_extensions.listener.tree' => '?',
  6874.         ]), [=> 'Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber'=> 'Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'prePersist'], => 'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener'], => [=> [=> 'preUpdate'], => 'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener'], => [=> [=> 'prePersist'], => 'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener'], => [=> [=> 'preUpdate'], => 'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener'], => [=> [=> 'postPersist'], => 'Cms\\CoreBundle\\EventListeners\\RestoreListener'], 10 => [=> [=> 'postUpdate'], => 'Cms\\CoreBundle\\EventListeners\\RestoreListener'], 11 => [=> [=> 'loadClassMetadata'], => 'Cms\\ModuleBundle\\Service\\ModuleDoctrineListener'], 12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 13 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.tree'], 14 => [=> [=> 'preRemove'], => 'stof_doctrine_extensions.listener.tree'], 15 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.tree'], 16 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.tree'], 17 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.tree'], 18 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.tree'], 19 => [=> [=> 'postUpdate'], => 'stof_doctrine_extensions.listener.tree'], 20 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.tree'], 21 => [=> [=> 'prePersist'], => 'App\\Doctrine\\Listeners\\UlidTransitionalListener'], 22 => [=> [=> 'preUpdate'], => 'App\\Doctrine\\Listeners\\UlidTransitionalListener']]);
  6875.     }
  6876.     /**
  6877.      * Gets the private 'doctrine.dbal.default_regex_schema_filter' shared service.
  6878.      *
  6879.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter
  6880.      */
  6881.     protected function getDoctrine_Dbal_DefaultRegexSchemaFilterService()
  6882.     {
  6883.         return $this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!php__session|sf_profiler_data)~');
  6884.     }
  6885.     /**
  6886.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  6887.      *
  6888.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  6889.      */
  6890.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  6891.     {
  6892.         return $this->privates['doctrine.dbal.default_schema_asset_filter_manager'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']))), => ($this->privates['doctrine.dbal.default_regex_schema_filter'] ?? ($this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!php__session|sf_profiler_data)~')))]);
  6893.     }
  6894.     /**
  6895.      * Gets the private 'doctrine.dbal.legacy_schema_manager_factory' shared service.
  6896.      *
  6897.      * @return \Doctrine\DBAL\Schema\LegacySchemaManagerFactory
  6898.      */
  6899.     protected function getDoctrine_Dbal_LegacySchemaManagerFactoryService()
  6900.     {
  6901.         return $this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory();
  6902.     }
  6903.     /**
  6904.      * Gets the private 'doctrine.dbal.well_known_schema_asset_filter' shared service.
  6905.      *
  6906.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter
  6907.      */
  6908.     protected function getDoctrine_Dbal_WellKnownSchemaAssetFilterService()
  6909.     {
  6910.         return $this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']);
  6911.     }
  6912.     /**
  6913.      * Gets the private 'doctrine.debug_data_holder' shared service.
  6914.      *
  6915.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder
  6916.      */
  6917.     protected function getDoctrine_DebugDataHolderService()
  6918.     {
  6919.         return $this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]);
  6920.     }
  6921.     /**
  6922.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  6923.      *
  6924.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  6925.      */
  6926.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  6927.     {
  6928.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6929.             'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  6930.             'Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository''getRecipientRepositoryService'true],
  6931.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository''getAppRecipientRepositoryService'true],
  6932.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository''getEmailRecipientRepositoryService'true],
  6933.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository''getPhoneRecipientRepositoryService'true],
  6934.         ], [
  6935.             'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository' => '?',
  6936.             'Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository' => '?',
  6937.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository' => '?',
  6938.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository' => '?',
  6939.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository' => '?',
  6940.         ]));
  6941.     }
  6942.     /**
  6943.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6944.      *
  6945.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6946.      */
  6947.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6948.     {
  6949.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/App/Entity'), => (\dirname(__DIR__4).'/src/Cms/ContainerBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/ContentBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/CoreBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/DomainBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/FileBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/ImportBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/LogBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/ModuleBundle/Entity'), => (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/Entity'), 10 => (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/Entity'), 11 => (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/Entity'), 12 => (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Entity'), 13 => (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/Entity'), 14 => (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle/Entity'), 15 => (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Entity'), 16 => (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/Entity'), 17 => (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/Entity'), 18 => (\dirname(__DIR__4).'/src/Cms/RedirectBundle/Entity'), 19 => (\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Entity'), 20 => (\dirname(__DIR__4).'/src/Cms/SyncBundle/Entity'), 21 => (\dirname(__DIR__4).'/src/Cms/SystemBundle/Entity'), 22 => (\dirname(__DIR__4).'/src/Cms/TagBundle/Entity'), 23 => (\dirname(__DIR__4).'/src/Cms/TenantBundle/Entity'), 24 => (\dirname(__DIR__4).'/src/Cms/ThemeBundle/Entity'), 25 => (\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Entity'), 26 => (\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Entity'), 27 => (\dirname(__DIR__4).'/src/Platform/QueueBundle/Entity'), 28 => (\dirname(__DIR__4).'/src/Platform/SecurityBundle/Entity'), 29 => (\dirname(__DIR__4).'/src/Products/AdaBundle/Entity'), 30 => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Entity'), 31 => (\dirname(__DIR__4).'/src/Products/SocialBundle/Entity')], false);
  6950.     }
  6951.     /**
  6952.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  6953.      *
  6954.      * @return \Doctrine\ORM\Configuration
  6955.      */
  6956.     protected function getDoctrine_Orm_DefaultConfigurationService()
  6957.     {
  6958.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  6959.         $a = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  6960.         $instance->setEntityNamespaces(['AppBundle' => 'App\\Entity''CmsContainerBundle' => 'Cms\\ContainerBundle\\Entity''CmsContentBundle' => 'Cms\\ContentBundle\\Entity''CmsCoreBundle' => 'Cms\\CoreBundle\\Entity''CmsDomainBundle' => 'Cms\\DomainBundle\\Entity''CmsFileBundle' => 'Cms\\FileBundle\\Entity''CmsImportBundle' => 'Cms\\ImportBundle\\Entity''CmsLogBundle' => 'Cms\\LogBundle\\Entity''CmsModuleBundle' => 'Cms\\ModuleBundle\\Entity''CmsModulesAlertBundle' => 'Cms\\Modules\\AlertBundle\\Entity''CmsModulesBlogBundle' => 'Cms\\Modules\\BlogBundle\\Entity''CmsModulesCalendarBundle' => 'Cms\\Modules\\CalendarBundle\\Entity''CmsModulesGalleryBundle' => 'Cms\\Modules\\GalleryBundle\\Entity''CmsModulesNewsBundle' => 'Cms\\Modules\\NewsBundle\\Entity''CmsModulesPageBundle' => 'Cms\\Modules\\PageBundle\\Entity''CmsModulesPeopleBundle' => 'Cms\\Modules\\PeopleBundle\\Entity''CmsModulesQuestionBundle' => 'Cms\\Modules\\QuestionBundle\\Entity''CmsModulesSnippetBundle' => 'Cms\\Modules\\SnippetBundle\\Entity''CmsRedirectBundle' => 'Cms\\RedirectBundle\\Entity''CmsSitebuilderBundle' => 'Cms\\SitebuilderBundle\\Entity''CmsSyncBundle' => 'Cms\\SyncBundle\\Entity''CmsSystemBundle' => 'Cms\\SystemBundle\\Entity''CmsTagBundle' => 'Cms\\TagBundle\\Entity''CmsTenantBundle' => 'Cms\\TenantBundle\\Entity''CmsThemeBundle' => 'Cms\\ThemeBundle\\Entity''CmsWorkflowsBundle' => 'Cms\\WorkflowsBundle\\Entity''PlatformControlPanelBundle' => 'Platform\\ControlPanelBundle\\Entity''PlatformQueueBundle' => 'Platform\\QueueBundle\\Entity''PlatformSecurityBundle' => 'Platform\\SecurityBundle\\Entity''ProductsAdaBundle' => 'Products\\AdaBundle\\Entity''ProductsNotificationsBundle' => 'Products\\NotificationsBundle\\Entity''ProductsSocialBundle' => 'Products\\SocialBundle\\Entity']);
  6961.         $instance->setMetadataCache($a);
  6962.         $instance->setQueryCache($a);
  6963.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6964.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  6965.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  6966.         $instance->setProxyNamespace('Proxies');
  6967.         $instance->setAutoGenerateProxyClasses(false);
  6968.         $instance->setSchemaIgnoreClasses([]);
  6969.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  6970.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6971.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  6972.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  6973.         $instance->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  6974.         $instance->setEntityListenerResolver(($this->privates['doctrine.orm.default_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
  6975.         $instance->setLazyGhostObjectEnabled(false);
  6976.         $instance->setIdentityGenerationPreferences([]);
  6977.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  6978.         $instance->addCustomHydrationMode('SINGLE_COLUMN_HYDRATOR''Cms\\CoreBundle\\Doctrine\\Hydrators\\SingleColumnHydrator');
  6979.         $instance->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  6980.         $instance->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  6981.         $instance->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  6982.         $instance->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  6983.         $instance->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  6984.         $instance->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  6985.         $instance->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  6986.         $instance->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  6987.         $instance->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  6988.         $instance->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  6989.         $instance->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  6990.         $instance->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  6991.         $instance->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  6992.         $instance->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  6993.         $instance->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  6994.         $instance->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  6995.         $instance->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  6996.         $instance->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  6997.         $instance->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  6998.         $instance->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  6999.         $instance->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  7000.         $instance->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  7001.         $instance->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  7002.         $instance->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  7003.         $instance->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  7004.         $instance->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  7005.         $instance->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  7006.         $instance->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  7007.         $instance->addCustomStringFunction('json_contains''App\\Doctrine\\DBAL\\Query\\Mysql\\JsonContains');
  7008.         $instance->addCustomStringFunction('json_extract''App\\Doctrine\\DBAL\\Query\\Mysql\\JsonExtract');
  7009.         $instance->addCustomStringFunction('json_length''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonLength');
  7010.         $instance->addCustomStringFunction('json_overlaps''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonOverlaps');
  7011.         $instance->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  7012.         $instance->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  7013.         $instance->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  7014.         $instance->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  7015.         $instance->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  7016.         $instance->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  7017.         $instance->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  7018.         $instance->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  7019.         $instance->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  7020.         $instance->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  7021.         $instance->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  7022.         $instance->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  7023.         $instance->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  7024.         $instance->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  7025.         $instance->addCustomStringFunction('type''App\\Doctrine\\ORM\\Query\\Functions\\TypeFunction');
  7026.         $instance->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  7027.         $instance->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  7028.         $instance->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  7029.         $instance->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  7030.         $instance->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  7031.         $instance->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  7032.         $instance->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  7033.         $instance->addCustomNumericFunction('bit_not''App\\Doctrine\\DBAL\\Query\\Mysql\\BitNot');
  7034.         $instance->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  7035.         $instance->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  7036.         $instance->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  7037.         $instance->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  7038.         $instance->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  7039.         $instance->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  7040.         $instance->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  7041.         $instance->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  7042.         $instance->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  7043.         $instance->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  7044.         $instance->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  7045.         $instance->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  7046.         $instance->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  7047.         $instance->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  7048.         $instance->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  7049.         $instance->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  7050.         $instance->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  7051.         $instance->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  7052.         $instance->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  7053.         $instance->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  7054.         $instance->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  7055.         $instance->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  7056.         $instance->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  7057.         $instance->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  7058.         $instance->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  7059.         $instance->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  7060.         $instance->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  7061.         $instance->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  7062.         $instance->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  7063.         $instance->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  7064.         $instance->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  7065.         $instance->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  7066.         $instance->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  7067.         $instance->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  7068.         $instance->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  7069.         $instance->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  7070.         $instance->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  7071.         $instance->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  7072.         $instance->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  7073.         $instance->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  7074.         $instance->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  7075.         $instance->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  7076.         $instance->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  7077.         $instance->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  7078.         $instance->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  7079.         $instance->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  7080.         $instance->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  7081.         $instance->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  7082.         $instance->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  7083.         $instance->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  7084.         $instance->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  7085.         $instance->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  7086.         $instance->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  7087.         $instance->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  7088.         $instance->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  7089.         $instance->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  7090.         $instance->addFilter('discardable_filter''App\\Doctrine\\ORM\\Filters\\DiscardableFilter');
  7091.         $instance->addFilter('module_proxy_placeholder_filter''Cms\\ModuleBundle\\Util\\ModuleProxyPlaceholderDoctrineFilter');
  7092.         $instance->addFilter('tenant_filter''Cms\\TenantBundle\\Util\\TenantDoctrineFilter');
  7093.         return $instance;
  7094.     }
  7095.     /**
  7096.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  7097.      *
  7098.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  7099.      */
  7100.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  7101.     {
  7102.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  7103.     }
  7104.     /**
  7105.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  7106.      *
  7107.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  7108.      */
  7109.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  7110.     {
  7111.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL);
  7112.     }
  7113.     /**
  7114.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  7115.      *
  7116.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  7117.      */
  7118.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  7119.     {
  7120.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'discardable_filter'=> 'module_proxy_placeholder_filter'], []);
  7121.     }
  7122.     /**
  7123.      * Gets the private 'doctrine.orm.naming_strategy.default' shared service.
  7124.      *
  7125.      * @return \Doctrine\ORM\Mapping\DefaultNamingStrategy
  7126.      */
  7127.     protected function getDoctrine_Orm_NamingStrategy_DefaultService()
  7128.     {
  7129.         return $this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy();
  7130.     }
  7131.     /**
  7132.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  7133.      *
  7134.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  7135.      */
  7136.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  7137.     {
  7138.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  7139.     }
  7140.     /**
  7141.      * Gets the private 'doctrine.orm.typed_field_mapper.default' shared service.
  7142.      *
  7143.      * @return \Doctrine\ORM\Mapping\DefaultTypedFieldMapper
  7144.      */
  7145.     protected function getDoctrine_Orm_TypedFieldMapper_DefaultService()
  7146.     {
  7147.         return $this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper();
  7148.     }
  7149.     /**
  7150.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  7151.      *
  7152.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  7153.      */
  7154.     protected function getDoctrine_Orm_ValidatorInitializerService()
  7155.     {
  7156.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7157.     }
  7158.     /**
  7159.      * Gets the private 'doctrine.system_cache_pool' shared service.
  7160.      *
  7161.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7162.      */
  7163.     protected function getDoctrine_SystemCachePoolService()
  7164.     {
  7165.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['doctrine.system_cache_pool.recorder_inner'] ?? $this->getDoctrine_SystemCachePool_RecorderInnerService()));
  7166.     }
  7167.     /**
  7168.      * Gets the private 'doctrine.system_cache_pool.recorder_inner' shared service.
  7169.      *
  7170.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7171.      */
  7172.     protected function getDoctrine_SystemCachePool_RecorderInnerService()
  7173.     {
  7174.         return $this->privates['doctrine.system_cache_pool.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SKW6jPimMn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  7175.     }
  7176.     /**
  7177.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  7178.      *
  7179.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  7180.      */
  7181.     protected function getDoctrine_Twig_DoctrineExtensionService()
  7182.     {
  7183.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  7184.     }
  7185.     /**
  7186.      * Gets the private 'exception_listener' shared service.
  7187.      *
  7188.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7189.      */
  7190.     protected function getExceptionListener2Service()
  7191.     {
  7192.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7193.     }
  7194.     /**
  7195.      * Gets the private 'file_locator' shared service.
  7196.      *
  7197.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7198.      */
  7199.     protected function getFileLocatorService()
  7200.     {
  7201.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  7202.     }
  7203.     /**
  7204.      * Gets the private 'form.extension' shared service.
  7205.      *
  7206.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  7207.      */
  7208.     protected function getForm_ExtensionService()
  7209.     {
  7210.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7211.             'App\\Form\\Forms\\Content\\EventObjectForm' => ['privates''App\\Form\\Forms\\Content\\EventObjectForm''getEventObjectFormService'true],
  7212.             'App\\Form\\Forms\\Content\\GalleryObjectForm' => ['privates''App\\Form\\Forms\\Content\\GalleryObjectForm''getGalleryObjectFormService'true],
  7213.             'App\\Form\\Forms\\Content\\ObjectForm' => ['privates''App\\Form\\Forms\\Content\\ObjectForm''getObjectFormService'true],
  7214.             'App\\Form\\Forms\\Content\\PostObjectForm' => ['privates''App\\Form\\Forms\\Content\\PostObjectForm''getPostObjectFormService'true],
  7215.             'App\\Form\\Forms\\Content\\VideoObjectForm' => ['privates''App\\Form\\Forms\\Content\\VideoObjectForm''getVideoObjectFormService'true],
  7216.             'App\\Form\\Forms\\DummyForm' => ['privates''App\\Form\\Forms\\DummyForm''getDummyFormService'true],
  7217.             'App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm' => ['privates''App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm''getAccountRoleAssociationSearchFormService'true],
  7218.             'App\\Form\\Forms\\Searching\\AccountSearchForm' => ['privates''App\\Form\\Forms\\Searching\\AccountSearchForm''getAccountSearchFormService'true],
  7219.             'App\\Form\\Forms\\Searching\\GroupAccountSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupAccountSearchForm''getGroupAccountSearchFormService'true],
  7220.             'App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm''getGroupRoleAssociationSearchFormService'true],
  7221.             'App\\Form\\Forms\\Searching\\GroupSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupSearchForm''getGroupSearchFormService'true],
  7222.             'App\\Form\\Forms\\Searching\\LegacyProxySearchForm' => ['privates''App\\Form\\Forms\\Searching\\LegacyProxySearchForm''getLegacyProxySearchFormService'true],
  7223.             'App\\Form\\Forms\\Searching\\ObjectSearchForm' => ['privates''App\\Form\\Forms\\Searching\\ObjectSearchForm''getObjectSearchFormService'true],
  7224.             'App\\Form\\Forms\\Searching\\RoleSearchForm' => ['privates''App\\Form\\Forms\\Searching\\RoleSearchForm''getRoleSearchFormService'true],
  7225.             'App\\Form\\Forms\\Searching\\SchoolSearchForm' => ['privates''App\\Form\\Forms\\Searching\\SchoolSearchForm''getSchoolSearchFormService'true],
  7226.             'App\\Form\\Forms\\Security\\AccountType' => ['privates''App\\Form\\Forms\\Security\\AccountType''getAccountTypeService'true],
  7227.             'App\\Form\\Forms\\Security\\GroupType' => ['privates''App\\Form\\Forms\\Security\\GroupType''getGroupTypeService'true],
  7228.             'App\\Form\\Forms\\Security\\PermissionType' => ['privates''App\\Form\\Forms\\Security\\PermissionType''getPermissionTypeService'true],
  7229.             'App\\Form\\Forms\\Security\\PermissionsType' => ['privates''App\\Form\\Forms\\Security\\PermissionsType''getPermissionsTypeService'true],
  7230.             'App\\Form\\Forms\\Security\\Profile\\AccountType' => ['privates''App\\Form\\Forms\\Security\\Profile\\AccountType''getAccountType2Service'true],
  7231.             'App\\Form\\Forms\\Security\\Profile\\ContainerRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\ContainerRoleType''getContainerRoleTypeService'true],
  7232.             'App\\Form\\Forms\\Security\\Profile\\GroupType' => ['privates''App\\Form\\Forms\\Security\\Profile\\GroupType''getGroupType2Service'true],
  7233.             'App\\Form\\Forms\\Security\\Profile\\ListRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\ListRoleType''getListRoleTypeService'true],
  7234.             'App\\Form\\Forms\\Security\\Profile\\RoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\RoleType''getRoleTypeService'true],
  7235.             'App\\Form\\Forms\\Security\\Profile\\SchoolRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\SchoolRoleType''getSchoolRoleTypeService'true],
  7236.             'App\\Form\\Forms\\Security\\RoleType' => ['privates''App\\Form\\Forms\\Security\\RoleType''getRoleType2Service'true],
  7237.             'App\\Form\\Forms\\Security\\SpecialPermissionsType' => ['privates''App\\Form\\Forms\\Security\\SpecialPermissionsType''getSpecialPermissionsTypeService'true],
  7238.             'App\\Form\\Forms\\Security\\SystemProfileType' => ['privates''App\\Form\\Forms\\Security\\SystemProfileType''getSystemProfileTypeService'true],
  7239.             'App\\Form\\Forms\\System\\NotificationsConfigForm' => ['privates''App\\Form\\Forms\\System\\NotificationsConfigForm''getNotificationsConfigFormService'true],
  7240.             'App\\Form\\Forms\\System\\SchoolBrandingForm' => ['privates''App\\Form\\Forms\\System\\SchoolBrandingForm''getSchoolBrandingFormService'true],
  7241.             'App\\Form\\Forms\\System\\SchoolForm' => ['privates''App\\Form\\Forms\\System\\SchoolForm''getSchoolFormService'true],
  7242.             'App\\Form\\Forms\\System\\SchoolMobileForm' => ['privates''App\\Form\\Forms\\System\\SchoolMobileForm''getSchoolMobileFormService'true],
  7243.             'App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm' => ['privates''App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm''getSendgridDomainFormService'true],
  7244.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm''getTwilioCallerIdFormService'true],
  7245.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm''getTwilioCallerIdVerificationFormService'true],
  7246.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm''getTwilioConfigFormService'true],
  7247.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm''getTwilioAddressFormService'true],
  7248.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm''getTwilioBusinessFormService'true],
  7249.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm''getTwilioContactFormService'true],
  7250.             'App\\Form\\Type\\CronHourChoiceType' => ['privates''App\\Form\\Type\\CronHourChoiceType''getCronHourChoiceTypeService'true],
  7251.             'App\\Form\\Type\\FilesystemHiddenType' => ['privates''App\\Form\\Type\\FilesystemHiddenType''getFilesystemHiddenTypeService'true],
  7252.             'App\\Form\\Type\\FilesystemType' => ['privates''App\\Form\\Type\\FilesystemType''getFilesystemTypeService'true],
  7253.             'App\\Form\\Type\\HexColorType' => ['privates''App\\Form\\Type\\HexColorType''getHexColorTypeService'true],
  7254.             'App\\Form\\Type\\ImageFilePreviewType' => ['privates''App\\Form\\Type\\ImageFilePreviewType''getImageFilePreviewTypeService'true],
  7255.             'App\\Form\\Type\\PhoneNumberType' => ['privates''App\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  7256.             'App\\Form\\Type\\ReactMediaManagerType' => ['privates''App\\Form\\Type\\ReactMediaManagerType''getReactMediaManagerTypeService'true],
  7257.             'App\\Form\\Type\\ReactQueryBuilderType' => ['privates''App\\Form\\Type\\ReactQueryBuilderType''getReactQueryBuilderTypeService'true],
  7258.             'App\\Form\\Type\\ReactRruleGeneratorType' => ['privates''App\\Form\\Type\\ReactRruleGeneratorType''getReactRruleGeneratorTypeService'true],
  7259.             'App\\Form\\Type\\ReactShortcutsType' => ['privates''App\\Form\\Type\\ReactShortcutsType''getReactShortcutsTypeService'true],
  7260.             'App\\Form\\Type\\SchoolTypesType' => ['privates''App\\Form\\Type\\SchoolTypesType''getSchoolTypesTypeService'true],
  7261.             'App\\Form\\Type\\Select2ChoiceType' => ['privates''App\\Form\\Type\\Select2ChoiceType''getSelect2ChoiceTypeService'true],
  7262.             'App\\Form\\Type\\Select2EntityType' => ['privates''App\\Form\\Type\\Select2EntityType''getSelect2EntityTypeService'true],
  7263.             'App\\Form\\Type\\SimpleArrayType' => ['privates''App\\Form\\Type\\SimpleArrayType''getSimpleArrayTypeService'true],
  7264.             'App\\Form\\Type\\Structs\\AddressEmbeddableType' => ['privates''App\\Form\\Type\\Structs\\AddressEmbeddableType''getAddressEmbeddableTypeService'true],
  7265.             'App\\Form\\Type\\TextCounterType' => ['privates''App\\Form\\Type\\TextCounterType''getTextCounterTypeService'true],
  7266.             'App\\Form\\Type\\TextareaCounterType' => ['privates''App\\Form\\Type\\TextareaCounterType''getTextareaCounterTypeService'true],
  7267.             'Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType''getContainerAssignTypeService'true],
  7268.             'Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType''getContainerFaviconTypeService'true],
  7269.             'Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType''getContainerModuleFlagsTypeService'true],
  7270.             'Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType''getContainerMoveTypeService'true],
  7271.             'Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType''getContainerRobotsTypeService'true],
  7272.             'Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType''getContainerSitemapTypeService'true],
  7273.             'Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType''getContainerThemeTypeService'true],
  7274.             'Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType''getGenericContainerTypeService'true],
  7275.             'Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType''getIntranetContainerTypeService'true],
  7276.             'Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType''getPersonalContainerTypeService'true],
  7277.             'Cms\\ContainerBundle\\Form\\Type\\PageModalType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\PageModalType''getPageModalTypeService'true],
  7278.             'Cms\\CoreBundle\\Form\\Type\\AjaxSelectType' => ['privates''Cms\\CoreBundle\\Form\\Type\\AjaxSelectType''getAjaxSelectTypeService'true],
  7279.             'Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType' => ['privates''Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType''getBoundedTextareaTypeService'true],
  7280.             'Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType''getBulkConfirmationTypeService'true],
  7281.             'Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType''getChosenChoiceTypeService'true],
  7282.             'Cms\\CoreBundle\\Form\\Type\\ChosenEntityType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ChosenEntityType''getChosenEntityTypeService'true],
  7283.             'Cms\\CoreBundle\\Form\\Type\\ColorsType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ColorsType''getColorsTypeService'true],
  7284.             'Cms\\CoreBundle\\Form\\Type\\ConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ConfirmationType''getConfirmationTypeService'true],
  7285.             'Cms\\CoreBundle\\Form\\Type\\DateTimeType' => ['privates''Cms\\CoreBundle\\Form\\Type\\DateTimeType''getDateTimeTypeService'true],
  7286.             'Cms\\CoreBundle\\Form\\Type\\FancyDropdownType' => ['privates''Cms\\CoreBundle\\Form\\Type\\FancyDropdownType''getFancyDropdownTypeService'true],
  7287.             'Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType' => ['privates''Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType''getHtmlOverridesTypeService'true],
  7288.             'Cms\\CoreBundle\\Form\\Type\\HtmlType' => ['privates''Cms\\CoreBundle\\Form\\Type\\HtmlType''getHtmlTypeService'true],
  7289.             'Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType' => ['privates''Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType''getLocaleSettingsTypeService'true],
  7290.             'Cms\\CoreBundle\\Form\\Type\\MultiselectType' => ['privates''Cms\\CoreBundle\\Form\\Type\\MultiselectType''getMultiselectTypeService'true],
  7291.             'Cms\\CoreBundle\\Form\\Type\\SearchType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SearchType''getSearchTypeService'true],
  7292.             'Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType' => ['privates''Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType''getDateRangeFilterTypeService'true],
  7293.             'Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType' => ['privates''Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType''getTextFilterTypeService'true],
  7294.             'Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType''getSecureConfirmationTypeService'true],
  7295.             'Cms\\CoreBundle\\Form\\Type\\SlugType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SlugType''getSlugTypeService'true],
  7296.             'Cms\\CoreBundle\\Form\\Type\\SourceType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SourceType''getSourceTypeService'true],
  7297.             'Cms\\CoreBundle\\Form\\Type\\SwitchType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SwitchType''getSwitchTypeService'true],
  7298.             'Cms\\FileBundle\\Form\\Forms\\FileSearchForm' => ['privates''Cms\\FileBundle\\Form\\Forms\\FileSearchForm''getFileSearchFormService'true],
  7299.             'Cms\\FileBundle\\Form\\Forms\\FolderForm' => ['privates''Cms\\FileBundle\\Form\\Forms\\FolderForm''getFolderFormService'true],
  7300.             'Cms\\FileBundle\\Form\\Type\\AttachableType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachableType''getAttachableTypeService'true],
  7301.             'Cms\\FileBundle\\Form\\Type\\AttachmentType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachmentType''getAttachmentTypeService'true],
  7302.             'Cms\\FileBundle\\Form\\Type\\AttachmentsType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachmentsType''getAttachmentsTypeService'true],
  7303.             'Cms\\FileBundle\\Form\\Type\\FileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\FileModalType''getFileModalTypeService'true],
  7304.             'Cms\\FileBundle\\Form\\Type\\FileType' => ['privates''Cms\\FileBundle\\Form\\Type\\FileType''getFileTypeService'true],
  7305.             'Cms\\FileBundle\\Form\\Type\\FolderType' => ['privates''Cms\\FileBundle\\Form\\Type\\FolderType''getFolderTypeService'true],
  7306.             'Cms\\FileBundle\\Form\\Type\\ImageChoiceType' => ['privates''Cms\\FileBundle\\Form\\Type\\ImageChoiceType''getImageChoiceTypeService'true],
  7307.             'Cms\\FileBundle\\Form\\Type\\NodeMoveType' => ['privates''Cms\\FileBundle\\Form\\Type\\NodeMoveType''getNodeMoveTypeService'true],
  7308.             'Cms\\FileBundle\\Form\\Type\\SpecialFileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\SpecialFileModalType''getSpecialFileModalTypeService'true],
  7309.             'Cms\\FileBundle\\Form\\Type\\StevesFileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\StevesFileModalType''getStevesFileModalTypeService'true],
  7310.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType' => ['privates''Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType''getImportCreateTypeService'true],
  7311.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType' => ['privates''Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType''getImportUpdateTypeService'true],
  7312.             'Cms\\ImportBundle\\Form\\Type\\MappingType' => ['privates''Cms\\ImportBundle\\Form\\Type\\MappingType''getMappingTypeService'true],
  7313.             'Cms\\ImportBundle\\Form\\Type\\SheetType' => ['privates''Cms\\ImportBundle\\Form\\Type\\SheetType''getSheetTypeService'true],
  7314.             'Cms\\ModuleBundle\\Form\\DataAsapType' => ['privates''Cms\\ModuleBundle\\Form\\DataAsapType''getDataAsapTypeService'true],
  7315.             'Cms\\ModuleBundle\\Form\\DataDraftType' => ['privates''Cms\\ModuleBundle\\Form\\DataDraftType''getDataDraftTypeService'true],
  7316.             'Cms\\ModuleBundle\\Form\\DataRevisionType' => ['privates''Cms\\ModuleBundle\\Form\\DataRevisionType''getDataRevisionTypeService'true],
  7317.             'Cms\\ModuleBundle\\Form\\DataScheduleType' => ['privates''Cms\\ModuleBundle\\Form\\DataScheduleType''getDataScheduleTypeService'true],
  7318.             'Cms\\ModuleBundle\\Form\\DraftType' => ['privates''Cms\\ModuleBundle\\Form\\DraftType''getDraftTypeService'true],
  7319.             'Cms\\ModuleBundle\\Form\\FeedSettingsType' => ['privates''Cms\\ModuleBundle\\Form\\FeedSettingsType''getFeedSettingsTypeService'true],
  7320.             'Cms\\ModuleBundle\\Form\\PublicationType' => ['privates''Cms\\ModuleBundle\\Form\\PublicationType''getPublicationTypeService'true],
  7321.             'Cms\\ModuleBundle\\Form\\SocialMetadataType' => ['privates''Cms\\ModuleBundle\\Form\\SocialMetadataType''getSocialMetadataTypeService'true],
  7322.             'Cms\\ModuleBundle\\Form\\StandardMetadataType' => ['privates''Cms\\ModuleBundle\\Form\\StandardMetadataType''getStandardMetadataTypeService'true],
  7323.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType''getCloseActionTypeService'true],
  7324.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType''getDraftActionTypeService'true],
  7325.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType''getDuplicateTypeService'true],
  7326.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType''getMoveTypeService'true],
  7327.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType''getPublishActionTypeService'true],
  7328.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType''getSaveActionTypeService'true],
  7329.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType''getScheduleActionTypeService'true],
  7330.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType''getSubmissionActionTypeService'true],
  7331.             'Cms\\ModuleBundle\\Form\\Type\\ModuleDataType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\ModuleDataType''getModuleDataTypeService'true],
  7332.             'Cms\\ModuleBundle\\Form\\Type\\ShareType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\ShareType''getShareTypeService'true],
  7333.             'Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType''getModuleSettingsTypeService'true],
  7334.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType''getAlertBehaviorTypeService'true],
  7335.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType''getAlertLevelTypeService'true],
  7336.             'Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType''getAlertDataTypeService'true],
  7337.             'Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType''getModuleSettingsType2Service'true],
  7338.             'Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType' => ['privates''Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType''getPostDataTypeService'true],
  7339.             'Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType''getModuleSettingsType3Service'true],
  7340.             'Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType' => ['privates''Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType''getEventDataTypeService'true],
  7341.             'Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType''getModuleSettingsType4Service'true],
  7342.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType''getGalleryEditorTypeService'true],
  7343.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType''getGalleryDataTypeService'true],
  7344.             'Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType''getModuleSettingsType5Service'true],
  7345.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType''getArticleDataTypeService'true],
  7346.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType''getArticleDraftTypeService'true],
  7347.             'Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType''getModuleSettingsType6Service'true],
  7348.             'Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType' => ['privates''Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType''getPageDataTypeService'true],
  7349.             'Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType''getModuleSettingsType7Service'true],
  7350.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType''getAlternativeTitleTypeService'true],
  7351.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType''getAlternativeTitlesTypeService'true],
  7352.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType''getLinkTypeService'true],
  7353.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType''getProfileDataTypeService'true],
  7354.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType''getSearchFormTypeService'true],
  7355.             'Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType''getModuleSettingsType8Service'true],
  7356.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType''getEntryDataTypeService'true],
  7357.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType''getEntryDraftTypeService'true],
  7358.             'Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType''getModuleSettingsType9Service'true],
  7359.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType''getSnippetDataTypeService'true],
  7360.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType''getSnippetDraftTypeService'true],
  7361.             'Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType' => ['privates''Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType''getNavigationEditorTypeService'true],
  7362.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType''getGenericDeployOptionsTypeService'true],
  7363.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType''getIntranetDeployOptionsTypeService'true],
  7364.             'Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType''getSitebuilderEditorTypeService'true],
  7365.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType''getSiteplanCreateTypeService'true],
  7366.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType''getSiteplanUpdateTypeService'true],
  7367.             'Cms\\TagBundle\\Form\\Type\\TagCreateType' => ['privates''Cms\\TagBundle\\Form\\Type\\TagCreateType''getTagCreateTypeService'true],
  7368.             'Cms\\TagBundle\\Form\\Type\\TagEditType' => ['privates''Cms\\TagBundle\\Form\\Type\\TagEditType''getTagEditTypeService'true],
  7369.             'Cms\\TagBundle\\Form\\Type\\TaggableType' => ['privates''Cms\\TagBundle\\Form\\Type\\TaggableType''getTaggableTypeService'true],
  7370.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  7371.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  7372.             'Platform\\ControlPanelBundle\\Form\\AnnouncementType' => ['privates''Platform\\ControlPanelBundle\\Form\\AnnouncementType''getAnnouncementTypeService'true],
  7373.             'Platform\\ControlPanelBundle\\Form\\NewsType' => ['privates''Platform\\ControlPanelBundle\\Form\\NewsType''getNewsTypeService'true],
  7374.             'Platform\\ControlPanelBundle\\Form\\OneRosterSyncType' => ['privates''Platform\\ControlPanelBundle\\Form\\OneRosterSyncType''getOneRosterSyncTypeService'true],
  7375.             'Platform\\ControlPanelBundle\\Form\\TenantEditType' => ['privates''Platform\\ControlPanelBundle\\Form\\TenantEditType''getTenantEditTypeService'true],
  7376.             'Platform\\ControlPanelBundle\\Form\\TenantType' => ['privates''Platform\\ControlPanelBundle\\Form\\TenantType''getTenantTypeService'true],
  7377.             'Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType''getGroupType3Service'true],
  7378.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType''getPermissionType2Service'true],
  7379.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType''getPermissionsAuditTypeService'true],
  7380.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType''getPermissionsType2Service'true],
  7381.             'Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType''getRoleType3Service'true],
  7382.             'Platform\\SecurityBundle\\Form\\Type\\AccountType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\AccountType''getAccountType3Service'true],
  7383.             'Platform\\SecurityBundle\\Form\\Type\\AvatarType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\AvatarType''getAvatarTypeService'true],
  7384.             'Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType''getChangePasswordTypeService'true],
  7385.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType''getAccountLocaleTypeService'true],
  7386.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType''getAccountType4Service'true],
  7387.             'Platform\\SecurityBundle\\Form\\Type\\LoginType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\LoginType''getLoginTypeService'true],
  7388.             'Platform\\SecurityBundle\\Form\\Type\\ProfileType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ProfileType''getProfileTypeService'true],
  7389.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType''getAccountsTypeService'true],
  7390.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType''getGroupsTypeService'true],
  7391.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType''getRolesTypeService'true],
  7392.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType''getSpecialPermissionsType2Service'true],
  7393.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType''getSystemProfileType2Service'true],
  7394.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType''getResetPasswordRequestTypeService'true],
  7395.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType''getResetPasswordTypeService'true],
  7396.             'Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType''getRoleToAccountsAssignmentTypeService'true],
  7397.             'Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType''getRoleToGroupsAssignmentTypeService'true],
  7398.             'Platform\\SecurityBundle\\Form\\Type\\SignInType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\SignInType''getSignInTypeService'true],
  7399.             'Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType''getSpecialPermissionsType3Service'true],
  7400.             'Products\\AdaBundle\\Form\\Type\\AdaSettingsType' => ['privates''Products\\AdaBundle\\Form\\Type\\AdaSettingsType''getAdaSettingsTypeService'true],
  7401.             'Products\\AdaBundle\\Form\\Type\\AddFileModalType' => ['privates''Products\\AdaBundle\\Form\\Type\\AddFileModalType''getAddFileModalTypeService'true],
  7402.             'Products\\AdaBundle\\Form\\Type\\ManageModalType' => ['privates''Products\\AdaBundle\\Form\\Type\\ManageModalType''getManageModalTypeService'true],
  7403.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm''getAutomationDataFormService'true],
  7404.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm''getAutomationReviewFormService'true],
  7405.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm''getAutomationSearchFormService'true],
  7406.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm''getListSearchFormService'true],
  7407.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm''getListDataFormService'true],
  7408.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm''getListSearchForm2Service'true],
  7409.             'Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm''getContactAttemptSearchFormService'true],
  7410.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType''getChannelsTypeService'true],
  7411.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm''getEmailSuppressionSearchFormService'true],
  7412.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm''getInvocationSearchFormService'true],
  7413.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm''getMessageChannelsFormService'true],
  7414.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm''getMessageDataFormService'true],
  7415.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm''getMessageSearchFormService'true],
  7416.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType''getMessageTestContactTypeService'true],
  7417.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm''getMessageTestFormService'true],
  7418.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm''getMessageTranslationFormService'true],
  7419.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm''getMessageTranslationsFormService'true],
  7420.             'Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm''getLoginFormService'true],
  7421.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm''getProfileBuilderSearchFormService'true],
  7422.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm''getProfileSearchFormService'true],
  7423.             'Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm''getRecipientSearchFormService'true],
  7424.             'Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm''getCheckupSearchFormService'true],
  7425.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm''getStudentBuilderSearchFormService'true],
  7426.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm''getStudentSearchFormService'true],
  7427.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm''getTemplateChannelsFormService'true],
  7428.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm''getTemplateDataFormService'true],
  7429.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm''getTemplateSearchFormService'true],
  7430.             'Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType''getBannerChoiceTypeService'true],
  7431.             'Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType''getConditionQueryTypeService'true],
  7432.             'Products\\NotificationsBundle\\Form\\Type\\FancyEntityType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\FancyEntityType''getFancyEntityTypeService'true],
  7433.             'Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType''getInlineCheckboxTypeService'true],
  7434.             'Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType''getInlineChoiceTypeService'true],
  7435.             'Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType''getMessageChoiceTypeService'true],
  7436.             'Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType''getReactStaticBuilderTypeService'true],
  7437.             'Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType''getReactVoiceRecorderTypeService'true],
  7438.             'Products\\NotificationsBundle\\Form\\Type\\RecordingType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\RecordingType''getRecordingTypeService'true],
  7439.             'Products\\NotificationsBundle\\Form\\Type\\RichTextType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\RichTextType''getRichTextTypeService'true],
  7440.             'Products\\NotificationsBundle\\Form\\Type\\SourceTextType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\SourceTextType''getSourceTextTypeService'true],
  7441.             'Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType''getSteppedDateTimeTypeService'true],
  7442.             'Products\\NotificationsBundle\\Form\\Type\\ToggleType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ToggleType''getToggleTypeService'true],
  7443.             'Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType''getVoiceChoiceTypeService'true],
  7444.             'Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm''getFeedSearchFormService'true],
  7445.             'Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm''getFeedSearchForm2Service'true],
  7446.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType''getChannelsType2Service'true],
  7447.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm''getPostFormService'true],
  7448.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm''getPostReviewFormService'true],
  7449.             'Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType''getPhotoUploaderTypeService'true],
  7450.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType''getSimpleEntitySelectTypeService'true],
  7451.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType''getSimpleSelectTypeService'true],
  7452.             'Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType''getVideoMediaTypeService'true],
  7453.             'Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType''getVideoUploaderTypeService'true],
  7454.             'Products\\SocialBundle\\Form\\FacebookSelectionsForm' => ['privates''Products\\SocialBundle\\Form\\FacebookSelectionsForm''getFacebookSelectionsFormService'true],
  7455.             'Products\\SocialBundle\\Form\\SocialPostCreateForm' => ['privates''Products\\SocialBundle\\Form\\SocialPostCreateForm''getSocialPostCreateFormService'true],
  7456.             'Products\\SocialBundle\\Form\\SocialPostEditForm' => ['privates''Products\\SocialBundle\\Form\\SocialPostEditForm''getSocialPostEditFormService'true],
  7457.             'Products\\SocialBundle\\Form\\Type\\AccountsType' => ['privates''Products\\SocialBundle\\Form\\Type\\AccountsType''getAccountsType2Service'true],
  7458.             'Products\\SocialBundle\\Form\\Type\\LinkPreviewType' => ['privates''Products\\SocialBundle\\Form\\Type\\LinkPreviewType''getLinkPreviewTypeService'true],
  7459.             'Products\\SocialBundle\\Form\\Type\\MessageType' => ['privates''Products\\SocialBundle\\Form\\Type\\MessageType''getMessageTypeService'true],
  7460.             'Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType' => ['privates''Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType''getMultipleDateTimeTypeService'true],
  7461.             'Products\\SocialBundle\\Form\\Type\\MultipleMediaType' => ['privates''Products\\SocialBundle\\Form\\Type\\MultipleMediaType''getMultipleMediaTypeService'true],
  7462.             'Products\\SocialBundle\\Form\\Type\\StevesDateTimeType' => ['privates''Products\\SocialBundle\\Form\\Type\\StevesDateTimeType''getStevesDateTimeTypeService'true],
  7463.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  7464.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  7465.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  7466.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  7467.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  7468.         ], [
  7469.             'App\\Form\\Forms\\Content\\EventObjectForm' => '?',
  7470.             'App\\Form\\Forms\\Content\\GalleryObjectForm' => '?',
  7471.             'App\\Form\\Forms\\Content\\ObjectForm' => '?',
  7472.             'App\\Form\\Forms\\Content\\PostObjectForm' => '?',
  7473.             'App\\Form\\Forms\\Content\\VideoObjectForm' => '?',
  7474.             'App\\Form\\Forms\\DummyForm' => '?',
  7475.             'App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm' => '?',
  7476.             'App\\Form\\Forms\\Searching\\AccountSearchForm' => '?',
  7477.             'App\\Form\\Forms\\Searching\\GroupAccountSearchForm' => '?',
  7478.             'App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm' => '?',
  7479.             'App\\Form\\Forms\\Searching\\GroupSearchForm' => '?',
  7480.             'App\\Form\\Forms\\Searching\\LegacyProxySearchForm' => '?',
  7481.             'App\\Form\\Forms\\Searching\\ObjectSearchForm' => '?',
  7482.             'App\\Form\\Forms\\Searching\\RoleSearchForm' => '?',
  7483.             'App\\Form\\Forms\\Searching\\SchoolSearchForm' => '?',
  7484.             'App\\Form\\Forms\\Security\\AccountType' => '?',
  7485.             'App\\Form\\Forms\\Security\\GroupType' => '?',
  7486.             'App\\Form\\Forms\\Security\\PermissionType' => '?',
  7487.             'App\\Form\\Forms\\Security\\PermissionsType' => '?',
  7488.             'App\\Form\\Forms\\Security\\Profile\\AccountType' => '?',
  7489.             'App\\Form\\Forms\\Security\\Profile\\ContainerRoleType' => '?',
  7490.             'App\\Form\\Forms\\Security\\Profile\\GroupType' => '?',
  7491.             'App\\Form\\Forms\\Security\\Profile\\ListRoleType' => '?',
  7492.             'App\\Form\\Forms\\Security\\Profile\\RoleType' => '?',
  7493.             'App\\Form\\Forms\\Security\\Profile\\SchoolRoleType' => '?',
  7494.             'App\\Form\\Forms\\Security\\RoleType' => '?',
  7495.             'App\\Form\\Forms\\Security\\SpecialPermissionsType' => '?',
  7496.             'App\\Form\\Forms\\Security\\SystemProfileType' => '?',
  7497.             'App\\Form\\Forms\\System\\NotificationsConfigForm' => '?',
  7498.             'App\\Form\\Forms\\System\\SchoolBrandingForm' => '?',
  7499.             'App\\Form\\Forms\\System\\SchoolForm' => '?',
  7500.             'App\\Form\\Forms\\System\\SchoolMobileForm' => '?',
  7501.             'App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm' => '?',
  7502.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm' => '?',
  7503.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm' => '?',
  7504.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm' => '?',
  7505.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm' => '?',
  7506.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm' => '?',
  7507.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm' => '?',
  7508.             'App\\Form\\Type\\CronHourChoiceType' => '?',
  7509.             'App\\Form\\Type\\FilesystemHiddenType' => '?',
  7510.             'App\\Form\\Type\\FilesystemType' => '?',
  7511.             'App\\Form\\Type\\HexColorType' => '?',
  7512.             'App\\Form\\Type\\ImageFilePreviewType' => '?',
  7513.             'App\\Form\\Type\\PhoneNumberType' => '?',
  7514.             'App\\Form\\Type\\ReactMediaManagerType' => '?',
  7515.             'App\\Form\\Type\\ReactQueryBuilderType' => '?',
  7516.             'App\\Form\\Type\\ReactRruleGeneratorType' => '?',
  7517.             'App\\Form\\Type\\ReactShortcutsType' => '?',
  7518.             'App\\Form\\Type\\SchoolTypesType' => '?',
  7519.             'App\\Form\\Type\\Select2ChoiceType' => '?',
  7520.             'App\\Form\\Type\\Select2EntityType' => '?',
  7521.             'App\\Form\\Type\\SimpleArrayType' => '?',
  7522.             'App\\Form\\Type\\Structs\\AddressEmbeddableType' => '?',
  7523.             'App\\Form\\Type\\TextCounterType' => '?',
  7524.             'App\\Form\\Type\\TextareaCounterType' => '?',
  7525.             'Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType' => '?',
  7526.             'Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType' => '?',
  7527.             'Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType' => '?',
  7528.             'Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType' => '?',
  7529.             'Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType' => '?',
  7530.             'Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType' => '?',
  7531.             'Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType' => '?',
  7532.             'Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType' => '?',
  7533.             'Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType' => '?',
  7534.             'Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType' => '?',
  7535.             'Cms\\ContainerBundle\\Form\\Type\\PageModalType' => '?',
  7536.             'Cms\\CoreBundle\\Form\\Type\\AjaxSelectType' => '?',
  7537.             'Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType' => '?',
  7538.             'Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType' => '?',
  7539.             'Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType' => '?',
  7540.             'Cms\\CoreBundle\\Form\\Type\\ChosenEntityType' => '?',
  7541.             'Cms\\CoreBundle\\Form\\Type\\ColorsType' => '?',
  7542.             'Cms\\CoreBundle\\Form\\Type\\ConfirmationType' => '?',
  7543.             'Cms\\CoreBundle\\Form\\Type\\DateTimeType' => '?',
  7544.             'Cms\\CoreBundle\\Form\\Type\\FancyDropdownType' => '?',
  7545.             'Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType' => '?',
  7546.             'Cms\\CoreBundle\\Form\\Type\\HtmlType' => '?',
  7547.             'Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType' => '?',
  7548.             'Cms\\CoreBundle\\Form\\Type\\MultiselectType' => '?',
  7549.             'Cms\\CoreBundle\\Form\\Type\\SearchType' => '?',
  7550.             'Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType' => '?',
  7551.             'Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType' => '?',
  7552.             'Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType' => '?',
  7553.             'Cms\\CoreBundle\\Form\\Type\\SlugType' => '?',
  7554.             'Cms\\CoreBundle\\Form\\Type\\SourceType' => '?',
  7555.             'Cms\\CoreBundle\\Form\\Type\\SwitchType' => '?',
  7556.             'Cms\\FileBundle\\Form\\Forms\\FileSearchForm' => '?',
  7557.             'Cms\\FileBundle\\Form\\Forms\\FolderForm' => '?',
  7558.             'Cms\\FileBundle\\Form\\Type\\AttachableType' => '?',
  7559.             'Cms\\FileBundle\\Form\\Type\\AttachmentType' => '?',
  7560.             'Cms\\FileBundle\\Form\\Type\\AttachmentsType' => '?',
  7561.             'Cms\\FileBundle\\Form\\Type\\FileModalType' => '?',
  7562.             'Cms\\FileBundle\\Form\\Type\\FileType' => '?',
  7563.             'Cms\\FileBundle\\Form\\Type\\FolderType' => '?',
  7564.             'Cms\\FileBundle\\Form\\Type\\ImageChoiceType' => '?',
  7565.             'Cms\\FileBundle\\Form\\Type\\NodeMoveType' => '?',
  7566.             'Cms\\FileBundle\\Form\\Type\\SpecialFileModalType' => '?',
  7567.             'Cms\\FileBundle\\Form\\Type\\StevesFileModalType' => '?',
  7568.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType' => '?',
  7569.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType' => '?',
  7570.             'Cms\\ImportBundle\\Form\\Type\\MappingType' => '?',
  7571.             'Cms\\ImportBundle\\Form\\Type\\SheetType' => '?',
  7572.             'Cms\\ModuleBundle\\Form\\DataAsapType' => '?',
  7573.             'Cms\\ModuleBundle\\Form\\DataDraftType' => '?',
  7574.             'Cms\\ModuleBundle\\Form\\DataRevisionType' => '?',
  7575.             'Cms\\ModuleBundle\\Form\\DataScheduleType' => '?',
  7576.             'Cms\\ModuleBundle\\Form\\DraftType' => '?',
  7577.             'Cms\\ModuleBundle\\Form\\FeedSettingsType' => '?',
  7578.             'Cms\\ModuleBundle\\Form\\PublicationType' => '?',
  7579.             'Cms\\ModuleBundle\\Form\\SocialMetadataType' => '?',
  7580.             'Cms\\ModuleBundle\\Form\\StandardMetadataType' => '?',
  7581.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType' => '?',
  7582.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType' => '?',
  7583.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType' => '?',
  7584.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType' => '?',
  7585.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType' => '?',
  7586.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType' => '?',
  7587.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType' => '?',
  7588.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType' => '?',
  7589.             'Cms\\ModuleBundle\\Form\\Type\\ModuleDataType' => '?',
  7590.             'Cms\\ModuleBundle\\Form\\Type\\ShareType' => '?',
  7591.             'Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType' => '?',
  7592.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType' => '?',
  7593.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType' => '?',
  7594.             'Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType' => '?',
  7595.             'Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType' => '?',
  7596.             'Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType' => '?',
  7597.             'Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType' => '?',
  7598.             'Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType' => '?',
  7599.             'Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType' => '?',
  7600.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType' => '?',
  7601.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType' => '?',
  7602.             'Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType' => '?',
  7603.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType' => '?',
  7604.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType' => '?',
  7605.             'Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType' => '?',
  7606.             'Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType' => '?',
  7607.             'Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType' => '?',
  7608.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType' => '?',
  7609.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType' => '?',
  7610.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType' => '?',
  7611.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType' => '?',
  7612.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType' => '?',
  7613.             'Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType' => '?',
  7614.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType' => '?',
  7615.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType' => '?',
  7616.             'Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType' => '?',
  7617.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType' => '?',
  7618.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType' => '?',
  7619.             'Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType' => '?',
  7620.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType' => '?',
  7621.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType' => '?',
  7622.             'Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType' => '?',
  7623.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType' => '?',
  7624.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType' => '?',
  7625.             'Cms\\TagBundle\\Form\\Type\\TagCreateType' => '?',
  7626.             'Cms\\TagBundle\\Form\\Type\\TagEditType' => '?',
  7627.             'Cms\\TagBundle\\Form\\Type\\TaggableType' => '?',
  7628.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  7629.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  7630.             'Platform\\ControlPanelBundle\\Form\\AnnouncementType' => '?',
  7631.             'Platform\\ControlPanelBundle\\Form\\NewsType' => '?',
  7632.             'Platform\\ControlPanelBundle\\Form\\OneRosterSyncType' => '?',
  7633.             'Platform\\ControlPanelBundle\\Form\\TenantEditType' => '?',
  7634.             'Platform\\ControlPanelBundle\\Form\\TenantType' => '?',
  7635.             'Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType' => '?',
  7636.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType' => '?',
  7637.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType' => '?',
  7638.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType' => '?',
  7639.             'Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType' => '?',
  7640.             'Platform\\SecurityBundle\\Form\\Type\\AccountType' => '?',
  7641.             'Platform\\SecurityBundle\\Form\\Type\\AvatarType' => '?',
  7642.             'Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType' => '?',
  7643.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType' => '?',
  7644.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType' => '?',
  7645.             'Platform\\SecurityBundle\\Form\\Type\\LoginType' => '?',
  7646.             'Platform\\SecurityBundle\\Form\\Type\\ProfileType' => '?',
  7647.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType' => '?',
  7648.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType' => '?',
  7649.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType' => '?',
  7650.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType' => '?',
  7651.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType' => '?',
  7652.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType' => '?',
  7653.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType' => '?',
  7654.             'Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType' => '?',
  7655.             'Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType' => '?',
  7656.             'Platform\\SecurityBundle\\Form\\Type\\SignInType' => '?',
  7657.             'Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType' => '?',
  7658.             'Products\\AdaBundle\\Form\\Type\\AdaSettingsType' => '?',
  7659.             'Products\\AdaBundle\\Form\\Type\\AddFileModalType' => '?',
  7660.             'Products\\AdaBundle\\Form\\Type\\ManageModalType' => '?',
  7661.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm' => '?',
  7662.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm' => '?',
  7663.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm' => '?',
  7664.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm' => '?',
  7665.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm' => '?',
  7666.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm' => '?',
  7667.             'Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm' => '?',
  7668.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType' => '?',
  7669.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm' => '?',
  7670.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm' => '?',
  7671.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm' => '?',
  7672.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm' => '?',
  7673.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm' => '?',
  7674.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType' => '?',
  7675.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm' => '?',
  7676.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm' => '?',
  7677.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm' => '?',
  7678.             'Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm' => '?',
  7679.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm' => '?',
  7680.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm' => '?',
  7681.             'Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm' => '?',
  7682.             'Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm' => '?',
  7683.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm' => '?',
  7684.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm' => '?',
  7685.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm' => '?',
  7686.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm' => '?',
  7687.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm' => '?',
  7688.             'Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType' => '?',
  7689.             'Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType' => '?',
  7690.             'Products\\NotificationsBundle\\Form\\Type\\FancyEntityType' => '?',
  7691.             'Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType' => '?',
  7692.             'Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType' => '?',
  7693.             'Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType' => '?',
  7694.             'Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType' => '?',
  7695.             'Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType' => '?',
  7696.             'Products\\NotificationsBundle\\Form\\Type\\RecordingType' => '?',
  7697.             'Products\\NotificationsBundle\\Form\\Type\\RichTextType' => '?',
  7698.             'Products\\NotificationsBundle\\Form\\Type\\SourceTextType' => '?',
  7699.             'Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType' => '?',
  7700.             'Products\\NotificationsBundle\\Form\\Type\\ToggleType' => '?',
  7701.             'Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType' => '?',
  7702.             'Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm' => '?',
  7703.             'Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm' => '?',
  7704.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType' => '?',
  7705.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm' => '?',
  7706.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm' => '?',
  7707.             'Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType' => '?',
  7708.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType' => '?',
  7709.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType' => '?',
  7710.             'Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType' => '?',
  7711.             'Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType' => '?',
  7712.             'Products\\SocialBundle\\Form\\FacebookSelectionsForm' => '?',
  7713.             'Products\\SocialBundle\\Form\\SocialPostCreateForm' => '?',
  7714.             'Products\\SocialBundle\\Form\\SocialPostEditForm' => '?',
  7715.             'Products\\SocialBundle\\Form\\Type\\AccountsType' => '?',
  7716.             'Products\\SocialBundle\\Form\\Type\\LinkPreviewType' => '?',
  7717.             'Products\\SocialBundle\\Form\\Type\\MessageType' => '?',
  7718.             'Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType' => '?',
  7719.             'Products\\SocialBundle\\Form\\Type\\MultipleMediaType' => '?',
  7720.             'Products\\SocialBundle\\Form\\Type\\StevesDateTimeType' => '?',
  7721.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7722.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7723.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7724.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7725.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7726.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7727.             yield => ($this->privates['App\\Form\\Extension\\TooltipExtension'] ?? ($this->privates['App\\Form\\Extension\\TooltipExtension'] = new \App\Form\Extension\TooltipExtension()));
  7728.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\AddonExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\AddonExtension'] = new \Cms\CoreBundle\Form\Extension\AddonExtension()));
  7729.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\CategoryExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\CategoryExtension'] = new \Cms\CoreBundle\Form\Extension\CategoryExtension()));
  7730.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\EmbeddedExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\EmbeddedExtension'] = new \Cms\CoreBundle\Form\Extension\EmbeddedExtension()));
  7731.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\HelpExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\HelpExtension'] = new \Cms\CoreBundle\Form\Extension\HelpExtension()));
  7732.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowAttrsExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowAttrsExtension'] = new \Cms\CoreBundle\Form\Extension\RowAttrsExtension()));
  7733.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowExtension'] = new \Cms\CoreBundle\Form\Extension\RowExtension()));
  7734.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  7735.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  7736.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  7737.             yield 10 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  7738.             yield 11 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  7739.             yield 12 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  7740.         }, 13), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7741.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7742.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7743.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7744.         }, 1)], new RewindableGenerator(function () {
  7745.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  7746.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  7747.         }, 2));
  7748.     }
  7749.     /**
  7750.      * Gets the private 'form.registry' shared service.
  7751.      *
  7752.      * @return \Symfony\Component\Form\FormRegistry
  7753.      */
  7754.     protected function getForm_RegistryService()
  7755.     {
  7756.         $a = ($this->privates['form.extension'] ?? $this->getForm_ExtensionService());
  7757.         if (isset($this->privates['form.registry'])) {
  7758.             return $this->privates['form.registry'];
  7759.         }
  7760.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> $a], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
  7761.     }
  7762.     /**
  7763.      * Gets the private 'form.resolved_type_factory' shared service.
  7764.      *
  7765.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  7766.      */
  7767.     protected function getForm_ResolvedTypeFactoryService()
  7768.     {
  7769.         return $this->privates['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7770.     }
  7771.     /**
  7772.      * Gets the private 'fragment.listener' shared service.
  7773.      *
  7774.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  7775.      */
  7776.     protected function getFragment_ListenerService()
  7777.     {
  7778.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('7I9h37k0mTc3343P47hc9zKSBBj3rpFt'))), '/_fragment');
  7779.     }
  7780.     /**
  7781.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7782.      *
  7783.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7784.      */
  7785.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7786.     {
  7787.         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())));
  7788.     }
  7789.     /**
  7790.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  7791.      *
  7792.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  7793.      */
  7794.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  7795.     {
  7796.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  7797.     }
  7798.     /**
  7799.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7800.      *
  7801.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7802.      */
  7803.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7804.     {
  7805.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7806.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7807.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7808.         }
  7809.         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()), $a);
  7810.     }
  7811.     /**
  7812.      * Gets the private 'identity_translator' shared service.
  7813.      *
  7814.      * @return \Symfony\Component\Translation\IdentityTranslator
  7815.      */
  7816.     protected function getIdentityTranslatorService()
  7817.     {
  7818.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  7819.     }
  7820.     /**
  7821.      * Gets the private 'joshtronic\LoremIpsum' shared autowired service.
  7822.      *
  7823.      * @return \joshtronic\LoremIpsum
  7824.      */
  7825.     protected function getLoremIpsumService()
  7826.     {
  7827.         return $this->privates['joshtronic\\LoremIpsum'] = new \joshtronic\LoremIpsum();
  7828.     }
  7829.     /**
  7830.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared autowired service.
  7831.      *
  7832.      * @return \libphonenumber\PhoneNumberUtil
  7833.      */
  7834.     protected function getPhoneNumberUtilService()
  7835.     {
  7836.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  7837.     }
  7838.     /**
  7839.      * Gets the private 'locale_aware_listener' shared service.
  7840.      *
  7841.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7842.      */
  7843.     protected function getLocaleAwareListenerService()
  7844.     {
  7845.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7846.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7847.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7848.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7849.     }
  7850.     /**
  7851.      * Gets the private 'locale_listener' shared service.
  7852.      *
  7853.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7854.      */
  7855.     protected function getLocaleListenerService()
  7856.     {
  7857.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  7858.     }
  7859.     /**
  7860.      * Gets the private 'monolog.handler.console' shared service.
  7861.      *
  7862.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7863.      */
  7864.     protected function getMonolog_Handler_ConsoleService()
  7865.     {
  7866.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7867.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7868.         return $instance;
  7869.     }
  7870.     /**
  7871.      * Gets the private 'monolog.handler.main' shared service.
  7872.      *
  7873.      * @return \Monolog\Handler\FingersCrossedHandler
  7874.      */
  7875.     protected function getMonolog_Handler_MainService()
  7876.     {
  7877.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()), ($this->privates['monolog.handler.main.http_code_strategy'] ?? $this->getMonolog_Handler_Main_HttpCodeStrategyService()), 0truetrueNULL);
  7878.     }
  7879.     /**
  7880.      * Gets the private 'monolog.handler.main.http_code_strategy' shared service.
  7881.      *
  7882.      * @return \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy
  7883.      */
  7884.     protected function getMonolog_Handler_Main_HttpCodeStrategyService()
  7885.     {
  7886.         return $this->privates['monolog.handler.main.http_code_strategy'] = new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> ['code' => 404'urls' => []], => ['code' => 405'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error'));
  7887.     }
  7888.     /**
  7889.      * Gets the private 'monolog.handler.main2' shared service.
  7890.      *
  7891.      * @return \Monolog\Handler\FingersCrossedHandler
  7892.      */
  7893.     protected function getMonolog_Handler_Main2Service()
  7894.     {
  7895.         return $this->privates['monolog.handler.main2'] = new \Monolog\Handler\FingersCrossedHandler(($this->privates['Rollbar\\Monolog\\Handler\\RollbarHandler'] ?? $this->getRollbarHandlerService()), ($this->privates['monolog.handler.main2.http_code_strategy'] ?? $this->getMonolog_Handler_Main2_HttpCodeStrategyService()), 0truetrueNULL);
  7896.     }
  7897.     /**
  7898.      * Gets the private 'monolog.handler.main2.http_code_strategy' shared service.
  7899.      *
  7900.      * @return \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy
  7901.      */
  7902.     protected function getMonolog_Handler_Main2_HttpCodeStrategyService()
  7903.     {
  7904.         return $this->privates['monolog.handler.main2.http_code_strategy'] = new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> ['code' => 404'urls' => []], => ['code' => 405'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error'));
  7905.     }
  7906.     /**
  7907.      * Gets the private 'monolog.handler.nested' shared service.
  7908.      *
  7909.      * @return \Monolog\Handler\StreamHandler
  7910.      */
  7911.     protected function getMonolog_Handler_NestedService()
  7912.     {
  7913.         $this->privates['monolog.handler.nested'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/test.log'), 'ERROR'trueNULLfalse);
  7914.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7915.         return $instance;
  7916.     }
  7917.     /**
  7918.      * Gets the private 'monolog.logger' shared service.
  7919.      *
  7920.      * @return \Symfony\Bridge\Monolog\Logger
  7921.      */
  7922.     protected function getMonolog_LoggerService()
  7923.     {
  7924.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7925.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7926.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7927.         $instance->useMicrosecondTimestamps(true);
  7928.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7929.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7930.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7931.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7932.         return $instance;
  7933.     }
  7934.     /**
  7935.      * Gets the private 'monolog.logger.cache' shared service.
  7936.      *
  7937.      * @return \Symfony\Bridge\Monolog\Logger
  7938.      */
  7939.     protected function getMonolog_Logger_CacheService()
  7940.     {
  7941.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7942.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7943.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7944.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7945.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7946.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7947.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7948.         return $instance;
  7949.     }
  7950.     /**
  7951.      * Gets the private 'monolog.logger.event' shared service.
  7952.      *
  7953.      * @return \Symfony\Bridge\Monolog\Logger
  7954.      */
  7955.     protected function getMonolog_Logger_EventService()
  7956.     {
  7957.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  7958.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7959.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7960.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7961.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7962.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7963.         return $instance;
  7964.     }
  7965.     /**
  7966.      * Gets the private 'monolog.logger.php' shared service.
  7967.      *
  7968.      * @return \Symfony\Bridge\Monolog\Logger
  7969.      */
  7970.     protected function getMonolog_Logger_PhpService()
  7971.     {
  7972.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  7973.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7974.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7975.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7976.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7977.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7978.         return $instance;
  7979.     }
  7980.     /**
  7981.      * Gets the private 'monolog.logger.profiler' shared service.
  7982.      *
  7983.      * @return \Symfony\Bridge\Monolog\Logger
  7984.      */
  7985.     protected function getMonolog_Logger_ProfilerService()
  7986.     {
  7987.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  7988.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7989.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7990.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7991.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7992.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7993.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7994.         return $instance;
  7995.     }
  7996.     /**
  7997.      * Gets the private 'monolog.logger.request' shared service.
  7998.      *
  7999.      * @return \Symfony\Bridge\Monolog\Logger
  8000.      */
  8001.     protected function getMonolog_Logger_RequestService()
  8002.     {
  8003.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8004.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8005.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8006.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8007.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8008.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8009.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8010.         return $instance;
  8011.     }
  8012.     /**
  8013.      * Gets the private 'monolog.logger.router' shared service.
  8014.      *
  8015.      * @return \Symfony\Bridge\Monolog\Logger
  8016.      */
  8017.     protected function getMonolog_Logger_RouterService()
  8018.     {
  8019.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  8020.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8021.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8022.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8023.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8024.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8025.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8026.         return $instance;
  8027.     }
  8028.     /**
  8029.      * Gets the private 'monolog.logger.security' shared service.
  8030.      *
  8031.      * @return \Symfony\Bridge\Monolog\Logger
  8032.      */
  8033.     protected function getMonolog_Logger_SecurityService()
  8034.     {
  8035.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8036.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8037.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8038.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8039.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8040.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8042.         return $instance;
  8043.     }
  8044.     /**
  8045.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  8046.      *
  8047.      * @return \Monolog\Processor\PsrLogMessageProcessor
  8048.      */
  8049.     protected function getMonolog_Processor_PsrLogMessageService()
  8050.     {
  8051.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  8052.     }
  8053.     /**
  8054.      * Gets the private 'nelmio_cors.cacheable_response_vary_listener' shared service.
  8055.      *
  8056.      * @return \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener
  8057.      */
  8058.     protected function getNelmioCors_CacheableResponseVaryListenerService()
  8059.     {
  8060.         return $this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener();
  8061.     }
  8062.     /**
  8063.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  8064.      *
  8065.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  8066.      */
  8067.     protected function getNelmioCors_CorsListenerService()
  8068.     {
  8069.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->privates['nelmio_cors.options_resolver'] ?? $this->getNelmioCors_OptionsResolverService()));
  8070.     }
  8071.     /**
  8072.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  8073.      *
  8074.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  8075.      */
  8076.     protected function getNelmioCors_OptionsProvider_ConfigService()
  8077.     {
  8078.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  8079.     }
  8080.     /**
  8081.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  8082.      *
  8083.      * @return \Nelmio\CorsBundle\Options\Resolver
  8084.      */
  8085.     protected function getNelmioCors_OptionsResolverService()
  8086.     {
  8087.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  8088.     }
  8089.     /**
  8090.      * Gets the private 'parameter_bag' shared service.
  8091.      *
  8092.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8093.      */
  8094.     protected function getParameterBagService()
  8095.     {
  8096.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8097.     }
  8098.     /**
  8099.      * Gets the private 'profiler_listener' shared service.
  8100.      *
  8101.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8102.      */
  8103.     protected function getProfilerListenerService()
  8104.     {
  8105.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8106.         if (isset($this->privates['profiler_listener'])) {
  8107.             return $this->privates['profiler_listener'];
  8108.         }
  8109.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsetrueNULL);
  8110.     }
  8111.     /**
  8112.      * Gets the private 'property_info' shared service.
  8113.      *
  8114.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8115.      */
  8116.     protected function getPropertyInfoService()
  8117.     {
  8118.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8119.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  8120.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8121.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8122.         }, 3), new RewindableGenerator(function () {
  8123.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8124.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8125.         }, 2), new RewindableGenerator(function () {
  8126.             return new \EmptyIterator();
  8127.         }, 0), new RewindableGenerator(function () {
  8128.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8129.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8130.         }, 2), new RewindableGenerator(function () {
  8131.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8132.         }, 1));
  8133.     }
  8134.     /**
  8135.      * Gets the private 'response_listener' shared service.
  8136.      *
  8137.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  8138.      */
  8139.     protected function getResponseListenerService()
  8140.     {
  8141.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  8142.     }
  8143.     /**
  8144.      * Gets the private 'router.expression_language_provider' shared service.
  8145.      *
  8146.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8147.      */
  8148.     protected function getRouter_ExpressionLanguageProviderService()
  8149.     {
  8150.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8151.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  8152.         ], [
  8153.             'env' => 'Closure',
  8154.         ]));
  8155.     }
  8156.     /**
  8157.      * Gets the private 'router.request_context' shared service.
  8158.      *
  8159.      * @return \Symfony\Component\Routing\RequestContext
  8160.      */
  8161.     protected function getRouter_RequestContextService()
  8162.     {
  8163.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8164.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8165.         return $instance;
  8166.     }
  8167.     /**
  8168.      * Gets the private 'router_listener' shared service.
  8169.      *
  8170.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8171.      */
  8172.     protected function getRouterListenerService()
  8173.     {
  8174.         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);
  8175.     }
  8176.     /**
  8177.      * Gets the private 'security.authentication.manager' shared service.
  8178.      *
  8179.      * @return \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager
  8180.      */
  8181.     protected function getSecurity_Authentication_ManagerService()
  8182.     {
  8183.         return $this->privates['security.authentication.manager'] = new \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager();
  8184.     }
  8185.     /**
  8186.      * Gets the private 'security.authentication.trust_resolver' shared service.
  8187.      *
  8188.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  8189.      */
  8190.     protected function getSecurity_Authentication_TrustResolverService()
  8191.     {
  8192.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  8193.     }
  8194.     /**
  8195.      * Gets the private 'security.context_listener.0' shared service.
  8196.      *
  8197.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8198.      */
  8199.     protected function getSecurity_ContextListener_0Service()
  8200.     {
  8201.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  8202.             yield => ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  8203.             yield => ($this->privates['App\\Security\\Guard\\PortalUserProvider'] ?? $this->load('getPortalUserProviderService'));
  8204.             yield => ($this->privates['App\\Security\\Guard\\PortalAdminUserProvider'] ?? $this->load('getPortalAdminUserProviderService'));
  8205.         }, 3), 'portal', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.portal'] ?? $this->getSecurity_EventDispatcher_PortalService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  8206.     }
  8207.     /**
  8208.      * Gets the private 'security.context_listener.1' shared service.
  8209.      *
  8210.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8211.      */
  8212.     protected function getSecurity_ContextListener_1Service()
  8213.     {
  8214.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  8215.             yield => ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  8216.             yield => ($this->privates['App\\Security\\Guard\\PortalUserProvider'] ?? $this->load('getPortalUserProviderService'));
  8217.             yield => ($this->privates['App\\Security\\Guard\\PortalAdminUserProvider'] ?? $this->load('getPortalAdminUserProviderService'));
  8218.         }, 3), 'dashboard', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.dashboard'] ?? $this->getSecurity_EventDispatcher_DashboardService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  8219.     }
  8220.     /**
  8221.      * Gets the private 'security.event_dispatcher.dashboard' shared service.
  8222.      *
  8223.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8224.      */
  8225.     protected function getSecurity_EventDispatcher_DashboardService()
  8226.     {
  8227.         $this->privates['security.event_dispatcher.dashboard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8228.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8229.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  8230.         }, => 'onSymfonyComponentSecurityHttpEventLogoutEvent'], 0);
  8231.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8232.             return ($this->privates['security.listener.dashboard.user_provider'] ?? $this->load('getSecurity_Listener_Dashboard_UserProviderService'));
  8233.         }, => 'checkPassport'], 2048);
  8234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8235.             return ($this->privates['security.listener.session.dashboard'] ?? $this->load('getSecurity_Listener_Session_DashboardService'));
  8236.         }, => 'onSuccessfulLogin'], 0);
  8237.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8238.             return ($this->privates['security.logout.listener.default.dashboard'] ?? $this->load('getSecurity_Logout_Listener_Default_DashboardService'));
  8239.         }, => 'onLogout'], 64);
  8240.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8241.             return ($this->privates['security.logout.listener.session.dashboard'] ?? ($this->privates['security.logout.listener.session.dashboard'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8242.         }, => 'onLogout'], 0);
  8243.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8244.             return ($this->privates['security.listener.user_checker.dashboard'] ?? $this->load('getSecurity_Listener_UserChecker_DashboardService'));
  8245.         }, => 'preCheckCredentials'], 256);
  8246.         $instance->addListener('security.authentication.success', [=> function () {
  8247.             return ($this->privates['security.listener.user_checker.dashboard'] ?? $this->load('getSecurity_Listener_UserChecker_DashboardService'));
  8248.         }, => 'postCheckCredentials'], 256);
  8249.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8250.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  8251.         }, => 'checkPassport'], 1024);
  8252.         $instance->addListener('security.authentication.success', [=> function () {
  8253.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8254.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  8255.         $instance->addListener('security.authentication.success', [=> function () {
  8256.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8257.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  8258.         $instance->addListener('security.authentication.success', [=> function () {
  8259.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8260.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  8261.         $instance->addListener('security.authentication.success', [=> function () {
  8262.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8263.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  8264.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  8265.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8266.         }, => 'onLoginFailureRedirectToLogin'], 0);
  8267.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8268.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8269.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  8270.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8271.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8272.         }, => 'onLoginSuccessRedirection'], 0);
  8273.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8274.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8275.         }, => 'onLogout'], 0);
  8276.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8277.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  8278.         }, => 'checkPassport'], 0);
  8279.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8280.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  8281.         }, => 'onLoginSuccess'], 0);
  8282.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8283.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  8284.         }, => 'checkPassport'], 512);
  8285.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8286.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  8287.         }, => 'onLogout'], 0);
  8288.         return $instance;
  8289.     }
  8290.     /**
  8291.      * Gets the private 'security.event_dispatcher.portal' shared service.
  8292.      *
  8293.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8294.      */
  8295.     protected function getSecurity_EventDispatcher_PortalService()
  8296.     {
  8297.         $this->privates['security.event_dispatcher.portal'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8298.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8299.             return ($this->privates['security.listener.portal.user_provider'] ?? $this->load('getSecurity_Listener_Portal_UserProviderService'));
  8300.         }, => 'checkPassport'], 2048);
  8301.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8302.             return ($this->privates['security.listener.session.portal'] ?? $this->load('getSecurity_Listener_Session_PortalService'));
  8303.         }, => 'onSuccessfulLogin'], 0);
  8304.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8305.             return ($this->privates['security.logout.listener.default.portal'] ?? $this->load('getSecurity_Logout_Listener_Default_PortalService'));
  8306.         }, => 'onLogout'], 64);
  8307.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8308.             return ($this->privates['security.logout.listener.session.portal'] ?? ($this->privates['security.logout.listener.session.portal'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8309.         }, => 'onLogout'], 0);
  8310.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8311.             return ($this->privates['security.listener.user_checker.portal'] ?? $this->load('getSecurity_Listener_UserChecker_PortalService'));
  8312.         }, => 'preCheckCredentials'], 256);
  8313.         $instance->addListener('security.authentication.success', [=> function () {
  8314.             return ($this->privates['security.listener.user_checker.portal'] ?? $this->load('getSecurity_Listener_UserChecker_PortalService'));
  8315.         }, => 'postCheckCredentials'], 256);
  8316.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8317.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  8318.         }, => 'checkPassport'], 1024);
  8319.         $instance->addListener('security.authentication.success', [=> function () {
  8320.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8321.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  8322.         $instance->addListener('security.authentication.success', [=> function () {
  8323.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8324.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  8325.         $instance->addListener('security.authentication.success', [=> function () {
  8326.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8327.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  8328.         $instance->addListener('security.authentication.success', [=> function () {
  8329.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8330.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  8331.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  8332.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8333.         }, => 'onLoginFailureRedirectToLogin'], 0);
  8334.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8335.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8336.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  8337.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8338.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8339.         }, => 'onLoginSuccessRedirection'], 0);
  8340.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8341.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8342.         }, => 'onLogout'], 0);
  8343.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8344.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  8345.         }, => 'checkPassport'], 0);
  8346.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8347.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  8348.         }, => 'onLoginSuccess'], 0);
  8349.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8350.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  8351.         }, => 'checkPassport'], 512);
  8352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8353.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  8354.         }, => 'onLogout'], 0);
  8355.         return $instance;
  8356.     }
  8357.     /**
  8358.      * Gets the private 'security.firewall.map' shared service.
  8359.      *
  8360.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8361.      */
  8362.     protected function getSecurity_Firewall_MapService()
  8363.     {
  8364.         $a = ($this->privates['.service_locator.Rwgh_w3'] ?? $this->get_ServiceLocator_RwghW3Service());
  8365.         if (isset($this->privates['security.firewall.map'])) {
  8366.             return $this->privates['security.firewall.map'];
  8367.         }
  8368.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8369.             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)/')));
  8370.             yield 'security.firewall.map.context.portal' => ($this->privates['App\\Security\\Firewall\\PortalFirewall'] ?? $this->getPortalFirewallService());
  8371.             yield 'security.firewall.map.context.portal_api' => ($this->privates['App\\Security\\Firewall\\PortalApiFirewall'] ?? ($this->privates['App\\Security\\Firewall\\PortalApiFirewall'] = new \App\Security\Firewall\PortalApiFirewall()));
  8372.             yield 'security.firewall.map.context.portal_admin_api' => ($this->privates['App\\Security\\Firewall\\PortalAdminApiFirewall'] ?? ($this->privates['App\\Security\\Firewall\\PortalAdminApiFirewall'] = new \App\Security\Firewall\PortalAdminApiFirewall()));
  8373.             yield 'security.firewall.map.context.dashboard' => ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardRequestMatcher'] ?? $this->load('getDashboardRequestMatcherService'));
  8374.         }, 5));
  8375.     }
  8376.     /**
  8377.      * Gets the private 'security.helper' shared service.
  8378.      *
  8379.      * @return \Symfony\Component\Security\Core\Security
  8380.      */
  8381.     protected function getSecurity_HelperService()
  8382.     {
  8383.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8384.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8385.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8386.         ], [
  8387.             'security.authorization_checker' => '?',
  8388.             'security.token_storage' => '?',
  8389.         ]));
  8390.     }
  8391.     /**
  8392.      * Gets the private 'security.impersonate_url_generator' shared service.
  8393.      *
  8394.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  8395.      */
  8396.     protected function getSecurity_ImpersonateUrlGeneratorService()
  8397.     {
  8398.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  8399.         if (isset($this->privates['security.impersonate_url_generator'])) {
  8400.             return $this->privates['security.impersonate_url_generator'];
  8401.         }
  8402.         return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8403.     }
  8404.     /**
  8405.      * Gets the private 'security.logout_url_generator' shared service.
  8406.      *
  8407.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8408.      */
  8409.     protected function getSecurity_LogoutUrlGeneratorService()
  8410.     {
  8411.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8412.         $instance->registerListener('portal''app.notifications.portal.login.logout''logout''_csrf_token'NULL'portal');
  8413.         $instance->registerListener('portal_api''/logout''logout''_csrf_token'NULLNULL);
  8414.         $instance->registerListener('portal_admin_api''/logout''logout''_csrf_token'NULLNULL);
  8415.         $instance->registerListener('dashboard''app.platform.security.logout''logout''_csrf_token'NULL'dashboard');
  8416.         return $instance;
  8417.     }
  8418.     /**
  8419.      * Gets the private 'security.rememberme.response_listener' shared service.
  8420.      *
  8421.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  8422.      */
  8423.     protected function getSecurity_Rememberme_ResponseListenerService()
  8424.     {
  8425.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  8426.     }
  8427.     /**
  8428.      * Gets the private 'security.role_hierarchy' shared service.
  8429.      *
  8430.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8431.      */
  8432.     protected function getSecurity_RoleHierarchyService()
  8433.     {
  8434.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]);
  8435.     }
  8436.     /**
  8437.      * Gets the private 'security.untracked_token_storage' shared service.
  8438.      *
  8439.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  8440.      */
  8441.     protected function getSecurity_UntrackedTokenStorageService()
  8442.     {
  8443.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  8444.     }
  8445.     /**
  8446.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  8447.      *
  8448.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  8449.      */
  8450.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  8451.     {
  8452.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  8453.     }
  8454.     /**
  8455.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8456.      *
  8457.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8458.      */
  8459.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8460.     {
  8461.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8462.     }
  8463.     /**
  8464.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  8465.      *
  8466.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  8467.      */
  8468.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  8469.     {
  8470.         return $this->privates['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] ?? ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
  8471.     }
  8472.     /**
  8473.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  8474.      *
  8475.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  8476.      */
  8477.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  8478.     {
  8479.         return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  8480.     }
  8481.     /**
  8482.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8483.      *
  8484.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8485.      */
  8486.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8487.     {
  8488.         $a = ($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService());
  8489.         if (isset($this->privates['sensio_framework_extra.converter.listener'])) {
  8490.             return $this->privates['sensio_framework_extra.converter.listener'];
  8491.         }
  8492.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8493.     }
  8494.     /**
  8495.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  8496.      *
  8497.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  8498.      */
  8499.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  8500.     {
  8501.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8502.         $a = ($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ContainerConverter'] ?? $this->getContainerConverterService());
  8503.         $b = ($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'] ?? $this->getModuleEntityConverterService());
  8504.         $instance->add($a, -2'cms__container');
  8505.         $instance->add($a0NULL);
  8506.         $instance->add($b, -3'cms__module_entity');
  8507.         $instance->add($b0NULL);
  8508.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  8509.         $instance->add(($this->privates['framework_extra_bundle.date_time_param_converter'] ?? ($this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0'datetime');
  8510.         return $instance;
  8511.     }
  8512.     /**
  8513.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  8514.      *
  8515.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  8516.      */
  8517.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  8518.     {
  8519.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  8520.     }
  8521.     /**
  8522.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8523.      *
  8524.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8525.      */
  8526.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8527.     {
  8528.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8529.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8530.             return $this->privates['sensio_framework_extra.security.listener'];
  8531.         }
  8532.         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()), ($this->privates['sensio_framework_extra.security.expression_language.default'] ?? ($this->privates['sensio_framework_extra.security.expression_language.default'] = 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())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8533.     }
  8534.     /**
  8535.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  8536.      *
  8537.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  8538.      */
  8539.     protected function getSensioFrameworkExtra_View_GuesserService()
  8540.     {
  8541.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8542.     }
  8543.     /**
  8544.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8545.      *
  8546.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8547.      */
  8548.     protected function getSensioFrameworkExtra_View_ListenerService()
  8549.     {
  8550.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(($this->privates['sensio_framework_extra.view.guesser'] ?? ($this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  8551.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8552.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8553.         ], [
  8554.             'twig' => '?',
  8555.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8556.         return $instance;
  8557.     }
  8558.     /**
  8559.      * Gets the private 'streamed_response_listener' shared service.
  8560.      *
  8561.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  8562.      */
  8563.     protected function getStreamedResponseListenerService()
  8564.     {
  8565.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  8566.     }
  8567.     /**
  8568.      * Gets the private 'test.session.listener' shared service.
  8569.      *
  8570.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8571.      */
  8572.     protected function getTest_Session_ListenerService()
  8573.     {
  8574.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8575.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  8576.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  8577.         ], [
  8578.             'session' => '?',
  8579.             'session_factory' => '?',
  8580.         ]), true$this->parameters['session.storage.options']);
  8581.     }
  8582.     /**
  8583.      * Gets the private 'translator.default' shared service.
  8584.      *
  8585.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8586.      */
  8587.     protected function getTranslator_DefaultService()
  8588.     {
  8589.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8590.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  8591.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  8592.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  8593.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  8594.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  8595.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  8596.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  8597.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  8598.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  8599.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  8600.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  8601.         ], [
  8602.             'translation.loader.csv' => '?',
  8603.             'translation.loader.dat' => '?',
  8604.             'translation.loader.ini' => '?',
  8605.             'translation.loader.json' => '?',
  8606.             'translation.loader.mo' => '?',
  8607.             'translation.loader.php' => '?',
  8608.             'translation.loader.po' => '?',
  8609.             'translation.loader.qt' => '?',
  8610.             'translation.loader.res' => '?',
  8611.             'translation.loader.xliff' => '?',
  8612.             'translation.loader.yml' => '?',
  8613.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/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).'/src/Products/NotificationsBundle/Resources/translations/emails.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.cy.yml')], '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).'/src/Products/NotificationsBundle/Resources/translations/emails.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.de.yml')], '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).'/src/App/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/translations/forms.en.yml'), => (\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/translations/messages.en.yml'), 10 => (\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/translations/messages.en.yml'), 11 => (\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/translations/activity_log.en.yml'), 12 => (\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/translations/activity_log_detailed.en.yml'), 13 => (\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/translations/objects.en.yml'), 14 => (\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/translations/messages.en.yml'), 15 => (\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/translations/messages.en.yml'), 16 => (\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/translations/messages.en.yml'), 17 => (\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/translations/messages.en.yml'), 18 => (\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/translations/ui.en.yml'), 19 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), 20 => (\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/translations/messages.en.yml'), 21 => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.en.yml'), 22 => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/forms.en.yml'), 23 => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/messages.en.yml'), 24 => (\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/translations/forms.en.yml'), 25 => (\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/translations/messages.en.yml'), 26 => (\dirname(__DIR__4).'/translations/forms.en.yml'), 27 => (\dirname(__DIR__4).'/translations/messages.en.yml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.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'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], '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).'/src/Products/NotificationsBundle/Resources/translations/emails.it.yml')], '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).'/src/Products/NotificationsBundle/Resources/translations/emails.ja.yml')], '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')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.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')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.nl.yml')], '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).'/src/Products/NotificationsBundle/Resources/translations/emails.no.yml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.pl.yml')], '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).'/src/Products/NotificationsBundle/Resources/translations/emails.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')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.ro.yml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.ru.yml')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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).'/src/Products/NotificationsBundle/Resources/translations/emails.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'hi' => [=> (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.hi.yml')], 'is' => [=> (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.is.yml')], 'ko' => [=> (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.ko.yml')], 'zh-TW' => [=> (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/emails.zh-TW.yml')], 'app' => [=> (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations/styles.app.yml'), => (\dirname(__DIR__4).'/translations/icons.app.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/src/App/Resources/translations'), => (\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/translations'), 13 => (\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/translations'), 14 => (\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), 16 => (\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/translations'), 17 => (\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/translations'), 18 => (\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/translations'), 19 => (\dirname(__DIR__4).'/translations'), 20 => (\dirname(__DIR__4).'/src/Cms/AssetsBundle/translations'), 21 => (\dirname(__DIR__4).'/src/Cms/BulletinBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Cms/ContentBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Cms/DevelopmentBundle/translations'), 24 => (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/translations'), 25 => (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/translations'), 27 => (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/translations'), 28 => (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Cms/NavigationBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Cms/RedirectBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/translations'), 36 => (\dirname(__DIR__4).'/src/Cms/SyncBundle/translations'), 37 => (\dirname(__DIR__4).'/src/Cms/SystemBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Cms/TagBundle/translations'), 39 => (\dirname(__DIR__4).'/src/Cms/WidgetBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Platform/MarketingBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Platform/QueueBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Products/AdaBundle/translations'), 48 => (\dirname(__DIR__4).'/src/Products/AppBundle/translations'), 49 => (\dirname(__DIR__4).'/src/Products/SocialBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 51 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 52 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 57 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 58 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 59 => (\dirname(__DIR__4).'/vendor/rollbar/rollbar-php-symfony-bundle/translations'), 60 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'src/App/Resources/translations'=> 'src/Cms/ContainerBundle/Resources/translations'=> 'src/Cms/CoreBundle/Resources/translations'=> 'src/Cms/DomainBundle/Resources/translations'=> 'src/Cms/FileBundle/Resources/translations'=> 'src/Cms/FrontendBundle/Resources/translations'=> 'src/Cms/ImportBundle/Resources/translations'10 => 'src/Cms/LogBundle/Resources/translations'11 => 'src/Cms/ModuleBundle/Resources/translations'12 => 'src/Cms/TenantBundle/Resources/translations'13 => 'src/Cms/ThemeBundle/Resources/translations'14 => 'src/Cms/WorkflowsBundle/Resources/translations'15 => 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'16 => 'src/Platform/SecurityBundle/Resources/translations'17 => 'src/Products/NotificationsBundle/Resources/translations'18 => 'src/Products/SchoolNowBundle/Resources/translations'19 => 'translations'20 => 'src/Cms/AssetsBundle/translations'21 => 'src/Cms/BulletinBundle/translations'22 => 'src/Cms/ContentBundle/translations'23 => 'src/Cms/DevelopmentBundle/translations'24 => 'src/Cms/Modules/AlertBundle/translations'25 => 'src/Cms/Modules/BlogBundle/translations'26 => 'src/Cms/Modules/CalendarBundle/translations'27 => 'src/Cms/Modules/GalleryBundle/translations'28 => 'src/Cms/Modules/NewsBundle/translations'29 => 'src/Cms/Modules/PageBundle/translations'30 => 'src/Cms/Modules/PeopleBundle/translations'31 => 'src/Cms/Modules/QuestionBundle/translations'32 => 'src/Cms/Modules/SnippetBundle/translations'33 => 'src/Cms/NavigationBundle/translations'34 => 'src/Cms/RedirectBundle/translations'35 => 'src/Cms/SitebuilderBundle/translations'36 => 'src/Cms/SyncBundle/translations'37 => 'src/Cms/SystemBundle/translations'38 => 'src/Cms/TagBundle/translations'39 => 'src/Cms/WidgetBundle/translations'40 => 'vendor/doctrine/doctrine-bundle/translations'41 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'42 => 'vendor/doctrine/doctrine-migrations-bundle/translations'43 => 'vendor/nelmio/cors-bundle/translations'44 => 'src/Platform/ControlPanelBundle/translations'45 => 'src/Platform/MarketingBundle/translations'46 => 'src/Platform/QueueBundle/translations'47 => 'src/Products/AdaBundle/translations'48 => 'src/Products/AppBundle/translations'49 => 'src/Products/SocialBundle/translations'50 => 'vendor/sensio/framework-extra-bundle/src/translations'51 => 'vendor/stof/doctrine-extensions-bundle/src/translations'52 => 'vendor/symfony/framework-bundle/translations'53 => 'vendor/symfony/monolog-bundle/translations'54 => 'vendor/symfony/security-bundle/translations'55 => 'vendor/symfony/twig-bundle/translations'56 => 'vendor/symfony/webpack-encore-bundle/src/translations'57 => 'vendor/symfony/web-profiler-bundle/translations'58 => 'vendor/twig/extra-bundle/translations'59 => 'vendor/rollbar/rollbar-php-symfony-bundle/translations'60 => 'vendor/lexik/jwt-authentication-bundle/translations']]], []);
  8614.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8615.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  8616.         return $instance;
  8617.     }
  8618.     /**
  8619.      * Gets the private 'translator.formatter.default' shared service.
  8620.      *
  8621.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  8622.      */
  8623.     protected function getTranslator_Formatter_DefaultService()
  8624.     {
  8625.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
  8626.     }
  8627.     /**
  8628.      * Gets the private 'twig.app_variable' shared service.
  8629.      *
  8630.      * @return \Symfony\Bridge\Twig\AppVariable
  8631.      */
  8632.     protected function getTwig_AppVariableService()
  8633.     {
  8634.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  8635.         $instance->setEnvironment('test');
  8636.         $instance->setDebug(true);
  8637.         if ($this->has('.container.private.security.token_storage')) {
  8638.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8639.         }
  8640.         if ($this->has('request_stack')) {
  8641.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8642.         }
  8643.         return $instance;
  8644.     }
  8645.     /**
  8646.      * Gets the private 'twig.configurator.environment' shared service.
  8647.      *
  8648.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  8649.      */
  8650.     protected function getTwig_Configurator_EnvironmentService()
  8651.     {
  8652.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  8653.     }
  8654.     /**
  8655.      * Gets the private 'twig.extension.assets' shared service.
  8656.      *
  8657.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  8658.      */
  8659.     protected function getTwig_Extension_AssetsService()
  8660.     {
  8661.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  8662.     }
  8663.     /**
  8664.      * Gets the private 'twig.extension.code' shared service.
  8665.      *
  8666.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  8667.      */
  8668.     protected function getTwig_Extension_CodeService()
  8669.     {
  8670.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  8671.     }
  8672.     /**
  8673.      * Gets the private 'twig.extension.debug' shared service.
  8674.      *
  8675.      * @return \Twig\Extension\DebugExtension
  8676.      */
  8677.     protected function getTwig_Extension_DebugService()
  8678.     {
  8679.         return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
  8680.     }
  8681.     /**
  8682.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  8683.      *
  8684.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  8685.      */
  8686.     protected function getTwig_Extension_Debug_StopwatchService()
  8687.     {
  8688.         return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
  8689.     }
  8690.     /**
  8691.      * Gets the private 'twig.extension.expression' shared service.
  8692.      *
  8693.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  8694.      */
  8695.     protected function getTwig_Extension_ExpressionService()
  8696.     {
  8697.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  8698.     }
  8699.     /**
  8700.      * Gets the private 'twig.extension.form' shared service.
  8701.      *
  8702.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  8703.      */
  8704.     protected function getTwig_Extension_FormService()
  8705.     {
  8706.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8707.     }
  8708.     /**
  8709.      * Gets the private 'twig.extension.httpfoundation' shared service.
  8710.      *
  8711.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  8712.      */
  8713.     protected function getTwig_Extension_HttpfoundationService()
  8714.     {
  8715.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  8716.     }
  8717.     /**
  8718.      * Gets the private 'twig.extension.httpkernel' shared service.
  8719.      *
  8720.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  8721.      */
  8722.     protected function getTwig_Extension_HttpkernelService()
  8723.     {
  8724.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  8725.     }
  8726.     /**
  8727.      * Gets the private 'twig.extension.logout_url' shared service.
  8728.      *
  8729.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  8730.      */
  8731.     protected function getTwig_Extension_LogoutUrlService()
  8732.     {
  8733.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  8734.     }
  8735.     /**
  8736.      * Gets the private 'twig.extension.profiler' shared service.
  8737.      *
  8738.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  8739.      */
  8740.     protected function getTwig_Extension_ProfilerService()
  8741.     {
  8742.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8743.     }
  8744.     /**
  8745.      * Gets the private 'twig.extension.routing' shared service.
  8746.      *
  8747.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  8748.      */
  8749.     protected function getTwig_Extension_RoutingService()
  8750.     {
  8751.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  8752.     }
  8753.     /**
  8754.      * Gets the private 'twig.extension.security' shared service.
  8755.      *
  8756.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  8757.      */
  8758.     protected function getTwig_Extension_SecurityService()
  8759.     {
  8760.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8761.         if (isset($this->privates['twig.extension.security'])) {
  8762.             return $this->privates['twig.extension.security'];
  8763.         }
  8764.         $b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
  8765.         if (isset($this->privates['twig.extension.security'])) {
  8766.             return $this->privates['twig.extension.security'];
  8767.         }
  8768.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a$b);
  8769.     }
  8770.     /**
  8771.      * Gets the private 'twig.extension.security_csrf' shared service.
  8772.      *
  8773.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  8774.      */
  8775.     protected function getTwig_Extension_SecurityCsrfService()
  8776.     {
  8777.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  8778.     }
  8779.     /**
  8780.      * Gets the private 'twig.extension.serializer' shared service.
  8781.      *
  8782.      * @return \Symfony\Bridge\Twig\Extension\SerializerExtension
  8783.      */
  8784.     protected function getTwig_Extension_SerializerService()
  8785.     {
  8786.         return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
  8787.     }
  8788.     /**
  8789.      * Gets the private 'twig.extension.string' shared service.
  8790.      *
  8791.      * @return \Twig\Extra\String\StringExtension
  8792.      */
  8793.     protected function getTwig_Extension_StringService()
  8794.     {
  8795.         return $this->privates['twig.extension.string'] = new \Twig\Extra\String\StringExtension();
  8796.     }
  8797.     /**
  8798.      * Gets the private 'twig.extension.trans' shared service.
  8799.      *
  8800.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  8801.      */
  8802.     protected function getTwig_Extension_TransService()
  8803.     {
  8804.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8805.     }
  8806.     /**
  8807.      * Gets the private 'twig.extension.webprofiler' shared service.
  8808.      *
  8809.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  8810.      */
  8811.     protected function getTwig_Extension_WebprofilerService()
  8812.     {
  8813.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  8814.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8815.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  8816.     }
  8817.     /**
  8818.      * Gets the private 'twig.extension.yaml' shared service.
  8819.      *
  8820.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  8821.      */
  8822.     protected function getTwig_Extension_YamlService()
  8823.     {
  8824.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  8825.     }
  8826.     /**
  8827.      * Gets the private 'twig.loader.chain' shared service.
  8828.      *
  8829.      * @return \Twig\Loader\ChainLoader
  8830.      */
  8831.     protected function getTwig_Loader_ChainService()
  8832.     {
  8833.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  8834.         $instance->addLoader(($this->services['Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader'] ?? $this->getDatabaseLoaderService()));
  8835.         $instance->addLoader(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()));
  8836.         return $instance;
  8837.     }
  8838.     /**
  8839.      * Gets the private 'twig.loader.native_filesystem' shared service.
  8840.      *
  8841.      * @return \Twig\Loader\FilesystemLoader
  8842.      */
  8843.     protected function getTwig_Loader_NativeFilesystemService()
  8844.     {
  8845.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  8846.         $instance->addPath((\dirname(__DIR__4).'/ui/twig'), 'ui');
  8847.         $instance->addPath((\dirname(__DIR__4).'/ui2022'), 'ui2022');
  8848.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'package$');
  8849.         $instance->addPath((\dirname(__DIR__4).'/themes/packages'), 'packages');
  8850.         $instance->addPath((\dirname(__DIR__4).'/src/App/Resources/views'), 'App');
  8851.         $instance->addPath((\dirname(__DIR__4).'/src/App/Resources/views'), '!App');
  8852.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/BulletinBundle/Resources/views'), 'CmsBulletin');
  8853.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/BulletinBundle/Resources/views'), '!CmsBulletin');
  8854.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/views'), 'CmsContainer');
  8855.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/views'), '!CmsContainer');
  8856.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContentBundle/Resources/views'), 'CmsContent');
  8857.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContentBundle/Resources/views'), '!CmsContent');
  8858.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/views'), 'CmsCore');
  8859.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/views'), '!CmsCore');
  8860.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Resources/views'), 'CmsDevelopment');
  8861.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Resources/views'), '!CmsDevelopment');
  8862.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/views'), 'CmsDomain');
  8863.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/views'), '!CmsDomain');
  8864.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/views'), 'CmsFile');
  8865.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/views'), '!CmsFile');
  8866.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/views'), 'CmsFrontend');
  8867.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/views'), '!CmsFrontend');
  8868.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/views'), 'CmsImport');
  8869.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/views'), '!CmsImport');
  8870.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/views'), 'CmsLog');
  8871.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/views'), '!CmsLog');
  8872.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/views'), 'CmsModule');
  8873.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/views'), '!CmsModule');
  8874.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Resources/views'), 'CmsModulesGallery');
  8875.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Resources/views'), '!CmsModulesGallery');
  8876.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Resources/views'), 'CmsModulesPeople');
  8877.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Resources/views'), '!CmsModulesPeople');
  8878.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/NavigationBundle/Resources/views'), 'CmsNavigation');
  8879.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/NavigationBundle/Resources/views'), '!CmsNavigation');
  8880.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/RedirectBundle/Resources/views'), 'CmsRedirect');
  8881.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/RedirectBundle/Resources/views'), '!CmsRedirect');
  8882.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Resources/views'), 'CmsSitebuilder');
  8883.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Resources/views'), '!CmsSitebuilder');
  8884.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SyncBundle/Resources/views'), 'CmsSync');
  8885.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SyncBundle/Resources/views'), '!CmsSync');
  8886.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TagBundle/Resources/views'), 'CmsTag');
  8887.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TagBundle/Resources/views'), '!CmsTag');
  8888.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/views'), 'CmsTenant');
  8889.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/views'), '!CmsTenant');
  8890.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/views'), 'CmsTheme');
  8891.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/views'), '!CmsTheme');
  8892.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WidgetBundle/Resources/views'), 'CmsWidget');
  8893.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WidgetBundle/Resources/views'), '!CmsWidget');
  8894.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/views'), 'CmsWorkflows');
  8895.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/views'), '!CmsWorkflows');
  8896.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  8897.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  8898.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  8899.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  8900.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  8901.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  8902.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Resources/views'), 'PlatformControlPanel');
  8903.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Resources/views'), '!PlatformControlPanel');
  8904.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/MarketingBundle/Resources/views'), 'PlatformMarketing');
  8905.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/MarketingBundle/Resources/views'), '!PlatformMarketing');
  8906.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/views'), 'PlatformSecurity');
  8907.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/views'), '!PlatformSecurity');
  8908.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AdaBundle/Resources/views'), 'ProductsAda');
  8909.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AdaBundle/Resources/views'), '!ProductsAda');
  8910.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AppBundle/Resources/views'), 'ProductsApp');
  8911.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AppBundle/Resources/views'), '!ProductsApp');
  8912.         $instance->addPath((\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/views'), 'ProductsNotifications');
  8913.         $instance->addPath((\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/views'), '!ProductsNotifications');
  8914.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/views'), 'ProductsSchoolNow');
  8915.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/views'), '!ProductsSchoolNow');
  8916.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SocialBundle/Resources/views'), 'ProductsSocial');
  8917.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SocialBundle/Resources/views'), '!ProductsSocial');
  8918.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  8919.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  8920.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  8921.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  8922.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  8923.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  8924.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Atlas'), 'packageAtlas');
  8925.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageAtlas');
  8926.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/BlueGoose'), 'packageBlueGoose');
  8927.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBlueGoose');
  8928.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Blueash'), 'packageBlueash');
  8929.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBlueash');
  8930.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Bridgetown'), 'packageBridgetown');
  8931.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBridgetown');
  8932.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Brixton'), 'packageBrixton');
  8933.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBrixton');
  8934.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Canyon'), 'packageCanyon');
  8935.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageCanyon');
  8936.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Chance'), 'packageChance');
  8937.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageChance');
  8938.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Charming'), 'packageCharming');
  8939.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageCharming');
  8940.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Eaglecreek'), 'packageEaglecreek');
  8941.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageEaglecreek');
  8942.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Fairview'), 'packageFairview');
  8943.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFairview');
  8944.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Fallhaven'), 'packageFallhaven');
  8945.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFallhaven');
  8946.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/FirstClass'), 'packageFirstClass');
  8947.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFirstClass');
  8948.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Graceland'), 'packageGraceland');
  8949.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageGraceland');
  8950.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Grayslake'), 'packageGrayslake');
  8951.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageGrayslake');
  8952.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Kildeer'), 'packageKildeer');
  8953.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageKildeer');
  8954.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Kirby'), 'packageKirby');
  8955.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageKirby');
  8956.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Metropolis'), 'packageMetropolis');
  8957.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageMetropolis');
  8958.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Morgan'), 'packageMorgan');
  8959.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageMorgan');
  8960.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Northwood'), 'packageNorthwood');
  8961.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageNorthwood');
  8962.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/NotreDameSJ'), 'packageNotreDameSJ');
  8963.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageNotreDameSJ');
  8964.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/PalmMeadow'), 'packagePalmMeadow');
  8965.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packagePalmMeadow');
  8966.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/ParkRidge'), 'packageParkRidge');
  8967.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageParkRidge');
  8968.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Rosewood'), 'packageRosewood');
  8969.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageRosewood');
  8970.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Schiller'), 'packageSchiller');
  8971.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSchiller');
  8972.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Springfield'), 'packageSpringfield');
  8973.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSpringfield');
  8974.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Summit'), 'packageSummit');
  8975.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSummit');
  8976.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/ThomasEdison'), 'packageThomasEdison');
  8977.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageThomasEdison');
  8978.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Windsor'), 'packageWindsor');
  8979.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageWindsor');
  8980.         return $instance;
  8981.     }
  8982.     /**
  8983.      * Gets the private 'twig.missing_extension_suggestor' shared service.
  8984.      *
  8985.      * @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
  8986.      */
  8987.     protected function getTwig_MissingExtensionSuggestorService()
  8988.     {
  8989.         return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  8990.     }
  8991.     /**
  8992.      * Gets the private 'twig.profile' shared service.
  8993.      *
  8994.      * @return \Twig\Profiler\Profile
  8995.      */
  8996.     protected function getTwig_ProfileService()
  8997.     {
  8998.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  8999.     }
  9000.     /**
  9001.      * Gets the private 'twig.runtime_loader' shared service.
  9002.      *
  9003.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  9004.      */
  9005.     protected function getTwig_RuntimeLoaderService()
  9006.     {
  9007.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9008.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  9009.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  9010.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  9011.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  9012.         ], [
  9013.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  9014.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  9015.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  9016.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  9017.         ]));
  9018.     }
  9019.     /**
  9020.      * Gets the private 'uri_signer' shared service.
  9021.      *
  9022.      * @return \Symfony\Component\HttpKernel\UriSigner
  9023.      */
  9024.     protected function getUriSignerService()
  9025.     {
  9026.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('7I9h37k0mTc3343P47hc9zKSBBj3rpFt');
  9027.     }
  9028.     /**
  9029.      * Gets the private 'url_helper' shared service.
  9030.      *
  9031.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  9032.      */
  9033.     protected function getUrlHelperService()
  9034.     {
  9035.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  9036.     }
  9037.     /**
  9038.      * Gets the private 'validate_request_listener' shared service.
  9039.      *
  9040.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  9041.      */
  9042.     protected function getValidateRequestListenerService()
  9043.     {
  9044.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  9045.     }
  9046.     /**
  9047.      * Gets the private 'validator.builder' shared service.
  9048.      *
  9049.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9050.      */
  9051.     protected function getValidator_BuilderService()
  9052.     {
  9053.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9054.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  9055.         if ($this->has('translator')) {
  9056.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9057.         }
  9058.         $instance->setTranslationDomain('validators');
  9059.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9060.         $instance->enableAnnotationMapping(true);
  9061.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9062.         $instance->addMethodMapping('loadValidatorMetadata');
  9063.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
  9064.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  9065.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  9066.         return $instance;
  9067.     }
  9068.     /**
  9069.      * Gets the private 'validator.property_info_loader' shared service.
  9070.      *
  9071.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  9072.      */
  9073.     protected function getValidator_PropertyInfoLoaderService()
  9074.     {
  9075.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9076.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  9077.     }
  9078.     /**
  9079.      * Gets the private 'validator.validator_factory' shared service.
  9080.      *
  9081.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  9082.      */
  9083.     protected function getValidator_ValidatorFactoryService()
  9084.     {
  9085.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9086.             'Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator' => ['privates''Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator''getDateRangeValidatorService'true],
  9087.             'Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator' => ['privates''Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator''getUniqueDomainNameValidatorService'true],
  9088.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator' => ['privates''Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator''getModuleReservedSlugsValidatorService'true],
  9089.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator' => ['privates''Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator''getModuleSlugValidatorService'true],
  9090.             'Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator' => ['privates''Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator''getUniqueWithinTenantConstraintValidatorService'true],
  9091.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  9092.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  9093.             'Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator' => ['privates''Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator''getPasswordStrengthValidatorService'true],
  9094.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  9095.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  9096.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  9097.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  9098.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  9099.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  9100.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  9101.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  9102.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  9103.             'unique_within_tenant' => ['privates''Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator''getUniqueWithinTenantConstraintValidatorService'true],
  9104.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  9105.         ], [
  9106.             'Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator' => '?',
  9107.             'Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator' => '?',
  9108.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator' => '?',
  9109.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator' => '?',
  9110.             'Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator' => '?',
  9111.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  9112.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  9113.             'Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator' => '?',
  9114.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9115.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9116.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9117.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9118.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9119.             'doctrine.orm.validator.unique' => '?',
  9120.             'ewz_recaptcha.true' => '?',
  9121.             'ewz_recaptcha.v3.true' => '?',
  9122.             'security.validator.user_password' => '?',
  9123.             'unique_within_tenant' => '?',
  9124.             'validator.expression' => '?',
  9125.         ]));
  9126.     }
  9127.     /**
  9128.      * Gets the private 'web_profiler.csp.handler' shared service.
  9129.      *
  9130.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9131.      */
  9132.     protected function getWebProfiler_Csp_HandlerService()
  9133.     {
  9134.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9135.     }
  9136.     /**
  9137.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9138.      *
  9139.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9140.      */
  9141.     protected function getWebProfiler_DebugToolbarService()
  9142.     {
  9143.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9144.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9145.             return $this->privates['web_profiler.debug_toolbar'];
  9146.         }
  9147.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  9148.     }
  9149.     /**
  9150.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  9151.      *
  9152.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  9153.      */
  9154.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  9155.     {
  9156.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9157.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  9158.         ], [
  9159.             '_default' => '?',
  9160.         ]), '_default');
  9161.     }
  9162.     /**
  9163.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  9164.      *
  9165.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  9166.      */
  9167.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  9168.     {
  9169.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9170.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  9171.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  9172.         ], [
  9173.             'webpack_encore.entrypoint_lookup_collection' => '?',
  9174.             'webpack_encore.tag_renderer' => '?',
  9175.         ]));
  9176.     }
  9177.     /**
  9178.      * Gets the public 'cache_clearer' alias.
  9179.      *
  9180.      * @return object The ".container.private.cache_clearer" service.
  9181.      */
  9182.     protected function getCacheClearerService()
  9183.     {
  9184.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9185.         return $this->get('.container.private.cache_clearer');
  9186.     }
  9187.     /**
  9188.      * Gets the public 'filesystem' alias.
  9189.      *
  9190.      * @return object The ".container.private.filesystem" service.
  9191.      */
  9192.     protected function getFilesystemService()
  9193.     {
  9194.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9195.         return $this->get('.container.private.filesystem');
  9196.     }
  9197.     /**
  9198.      * Gets the public 'serializer' alias.
  9199.      *
  9200.      * @return object The ".container.private.serializer" service.
  9201.      */
  9202.     protected function getSerializerService()
  9203.     {
  9204.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9205.         return $this->get('.container.private.serializer');
  9206.     }
  9207.     /**
  9208.      * Gets the public 'security.csrf.token_manager' alias.
  9209.      *
  9210.      * @return object The ".container.private.security.csrf.token_manager" service.
  9211.      */
  9212.     protected function getSecurity_Csrf_TokenManagerService()
  9213.     {
  9214.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9215.         return $this->get('.container.private.security.csrf.token_manager');
  9216.     }
  9217.     /**
  9218.      * Gets the public 'form.factory' alias.
  9219.      *
  9220.      * @return object The ".container.private.form.factory" service.
  9221.      */
  9222.     protected function getForm_FactoryService()
  9223.     {
  9224.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9225.         return $this->get('.container.private.form.factory');
  9226.     }
  9227.     /**
  9228.      * Gets the public 'form.type.file' alias.
  9229.      *
  9230.      * @return object The ".container.private.form.type.file" service.
  9231.      */
  9232.     protected function getForm_Type_FileService()
  9233.     {
  9234.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9235.         return $this->get('.container.private.form.type.file');
  9236.     }
  9237.     /**
  9238.      * Gets the public 'profiler' alias.
  9239.      *
  9240.      * @return object The ".container.private.profiler" service.
  9241.      */
  9242.     protected function getProfilerService()
  9243.     {
  9244.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9245.         return $this->get('.container.private.profiler');
  9246.     }
  9247.     /**
  9248.      * Gets the public 'security.authorization_checker' alias.
  9249.      *
  9250.      * @return object The ".container.private.security.authorization_checker" service.
  9251.      */
  9252.     protected function getSecurity_AuthorizationCheckerService()
  9253.     {
  9254.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9255.         return $this->get('.container.private.security.authorization_checker');
  9256.     }
  9257.     /**
  9258.      * Gets the public 'security.token_storage' alias.
  9259.      *
  9260.      * @return object The ".container.private.security.token_storage" service.
  9261.      */
  9262.     protected function getSecurity_TokenStorageService()
  9263.     {
  9264.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9265.         return $this->get('.container.private.security.token_storage');
  9266.     }
  9267.     /**
  9268.      * Gets the public 'twig' alias.
  9269.      *
  9270.      * @return object The ".container.private.twig" service.
  9271.      */
  9272.     protected function getTwigService()
  9273.     {
  9274.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9275.         return $this->get('.container.private.twig');
  9276.     }
  9277.     /**
  9278.      * Gets the public 'security.password_encoder' alias.
  9279.      *
  9280.      * @return object The ".container.private.security.password_encoder" service.
  9281.      */
  9282.     protected function getSecurity_PasswordEncoderService()
  9283.     {
  9284.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9285.         return $this->get('.container.private.security.password_encoder');
  9286.     }
  9287.     /**
  9288.      * Gets the public 'session' alias.
  9289.      *
  9290.      * @return object The ".container.private.session" service.
  9291.      */
  9292.     protected function getSessionService()
  9293.     {
  9294.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9295.         return $this->get('.container.private.session');
  9296.     }
  9297.     /**
  9298.      * Gets the public 'validator' alias.
  9299.      *
  9300.      * @return object The ".container.private.validator" service.
  9301.      */
  9302.     protected function getValidatorService()
  9303.     {
  9304.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9305.         return $this->get('.container.private.validator');
  9306.     }
  9307.     /**
  9308.      * @return array|bool|float|int|string|\UnitEnum|null
  9309.      */
  9310.     public function getParameter(string $name)
  9311.     {
  9312.         if (isset($this->buildParameters[$name])) {
  9313.             return $this->buildParameters[$name];
  9314.         }
  9315.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9316.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9317.         }
  9318.         if (isset($this->loadedDynamicParameters[$name])) {
  9319.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9320.         }
  9321.         return $this->parameters[$name];
  9322.     }
  9323.     public function hasParameter(string $name): bool
  9324.     {
  9325.         if (isset($this->buildParameters[$name])) {
  9326.             return true;
  9327.         }
  9328.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9329.     }
  9330.     public function setParameter(string $name$value): void
  9331.     {
  9332.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9333.     }
  9334.     public function getParameterBag(): ParameterBagInterface
  9335.     {
  9336.         if (null === $this->parameterBag) {
  9337.             $parameters $this->parameters;
  9338.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9339.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9340.             }
  9341.             foreach ($this->buildParameters as $name => $value) {
  9342.                 $parameters[$name] = $value;
  9343.             }
  9344.             $this->parameterBag = new FrozenParameterBag($parameters);
  9345.         }
  9346.         return $this->parameterBag;
  9347.     }
  9348.     private $loadedDynamicParameters = [
  9349.         'kernel.runtime_environment' => false,
  9350.         'kernel.build_dir' => false,
  9351.         'kernel.cache_dir' => false,
  9352.         'google_recaptcha_site_key' => false,
  9353.         'doctrine.orm.proxy_dir' => false,
  9354.         'debug.container.dump' => false,
  9355.         'serializer.mapping.cache.file' => false,
  9356.         'session.save_path' => false,
  9357.         'validator.mapping.cache.file' => false,
  9358.         'profiler.storage.dsn' => false,
  9359.     ];
  9360.     private $dynamicParameters = [];
  9361.     private function getDynamicParameter(string $name)
  9362.     {
  9363.         switch ($name) {
  9364.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9365.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9366.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9367.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  9368.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9369.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelTestDebugContainer.xml'); break;
  9370.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9371.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  9372.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9373.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9374.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9375.         }
  9376.         $this->loadedDynamicParameters[$name] = true;
  9377.         return $this->dynamicParameters[$name] = $value;
  9378.     }
  9379.     protected function getDefaultParameters(): array
  9380.     {
  9381.         return [
  9382.             'kernel.project_dir' => \dirname(__DIR__4),
  9383.             'kernel.environment' => 'test',
  9384.             'kernel.debug' => true,
  9385.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9386.             'kernel.bundles' => [
  9387.                 'AppBundle' => 'App\\AppBundle',
  9388.                 'CmsAssetsBundle' => 'Cms\\AssetsBundle\\CmsAssetsBundle',
  9389.                 'CmsBulletinBundle' => 'Cms\\BulletinBundle\\CmsBulletinBundle',
  9390.                 'CmsContainerBundle' => 'Cms\\ContainerBundle\\CmsContainerBundle',
  9391.                 'CmsContentBundle' => 'Cms\\ContentBundle\\CmsContentBundle',
  9392.                 'CmsCoreBundle' => 'Cms\\CoreBundle\\CmsCoreBundle',
  9393.                 'CmsDevelopmentBundle' => 'Cms\\DevelopmentBundle\\CmsDevelopmentBundle',
  9394.                 'CmsDomainBundle' => 'Cms\\DomainBundle\\CmsDomainBundle',
  9395.                 'CmsFileBundle' => 'Cms\\FileBundle\\CmsFileBundle',
  9396.                 'CmsFrontendBundle' => 'Cms\\FrontendBundle\\CmsFrontendBundle',
  9397.                 'CmsImportBundle' => 'Cms\\ImportBundle\\CmsImportBundle',
  9398.                 'CmsLogBundle' => 'Cms\\LogBundle\\CmsLogBundle',
  9399.                 'CmsModuleBundle' => 'Cms\\ModuleBundle\\CmsModuleBundle',
  9400.                 'CmsModulesAlertBundle' => 'Cms\\Modules\\AlertBundle\\CmsModulesAlertBundle',
  9401.                 'CmsModulesBlogBundle' => 'Cms\\Modules\\BlogBundle\\CmsModulesBlogBundle',
  9402.                 'CmsModulesCalendarBundle' => 'Cms\\Modules\\CalendarBundle\\CmsModulesCalendarBundle',
  9403.                 'CmsModulesGalleryBundle' => 'Cms\\Modules\\GalleryBundle\\CmsModulesGalleryBundle',
  9404.                 'CmsModulesNewsBundle' => 'Cms\\Modules\\NewsBundle\\CmsModulesNewsBundle',
  9405.                 'CmsModulesPageBundle' => 'Cms\\Modules\\PageBundle\\CmsModulesPageBundle',
  9406.                 'CmsModulesPeopleBundle' => 'Cms\\Modules\\PeopleBundle\\CmsModulesPeopleBundle',
  9407.                 'CmsModulesQuestionBundle' => 'Cms\\Modules\\QuestionBundle\\CmsModulesQuestionBundle',
  9408.                 'CmsModulesSnippetBundle' => 'Cms\\Modules\\SnippetBundle\\CmsModulesSnippetBundle',
  9409.                 'CmsNavigationBundle' => 'Cms\\NavigationBundle\\CmsNavigationBundle',
  9410.                 'CmsRedirectBundle' => 'Cms\\RedirectBundle\\CmsRedirectBundle',
  9411.                 'CmsSitebuilderBundle' => 'Cms\\SitebuilderBundle\\CmsSitebuilderBundle',
  9412.                 'CmsSyncBundle' => 'Cms\\SyncBundle\\CmsSyncBundle',
  9413.                 'CmsSystemBundle' => 'Cms\\SystemBundle\\CmsSystemBundle',
  9414.                 'CmsTagBundle' => 'Cms\\TagBundle\\CmsTagBundle',
  9415.                 'CmsTenantBundle' => 'Cms\\TenantBundle\\CmsTenantBundle',
  9416.                 'CmsThemeBundle' => 'Cms\\ThemeBundle\\CmsThemeBundle',
  9417.                 'CmsWidgetBundle' => 'Cms\\WidgetBundle\\CmsWidgetBundle',
  9418.                 'CmsWorkflowsBundle' => 'Cms\\WorkflowsBundle\\CmsWorkflowsBundle',
  9419.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9420.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9421.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9422.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  9423.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9424.                 'PlatformControlPanelBundle' => 'Platform\\ControlPanelBundle\\PlatformControlPanelBundle',
  9425.                 'PlatformMarketingBundle' => 'Platform\\MarketingBundle\\PlatformMarketingBundle',
  9426.                 'PlatformQueueBundle' => 'Platform\\QueueBundle\\PlatformQueueBundle',
  9427.                 'PlatformSecurityBundle' => 'Platform\\SecurityBundle\\PlatformSecurityBundle',
  9428.                 'ProductsAdaBundle' => 'Products\\AdaBundle\\ProductsAdaBundle',
  9429.                 'ProductsAppBundle' => 'Products\\AppBundle\\ProductsAppBundle',
  9430.                 'ProductsNotificationsBundle' => 'Products\\NotificationsBundle\\ProductsNotificationsBundle',
  9431.                 'ProductsSchoolNowBundle' => 'Products\\SchoolNowBundle\\ProductsSchoolNowBundle',
  9432.                 'ProductsSocialBundle' => 'Products\\SocialBundle\\ProductsSocialBundle',
  9433.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9434.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  9435.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9436.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9437.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9438.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9439.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9440.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9441.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9442.                 'RollbarBundle' => 'Rollbar\\Symfony\\RollbarBundle\\RollbarBundle',
  9443.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  9444.             ],
  9445.             'kernel.bundles_metadata' => [
  9446.                 'AppBundle' => [
  9447.                     'path' => (\dirname(__DIR__4).'/src/App'),
  9448.                     'namespace' => 'App',
  9449.                 ],
  9450.                 'CmsAssetsBundle' => [
  9451.                     'path' => (\dirname(__DIR__4).'/src/Cms/AssetsBundle'),
  9452.                     'namespace' => 'Cms\\AssetsBundle',
  9453.                 ],
  9454.                 'CmsBulletinBundle' => [
  9455.                     'path' => (\dirname(__DIR__4).'/src/Cms/BulletinBundle'),
  9456.                     'namespace' => 'Cms\\BulletinBundle',
  9457.                 ],
  9458.                 'CmsContainerBundle' => [
  9459.                     'path' => (\dirname(__DIR__4).'/src/Cms/ContainerBundle'),
  9460.                     'namespace' => 'Cms\\ContainerBundle',
  9461.                 ],
  9462.                 'CmsContentBundle' => [
  9463.                     'path' => (\dirname(__DIR__4).'/src/Cms/ContentBundle'),
  9464.                     'namespace' => 'Cms\\ContentBundle',
  9465.                 ],
  9466.                 'CmsCoreBundle' => [
  9467.                     'path' => (\dirname(__DIR__4).'/src/Cms/CoreBundle'),
  9468.                     'namespace' => 'Cms\\CoreBundle',
  9469.                 ],
  9470.                 'CmsDevelopmentBundle' => [
  9471.                     'path' => (\dirname(__DIR__4).'/src/Cms/DevelopmentBundle'),
  9472.                     'namespace' => 'Cms\\DevelopmentBundle',
  9473.                 ],
  9474.                 'CmsDomainBundle' => [
  9475.                     'path' => (\dirname(__DIR__4).'/src/Cms/DomainBundle'),
  9476.                     'namespace' => 'Cms\\DomainBundle',
  9477.                 ],
  9478.                 'CmsFileBundle' => [
  9479.                     'path' => (\dirname(__DIR__4).'/src/Cms/FileBundle'),
  9480.                     'namespace' => 'Cms\\FileBundle',
  9481.                 ],
  9482.                 'CmsFrontendBundle' => [
  9483.                     'path' => (\dirname(__DIR__4).'/src/Cms/FrontendBundle'),
  9484.                     'namespace' => 'Cms\\FrontendBundle',
  9485.                 ],
  9486.                 'CmsImportBundle' => [
  9487.                     'path' => (\dirname(__DIR__4).'/src/Cms/ImportBundle'),
  9488.                     'namespace' => 'Cms\\ImportBundle',
  9489.                 ],
  9490.                 'CmsLogBundle' => [
  9491.                     'path' => (\dirname(__DIR__4).'/src/Cms/LogBundle'),
  9492.                     'namespace' => 'Cms\\LogBundle',
  9493.                 ],
  9494.                 'CmsModuleBundle' => [
  9495.                     'path' => (\dirname(__DIR__4).'/src/Cms/ModuleBundle'),
  9496.                     'namespace' => 'Cms\\ModuleBundle',
  9497.                 ],
  9498.                 'CmsModulesAlertBundle' => [
  9499.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle'),
  9500.                     'namespace' => 'Cms\\Modules\\AlertBundle',
  9501.                 ],
  9502.                 'CmsModulesBlogBundle' => [
  9503.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle'),
  9504.                     'namespace' => 'Cms\\Modules\\BlogBundle',
  9505.                 ],
  9506.                 'CmsModulesCalendarBundle' => [
  9507.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle'),
  9508.                     'namespace' => 'Cms\\Modules\\CalendarBundle',
  9509.                 ],
  9510.                 'CmsModulesGalleryBundle' => [
  9511.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle'),
  9512.                     'namespace' => 'Cms\\Modules\\GalleryBundle',
  9513.                 ],
  9514.                 'CmsModulesNewsBundle' => [
  9515.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle'),
  9516.                     'namespace' => 'Cms\\Modules\\NewsBundle',
  9517.                 ],
  9518.                 'CmsModulesPageBundle' => [
  9519.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle'),
  9520.                     'namespace' => 'Cms\\Modules\\PageBundle',
  9521.                 ],
  9522.                 'CmsModulesPeopleBundle' => [
  9523.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle'),
  9524.                     'namespace' => 'Cms\\Modules\\PeopleBundle',
  9525.                 ],
  9526.                 'CmsModulesQuestionBundle' => [
  9527.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle'),
  9528.                     'namespace' => 'Cms\\Modules\\QuestionBundle',
  9529.                 ],
  9530.                 'CmsModulesSnippetBundle' => [
  9531.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle'),
  9532.                     'namespace' => 'Cms\\Modules\\SnippetBundle',
  9533.                 ],
  9534.                 'CmsNavigationBundle' => [
  9535.                     'path' => (\dirname(__DIR__4).'/src/Cms/NavigationBundle'),
  9536.                     'namespace' => 'Cms\\NavigationBundle',
  9537.                 ],
  9538.                 'CmsRedirectBundle' => [
  9539.                     'path' => (\dirname(__DIR__4).'/src/Cms/RedirectBundle'),
  9540.                     'namespace' => 'Cms\\RedirectBundle',
  9541.                 ],
  9542.                 'CmsSitebuilderBundle' => [
  9543.                     'path' => (\dirname(__DIR__4).'/src/Cms/SitebuilderBundle'),
  9544.                     'namespace' => 'Cms\\SitebuilderBundle',
  9545.                 ],
  9546.                 'CmsSyncBundle' => [
  9547.                     'path' => (\dirname(__DIR__4).'/src/Cms/SyncBundle'),
  9548.                     'namespace' => 'Cms\\SyncBundle',
  9549.                 ],
  9550.                 'CmsSystemBundle' => [
  9551.                     'path' => (\dirname(__DIR__4).'/src/Cms/SystemBundle'),
  9552.                     'namespace' => 'Cms\\SystemBundle',
  9553.                 ],
  9554.                 'CmsTagBundle' => [
  9555.                     'path' => (\dirname(__DIR__4).'/src/Cms/TagBundle'),
  9556.                     'namespace' => 'Cms\\TagBundle',
  9557.                 ],
  9558.                 'CmsTenantBundle' => [
  9559.                     'path' => (\dirname(__DIR__4).'/src/Cms/TenantBundle'),
  9560.                     'namespace' => 'Cms\\TenantBundle',
  9561.                 ],
  9562.                 'CmsThemeBundle' => [
  9563.                     'path' => (\dirname(__DIR__4).'/src/Cms/ThemeBundle'),
  9564.                     'namespace' => 'Cms\\ThemeBundle',
  9565.                 ],
  9566.                 'CmsWidgetBundle' => [
  9567.                     'path' => (\dirname(__DIR__4).'/src/Cms/WidgetBundle'),
  9568.                     'namespace' => 'Cms\\WidgetBundle',
  9569.                 ],
  9570.                 'CmsWorkflowsBundle' => [
  9571.                     'path' => (\dirname(__DIR__4).'/src/Cms/WorkflowsBundle'),
  9572.                     'namespace' => 'Cms\\WorkflowsBundle',
  9573.                 ],
  9574.                 'DoctrineBundle' => [
  9575.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9576.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9577.                 ],
  9578.                 'DoctrineFixturesBundle' => [
  9579.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9580.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9581.                 ],
  9582.                 'DoctrineMigrationsBundle' => [
  9583.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9584.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9585.                 ],
  9586.                 'EWZRecaptchaBundle' => [
  9587.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  9588.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  9589.                 ],
  9590.                 'NelmioCorsBundle' => [
  9591.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9592.                     'namespace' => 'Nelmio\\CorsBundle',
  9593.                 ],
  9594.                 'PlatformControlPanelBundle' => [
  9595.                     'path' => (\dirname(__DIR__4).'/src/Platform/ControlPanelBundle'),
  9596.                     'namespace' => 'Platform\\ControlPanelBundle',
  9597.                 ],
  9598.                 'PlatformMarketingBundle' => [
  9599.                     'path' => (\dirname(__DIR__4).'/src/Platform/MarketingBundle'),
  9600.                     'namespace' => 'Platform\\MarketingBundle',
  9601.                 ],
  9602.                 'PlatformQueueBundle' => [
  9603.                     'path' => (\dirname(__DIR__4).'/src/Platform/QueueBundle'),
  9604.                     'namespace' => 'Platform\\QueueBundle',
  9605.                 ],
  9606.                 'PlatformSecurityBundle' => [
  9607.                     'path' => (\dirname(__DIR__4).'/src/Platform/SecurityBundle'),
  9608.                     'namespace' => 'Platform\\SecurityBundle',
  9609.                 ],
  9610.                 'ProductsAdaBundle' => [
  9611.                     'path' => (\dirname(__DIR__4).'/src/Products/AdaBundle'),
  9612.                     'namespace' => 'Products\\AdaBundle',
  9613.                 ],
  9614.                 'ProductsAppBundle' => [
  9615.                     'path' => (\dirname(__DIR__4).'/src/Products/AppBundle'),
  9616.                     'namespace' => 'Products\\AppBundle',
  9617.                 ],
  9618.                 'ProductsNotificationsBundle' => [
  9619.                     'path' => (\dirname(__DIR__4).'/src/Products/NotificationsBundle'),
  9620.                     'namespace' => 'Products\\NotificationsBundle',
  9621.                 ],
  9622.                 'ProductsSchoolNowBundle' => [
  9623.                     'path' => (\dirname(__DIR__4).'/src/Products/SchoolNowBundle'),
  9624.                     'namespace' => 'Products\\SchoolNowBundle',
  9625.                 ],
  9626.                 'ProductsSocialBundle' => [
  9627.                     'path' => (\dirname(__DIR__4).'/src/Products/SocialBundle'),
  9628.                     'namespace' => 'Products\\SocialBundle',
  9629.                 ],
  9630.                 'SensioFrameworkExtraBundle' => [
  9631.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9632.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9633.                 ],
  9634.                 'StofDoctrineExtensionsBundle' => [
  9635.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  9636.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  9637.                 ],
  9638.                 'FrameworkBundle' => [
  9639.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9640.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9641.                 ],
  9642.                 'MonologBundle' => [
  9643.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9644.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9645.                 ],
  9646.                 'SecurityBundle' => [
  9647.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9648.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9649.                 ],
  9650.                 'TwigBundle' => [
  9651.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9652.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9653.                 ],
  9654.                 'WebpackEncoreBundle' => [
  9655.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9656.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9657.                 ],
  9658.                 'WebProfilerBundle' => [
  9659.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9660.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9661.                 ],
  9662.                 'TwigExtraBundle' => [
  9663.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9664.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9665.                 ],
  9666.                 'RollbarBundle' => [
  9667.                     'path' => (\dirname(__DIR__4).'/vendor/rollbar/rollbar-php-symfony-bundle'),
  9668.                     'namespace' => 'Rollbar\\Symfony\\RollbarBundle',
  9669.                 ],
  9670.                 'LexikJWTAuthenticationBundle' => [
  9671.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  9672.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  9673.                 ],
  9674.             ],
  9675.             'kernel.charset' => 'UTF-8',
  9676.             'kernel.container_class' => 'App_KernelTestDebugContainer',
  9677.             'container.autowiring.strict_mode' => true,
  9678.             'container.dumper.inline_class_loader' => true,
  9679.             'cloud' => [
  9680.                 'account' => '934d3f3973e9',
  9681.                 'region' => 'us-east-0',
  9682.                 'zone' => 'us-east-0z',
  9683.                 'instance' => 'c7236234780f126ff',
  9684.                 'instance_id' => 'i-c7236234780f126ff',
  9685.                 'instance_type' => 'm0.size',
  9686.                 'image' => 'ami-3dcf95b5',
  9687.                 'arch' => 'arch',
  9688.                 'kernel' => 'aki-f935e635',
  9689.                 'timestamp' => '2000-01-01T00:00:00Z',
  9690.             ],
  9691.             'secret' => '7I9h37k0mTc3343P47hc9zKSBBj3rpFt',
  9692.             'app.security.csadmin.password' => 'oKuktAVMJfbXt4@h',
  9693.             'database_host' => 'dev-cms-database.cluster-crkzfyax6fdz.us-east-1.rds.amazonaws.com',
  9694.             'database_name' => 'campussuite-test',
  9695.             'database_user' => 'campussuite-test',
  9696.             'database_password' => 'dgTBGHz9gyLQq5DRBHCyYxnAgrdvaJUh',
  9697.             'blitline.application.id' => '5f8NjQzYn0_Tb2CWI2wFRhQ',
  9698.             'blitline.application.secret' => '22ySGiF0qAalTOvT1XJu_Ng',
  9699.             'blitline.application.public_token' => '9onQBv9I4Djg17oYU_N_JNw',
  9700.             'amazon.s3' => [
  9701.                 'version' => '2006-03-01',
  9702.                 'region' => 'us-east-1',
  9703.                 'account_id' => '661711043306',
  9704.                 'user' => 'campusuite--test',
  9705.                 'credentials' => [
  9706.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9707.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9708.                 ],
  9709.             ],
  9710.             'amazon.s3_drop' => [
  9711.                 'version' => '2006-03-01',
  9712.                 'region' => 'us-east-1',
  9713.                 'user' => 'campusuite--test',
  9714.                 'credentials' => [
  9715.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9716.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9717.                 ],
  9718.             ],
  9719.             'amazon.s3_cdn' => [
  9720.                 'version' => '2006-03-01',
  9721.                 'region' => 'us-east-1',
  9722.                 'user' => 'campusuite--test',
  9723.                 'credentials' => [
  9724.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9725.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9726.                 ],
  9727.             ],
  9728.             'amazon.polly' => [
  9729.                 'scheme' => 'https',
  9730.                 'version' => 'latest',
  9731.                 'region' => 'us-east-1',
  9732.                 'credentials' => [
  9733.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9734.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9735.                 ],
  9736.             ],
  9737.             'recaptcha.public_key' => '6LffNR8TAAAAAFfwHRlc6c0zGZEhKdyrngsMBAaU',
  9738.             'recaptcha.private_key' => '6LffNR8TAAAAAHPxH2L54eaW6DgIz3Z1myMwdtq6',
  9739.             'teamwork_pm.token' => 'twp_gCTxMesyQJbmvX9yZsu45rrDLgtp',
  9740.             'teamwork_pm.host' => 'teamworkpm.net',
  9741.             'teamwork_pm.project_id' => '3718',
  9742.             'facebook' => [
  9743.                 'key' => '205225326574197',
  9744.                 'secret' => '4d293f02b34a57bfedbf724a79f9018f',
  9745.             ],
  9746.             'twitter' => [
  9747.                 'key' => 'NNvs07MLtid9qCf8QzEG3NGzM',
  9748.                 'secret' => 'fFsM75af47v5zTqdaAwnfwVNao5VcdkoemKBgQESdfuME0NGzt',
  9749.             ],
  9750.             'logger.rollbar.envs' => [
  9751.                 => 'dev',
  9752.                 => 'test',
  9753.                 => 'prod',
  9754.             ],
  9755.             'logger.rollbar.key' => '5ec135ab95df41198dbba7c6cb0904e1',
  9756.             'google.api_key' => 'AIzaSyDKDXIFHzh-IEgWlBScoLzyM9AzkpZ8UCs',
  9757.             'wsc.customer_id' => '1:0dsJ4-xdR041-cj2EO-75RLt2-aOG4B-NvwQi2-YDZA64-QEJTa3-NYLSD2-Vne1e1-vXPa8-T4f',
  9758.             'app.mq.default.broker' => 'stomp+ssl://b-3be59f67-c8c3-4466-a880-94233723acb7-1.mq.us-east-1.amazonaws.com:61614,stomp+ssl://b-3be59f67-c8c3-4466-a880-94233723acb7-2.mq.us-east-1.amazonaws.com:61614',
  9759.             'app.mq.default.user' => 'campussuite',
  9760.             'app.mq.default.password' => 'T9PewGDnmfZ7d7',
  9761.             'app.vendors.sendgrid.primary.api_key_id' => 'i5dWOGEwT52rROuzsvhMJg',
  9762.             'app.vendors.sendgrid.primary.api_key' => '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',
  9763.             'app.vendors.twilio.primary.api_key_sid' => 'SK7e04ffaa87577d9ecd44537788c70a61',
  9764.             'app.vendors.twilio.primary.api_key_secret' => 'DLjVKEFvbqExwuc7MrqnQbf1YIKMXEGF',
  9765.             'app.vendors.firebase.primary.private_key_id' => 'c62249df49b823ea1daed7c8350214b53c954311',
  9766.             'app.vendors.firebase.primary.private_key' => '-----BEGIN PRIVATE KEY-----'."\n".'MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCyGiyyWBxZzXMd'."\n".'LEcBaWB2w6+B/hJS81zEv1KKityWUJOwN5XBcxskGyWuk0bNYStYJDM/OpKoyUMK'."\n".'XPDjj8f43R9Rf4dAbFrVZkVVyTT521VZ4vcdT69xid5S9U2XtFjK+jEvEp0pnwHc'."\n".'szPonjNoNqTIfeVVnCYK5FyczCxxXaM3D3HiP2UksfGbsxwRPtnV3RZ1QPrb3MjJ'."\n".'mzuv47jgWood+OA3j4RP6sIYsS9ogetcFajXiJwdcfOadDmmpcWqORxa6wgXry7V'."\n".'qV7b/gq33YY8eFv45Wy4mpT9TdTgewDR7omnnApDek6wlISGBWdQ4cHL6kB7d6pe'."\n".'9A3NPAp5AgMBAAECggEADOO2DmYwDxO+XAMjVGfS8mVxI0BHBTfVo+uQxrQMCNjm'."\n".'B1/Od8Sj1zYbwQmpmx2ILIXaK55KlOqT7oERcfaq60jdhmFrYW82F7GiHPZF3jtQ'."\n".'bwPtDHMC6H2o2GomZm9H6dC3lIeNVkDKurVBcXlZkRY7UMNDwLFfU3R5e2OPZ9jW'."\n".'x+8GlIcCJXyw7GvAUs+8SqnrmEz1HDqvsQ/aGIc5iAfHpvuzykf1tPGizITtPZs5'."\n".'iR+lUrfxFMe44tJN8ziYzVg+Tyn9FmSDwMflNavmZDKj574GcpiP0AO6Fd2sMWgv'."\n".'xkqdPjtwLvXETbJaX7E3UIQT15cWsZy+67GDj3hY8QKBgQD2jZ1Ku5hosejKEeWo'."\n".'XLWm81N4iWdpxw3/6dgtk47QYCYzN4LPN78qDahyQDHRDnYRSLocokNS4qdogox4'."\n".'St+M37M+vl8fn2g4MVJUoecvqDFCoZUXFg1PpOW6JQ0RvdKY976UMGI6Qs0Q9I5m'."\n".'N27vZvMMTaulGplXyjIZvlCehQKBgQC47SPczG3z8psJytvuTe16N6TAgcK2oyYe'."\n".'i3qPJIS56EAD2LuLJNqN6tsuUb0S+ZGzTaPZXyPw1bU906vpAE/2g4tV88C8PovT'."\n".'ppJpg8/uG96QAw/Xclx9jUgJjfGGWyX+d/y1WkJDmBPHLpNrU2nioqpN4WYnnqUw'."\n".'ZEPo4u+AZQKBgQDMBfQbW5GLUW2piZXZ9J39QW3ZWRrSVX4oP4I8dNbBaE80IsOE'."\n".'ZkUyr4qswKJ4tNbPBre76ip79ENEIIPNJ2hGUvco/LAKowbDOU0/65o7vZrF4KBX'."\n".'MlBhj7rqhq6B9+rF2n1Cc6dVPuIjHbyYqVaLlU2a6MsZHSG3nAJJe0uLYQKBgQCu'."\n".'o2zBwOF5hrw5lDT8qOVDDTdugVyj5BFEuU3lzoP1mUqTF2ONdSFc8tVIufKH795T'."\n".'6Vd6Gao0b2341GQ954iccf/tDQQQAjVEjMMqGEwOPo2BjRKx0RNdkkXcmArmaj/I'."\n".'QAIMNg/sC7tp2CdqLN0LJbkVUW6KrfysZZPoZB/wLQKBgQDbydY9oCFoRI5H3ALu'."\n".'xPPTWb+JQZDHSbWgS4w6sfavpDsAx2NZ+lZ6Ii8yylUweXSo4k3GW0RYrzFZ4hj1'."\n".'IfbmP/fzDtOK1KBXDxKjFETbn46CAHJkB1Dufz0P4uRc7q0vXOQHj4hMH6+yXrfX'."\n".'CzQY2EVxFeGYEgSkJoTbskxydQ=='."\n".'-----END PRIVATE KEY-----',
  9767.             'app.vendors.rebrandly.api.key' => '128d0616c8ce42dbb0d1432e060ed62b',
  9768.             'app.mobile_api.public.oauth.authorization_server.private_key' => '-----BEGIN RSA PRIVATE KEY-----'."\n".'MIIJKAIBAAKCAgEA67a279rJoD4zlbyYMnMr/Zl9VvOEOBzFrMEmkznYQkcRW2Ey'."\n".'vB9zd5YQJ6yKZxgOrVdgTjjcj63tCBviOvllguCoO/mYA5471dbeY/NZk3vw31qZ'."\n".'CnAW3A54Imh522e156kWKIOs2owc6OVX9feiP5UygG6BaiJOD91FYVCTQzvBK+j3'."\n".'OTUu4qQ7CseoTSAUUyO5Ikn5+OdSy5YQDQf4ngMRUr3+ouV4W2/1cfP3sbEV9Aa+'."\n".'JFcbNt61fbR+mXAYfQK82ZnOlxpM4lW+kprv+JVhYyCIfdDi0v3t6w3Afl8aMlUN'."\n".'Pq/VJAb0qnVlUzdDUTbzRSow1VdV5aJl1iSqVXZUCwczs+IGJa7bQ4yZFIeoifs9'."\n".'f0+CwOvzV/8CSEyFFnPboV1po82SmOCXo5OQEtDohvlICdJ9Jm8u/EVHYelap+Ot'."\n".'Stsl8IVzwryL9H8dgfWoAn0P+jO5HE8B9do/4LkhrMxSAMN/Cc6V4UMxF9JMR6aT'."\n".'8OG0KZQqrDFyLUAt0uD45cUnJ41rRvu/xnB3+HJOC0wBkR+nth03LTX1uefTcsqg'."\n".'Nbmtb516FltzCaSFO907ldaghwzy242ctkMINvrHqqpisQe3SbM14aC0ygZ7HcoG'."\n".'E0UR3Y41flT4EISV5PtSmDS/I74O5FiKhuOHZGjjiXbuzTkAY/dUBXmH0xsCAwEA'."\n".'AQKCAgAJlceAn2v9iSn918p0mrxaNqijJYnl4j2jlcMkz4BcyZkKFzzB66F9ZmvH'."\n".'wTtrj83g/KGc7LEDYrY10zRy43teRBZzQeYNl5ylSHSIqfeliK+11XBNvVsgnbIC'."\n".'7C6wXlpGTljpUtlvla0DR3g5N1Wwsjd4g4XdtAFqobvVhjpGzKJBT9rlx6TdcII6'."\n".'IP5WDIznCJfZrhptJbL3NmX2sbFJc6R7seAt7ZjkVvwrIxmabzIOV0vaHHSt2YaV'."\n".'0wYm5SkJxFe7nYaKHHat6YCzY3uIp0JrjoIeY6UloU/QdCG0wddF3rGIMAxBx8qh'."\n".'N97j8GZbYhmoYVvVARUsHlt3xsvqU8UlAVEYqLBvAcBMhfs6FsmdvRHFkjtT/YVB'."\n".'/k+3kEuH2LO5QzrPaxmaaEWlNDcEhvAH6NgFr3qL3qNlFvT+I6rTmZ8RfIGLAf7N'."\n".'lBj0svlzqo/CDmYJtgcDAxstPxQkGYKi6EqcBkfVs/br1FDbB9vt+Dx7fm/W9DzU'."\n".'x/YKrGZ429iws6VVCJ32paYNYlYZpi/hwxxEC8UAS/PGw+8aImwRFYOrXGpYclZW'."\n".'Znm80APp0WkNvnshh5S9Nx0jbz3GeFcPB+f3i2qXvCDk9td1/dQqfMfVK88sic6l'."\n".'I+YyRnQnueugYSW6Q7nsPjIe8V+QaHqQbXH88ihjfIrMv8W+yQKCAQEA/goFK78O'."\n".'xA+WCJ0ccSD3vUhOiVkVhrHpJol7lUAWL/tXc/RJmN/TppWeqevTSJpBOUIMKGUF'."\n".'+w0Av4q+pFMBqRGutRXCX8Zp5BNB9yLB0tO8Mh+jy4fSXj2/MXfbJQgw6ziEZmaO'."\n".'nCKOht4s69xORWPoBz8rdkOo67jyvUYAs43cPh1EQHUl4O6Ny1yydK7uUiB+BZRN'."\n".'25FZy4PxJ0/4AyRAKS+yisOAf2Jvqhg3+tIg4LH2hQpQPdyuG40ruyRZp/4QEQ2Q'."\n".'tEjTXWBbchOrHlc3rq+a1RsgX1QdimYAX+2obDWyj1R9wg2Y/qPCUrIYwdb8GRZM'."\n".'scWMPi4SuRbKZwKCAQEA7Yh7xlAMZvW5zU9SNhoQG/WOFjOygGVtKLc8ayGYagyp'."\n".'jk5SlcAGVrpb6ymz31oIvDIR1ZmrnD4pm1j0r3Olcm6B1RiICuJPcLFUl9O/gPNa'."\n".'Xg1zI6RjACi/kMsaZSmMfNyIqD9fPZCMNLva1qQZf/GEA2Hce1p3nvR12PTg6Fkk'."\n".'bRuN48qg8jog4AN+w9Tzz+qy7m7heTQ6m0Zs+saadVTaS657rrOsYuRhWvvJtrGu'."\n".'NyWDUFmZZOobBCJQ9FJcfuyhU5fYPnoqw0g1/1O2XZtFZ0pfHKWI7aNUDyAF5fwU'."\n".'Zg+1QO1xTMYHO7QhgSBvepNt9Dxd7sAcs3QEXy5pLQKCAQEAhkEvaGYpXI5MITM+'."\n".'076zjrIG52lQCgY+DGK+ECt1TlhLaHli58rqZPBPkMeTupvi+mqgWDzDg2Dk01V0'."\n".'2Q0RJJO2u/bK6ajHT4Sp6PzSaCQEIo08GBUopSuGvpL0GscQa09MEX4Dwho1Lqt+'."\n".'HAwqxVs+RY4p3u9091af2k2Dk2DWU3FOH66JnS0VfLL5kNbeFkMbtsEgwHg5d2e8'."\n".'a6VEkgx3aAzQE6usXiXck40HEKQ6QeVrPfYsX/UfgmoCAX39b93CCfEcV1rhcUi6'."\n".'Kzifx4IaaFRfxF34psiicADmE8xapQ1f14W0jHh5MaHD0cZTdSWzx2JUl+Kp8jaR'."\n".'KIYV4wKCAQAjoMMf/cW+c8EIwIsOPl6IMw662co+Y/g5kTJox0M7NOcBx1Gv0Hui'."\n".'6pT68uhd6f1BbSkrpr8M0m4fNPqOjoQUY+rpcaKGL2fG+XI8y6//wYCedtn8UJ3g'."\n".'2jvRlgVBgzflSpbc1ZSNgW7mQf8TDs4cWLd6YmVVwz4KA5Thk+lgMG68RtPDhRMb'."\n".'AgkIUL3k1b40Q3nPNaZwLZtUyv1xp/RnAPE1RNicXarPsn2/zeB1nLUK5H+Lv8S4'."\n".'VDz1I8iMvQXOq+OOzEnNJTngzKX8xCuoYq/ITGlzvIiLTGJBWoZH9sWAgX6oXHUQ'."\n".'FOvk0qHr4leWRSLK7XsRYpNrf01gkW+JAoIBABKI2STp5nmzTDeg4TX19m3/CFz6'."\n".'M4kLXfOouuB03HCA91YlbQNRPjryqEZZAtcQlpFnUeNmQkucSCEeo/RhjyUjtbHS'."\n".'taG/nXzIh25+tFm4XTAwQarDRuv86QS/FQqYCyljOlbmAZTS/VovAGdRT9mjR46v'."\n".'aJPdlY1ZOgBWcJbgK1lhxLW3uQgkqhsF4AB7w0gg6phE7KYdJ0eqyVxffkMsWhNl'."\n".'yqRJrcJ/omO5NGvcfXloeeFbPkbJNFeTcRkNADNYZOXTyEMHFjelCU0yS4QAJFtL'."\n".'ZjbyrlpMh9OD8WFLU+3mBsMsV5mlzKV98yl+K73qun67pGiKS2WoiSowU8I='."\n".'-----END RSA PRIVATE KEY-----',
  9769.             'app.mobile_api.public.oauth.authorization_server.encryption_key' => 'Ks1n5nHFdkSyqtdX/iJdZEf/63/dTtAGiMID4ZXLzBg=',
  9770.             'app.mobile_api.public.oauth.resource_server.public_key' => '-----BEGIN PUBLIC KEY-----'."\n".'MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA67a279rJoD4zlbyYMnMr'."\n".'/Zl9VvOEOBzFrMEmkznYQkcRW2EyvB9zd5YQJ6yKZxgOrVdgTjjcj63tCBviOvll'."\n".'guCoO/mYA5471dbeY/NZk3vw31qZCnAW3A54Imh522e156kWKIOs2owc6OVX9fei'."\n".'P5UygG6BaiJOD91FYVCTQzvBK+j3OTUu4qQ7CseoTSAUUyO5Ikn5+OdSy5YQDQf4'."\n".'ngMRUr3+ouV4W2/1cfP3sbEV9Aa+JFcbNt61fbR+mXAYfQK82ZnOlxpM4lW+kprv'."\n".'+JVhYyCIfdDi0v3t6w3Afl8aMlUNPq/VJAb0qnVlUzdDUTbzRSow1VdV5aJl1iSq'."\n".'VXZUCwczs+IGJa7bQ4yZFIeoifs9f0+CwOvzV/8CSEyFFnPboV1po82SmOCXo5OQ'."\n".'EtDohvlICdJ9Jm8u/EVHYelap+OtStsl8IVzwryL9H8dgfWoAn0P+jO5HE8B9do/'."\n".'4LkhrMxSAMN/Cc6V4UMxF9JMR6aT8OG0KZQqrDFyLUAt0uD45cUnJ41rRvu/xnB3'."\n".'+HJOC0wBkR+nth03LTX1uefTcsqgNbmtb516FltzCaSFO907ldaghwzy242ctkMI'."\n".'NvrHqqpisQe3SbM14aC0ygZ7HcoGE0UR3Y41flT4EISV5PtSmDS/I74O5FiKhuOH'."\n".'ZGjjiXbuzTkAY/dUBXmH0xsCAwEAAQ=='."\n".'-----END PUBLIC KEY-----',
  9771.             'campussuite.cms.domain.ssl' => [
  9772.                 'letsencrypt_account_contact' => 'domains@innersync.com',
  9773.                 'letsencrypt_environment' => 'letsencrypt',
  9774.                 'letsencrypt_key_path' => '/app/app/Resources/data/acme-v01.api.letsencrypt.org.directory.pem',
  9775.                 'key_digest_alg' => 'SHA256',
  9776.                 'key_bits' => 4096,
  9777.                 'key_type' => 'RSA',
  9778.             ],
  9779.             'campussuite.cms.domain.ssl_deployment' => [
  9780.                 'app_env' => 'test',
  9781.                 'os_user' => 'campussuite',
  9782.                 'root_path' => '/srv/campussuite/ssl',
  9783.                 'nginx_path' => '/srv/campussuite/nginx/conf.d',
  9784.                 'files_path' => '/srv/campussuite/ssl/files',
  9785.                 'lock_name' => 'ssl_deployment.pid',
  9786.                 'state_path' => '/srv/campussuite/ssl/ssl_deployment',
  9787.                 'state_name' => 'ssl_deployment',
  9788.                 'key_name' => 'private.key',
  9789.                 'cert_name' => 'cert.crt',
  9790.                 'bundle_name' => 'bundle.crt',
  9791.                 'combo_name' => 'combo.crt',
  9792.             ],
  9793.             'version.hash' => 'f6acbcc7112f3288beedbecaff3a8d2810df8362',
  9794.             'version.branch' => 'branch',
  9795.             'version.tag' => 'v0.0.0',
  9796.             'version' => [
  9797.                 'hash' => 'f6acbcc7112f3288beedbecaff3a8d2810df8362',
  9798.                 'branch' => 'branch',
  9799.                 'tag' => 'v0.0.0',
  9800.             ],
  9801.             'default_locale' => 'en',
  9802.             'locale' => 'en',
  9803.             'app.vendors.slack.hooks' => [
  9804.                 'notifications' => 'https://hooks.slack.com/services/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',
  9805.             ],
  9806.             'app.vendors.rebrandly.api.workspace' => '0e9ab0d7f6694210ae6cf5d015e0d903',
  9807.             'app.security.csadmin.username' => 'csadmin@innersync.com',
  9808.             'database_driver' => 'pdo_mysql',
  9809.             'database_port' => 3306,
  9810.             'templating.globals.class' => 'Cms\\CoreBundle\\Service\\Twig\\GlobalVariables',
  9811.             'pdo.db_options' => [
  9812.                 'db_username' => 'campussuite-test',
  9813.                 'db_password' => 'dgTBGHz9gyLQq5DRBHCyYxnAgrdvaJUh',
  9814.                 'db_table' => 'php__session',
  9815.                 'db_id_col' => 'id',
  9816.                 'db_data_col' => 'data',
  9817.                 'db_time_col' => 'tstamp',
  9818.                 'db_lifetime_col' => 'lifetime',
  9819.             ],
  9820.             'kernel.temp_dir' => (\dirname(__DIR__3).'/temp'),
  9821.             'kernel.dumps_dir' => (\dirname(__DIR__3).'/dumps'),
  9822.             'kernel.web_dir' => (\dirname(__DIR__4).'/public'),
  9823.             'kernel.themes_path' => '/themes',
  9824.             'kernel.themes_dir' => (\dirname(__DIR__4).'/themes'),
  9825.             'kernel.starters_path' => '/themes/starters',
  9826.             'kernel.starters_dir' => (\dirname(__DIR__4).'/themes/starters'),
  9827.             'kernel.ui_dir' => (\dirname(__DIR__4).'/ui'),
  9828.             'kernel.assets_dir' => (\dirname(__DIR__4).'/public/assets'),
  9829.             'kernel.widgets_dir' => (\dirname(__DIR__4).'/themes/bases/Campussuite2015/widgets'),
  9830.             'kernel.mobile_dir' => (\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/public/mobile-app'),
  9831.             'kernel.base_dir' => \dirname(__DIR__4),
  9832.             'modules.base_namespace' => 'Cms\\Modules',
  9833.             'cms.assets.force_local' => false,
  9834.             'dashboard.hostname' => 'test.campussuite.com',
  9835.             'app.routing.cluster' => 'test',
  9836.             'communication_phone' => '+18556937460',
  9837.             'cms.container.staging.domain' => 'campussuite.site',
  9838.             'cms.core.policies.ferpa.timestamp' => '2022-01-27T00:00:00Z',
  9839.             'campussuite.cms.sitebuilder.models' => [
  9840.                 => 'Blank with ADA Pages',
  9841.                 => 'Community Development District',
  9842.                 => 'Community Development District Inframark',
  9843.                 => 'Community Development District Rizzetta',
  9844.                 => 'District',
  9845.                 => 'Early Childhood',
  9846.                 => 'Elementary',
  9847.                 => 'High',
  9848.                 => 'Higher Education',
  9849.                 => 'Middle',
  9850.                 10 => 'Teacher',
  9851.                 11 => 'Update Center',
  9852.             ],
  9853.             'campussuite.cms.module.reserved_slugs' => [
  9854.                 => 'alert',
  9855.                 => 'blog',
  9856.                 => 'calendar',
  9857.                 => 'feed',
  9858.                 => 'gallery',
  9859.                 => 'news',
  9860.                 => 'page',
  9861.                 => 'people',
  9862.                 => 'question',
  9863.                 => 'snippet',
  9864.             ],
  9865.             'campussuite.cms.module.clear.settings' => [
  9866.                 'days_before' => 10,
  9867.                 'save_last' => 10,
  9868.             ],
  9869.             'cms.file.supported_extensions' => [
  9870.                 'image' => [
  9871.                     'jpg' => [
  9872.                         'mime' => 'image/jpeg',
  9873.                         'type' => 'image',
  9874.                     ],
  9875.                     'jpeg' => [
  9876.                         'mime' => 'image/jpeg',
  9877.                         'type' => 'image',
  9878.                     ],
  9879.                     'png' => [
  9880.                         'mime' => 'image/png',
  9881.                         'type' => 'image',
  9882.                     ],
  9883.                     'bmp' => [
  9884.                         'mime' => 'image/bmp',
  9885.                         'type' => 'image',
  9886.                     ],
  9887.                     'gif' => [
  9888.                         'mime' => 'image/gif',
  9889.                         'type' => 'image',
  9890.                     ],
  9891.                     'tif' => [
  9892.                         'mime' => 'image/tiff',
  9893.                         'type' => 'image',
  9894.                     ],
  9895.                     'tiff' => [
  9896.                         'mime' => 'image/tiff',
  9897.                         'type' => 'image',
  9898.                     ],
  9899.                     'eps' => [
  9900.                         'mime' => 'application/postscript',
  9901.                         'type' => 'image',
  9902.                     ],
  9903.                     'svg' => [
  9904.                         'mime' => 'image/svg+xml',
  9905.                         'type' => 'image',
  9906.                     ],
  9907.                 ],
  9908.                 'document' => [
  9909.                     'htm' => [
  9910.                         'mime' => 'text/html',
  9911.                         'type' => 'document',
  9912.                     ],
  9913.                     'html' => [
  9914.                         'mime' => 'text/html',
  9915.                         'type' => 'document',
  9916.                     ],
  9917.                     'css' => [
  9918.                         'mime' => 'text/css',
  9919.                         'type' => 'document',
  9920.                     ],
  9921.                     'js' => [
  9922.                         'mime' => 'application/javascript',
  9923.                         'type' => 'document',
  9924.                     ],
  9925.                     'psd' => [
  9926.                         'mime' => 'image/vnd.adobe.photoshop',
  9927.                         'type' => 'document',
  9928.                     ],
  9929.                     'doc' => [
  9930.                         'mime' => 'application/msword',
  9931.                         'type' => 'document',
  9932.                     ],
  9933.                     'dot' => [
  9934.                         'mime' => 'application/msword',
  9935.                         'type' => 'document',
  9936.                     ],
  9937.                     'docx' => [
  9938.                         'mime' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
  9939.                         'type' => 'document',
  9940.                     ],
  9941.                     'dotx' => [
  9942.                         'mime' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template',
  9943.                         'type' => 'document',
  9944.                     ],
  9945.                     'docm' => [
  9946.                         'mime' => 'application/vnd.ms-word.document.macroEnabled.12',
  9947.                         'type' => 'document',
  9948.                     ],
  9949.                     'dotm' => [
  9950.                         'mime' => 'application/vnd.ms-word.template.macroEnabled.12',
  9951.                         'type' => 'document',
  9952.                     ],
  9953.                     'xls' => [
  9954.                         'mime' => 'application/vnd.ms-excel',
  9955.                         'type' => 'document',
  9956.                     ],
  9957.                     'xlt' => [
  9958.                         'mime' => 'application/vnd.ms-excel',
  9959.                         'type' => 'document',
  9960.                     ],
  9961.                     'xlsx' => [
  9962.                         'mime' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
  9963.                         'type' => 'document',
  9964.                     ],
  9965.                     'xltx' => [
  9966.                         'mime' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template',
  9967.                         'type' => 'document',
  9968.                     ],
  9969.                     'pps' => [
  9970.                         'mime' => 'application/vnd.ms-powerpoint',
  9971.                         'type' => 'document',
  9972.                     ],
  9973.                     'ppsx' => [
  9974.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow',
  9975.                         'type' => 'document',
  9976.                     ],
  9977.                     'ppt' => [
  9978.                         'mime' => 'application/vnd.ms-powerpoint',
  9979.                         'type' => 'document',
  9980.                     ],
  9981.                     'pot' => [
  9982.                         'mime' => 'application/vnd.ms-powerpoint',
  9983.                         'type' => 'document',
  9984.                     ],
  9985.                     'pptx' => [
  9986.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
  9987.                         'type' => 'document',
  9988.                     ],
  9989.                     'potx' => [
  9990.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.template',
  9991.                         'type' => 'document',
  9992.                     ],
  9993.                     'pdf' => [
  9994.                         'mime' => 'application/pdf',
  9995.                         'type' => 'document',
  9996.                     ],
  9997.                     'pub' => [
  9998.                         'mime' => 'application/x-mspublisher',
  9999.                         'type' => 'document',
  10000.                     ],
  10001.                     'txt' => [
  10002.                         'mime' => 'text/plain',
  10003.                         'type' => 'document',
  10004.                     ],
  10005.                     'csv' => [
  10006.                         'mime' => 'text/csv',
  10007.                         'type' => 'document',
  10008.                     ],
  10009.                     'zip' => [
  10010.                         'mime' => 'application/zip',
  10011.                         'type' => 'document',
  10012.                     ],
  10013.                     'eot' => [
  10014.                         'mime' => 'application/vnd.ms-fontobject',
  10015.                         'type' => 'document',
  10016.                     ],
  10017.                     'ttf' => [
  10018.                         'mime' => 'font/ttf',
  10019.                         'type' => 'document',
  10020.                     ],
  10021.                     'woff' => [
  10022.                         'mime' => 'font/woff',
  10023.                         'type' => 'document',
  10024.                     ],
  10025.                     'woff2' => [
  10026.                         'mime' => 'font/woff2',
  10027.                         'type' => 'document',
  10028.                     ],
  10029.                     'crt' => [
  10030.                         'mime' => 'application/octet-stream',
  10031.                         'type' => 'document',
  10032.                     ],
  10033.                     'rtf' => [
  10034.                         'mime' => 'application/rtf',
  10035.                         'type' => 'document',
  10036.                     ],
  10037.                     'ics' => [
  10038.                         'mime' => 'text/calendar',
  10039.                         'type' => 'document',
  10040.                     ],
  10041.                 ],
  10042.                 'audio' => [
  10043.                     'mp3' => [
  10044.                         'mime' => 'audio/mpeg',
  10045.                         'type' => 'audio',
  10046.                     ],
  10047.                     'wav' => [
  10048.                         'mime' => 'audio/wav',
  10049.                         'type' => 'audio',
  10050.                     ],
  10051.                 ],
  10052.                 'video' => [
  10053.                     'mov' => [
  10054.                         'mime' => 'video/quicktime',
  10055.                         'type' => 'video',
  10056.                     ],
  10057.                     'mp4' => [
  10058.                         'mime' => 'video/mp4',
  10059.                         'type' => 'video',
  10060.                     ],
  10061.                     'm4v' => [
  10062.                         'mime' => 'video/mp4',
  10063.                         'type' => 'video',
  10064.                     ],
  10065.                 ],
  10066.             ],
  10067.             'app.notifications.recording.phone' => '+18598006569',
  10068.             'app.vendors.sendgrid.primary.credentials' => [
  10069.                 'api_key_id' => 'i5dWOGEwT52rROuzsvhMJg',
  10070.                 'api_key' => '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',
  10071.             ],
  10072.             'app.vendors.twilio.organization_sid' => 'ORa1cb9bdab5184af5b609c5ad05469243',
  10073.             'app.vendors.twilio.primary.account_sid' => 'ACe5b489074c7e36fcb566675aec6c2104',
  10074.             'app.vendors.twilio.primary.credentials' => [
  10075.                 'account_sid' => 'ACe5b489074c7e36fcb566675aec6c2104',
  10076.                 'api_key_sid' => 'SK7e04ffaa87577d9ecd44537788c70a61',
  10077.                 'api_key_secret' => 'DLjVKEFvbqExwuc7MrqnQbf1YIKMXEGF',
  10078.             ],
  10079.             'app.vendors.firebase.primary.credentials' => [
  10080.                 'service_account_json' => [
  10081.                     'type' => 'service_account',
  10082.                     'project_id' => 'schoolnow-live',
  10083.                     'private_key_id' => 'c62249df49b823ea1daed7c8350214b53c954311',
  10084.                     'private_key' => '-----BEGIN PRIVATE KEY-----'."\n".'MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCyGiyyWBxZzXMd'."\n".'LEcBaWB2w6+B/hJS81zEv1KKityWUJOwN5XBcxskGyWuk0bNYStYJDM/OpKoyUMK'."\n".'XPDjj8f43R9Rf4dAbFrVZkVVyTT521VZ4vcdT69xid5S9U2XtFjK+jEvEp0pnwHc'."\n".'szPonjNoNqTIfeVVnCYK5FyczCxxXaM3D3HiP2UksfGbsxwRPtnV3RZ1QPrb3MjJ'."\n".'mzuv47jgWood+OA3j4RP6sIYsS9ogetcFajXiJwdcfOadDmmpcWqORxa6wgXry7V'."\n".'qV7b/gq33YY8eFv45Wy4mpT9TdTgewDR7omnnApDek6wlISGBWdQ4cHL6kB7d6pe'."\n".'9A3NPAp5AgMBAAECggEADOO2DmYwDxO+XAMjVGfS8mVxI0BHBTfVo+uQxrQMCNjm'."\n".'B1/Od8Sj1zYbwQmpmx2ILIXaK55KlOqT7oERcfaq60jdhmFrYW82F7GiHPZF3jtQ'."\n".'bwPtDHMC6H2o2GomZm9H6dC3lIeNVkDKurVBcXlZkRY7UMNDwLFfU3R5e2OPZ9jW'."\n".'x+8GlIcCJXyw7GvAUs+8SqnrmEz1HDqvsQ/aGIc5iAfHpvuzykf1tPGizITtPZs5'."\n".'iR+lUrfxFMe44tJN8ziYzVg+Tyn9FmSDwMflNavmZDKj574GcpiP0AO6Fd2sMWgv'."\n".'xkqdPjtwLvXETbJaX7E3UIQT15cWsZy+67GDj3hY8QKBgQD2jZ1Ku5hosejKEeWo'."\n".'XLWm81N4iWdpxw3/6dgtk47QYCYzN4LPN78qDahyQDHRDnYRSLocokNS4qdogox4'."\n".'St+M37M+vl8fn2g4MVJUoecvqDFCoZUXFg1PpOW6JQ0RvdKY976UMGI6Qs0Q9I5m'."\n".'N27vZvMMTaulGplXyjIZvlCehQKBgQC47SPczG3z8psJytvuTe16N6TAgcK2oyYe'."\n".'i3qPJIS56EAD2LuLJNqN6tsuUb0S+ZGzTaPZXyPw1bU906vpAE/2g4tV88C8PovT'."\n".'ppJpg8/uG96QAw/Xclx9jUgJjfGGWyX+d/y1WkJDmBPHLpNrU2nioqpN4WYnnqUw'."\n".'ZEPo4u+AZQKBgQDMBfQbW5GLUW2piZXZ9J39QW3ZWRrSVX4oP4I8dNbBaE80IsOE'."\n".'ZkUyr4qswKJ4tNbPBre76ip79ENEIIPNJ2hGUvco/LAKowbDOU0/65o7vZrF4KBX'."\n".'MlBhj7rqhq6B9+rF2n1Cc6dVPuIjHbyYqVaLlU2a6MsZHSG3nAJJe0uLYQKBgQCu'."\n".'o2zBwOF5hrw5lDT8qOVDDTdugVyj5BFEuU3lzoP1mUqTF2ONdSFc8tVIufKH795T'."\n".'6Vd6Gao0b2341GQ954iccf/tDQQQAjVEjMMqGEwOPo2BjRKx0RNdkkXcmArmaj/I'."\n".'QAIMNg/sC7tp2CdqLN0LJbkVUW6KrfysZZPoZB/wLQKBgQDbydY9oCFoRI5H3ALu'."\n".'xPPTWb+JQZDHSbWgS4w6sfavpDsAx2NZ+lZ6Ii8yylUweXSo4k3GW0RYrzFZ4hj1'."\n".'IfbmP/fzDtOK1KBXDxKjFETbn46CAHJkB1Dufz0P4uRc7q0vXOQHj4hMH6+yXrfX'."\n".'CzQY2EVxFeGYEgSkJoTbskxydQ=='."\n".'-----END PRIVATE KEY-----',
  10085.                     'client_email' => 'firebase-adminsdk-z3owu@schoolnow-live.iam.gserviceaccount.com',
  10086.                     'client_id' => '106294753262086809948',
  10087.                     'auth_uri' => 'https://accounts.google.com/o/oauth2/auth',
  10088.                     'token_uri' => 'https://oauth2.googleapis.com/token',
  10089.                     'auth_provider_x509_cert_url' => 'https://www.googleapis.com/oauth2/v1/certs',
  10090.                     'client_x509_cert_url' => 'https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-z3owu%40schoolnow-live.iam.gserviceaccount.com',
  10091.                 ],
  10092.             ],
  10093.             'app.aws.s3.buckets.blob' => 'campussuite-storage',
  10094.             'app.aws.s3.buckets.logs' => 'campussuite-logs',
  10095.             'app.aws.s3.buckets.bulk' => 'campussuite-bulk',
  10096.             'app.aws.s3.buckets.assets' => 'campussuite-assets',
  10097.             'app.routing.apexes' => [
  10098.                 => 'campussuite.net',
  10099.                 => 'campussuite.partners',
  10100.                 => 'campussuite.host',
  10101.                 => 'campussuite.com',
  10102.                 => 'campussuite.io',
  10103.                 => 'campussuite.com',
  10104.                 => 'campussuite.app',
  10105.                 => 'campussuite.sites',
  10106.             ],
  10107.             'app.routing.hostnames' => [
  10108.                 => 'campussuite.net',
  10109.                 => 'campussuite.partners',
  10110.                 => '*.campussuite.partners',
  10111.                 => 'campussuite.host',
  10112.                 => '*.campussuite.host',
  10113.                 => 'campussuite.com',
  10114.                 => '*.campussuite.com',
  10115.                 => 'campussuite.io',
  10116.                 => '*.campussuite.io',
  10117.                 => 'campussuite.com',
  10118.                 10 => '*.campussuite.com',
  10119.                 11 => 'campussuite.app',
  10120.                 12 => '*.campussuite.app',
  10121.                 13 => 'campussuite.sites',
  10122.                 14 => '*.campussuite.sites',
  10123.             ],
  10124.             'app.routing.apexes_regex' => '/^campussuite\\.(?:net|partners|host|com|io|app)$/',
  10125.             'app.routing.hostnames_regex' => '/^(?:[^.]+\\.)?campussuite\\.(?:net|partners|host|com|io|app)$/',
  10126.             'app.routing.apexes.admin' => 'campussuite.net',
  10127.             'app.routing.hostnames.admin_core' => '{cluster}.{tld}',
  10128.             'app.routing.apexes.partner' => 'campussuite.partners',
  10129.             'app.routing.hostnames.partner_core' => '{cluster}.{tld}',
  10130.             'app.routing.hostnames.partner_shards' => '{shard}.{cluster}.{tld}',
  10131.             'app.routing.apexes.customer' => 'campussuite.host',
  10132.             'app.routing.hostnames.customer_core' => '{cluster}.{tld}',
  10133.             'app.routing.hostnames.customer_shards' => '{shard}.{cluster}.{tld}',
  10134.             'app.routing.apexes.system' => 'campussuite.com',
  10135.             'app.routing.hostnames.system_core' => '{cluster}.{tld}',
  10136.             'app.routing.hostnames.system_shards' => '{shard}.{cluster}.{tld}',
  10137.             'app.routing.apexes.api' => 'campussuite.io',
  10138.             'app.routing.hostnames.api_core' => '{cluster}.{tld}',
  10139.             'app.routing.hostnames.api_shards' => '{shard}.{cluster}.{tld}',
  10140.             'app.routing.apexes.portal' => 'campussuite.com',
  10141.             'app.routing.hostnames.portal_core' => '{cluster}.{tld}',
  10142.             'app.routing.hostnames.portal_shards' => '{shard}.{cluster}.{tld}',
  10143.             'app.routing.apexes.mobile' => 'campussuite.app',
  10144.             'app.routing.hostnames.mobile_core' => '{cluster}.{tld}',
  10145.             'app.routing.hostnames.mobile_shards' => '{shard}.{cluster}.{tld}',
  10146.             'app.routing.apexes.sites' => 'campussuite.sites',
  10147.             'app.routing.hostnames.sites_core' => '{cluster}.{tld}',
  10148.             'app.routing.hostnames.sites_shards' => '{shard}.{cluster}.{tld}',
  10149.             'app.routing.regexes.ulid' => '[0-7][0-9a-hA-HjJkKmMnNp-tP-Tv-zV-Z]{25}',
  10150.             'app.routing.regexes.uuid' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}',
  10151.             'cms.assets.default_versions' => [
  10152.                 'RecordRTC' => '5.6.2',
  10153.                 'ace' => '1.4.12',
  10154.                 'anchorme' => '1.1.2',
  10155.                 'blueimp-md5' => '2.19.0',
  10156.                 'bootstrap-colorpicker' => '2.1.0',
  10157.                 'bootstrap-datetimepicker' => '4.17.45',
  10158.                 'bootstrap-slider' => '4.5.4',
  10159.                 'bootstrap-switch' => '3.3.2',
  10160.                 'bootstrap' => '3.4.1',
  10161.                 'breakpoints' => '9310e15aeae4adb4a37a812cfe9334ad2e5cd6e3',
  10162.                 'chart-js' => '3.8.0',
  10163.                 'chosen' => '1.4.2',
  10164.                 'ckeditor' => '4.13.1',
  10165.                 'classie' => '1.0.1',
  10166.                 'clipboardjs' => '2.0.4',
  10167.                 'cropit' => '0.4.5',
  10168.                 'cropper' => '1.0.0',
  10169.                 'croppic' => '1c3162febd667a8b81fdcb5e285b4abf38fa005c',
  10170.                 'd3' => '3.4.13',
  10171.                 'datetimepicker' => '2.5.20',
  10172.                 'dropzone' => '4.3.0',
  10173.                 'durandal' => '2.1.0',
  10174.                 'floating-ui' => '1.14.7',
  10175.                 'font-awesome' => '4.7.0',
  10176.                 'fontawesome-pro' => '5.15.4',
  10177.                 'gmaps' => '0.4.16',
  10178.                 'headjs' => '1.0.3',
  10179.                 'highlightjs' => '8.4',
  10180.                 'holder' => '2.4.1',
  10181.                 'html5shiv' => '3.7.3',
  10182.                 'imagesloaded' => '4.1.0',
  10183.                 'isotope' => '2.2.2',
  10184.                 'jquery-boilerplate' => '3.5.0',
  10185.                 'jquery-caret' => '1.5.2',
  10186.                 'jquery-cookie' => '1.4.1',
  10187.                 'jquery-doubletaptogo' => '3.0.2',
  10188.                 'jquery-file-upload' => '9.9.3',
  10189.                 'jquery-hotkeys' => 'f24f1da275aab7881ab501055c256add6f690de4',
  10190.                 'jquery-infinitescroll' => '3.0.2',
  10191.                 'jquery-lazyload' => '1.9.4',
  10192.                 'jquery-maskedinput' => '1.4.1',
  10193.                 'jquery-migrate' => '1.4.1',
  10194.                 'jquery-nearest' => '1.3.0',
  10195.                 'jquery-qrcode' => '0.11.0',
  10196.                 'jquery-responsive-tabs' => '1.5.2',
  10197.                 'jquery-scrollbar' => '0.2.7',
  10198.                 'jquery-scrollstop' => '1.2.0',
  10199.                 'jquery-slimscroll' => '1.3.3',
  10200.                 'jquery-tageditor' => '1.0.13',
  10201.                 'jquery-ui' => '1.12.1',
  10202.                 'jquery-validate' => '1.19.2',
  10203.                 'jquery.ns-autogrow' => '1.1.6',
  10204.                 'jquery1' => '1.12.4',
  10205.                 'jquery2' => '2.2.4',
  10206.                 'jquery3' => '3.4.1',
  10207.                 'jquery' => '1.12.4',
  10208.                 'js-yaml' => '3.4.6',
  10209.                 'knockout' => '3.4.0',
  10210.                 'magnific-popup' => '1.1.0',
  10211.                 'masonry' => '4.2.0',
  10212.                 'match-height' => '0.7.0',
  10213.                 'mixitup' => '2.1.7',
  10214.                 'moment' => '2.24.0',
  10215.                 'nvd3' => '1.1.15-beta',
  10216.                 'owl-carousel' => 'a797299539fa33d87ad79bfd93e33d8aaeac10ea',
  10217.                 'p5' => '0.5.5',
  10218.                 'palette-js' => '8418158452401c15d276d9632b88933aa581718f',
  10219.                 'parallaxjs' => '1.4.2',
  10220.                 'require-text' => '2.0.12',
  10221.                 'require' => '2.1.15',
  10222.                 'respond' => '1.4.2',
  10223.                 'responsive-tabs' => '1.4.3',
  10224.                 'select2' => '4.1.0-rc.0',
  10225.                 'sidr' => '1.2.1',
  10226.                 'sugar' => '1.4.1',
  10227.                 'toastr' => '1.2.2',
  10228.                 'underscore' => '1.7.0',
  10229.                 'uri-js' => '1.18.3',
  10230.                 'wavesurfer' => '6.2.0',
  10231.             ],
  10232.             'cms.assets.cdn_config' => [
  10233.                 'proxy' => 'cdn.campussuite.com',
  10234.                 'endpoint' => 'campussuite-cdn.s3.amazonaws.com',
  10235.                 'aws' => [
  10236.                     'version' => '2006-03-01',
  10237.                     'region' => 'us-east-1',
  10238.                     'user' => 'campusuite--test',
  10239.                     'credentials' => [
  10240.                         'key' => 'AKIAZUEINHLVC5XPCIFL',
  10241.                         'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  10242.                     ],
  10243.                 ],
  10244.                 'bucket' => 'campussuite-cdn',
  10245.                 'expiration' => '+1 year',
  10246.                 'dir' => (\dirname(__DIR__4).'/public/assets'),
  10247.             ],
  10248.             'campussuite.cms.domain.ssl.acme_account_contact' => 'domains@innersync.com',
  10249.             'campussuite.cms.domain.ssl.acme_key_path' => (\dirname(__DIR__4).'%/src/App/Resources/acme/domains@innersync.com.pem'),
  10250.             'campussuite.cms.domain.ssl.acme_account_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.json'),
  10251.             'campussuite.cms.domain.ssl.acme_private_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pem'),
  10252.             'campussuite.cms.domain.ssl.acme_public_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pub.pem'),
  10253.             'campussuite.cms.domain.ssl.acme_endpoint' => 'https://acme-v02.api.letsencrypt.org/directory',
  10254.             'campussuite.cms.domain.ssl_acme' => [
  10255.                 'account_contact' => 'domains@innersync.com',
  10256.                 'account_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.json'),
  10257.                 'private_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pem'),
  10258.                 'public_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pub.pem'),
  10259.                 'endpoint' => 'https://acme-v02.api.letsencrypt.org/directory',
  10260.             ],
  10261.             'campussuite.cms.domain.ssl_deployment.os_user' => 'campussuite',
  10262.             'campussuite.cms.domain.ssl_deployment.root_path' => '/home/campussuite/.campussuite/ssl',
  10263.             'campussuite.cms.domain.ssl_deployment.lock_name' => 'ssl_deployment.pid',
  10264.             'campussuite.cms.domain.ssl_deployment.state_name' => 'ssl_deployment',
  10265.             'campussuite.cms.domain.ssl_deployment.key_name' => 'private.key',
  10266.             'campussuite.cms.domain.ssl_deployment.cert_name' => 'cert.crt',
  10267.             'campussuite.cms.domain.ssl_deployment.bundle_name' => 'bundle.crt',
  10268.             'campussuite.cms.domain.ssl_deployment.combo_name' => 'combo.crt',
  10269.             'campussuite.cms.domain.dns.default_a_record' => '107.20.149.85',
  10270.             'campussuite.cms.domain.dns.default_cname_record' => 'app.campussuite.com',
  10271.             'campussuite.cms.domain.dns' => [
  10272.                 'default_a_record' => '107.20.149.85',
  10273.                 'default_cname_record' => 'app.campussuite.com',
  10274.             ],
  10275.             'thumbnails' => [
  10276.                 'image_avatar' => [
  10277.                     'size' => [
  10278.                         'w' => 128,
  10279.                         'h' => 128,
  10280.                     ],
  10281.                     'framing' => 'crop',
  10282.                     'backColor' => 'white',
  10283.                     'quality' => 100,
  10284.                 ],
  10285.             ],
  10286.             'campussuite.cms.theme.overrides' => [
  10287.                 => '/modules/Alert/List/build/tpl.html.twig',
  10288.                 => '/modules/Alert/View/build/tpl.html.twig',
  10289.                 => '/modules/Blog/List/build/tpl.html.twig',
  10290.                 => '/modules/Blog/View/build/tpl.html.twig',
  10291.                 => '/modules/Calendar/List/build/tpl.html.twig',
  10292.                 => '/modules/Calendar/View/build/tpl.html.twig',
  10293.                 => '/modules/Events/List/build/tpl.html.twig',
  10294.                 => '/modules/Events/View/build/sn.html.twig',
  10295.                 => '/modules/Events/View/build/tpl.html.twig',
  10296.                 => '/modules/Feed/List/build/tpl.html.twig',
  10297.                 10 => '/modules/Feed/View/build/tpl.html.twig',
  10298.                 11 => '/modules/Gallery/List/build/sn.html.twig',
  10299.                 12 => '/modules/Gallery/List/build/tpl.html.twig',
  10300.                 13 => '/modules/Gallery/View/build/sn.html.twig',
  10301.                 14 => '/modules/Gallery/View/build/tpl.html.twig',
  10302.                 15 => '/modules/News/List/build/sn.html.twig',
  10303.                 16 => '/modules/News/List/build/tpl.html.twig',
  10304.                 17 => '/modules/News/View/build/sn.html.twig',
  10305.                 18 => '/modules/News/View/build/tpl.html.twig',
  10306.                 19 => '/modules/Notifications/View/build/tpl.html.twig',
  10307.                 20 => '/modules/People/List/build/tpl.html.twig',
  10308.                 21 => '/modules/People/View/build/tpl.html.twig',
  10309.                 22 => '/modules/Question/List/build/tpl.html.twig',
  10310.                 23 => '/modules/Question/View/build/tpl.html.twig',
  10311.                 24 => '/system/http/403/build/tpl.html.twig',
  10312.                 25 => '/system/http/404/build/tpl.html.twig',
  10313.                 26 => '/system/http/500/build/tpl.html.twig',
  10314.                 27 => '/widgets/Accordion/build/tpl.html.twig',
  10315.                 28 => '/widgets/Address/build/tpl.html.twig',
  10316.                 29 => '/widgets/AlertBanner/build/tpl.html.twig',
  10317.                 30 => '/widgets/Block/build/tpl.html.twig',
  10318.                 31 => '/widgets/Blockquote/build/tpl.html.twig',
  10319.                 32 => '/widgets/Breadcrumbs/build/tpl.html.twig',
  10320.                 33 => '/widgets/Button/build/tpl.html.twig',
  10321.                 34 => '/widgets/Column/build/tpl.html.twig',
  10322.                 35 => '/widgets/DepartmentName/build/tpl.html.twig',
  10323.                 36 => '/widgets/Divider/build/tpl.html.twig',
  10324.                 37 => '/widgets/FacebookLike/build/tpl.html.twig',
  10325.                 38 => '/widgets/FileList/build/tpl.html.twig',
  10326.                 39 => '/widgets/GalleryFolder/build/tpl.html.twig',
  10327.                 40 => '/widgets/GoogleDriveEmbed/build/tpl.html.twig',
  10328.                 41 => '/widgets/GoogleMap/build/tpl.html.twig',
  10329.                 42 => '/widgets/GoogleTranslate/build/tpl.html.twig',
  10330.                 43 => '/widgets/Heading/build/tpl.html.twig',
  10331.                 44 => '/widgets/Html/build/tpl.html.twig',
  10332.                 45 => '/widgets/HtmlSource/build/tpl.html.twig',
  10333.                 46 => '/widgets/Icon/build/tpl.html.twig',
  10334.                 47 => '/widgets/IconGroup/build/tpl.html.twig',
  10335.                 48 => '/widgets/Image/build/tpl.html.twig',
  10336.                 49 => '/widgets/Jumbotron/build/tpl.html.twig',
  10337.                 50 => '/widgets/MegaMenu/build/tpl.html.twig',
  10338.                 51 => '/widgets/ModuleAlertFeature/build/tpl.html.twig',
  10339.                 52 => '/widgets/ModuleAlertList/build/tpl.html.twig',
  10340.                 53 => '/widgets/ModuleAlertListBanner/build/tpl.html.twig',
  10341.                 54 => '/widgets/ModuleAlertListGrid/build/tpl.html.twig',
  10342.                 55 => '/widgets/ModuleBlogFeature/build/tpl.html.twig',
  10343.                 56 => '/widgets/ModuleBlogList/build/tpl.html.twig',
  10344.                 57 => '/widgets/ModuleBlogListGrid/build/tpl.html.twig',
  10345.                 58 => '/widgets/ModuleBlogOwlCarousel/build/tpl.html.twig',
  10346.                 59 => '/widgets/ModuleCalendarList/build/tpl.html.twig',
  10347.                 60 => '/widgets/ModuleCalendarListGrid/build/tpl.html.twig',
  10348.                 61 => '/widgets/ModuleCalendarOwlCarousel/build/tpl.html.twig',
  10349.                 62 => '/widgets/ModuleGalleryFeature/build/sn.html.twig',
  10350.                 63 => '/widgets/ModuleGalleryFeature/build/tpl.html.twig',
  10351.                 64 => '/widgets/ModuleGalleryList/build/sn.html.twig',
  10352.                 65 => '/widgets/ModuleGalleryList/build/tpl.html.twig',
  10353.                 66 => '/widgets/ModuleNewsFeature/build/tpl.html.twig',
  10354.                 67 => '/widgets/ModuleNewsList/build/sn.html.twig',
  10355.                 68 => '/widgets/ModuleNewsList/build/tpl.html.twig',
  10356.                 69 => '/widgets/ModuleNewsListGrid/build/sn.html.twig',
  10357.                 70 => '/widgets/ModuleNewsListGrid/build/tpl.html.twig',
  10358.                 71 => '/widgets/ModuleNewsOwlCarousel/build/sn.html.twig',
  10359.                 72 => '/widgets/ModuleNewsOwlCarousel/build/tpl.html.twig',
  10360.                 73 => '/widgets/ModulePeopleDirectory/build/tpl.html.twig',
  10361.                 74 => '/widgets/ModulePeopleGridLarge/build/tpl.html.twig',
  10362.                 75 => '/widgets/ModulePeopleGridSmall/build/tpl.html.twig',
  10363.                 76 => '/widgets/ModulePeopleList/build/tpl.html.twig',
  10364.                 77 => '/widgets/ModulePeopleListGridLarge/build/tpl.html.twig',
  10365.                 78 => '/widgets/ModulePeopleListGridSmall/build/tpl.html.twig',
  10366.                 79 => '/widgets/ModulePeopleOwlCarousel/build/tpl.html.twig',
  10367.                 80 => '/widgets/ModuleQuestionListAccordion/build/tpl.html.twig',
  10368.                 81 => '/widgets/Navigation/build/tpl.html.twig',
  10369.                 82 => '/widgets/OwlCarousel/build/tpl.html.twig',
  10370.                 83 => '/widgets/OwlSlider/build/tpl.html.twig',
  10371.                 84 => '/widgets/Parallax/build/tpl.html.twig',
  10372.                 85 => '/widgets/ProfileCard/build/tpl.html.twig',
  10373.                 86 => '/widgets/Row/build/tpl.html.twig',
  10374.                 87 => '/widgets/ScriptSource/build/tpl.html.twig',
  10375.                 88 => '/widgets/Search/build/tpl.html.twig',
  10376.                 89 => '/widgets/SharedContent/build/tpl.html.twig',
  10377.                 90 => '/widgets/SocialLinks/build/tpl.html.twig',
  10378.                 91 => '/widgets/Tabs/build/tpl.html.twig',
  10379.                 92 => '/widgets/TwitterTweet/build/tpl.html.twig',
  10380.                 93 => '/widgets/Video/build/tpl.html.twig',
  10381.                 94 => '/widgets/Zone/build/tpl.html.twig',
  10382.             ],
  10383.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10384.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10385.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10386.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10387.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10388.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10389.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10390.             'doctrine.entity_managers' => [
  10391.                 'default' => 'doctrine.orm.default_entity_manager',
  10392.             ],
  10393.             'doctrine.default_entity_manager' => 'default',
  10394.             'doctrine.dbal.connection_factory.types' => [
  10395.                 'bigint' => [
  10396.                     'class' => 'App\\Doctrine\\DBAL\\Types\\NativeBigIntType',
  10397.                 ],
  10398.                 'bitwise_authentication_types' => [
  10399.                     'class' => 'Cms\\TenantBundle\\Doctrine\\Types\\AuthenticationTypesBitwiseType',
  10400.                 ],
  10401.                 'bitwise_file_flags' => [
  10402.                     'class' => 'Cms\\FileBundle\\Doctrine\\Types\\FileFlagsBitwiseType',
  10403.                 ],
  10404.                 'bitwise_one_roster_state' => [
  10405.                     'class' => 'Cms\\CoreBundle\\Doctrine\\Types\\OneRosterStateBitwiseType',
  10406.                 ],
  10407.                 'bitwise_products' => [
  10408.                     'class' => 'Cms\\TenantBundle\\Doctrine\\Types\\ProductsBitwiseType',
  10409.                 ],
  10410.                 'condition_config' => [
  10411.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ConditionConfigType',
  10412.                 ],
  10413.                 'condition_query' => [
  10414.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ConditionQueryType',
  10415.                 ],
  10416.                 'datetime' => [
  10417.                     'class' => 'Cms\\CoreBundle\\Util\\Doctrine\\UtcDateTimeType',
  10418.                 ],
  10419.                 'datetime_immutable' => [
  10420.                     'class' => 'Cms\\CoreBundle\\Util\\Doctrine\\UtcDateTimeImmutableType',
  10421.                 ],
  10422.                 'media' => [
  10423.                     'class' => 'App\\Doctrine\\DBAL\\Types\\MediaType',
  10424.                 ],
  10425.                 'media_array' => [
  10426.                     'class' => 'App\\Doctrine\\DBAL\\Types\\MediaArrayType',
  10427.                 ],
  10428.                 'shortcut_array' => [
  10429.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ShortcutArrayType',
  10430.                 ],
  10431.                 'ulid' => [
  10432.                     'class' => 'App\\Doctrine\\DBAL\\Types\\UlidType',
  10433.                 ],
  10434.                 'uuid' => [
  10435.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  10436.                 ],
  10437.             ],
  10438.             'doctrine.connections' => [
  10439.                 'default' => 'doctrine.dbal.default_connection',
  10440.             ],
  10441.             'doctrine.default_connection' => 'default',
  10442.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10443.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10444.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10445.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10446.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10447.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10448.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10449.             'doctrine.orm.cache.memcache_port' => 11211,
  10450.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10451.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10452.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10453.             'doctrine.orm.cache.memcached_port' => 11211,
  10454.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10455.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10456.             'doctrine.orm.cache.redis_host' => 'localhost',
  10457.             'doctrine.orm.cache.redis_port' => 6379,
  10458.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10459.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10460.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10461.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10462.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10463.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10464.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10465.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10466.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10467.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10468.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10469.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10470.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10471.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10472.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10473.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10474.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10475.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10476.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10477.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10478.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10479.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10480.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  10481.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10482.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10483.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10484.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10485.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10486.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10487.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10488.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10489.             'doctrine.orm.auto_generate_proxy_classes' => false,
  10490.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10491.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10492.             'doctrine.migrations.preferred_em' => NULL,
  10493.             'doctrine.migrations.preferred_connection' => NULL,
  10494.             'ewz_recaptcha.public_key' => '6LeCw2ggAAAAAFEAXpJGfA_xuO1tXHmI5iCdYrUX',
  10495.             'ewz_recaptcha.private_key' => '6LeCw2ggAAAAACr-Fj_azYItG7Q55kJBkl-qKfPO',
  10496.             'ewz_recaptcha.locale_key' => 'en',
  10497.             'ewz_recaptcha.enabled' => true,
  10498.             'ewz_recaptcha.version' => 3,
  10499.             'ewz_recaptcha.hide_badge' => false,
  10500.             'ewz_recaptcha.score_threshold' => 0.65,
  10501.             'ewz_recaptcha.verify_host' => false,
  10502.             'ewz_recaptcha.ajax' => false,
  10503.             'ewz_recaptcha.api_host' => 'www.google.com',
  10504.             'ewz_recaptcha.locale_from_request' => false,
  10505.             'ewz_recaptcha.timeout' => NULL,
  10506.             'ewz_recaptcha.trusted_roles' => [
  10507.             ],
  10508.             'ewz_recaptcha.http_proxy' => [
  10509.                 'host' => NULL,
  10510.                 'port' => NULL,
  10511.                 'auth' => NULL,
  10512.             ],
  10513.             'ewz_recaptcha.service_definition' => [
  10514.             ],
  10515.             'twig.form.resources' => [
  10516.                 => 'form_div_layout.html.twig',
  10517.                 => '@CmsCore/Form/fields.html.twig',
  10518.                 => '@CmsContent/Form/fields.html.twig',
  10519.                 => '@CmsNavigation/Form/fields.html.twig',
  10520.                 => '@CmsSitebuilder/Form/fields.html.twig',
  10521.                 => '@CmsFile/Form/fields.html.twig',
  10522.                 => '@CmsModulesGallery/Form/fields.html.twig',
  10523.                 => '@ProductsSocial/fields.html.twig',
  10524.                 => '@EWZRecaptcha/Form/v3/ewz_recaptcha_widget.html.twig',
  10525.                 => '@App/form/types/phone_number.html.twig',
  10526.             ],
  10527.             'nelmio_cors.map' => [
  10528.                 '^/api/' => [
  10529.                     'allow_origin' => true,
  10530.                     'allow_headers' => [
  10531.                         => 'x-custom-auth',
  10532.                         => 'content-type',
  10533.                         => 'authorization',
  10534.                         => 'x-requested-with',
  10535.                     ],
  10536.                     'allow_methods' => [
  10537.                         => 'POST',
  10538.                         => 'PUT',
  10539.                         => 'GET',
  10540.                         => 'DELETE',
  10541.                     ],
  10542.                     'max_age' => 3600,
  10543.                 ],
  10544.                 '^/admin-api/' => [
  10545.                     'allow_origin' => true,
  10546.                     'allow_headers' => [
  10547.                         => 'x-custom-auth',
  10548.                         => 'content-type',
  10549.                         => 'authorization',
  10550.                         => 'x-requested-with',
  10551.                     ],
  10552.                     'allow_methods' => [
  10553.                         => 'POST',
  10554.                         => 'PUT',
  10555.                         => 'GET',
  10556.                         => 'DELETE',
  10557.                     ],
  10558.                     'max_age' => 3600,
  10559.                 ],
  10560.             ],
  10561.             'nelmio_cors.defaults' => [
  10562.                 'allow_origin' => [
  10563.                 ],
  10564.                 'allow_credentials' => false,
  10565.                 'allow_headers' => [
  10566.                 ],
  10567.                 'allow_private_network' => false,
  10568.                 'expose_headers' => [
  10569.                 ],
  10570.                 'allow_methods' => [
  10571.                 ],
  10572.                 'max_age' => 0,
  10573.                 'hosts' => [
  10574.                 ],
  10575.                 'origin_regex' => false,
  10576.                 'forced_allow_origin_value' => NULL,
  10577.                 'skip_same_as_origin' => true,
  10578.             ],
  10579.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10580.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10581.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10582.             'app.platform.security.oauth.providers' => [
  10583.                 'classlink' => [
  10584.                     'client' => [
  10585.                         'dev' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10586.                         'test' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10587.                         'prod' => 'c1606760397289a2b358134554f34259f54470b15a65',
  10588.                     ],
  10589.                     'secret' => [
  10590.                         'dev' => '46de7912ec923aa35a6aa8e89557f078',
  10591.                         'test' => '46de7912ec923aa35a6aa8e89557f078',
  10592.                         'prod' => 'dfe474a2b0259922e20c9cd72cb420b4',
  10593.                     ],
  10594.                 ],
  10595.                 'gg4l' => [
  10596.                     'client' => [
  10597.                         'dev' => 'PTRQSVRZDE',
  10598.                         'test' => 'PTRQSVRZDE',
  10599.                         'prod' => 'PTRQSVRZDE',
  10600.                     ],
  10601.                     'secret' => [
  10602.                         'dev' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10603.                         'test' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10604.                         'prod' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10605.                     ],
  10606.                 ],
  10607.                 'clever' => [
  10608.                     'client' => [
  10609.                         'dev' => '0a42746563afb64004af',
  10610.                         'test' => '1cc3a76e6bf6d1e39103',
  10611.                         'prod' => '4a216d0cc88ec88dc1f7',
  10612.                     ],
  10613.                     'secret' => [
  10614.                         'dev' => '5331759c7e66c4f3152878e4cfd7196ef04745e3',
  10615.                         'test' => '052f655192a6e0aec6bcaff752aac4b089e91506',
  10616.                         'prod' => '9087bf3374e27748a6aff11d358c31e569958e11',
  10617.                     ],
  10618.                 ],
  10619.                 'google' => [
  10620.                     'client' => [
  10621.                         'dev' => '533982147525-j8uvb7l2bdr4oii08o9f9p6gatfaqc8n.apps.googleusercontent.com',
  10622.                         'test' => '332730624903-o4kdi0l9scm0334ukbv6e14nr66ltcpl.apps.googleusercontent.com',
  10623.                         'prod' => '273948280713-8d5qvcd5daq6nmi331e0r5ss8gh0eq38.apps.googleusercontent.com',
  10624.                     ],
  10625.                     'secret' => [
  10626.                         'dev' => 'ogJx0gdmtuj_xrajsSvmU-fO',
  10627.                         'test' => 'J-doGDMrv4pWXZ8GYWLZaSiX',
  10628.                         'prod' => 'flFltOjYSFNCCYbq2mkS2Hvj',
  10629.                     ],
  10630.                 ],
  10631.                 'microsoft' => [
  10632.                     'client' => [
  10633.                         'dev' => 'e6f2e977-3550-47a4-bf3c-4926a6dd9f3c',
  10634.                         'test' => '97e04e80-a1a4-45a2-a52d-9b6f5e64081d',
  10635.                         'prod' => '987f0c6a-b716-4ed0-91aa-7a227606f06d',
  10636.                     ],
  10637.                     'secret' => [
  10638.                         'dev' => 'oechMNOJ;!izaTLI12537;$',
  10639.                         'test' => 'geOSXI549}[%lbnsnRWP88;',
  10640.                         'prod' => 'jgdpMEUUR900)#nsvRS81?^',
  10641.                     ],
  10642.                 ],
  10643.             ],
  10644.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  10645.             'stof_doctrine_extensions.default_locale' => 'en_US',
  10646.             'stof_doctrine_extensions.translation_fallback' => false,
  10647.             'stof_doctrine_extensions.persist_default_translation' => false,
  10648.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  10649.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  10650.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  10651.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  10652.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  10653.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  10654.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  10655.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  10656.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  10657.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  10658.             'event_dispatcher.event_aliases' => [
  10659.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10660.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10661.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10662.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10663.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10664.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10665.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10666.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10667.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10668.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10669.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10670.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10671.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10672.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10673.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10674.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10675.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10676.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10677.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10678.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10679.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10680.             ],
  10681.             'fragment.renderer.hinclude.global_template' => NULL,
  10682.             'fragment.path' => '/_fragment',
  10683.             'kernel.secret' => '7I9h37k0mTc3343P47hc9zKSBBj3rpFt',
  10684.             'kernel.http_method_override' => false,
  10685.             'kernel.trusted_hosts' => [
  10686.             ],
  10687.             'kernel.default_locale' => 'en',
  10688.             'kernel.enabled_locales' => [
  10689.             ],
  10690.             'kernel.error_controller' => 'error_controller',
  10691.             'debug.file_link_format' => NULL,
  10692.             'test.client.parameters' => [
  10693.             ],
  10694.             'asset.request_context.base_path' => NULL,
  10695.             'asset.request_context.secure' => NULL,
  10696.             'translator.logging' => false,
  10697.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10698.             'debug.error_handler.throw_at' => -1,
  10699.             'router.request_context.host' => 'localhost',
  10700.             'router.request_context.scheme' => 'http',
  10701.             'router.request_context.base_url' => '',
  10702.             'router.resource' => 'kernel::loadRoutes',
  10703.             'request_listener.http_port' => 80,
  10704.             'request_listener.https_port' => 443,
  10705.             'session.metadata.storage_key' => '_sf2_meta',
  10706.             'session.storage.options' => [
  10707.                 'cache_limiter' => '0',
  10708.                 'cookie_lifetime' => 0,
  10709.                 'cookie_secure' => true,
  10710.                 'cookie_httponly' => true,
  10711.                 'gc_maxlifetime' => 57600,
  10712.                 'gc_probability' => 1,
  10713.             ],
  10714.             'session.metadata.update_threshold' => 0,
  10715.             'form.type_extension.csrf.enabled' => true,
  10716.             'form.type_extension.csrf.field_name' => '_token',
  10717.             'validator.translation_domain' => 'validators',
  10718.             'profiler_listener.only_exceptions' => false,
  10719.             'profiler_listener.only_main_requests' => true,
  10720.             'monolog.use_microseconds' => true,
  10721.             'monolog.swift_mailer.handlers' => [
  10722.             ],
  10723.             'monolog.handlers_to_channels' => [
  10724.                 'monolog.handler.console' => NULL,
  10725.                 'monolog.handler.main2' => NULL,
  10726.                 'monolog.handler.main' => [
  10727.                     'type' => 'exclusive',
  10728.                     'elements' => [
  10729.                         => 'event',
  10730.                         => 'php',
  10731.                         => 'deprecation',
  10732.                     ],
  10733.                 ],
  10734.             ],
  10735.             'security.role_hierarchy.roles' => [
  10736.             ],
  10737.             'security.access.denied_url' => NULL,
  10738.             'security.authentication.manager.erase_credentials' => true,
  10739.             'security.authentication.session_strategy.strategy' => 'migrate',
  10740.             'security.access.always_authenticate_before_granting' => false,
  10741.             'security.authentication.hide_user_not_found' => true,
  10742.             'security.firewalls' => [
  10743.                 => 'dev',
  10744.                 => 'portal',
  10745.                 => 'portal_api',
  10746.                 => 'portal_admin_api',
  10747.                 => 'dashboard',
  10748.             ],
  10749.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10750.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10751.             'web_profiler.debug_toolbar.mode' => 2,
  10752.             'rollbar.config' => [
  10753.                 'enabled' => true,
  10754.                 'access_token' => '5ec135ab95df41198dbba7c6cb0904e1',
  10755.                 'environment' => 'test',
  10756.                 'agent_log_location' => (\dirname(__DIR__6).'/tmp'),
  10757.                 'allow_exec' => true,
  10758.                 'endpoint' => 'https://api.rollbar.com/api/1/',
  10759.                 'base_api_url' => NULL,
  10760.                 'autodetect_branch' => false,
  10761.                 'branch' => NULL,
  10762.                 'capture_error_stacktraces' => true,
  10763.                 'check_ignore' => NULL,
  10764.                 'code_version' => '',
  10765.                 'custom' => NULL,
  10766.                 'custom_data_method' => NULL,
  10767.                 'error_sample_rates' => [
  10768.                 ],
  10769.                 'exception_sample_rates' => [
  10770.                 ],
  10771.                 'fluent_host' => '127.0.0.1',
  10772.                 'fluent_port' => 24224,
  10773.                 'fluent_tag' => 'rollbar',
  10774.                 'handler' => 'blocking',
  10775.                 'host' => NULL,
  10776.                 'include_error_code_context' => NULL,
  10777.                 'include_exception_code_context' => NULL,
  10778.                 'included_errno' => 4375,
  10779.                 'log_payload' => false,
  10780.                 'log_payload_logger' => NULL,
  10781.                 'person' => NULL,
  10782.                 'person_fn' => NULL,
  10783.                 'capture_ip' => true,
  10784.                 'capture_username' => false,
  10785.                 'capture_email' => false,
  10786.                 'root' => NULL,
  10787.                 'scrubber' => NULL,
  10788.                 'scrub_fields' => [
  10789.                     => 'passwd',
  10790.                     => 'password',
  10791.                     => 'secret',
  10792.                     => 'confirm_password',
  10793.                     => 'password_confirmation',
  10794.                     => 'auth_token',
  10795.                     => 'csrf_token',
  10796.                     => 'access_token',
  10797.                 ],
  10798.                 'scrub_safelist' => NULL,
  10799.                 'timeout' => 3,
  10800.                 'transmit' => true,
  10801.                 'custom_truncation' => NULL,
  10802.                 'report_suppressed' => false,
  10803.                 'use_error_reporting' => false,
  10804.                 'proxy' => NULL,
  10805.                 'send_message_trace' => false,
  10806.                 'include_raw_request_body' => NULL,
  10807.                 'local_vars_dump' => true,
  10808.                 'max_nesting_depth' => -1,
  10809.                 'max_items' => 10,
  10810.                 'minimum_level' => 0,
  10811.                 'verbose' => 'none',
  10812.                 'verbose_logger' => NULL,
  10813.                 'raise_on_error' => false,
  10814.                 'transformer' => NULL,
  10815.             ],
  10816.             'lexik_jwt_authentication.pass_phrase' => '',
  10817.             'lexik_jwt_authentication.token_ttl' => 3600,
  10818.             'lexik_jwt_authentication.clock_skew' => 0,
  10819.             'lexik_jwt_authentication.user_identity_field' => 'username',
  10820.             'lexik_jwt_authentication.allow_no_expiration' => false,
  10821.             'lexik_jwt_authentication.user_id_claim' => 'username',
  10822.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'HS512',
  10823.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  10824.             'app.platform.security.oauth.providers.classlink.client' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10825.             'app.platform.security.oauth.providers.classlink.secret' => '46de7912ec923aa35a6aa8e89557f078',
  10826.             'app.platform.security.oauth.providers.gg4l.client' => 'PTRQSVRZDE',
  10827.             'app.platform.security.oauth.providers.gg4l.secret' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10828.             'app.platform.security.oauth.providers.clever.client' => '1cc3a76e6bf6d1e39103',
  10829.             'app.platform.security.oauth.providers.clever.secret' => '052f655192a6e0aec6bcaff752aac4b089e91506',
  10830.             'app.platform.security.oauth.providers.google.client' => '332730624903-o4kdi0l9scm0334ukbv6e14nr66ltcpl.apps.googleusercontent.com',
  10831.             'app.platform.security.oauth.providers.google.secret' => 'J-doGDMrv4pWXZ8GYWLZaSiX',
  10832.             'app.platform.security.oauth.providers.microsoft.client' => '97e04e80-a1a4-45a2-a52d-9b6f5e64081d',
  10833.             'app.platform.security.oauth.providers.microsoft.secret' => 'geOSXI549}[%lbnsnRWP88;',
  10834.             'data_collector.templates' => [
  10835.                 'data_collector.request' => [
  10836.                     => 'request',
  10837.                     => '@WebProfiler/Collector/request.html.twig',
  10838.                 ],
  10839.                 'Cms\\DevelopmentBundle\\Collector\\TenantCollector' => [
  10840.                     => 'cms.development.collector.tenant',
  10841.                     => '@CmsDevelopment/Collector/tenant.html.twig',
  10842.                 ],
  10843.                 'Cms\\DevelopmentBundle\\Collector\\SecurityCollector' => [
  10844.                     => 'cms.development.collector.security',
  10845.                     => '@CmsDevelopment/Collector/security.html.twig',
  10846.                 ],
  10847.                 'data_collector.time' => [
  10848.                     => 'time',
  10849.                     => '@WebProfiler/Collector/time.html.twig',
  10850.                 ],
  10851.                 'data_collector.memory' => [
  10852.                     => 'memory',
  10853.                     => '@WebProfiler/Collector/memory.html.twig',
  10854.                 ],
  10855.                 'data_collector.validator' => [
  10856.                     => 'validator',
  10857.                     => '@WebProfiler/Collector/validator.html.twig',
  10858.                 ],
  10859.                 'data_collector.ajax' => [
  10860.                     => 'ajax',
  10861.                     => '@WebProfiler/Collector/ajax.html.twig',
  10862.                 ],
  10863.                 'data_collector.form' => [
  10864.                     => 'form',
  10865.                     => '@WebProfiler/Collector/form.html.twig',
  10866.                 ],
  10867.                 'data_collector.exception' => [
  10868.                     => 'exception',
  10869.                     => '@WebProfiler/Collector/exception.html.twig',
  10870.                 ],
  10871.                 'data_collector.logger' => [
  10872.                     => 'logger',
  10873.                     => '@WebProfiler/Collector/logger.html.twig',
  10874.                 ],
  10875.                 'data_collector.events' => [
  10876.                     => 'events',
  10877.                     => '@WebProfiler/Collector/events.html.twig',
  10878.                 ],
  10879.                 'data_collector.router' => [
  10880.                     => 'router',
  10881.                     => '@WebProfiler/Collector/router.html.twig',
  10882.                 ],
  10883.                 'data_collector.cache' => [
  10884.                     => 'cache',
  10885.                     => '@WebProfiler/Collector/cache.html.twig',
  10886.                 ],
  10887.                 'data_collector.translation' => [
  10888.                     => 'translation',
  10889.                     => '@WebProfiler/Collector/translation.html.twig',
  10890.                 ],
  10891.                 'data_collector.security' => [
  10892.                     => 'security',
  10893.                     => '@Security/Collector/security.html.twig',
  10894.                 ],
  10895.                 'data_collector.twig' => [
  10896.                     => 'twig',
  10897.                     => '@WebProfiler/Collector/twig.html.twig',
  10898.                 ],
  10899.                 'data_collector.doctrine' => [
  10900.                     => 'db',
  10901.                     => '@Doctrine/Collector/db.html.twig',
  10902.                 ],
  10903.                 'data_collector.config' => [
  10904.                     => 'config',
  10905.                     => '@WebProfiler/Collector/config.html.twig',
  10906.                 ],
  10907.             ],
  10908.             'cms.theme.packages' => [
  10909.                 'Atlas' => [
  10910.                     'name' => 'Atlas',
  10911.                     'description' => 'The Atlas design style includes two header layouts to choose from.'."\n".'',
  10912.                     'framework' => 'bootstrap',
  10913.                     'framework_version' => '3.4.1',
  10914.                     'language' => NULL,
  10915.                     'base' => 'Campussuite2015',
  10916.                     'tenants' => [
  10917.                     ],
  10918.                     'preview' => '/themes/Atlas/images/preview.jpg',
  10919.                     'screenshots' => [
  10920.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  10921.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  10922.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  10923.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  10924.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  10925.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  10926.                     ],
  10927.                     'scripts' => [
  10928.                         => [
  10929.                             'group' => NULL,
  10930.                             'priority' => NULL,
  10931.                             'urls' => [
  10932.                                 => '/themes/Atlas/scripts/atlas.js',
  10933.                             ],
  10934.                         ],
  10935.                     ],
  10936.                     'styles' => [
  10937.                         => [
  10938.                             'group' => 'fonts',
  10939.                             'priority' => NULL,
  10940.                             'urls' => [
  10941.                                 => 'font-awesome::/css/font-awesome.min.css',
  10942.                             ],
  10943.                         ],
  10944.                         => [
  10945.                             'group' => NULL,
  10946.                             'priority' => NULL,
  10947.                             'sources' => [
  10948.                             ],
  10949.                         ],
  10950.                     ],
  10951.                     'widget_restrictions' => [
  10952.                         => 'Blank',
  10953.                     ],
  10954.                     'key' => 'Atlas',
  10955.                     'layouts' => [
  10956.                         'DefaultOuter' => [
  10957.                             'name' => 'Atlas Default Outer',
  10958.                             'description' => 'Header with quick links and location informaiton. The header does not include a top bar.'."\n".'',
  10959.                             'regions' => [
  10960.                                 'content' => [
  10961.                                     'allow' => [
  10962.                                     ],
  10963.                                     'contents' => [
  10964.                                         => [
  10965.                                             '__fqcn__' => 'widgets/Zone/Zone',
  10966.                                             'key' => 'content',
  10967.                                         ],
  10968.                                     ],
  10969.                                     'key' => 'content',
  10970.                                 ],
  10971.                                 'alert_bar' => [
  10972.                                     'allow' => [
  10973.                                         => 'AlertBanner',
  10974.                                     ],
  10975.                                     'contents' => [
  10976.                                         => [
  10977.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  10978.                                             'id' => 10814,
  10979.                                             'limit' => 5,
  10980.                                         ],
  10981.                                     ],
  10982.                                     'key' => 'alert_bar',
  10983.                                 ],
  10984.                                 'header_main_a' => [
  10985.                                     'allow' => [
  10986.                                         => 'Html',
  10987.                                     ],
  10988.                                     'contents' => [
  10989.                                         => [
  10990.                                             '__fqcn__' => 'widgets/Html/Html',
  10991.                                             'content' => '[header main a]'."\n".'',
  10992.                                         ],
  10993.                                     ],
  10994.                                     'key' => 'header_main_a',
  10995.                                 ],
  10996.                                 'header_main_b' => [
  10997.                                     'allow' => [
  10998.                                         => 'Html',
  10999.                                     ],
  11000.                                     'contents' => [
  11001.                                         => [
  11002.                                             '__fqcn__' => 'widgets/Html/Html',
  11003.                                             'content' => '[header main b]'."\n".'',
  11004.                                         ],
  11005.                                     ],
  11006.                                     'key' => 'header_main_b',
  11007.                                 ],
  11008.                                 'header_logo' => [
  11009.                                     'allow' => [
  11010.                                         => 'Html',
  11011.                                     ],
  11012.                                     'contents' => [
  11013.                                         => [
  11014.                                             '__fqcn__' => 'widgets/Html/Html',
  11015.                                             'content' => '[logo main]'."\n".'',
  11016.                                         ],
  11017.                                     ],
  11018.                                     'key' => 'header_logo',
  11019.                                 ],
  11020.                                 'header_logo_small' => [
  11021.                                     'allow' => [
  11022.                                         => 'Html',
  11023.                                     ],
  11024.                                     'contents' => [
  11025.                                         => [
  11026.                                             '__fqcn__' => 'widgets/Html/Html',
  11027.                                             'content' => '[logo small]'."\n".'',
  11028.                                         ],
  11029.                                     ],
  11030.                                     'key' => 'header_logo_small',
  11031.                                 ],
  11032.                                 'header_menu' => [
  11033.                                     'allow' => [
  11034.                                     ],
  11035.                                     'contents' => [
  11036.                                         => [
  11037.                                             '__fqcn__' => 'widgets/Html/Html',
  11038.                                             'content' => '[header nav]'."\n".'',
  11039.                                         ],
  11040.                                     ],
  11041.                                     'key' => 'header_menu',
  11042.                                 ],
  11043.                                 'footer_main' => [
  11044.                                     'allow' => [
  11045.                                         => 'Html',
  11046.                                     ],
  11047.                                     'contents' => [
  11048.                                         => [
  11049.                                             '__fqcn__' => 'widgets/Html/Html',
  11050.                                             'content' => '[footer main]'."\n".'',
  11051.                                         ],
  11052.                                     ],
  11053.                                     'key' => 'footer_main',
  11054.                                 ],
  11055.                                 'footer_bottom' => [
  11056.                                     'allow' => [
  11057.                                         => 'Html',
  11058.                                     ],
  11059.                                     'contents' => [
  11060.                                         => [
  11061.                                             '__fqcn__' => 'widgets/Html/Html',
  11062.                                             'content' => '[footer bottom]'."\n".'',
  11063.                                         ],
  11064.                                     ],
  11065.                                     'key' => 'footer_bottom',
  11066.                                 ],
  11067.                             ],
  11068.                             'key' => 'DefaultOuter',
  11069.                         ],
  11070.                         'Outer000' => [
  11071.                             'name' => 'Outer Header 000',
  11072.                             'description' => 'Outer layout for Header 000. This outer layout does not contain header, footer, or main navigation (drawer) elements. For use with landing pages or extremely custom builds.'."\n".'',
  11073.                             'regions' => [
  11074.                                 'content' => [
  11075.                                     'allow' => [
  11076.                                     ],
  11077.                                     'contents' => [
  11078.                                         => [
  11079.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11080.                                             'key' => 'content',
  11081.                                         ],
  11082.                                     ],
  11083.                                     'key' => 'content',
  11084.                                 ],
  11085.                             ],
  11086.                             'key' => 'Outer000',
  11087.                         ],
  11088.                         'Outer004' => [
  11089.                             'name' => 'Outer Header 004',
  11090.                             'description' => 'Outer layout for Header 004.'."\n".'',
  11091.                             'regions' => [
  11092.                                 'content' => [
  11093.                                     'allow' => [
  11094.                                     ],
  11095.                                     'contents' => [
  11096.                                         => [
  11097.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11098.                                             'key' => 'content',
  11099.                                         ],
  11100.                                     ],
  11101.                                     'key' => 'content',
  11102.                                 ],
  11103.                             ],
  11104.                             'key' => 'Outer004',
  11105.                         ],
  11106.                         'OuterB' => [
  11107.                             'name' => 'Atlas Outer B',
  11108.                             'description' => 'Header with search and translate. Header includes a top bar with utility links.'."\n".'',
  11109.                             'regions' => [
  11110.                                 'content' => [
  11111.                                     'allow' => [
  11112.                                     ],
  11113.                                     'contents' => [
  11114.                                         => [
  11115.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11116.                                             'key' => 'content',
  11117.                                         ],
  11118.                                     ],
  11119.                                     'key' => 'content',
  11120.                                 ],
  11121.                                 'alert_bar' => [
  11122.                                     'allow' => [
  11123.                                         => 'AlertBanner',
  11124.                                     ],
  11125.                                     'contents' => [
  11126.                                         => [
  11127.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11128.                                             'id' => 10814,
  11129.                                             'limit' => 5,
  11130.                                         ],
  11131.                                     ],
  11132.                                     'key' => 'alert_bar',
  11133.                                 ],
  11134.                                 'header_top' => [
  11135.                                     'allow' => [
  11136.                                         => 'Html',
  11137.                                     ],
  11138.                                     'contents' => [
  11139.                                         => [
  11140.                                             '__fqcn__' => 'widgets/Html/Html',
  11141.                                             'content' => '[header top]'."\n".'',
  11142.                                         ],
  11143.                                     ],
  11144.                                     'key' => 'header_top',
  11145.                                 ],
  11146.                                 'header_main' => [
  11147.                                     'allow' => [
  11148.                                         => 'Html',
  11149.                                     ],
  11150.                                     'contents' => [
  11151.                                         => [
  11152.                                             '__fqcn__' => 'widgets/Html/Html',
  11153.                                             'content' => '[header main]'."\n".'',
  11154.                                         ],
  11155.                                     ],
  11156.                                     'key' => 'header_main',
  11157.                                 ],
  11158.                                 'header_logo' => [
  11159.                                     'allow' => [
  11160.                                         => 'Html',
  11161.                                     ],
  11162.                                     'contents' => [
  11163.                                         => [
  11164.                                             '__fqcn__' => 'widgets/Html/Html',
  11165.                                             'content' => '[logo main]'."\n".'',
  11166.                                         ],
  11167.                                     ],
  11168.                                     'key' => 'header_logo',
  11169.                                 ],
  11170.                                 'header_logo_small' => [
  11171.                                     'allow' => [
  11172.                                         => 'Html',
  11173.                                     ],
  11174.                                     'contents' => [
  11175.                                         => [
  11176.                                             '__fqcn__' => 'widgets/Html/Html',
  11177.                                             'content' => '[logo small]'."\n".'',
  11178.                                         ],
  11179.                                     ],
  11180.                                     'key' => 'header_logo_small',
  11181.                                 ],
  11182.                                 'header_menu' => [
  11183.                                     'allow' => [
  11184.                                     ],
  11185.                                     'contents' => [
  11186.                                         => [
  11187.                                             '__fqcn__' => 'widgets/Html/Html',
  11188.                                             'content' => '[header nav]'."\n".'',
  11189.                                         ],
  11190.                                     ],
  11191.                                     'key' => 'header_menu',
  11192.                                 ],
  11193.                                 'footer_main' => [
  11194.                                     'allow' => [
  11195.                                         => 'Html',
  11196.                                     ],
  11197.                                     'contents' => [
  11198.                                         => [
  11199.                                             '__fqcn__' => 'widgets/Html/Html',
  11200.                                             'content' => '[footer main]'."\n".'',
  11201.                                         ],
  11202.                                     ],
  11203.                                     'key' => 'footer_main',
  11204.                                 ],
  11205.                                 'footer_bottom' => [
  11206.                                     'allow' => [
  11207.                                         => 'Html',
  11208.                                     ],
  11209.                                     'contents' => [
  11210.                                         => [
  11211.                                             '__fqcn__' => 'widgets/Html/Html',
  11212.                                             'content' => '[footer bottom]'."\n".'',
  11213.                                         ],
  11214.                                     ],
  11215.                                     'key' => 'footer_bottom',
  11216.                                 ],
  11217.                             ],
  11218.                             'key' => 'OuterB',
  11219.                         ],
  11220.                         'OuterC' => [
  11221.                             'name' => 'Atlas Outer C',
  11222.                             'description' => 'The Atlas Outer C layout includes a full-featured and pre-constructed header. This header includes a new top bar featuring an optional translate select, drop down utility links, and utility links with icons. This layout also includes a configurable footer.'."\n".'',
  11223.                             'regions' => [
  11224.                                 'content' => [
  11225.                                     'allow' => [
  11226.                                     ],
  11227.                                     'contents' => [
  11228.                                         => [
  11229.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11230.                                             'key' => 'content',
  11231.                                         ],
  11232.                                     ],
  11233.                                     'key' => 'content',
  11234.                                 ],
  11235.                             ],
  11236.                             'key' => 'OuterC',
  11237.                         ],
  11238.                         'OuterD' => [
  11239.                             'name' => 'Atlas Outer D',
  11240.                             'description' => 'The Atlas Outer D layout includes a full-featured and pre-constructed header. The main menu and search icon are aligned to the right of the site logo on desktop. The site logo and search are centered and visible on mobile with the hamburger menu postioned in the top right. This layout also includes a configurable footer.'."\n".'',
  11241.                             'regions' => [
  11242.                                 'content' => [
  11243.                                     'allow' => [
  11244.                                     ],
  11245.                                     'contents' => [
  11246.                                         => [
  11247.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11248.                                             'key' => 'content',
  11249.                                         ],
  11250.                                     ],
  11251.                                     'key' => 'content',
  11252.                                 ],
  11253.                             ],
  11254.                             'key' => 'OuterD',
  11255.                         ],
  11256.                     ],
  11257.                 ],
  11258.                 'BlueGoose' => [
  11259.                     'name' => 'Blue Goose',
  11260.                     'description' => '<p>The Blue Goose design style.</p>'."\n".'',
  11261.                     'framework' => 'bootstrap',
  11262.                     'framework_version' => '3.4.1',
  11263.                     'language' => NULL,
  11264.                     'base' => 'Campussuite2015',
  11265.                     'tenants' => [
  11266.                     ],
  11267.                     'preview' => '/themes/BlueGoose/images/preview.jpg',
  11268.                     'screenshots' => [
  11269.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11270.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11271.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11272.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11273.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11274.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11275.                     ],
  11276.                     'scripts' => [
  11277.                         => [
  11278.                             'group' => NULL,
  11279.                             'priority' => NULL,
  11280.                             'urls' => [
  11281.                                 => '/themes/BlueGoose/scripts/package.js',
  11282.                             ],
  11283.                         ],
  11284.                     ],
  11285.                     'styles' => [
  11286.                         => [
  11287.                             'group' => 'fonts',
  11288.                             'priority' => NULL,
  11289.                             'urls' => [
  11290.                                 => 'font-awesome::/css/font-awesome.min.css',
  11291.                             ],
  11292.                         ],
  11293.                         => [
  11294.                             'group' => NULL,
  11295.                             'priority' => NULL,
  11296.                             'sources' => [
  11297.                             ],
  11298.                         ],
  11299.                     ],
  11300.                     'widget_restrictions' => [
  11301.                         => 'Blank',
  11302.                     ],
  11303.                     'key' => 'BlueGoose',
  11304.                     'layouts' => [
  11305.                         'DefaultOuter' => [
  11306.                             'name' => 'BlueGoose Default Outer',
  11307.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  11308.                             'regions' => [
  11309.                                 'content' => [
  11310.                                     'allow' => [
  11311.                                     ],
  11312.                                     'contents' => [
  11313.                                         => [
  11314.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11315.                                             'key' => 'content',
  11316.                                         ],
  11317.                                     ],
  11318.                                     'key' => 'content',
  11319.                                 ],
  11320.                                 'header_utility' => [
  11321.                                     'allow' => [
  11322.                                         => 'Html',
  11323.                                     ],
  11324.                                     'contents' => [
  11325.                                         => [
  11326.                                             '__fqcn__' => 'widgets/Html/Html',
  11327.                                             'content' => '[header utility]'."\n".'',
  11328.                                         ],
  11329.                                     ],
  11330.                                     'key' => 'header_utility',
  11331.                                 ],
  11332.                                 'header_search' => [
  11333.                                     'allow' => [
  11334.                                         => 'Html',
  11335.                                     ],
  11336.                                     'contents' => [
  11337.                                         => [
  11338.                                             '__fqcn__' => 'widgets/Html/Html',
  11339.                                             'content' => '[header search]'."\n".'',
  11340.                                         ],
  11341.                                     ],
  11342.                                     'key' => 'header_search',
  11343.                                 ],
  11344.                                 'header_logo' => [
  11345.                                     'allow' => [
  11346.                                         => 'Html',
  11347.                                     ],
  11348.                                     'contents' => [
  11349.                                         => [
  11350.                                             '__fqcn__' => 'widgets/Html/Html',
  11351.                                             'content' => '[header logo]'."\n".'',
  11352.                                         ],
  11353.                                     ],
  11354.                                     'key' => 'header_logo',
  11355.                                 ],
  11356.                                 'header_main_menu' => [
  11357.                                     'allow' => [
  11358.                                         => 'Html',
  11359.                                     ],
  11360.                                     'contents' => [
  11361.                                         => [
  11362.                                             '__fqcn__' => 'widgets/Html/Html',
  11363.                                             'content' => '[header main menu]',
  11364.                                         ],
  11365.                                     ],
  11366.                                     'key' => 'header_main_menu',
  11367.                                 ],
  11368.                             ],
  11369.                             'key' => 'DefaultOuter',
  11370.                         ],
  11371.                     ],
  11372.                 ],
  11373.                 'Blueash' => [
  11374.                     'name' => 'Blueash',
  11375.                     'description' => '<strong>Currently unavailable</strong>. The Blueash design style is currently under construction.'."\n".'',
  11376.                     'framework' => 'bootstrap',
  11377.                     'framework_version' => '3.4.1',
  11378.                     'language' => NULL,
  11379.                     'base' => 'Campussuite2015',
  11380.                     'tenants' => [
  11381.                     ],
  11382.                     'preview' => '/themes/Blueash/images/preview.jpg',
  11383.                     'screenshots' => [
  11384.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11385.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11386.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11387.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11388.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11389.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11390.                     ],
  11391.                     'scripts' => [
  11392.                         => [
  11393.                             'group' => NULL,
  11394.                             'priority' => NULL,
  11395.                             'urls' => [
  11396.                                 => '/themes/Blueash/scripts/blueash.js',
  11397.                             ],
  11398.                         ],
  11399.                     ],
  11400.                     'styles' => [
  11401.                         => [
  11402.                             'group' => 'fonts',
  11403.                             'priority' => NULL,
  11404.                             'urls' => [
  11405.                                 => 'font-awesome::/css/font-awesome.min.css',
  11406.                             ],
  11407.                         ],
  11408.                         => [
  11409.                             'group' => NULL,
  11410.                             'priority' => NULL,
  11411.                             'sources' => [
  11412.                             ],
  11413.                         ],
  11414.                     ],
  11415.                     'widget_restrictions' => [
  11416.                         => 'Blank',
  11417.                     ],
  11418.                     'key' => 'Blueash',
  11419.                     'layouts' => [
  11420.                         'DefaultOuter' => [
  11421.                             'name' => 'Blueash Default Outer',
  11422.                             'description' => 'In progress.'."\n".'',
  11423.                             'regions' => [
  11424.                                 'content' => [
  11425.                                     'allow' => [
  11426.                                     ],
  11427.                                     'contents' => [
  11428.                                         => [
  11429.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11430.                                             'key' => 'content',
  11431.                                         ],
  11432.                                     ],
  11433.                                     'key' => 'content',
  11434.                                 ],
  11435.                             ],
  11436.                             'key' => 'DefaultOuter',
  11437.                         ],
  11438.                     ],
  11439.                 ],
  11440.                 'Bridgetown' => [
  11441.                     'name' => 'Bridgetown',
  11442.                     'description' => 'The Bridgetown design style includes a single header layout (see preview).'."\n".'',
  11443.                     'framework' => 'bootstrap',
  11444.                     'framework_version' => '3.4.1',
  11445.                     'language' => NULL,
  11446.                     'base' => 'Campussuite2015',
  11447.                     'tenants' => [
  11448.                     ],
  11449.                     'preview' => '/themes/Bridgetown/images/preview.jpg',
  11450.                     'screenshots' => [
  11451.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11452.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11453.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11454.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11455.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11456.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11457.                     ],
  11458.                     'scripts' => [
  11459.                         => [
  11460.                             'group' => NULL,
  11461.                             'priority' => NULL,
  11462.                             'urls' => [
  11463.                                 => '/themes/Bridgetown/scripts/bridgetown.js',
  11464.                             ],
  11465.                         ],
  11466.                     ],
  11467.                     'styles' => [
  11468.                         => [
  11469.                             'group' => 'fonts',
  11470.                             'priority' => NULL,
  11471.                             'urls' => [
  11472.                                 => 'font-awesome::/css/font-awesome.min.css',
  11473.                             ],
  11474.                         ],
  11475.                         => [
  11476.                             'group' => NULL,
  11477.                             'priority' => NULL,
  11478.                             'sources' => [
  11479.                             ],
  11480.                         ],
  11481.                     ],
  11482.                     'widget_restrictions' => [
  11483.                         => 'Blank',
  11484.                     ],
  11485.                     'key' => 'Bridgetown',
  11486.                     'layouts' => [
  11487.                         'DefaultOuter' => [
  11488.                             'name' => 'Bridgetown Outer Default',
  11489.                             'description' => 'The Bridgetown \'Default Outer\' Template. This template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  11490.                             'regions' => [
  11491.                                 'content' => [
  11492.                                     'allow' => [
  11493.                                     ],
  11494.                                     'contents' => [
  11495.                                         => [
  11496.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11497.                                             'key' => 'content',
  11498.                                         ],
  11499.                                     ],
  11500.                                     'key' => 'content',
  11501.                                 ],
  11502.                                 'alert_bar' => [
  11503.                                     'allow' => [
  11504.                                     ],
  11505.                                     'contents' => [
  11506.                                         => [
  11507.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11508.                                             'id' => 10814,
  11509.                                             'limit' => 5,
  11510.                                         ],
  11511.                                     ],
  11512.                                     'key' => 'alert_bar',
  11513.                                 ],
  11514.                                 'header_top' => [
  11515.                                     'allow' => [
  11516.                                     ],
  11517.                                     'contents' => [
  11518.                                         => [
  11519.                                             '__fqcn__' => 'widgets/Html/Html',
  11520.                                             'content' => '[ header top ]'."\n".'',
  11521.                                         ],
  11522.                                     ],
  11523.                                     'key' => 'header_top',
  11524.                                 ],
  11525.                                 'header_main' => [
  11526.                                     'allow' => [
  11527.                                     ],
  11528.                                     'contents' => [
  11529.                                         => [
  11530.                                             '__fqcn__' => 'widgets/Html/Html',
  11531.                                             'content' => '[ header main ]'."\n".'',
  11532.                                         ],
  11533.                                     ],
  11534.                                     'key' => 'header_main',
  11535.                                 ],
  11536.                                 'header_logo' => [
  11537.                                     'allow' => [
  11538.                                     ],
  11539.                                     'contents' => [
  11540.                                         => [
  11541.                                             '__fqcn__' => 'widgets/Html/Html',
  11542.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Bridgetown/images/logo-light.png" alt="Bridgetown">'."\n".'</a>'."\n".'',
  11543.                                         ],
  11544.                                     ],
  11545.                                     'key' => 'header_logo',
  11546.                                 ],
  11547.                                 'header_logo_small' => [
  11548.                                     'allow' => [
  11549.                                     ],
  11550.                                     'contents' => [
  11551.                                         => [
  11552.                                             '__fqcn__' => 'widgets/Html/Html',
  11553.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Bridgetown/images/logo-light.png" alt="Bridgetown">'."\n".'</a>'."\n".'',
  11554.                                         ],
  11555.                                     ],
  11556.                                     'key' => 'header_logo_small',
  11557.                                 ],
  11558.                                 'header_menu' => [
  11559.                                     'allow' => [
  11560.                                     ],
  11561.                                     'contents' => [
  11562.                                         => [
  11563.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  11564.                                             'items' => [
  11565.                                                 => [
  11566.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11567.                                                     'text' => 'About',
  11568.                                                     'link' => '/district',
  11569.                                                 ],
  11570.                                                 => [
  11571.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11572.                                                     'text' => 'Schools',
  11573.                                                     'link' => '/schools',
  11574.                                                 ],
  11575.                                                 => [
  11576.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11577.                                                     'text' => 'Parent/Students',
  11578.                                                     'link' => '/parents-students',
  11579.                                                 ],
  11580.                                                 => [
  11581.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11582.                                                     'text' => 'Departments',
  11583.                                                     'link' => '/departments',
  11584.                                                 ],
  11585.                                                 => [
  11586.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11587.                                                     'text' => 'Athletics',
  11588.                                                     'link' => '/athletics',
  11589.                                                 ],
  11590.                                                 => [
  11591.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11592.                                                     'text' => 'Board of Education',
  11593.                                                     'link' => '/board-of-education',
  11594.                                                 ],
  11595.                                                 => [
  11596.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11597.                                                     'text' => 'Community',
  11598.                                                     'link' => '/community-links',
  11599.                                                 ],
  11600.                                             ],
  11601.                                         ],
  11602.                                     ],
  11603.                                     'key' => 'header_menu',
  11604.                                 ],
  11605.                                 'footer_main' => [
  11606.                                     'allow' => [
  11607.                                     ],
  11608.                                     'contents' => [
  11609.                                         => [
  11610.                                             '__fqcn__' => 'widgets/Block/Block',
  11611.                                             'type' => 'container',
  11612.                                             'children' => [
  11613.                                                 => [
  11614.                                                     '__fqcn__' => 'widgets/Row/Row',
  11615.                                                     'structure' => '1/1',
  11616.                                                     'columns' => [
  11617.                                                         => [
  11618.                                                             '__fqcn__' => 'widgets/Row/Column',
  11619.                                                             'children' => [
  11620.                                                                 => [
  11621.                                                                     '__fqcn__' => 'widgets/Html/Html',
  11622.                                                                     'content' => '<p>[ footer main row/columns ]</p>'."\n".'',
  11623.                                                                 ],
  11624.                                                             ],
  11625.                                                         ],
  11626.                                                     ],
  11627.                                                 ],
  11628.                                             ],
  11629.                                         ],
  11630.                                     ],
  11631.                                     'key' => 'footer_main',
  11632.                                 ],
  11633.                                 'footer_bottom' => [
  11634.                                     'allow' => [
  11635.                                     ],
  11636.                                     'contents' => [
  11637.                                         => [
  11638.                                             '__fqcn__' => 'widgets/Block/Block',
  11639.                                             'type' => 'container',
  11640.                                             'children' => [
  11641.                                                 => [
  11642.                                                     '__fqcn__' => 'widgets/Row/Row',
  11643.                                                     'structure' => '1/1',
  11644.                                                     'columns' => [
  11645.                                                         => [
  11646.                                                             '__fqcn__' => 'widgets/Row/Column',
  11647.                                                             'children' => [
  11648.                                                                 => [
  11649.                                                                     '__fqcn__' => 'widgets/Html/Html',
  11650.                                                                     'content' => '<p>[ copyright and powered by ]</p>'."\n".'',
  11651.                                                                 ],
  11652.                                                             ],
  11653.                                                         ],
  11654.                                                     ],
  11655.                                                 ],
  11656.                                             ],
  11657.                                         ],
  11658.                                     ],
  11659.                                     'key' => 'footer_bottom',
  11660.                                 ],
  11661.                             ],
  11662.                             'key' => 'DefaultOuter',
  11663.                         ],
  11664.                         'OuterB' => [
  11665.                             'name' => 'Bridgetown Outer B',
  11666.                             'description' => 'The Outer B template includes a full-featured and pre-constructed, condensed header. The main navigation is positioned to the right of the logo. This template also includes a configurable footer.'."\n".'',
  11667.                             'regions' => [
  11668.                                 'content' => [
  11669.                                     'allow' => [
  11670.                                     ],
  11671.                                     'contents' => [
  11672.                                         => [
  11673.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11674.                                             'key' => 'content',
  11675.                                         ],
  11676.                                     ],
  11677.                                     'key' => 'content',
  11678.                                 ],
  11679.                                 'alert_bar' => [
  11680.                                     'allow' => [
  11681.                                     ],
  11682.                                     'contents' => [
  11683.                                         => [
  11684.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11685.                                             'id' => 10814,
  11686.                                             'limit' => 5,
  11687.                                         ],
  11688.                                     ],
  11689.                                     'key' => 'alert_bar',
  11690.                                 ],
  11691.                                 'header_top_a' => [
  11692.                                     'allow' => [
  11693.                                     ],
  11694.                                     'contents' => [
  11695.                                         => [
  11696.                                             '__fqcn__' => 'widgets/Html/Html',
  11697.                                             'content' => '[ header top-a ]'."\n".'',
  11698.                                         ],
  11699.                                     ],
  11700.                                     'key' => 'header_top_a',
  11701.                                 ],
  11702.                                 'header_top_b' => [
  11703.                                     'allow' => [
  11704.                                     ],
  11705.                                     'contents' => [
  11706.                                         => [
  11707.                                             '__fqcn__' => 'widgets/Html/Html',
  11708.                                             'content' => '[ header top-b ]'."\n".'',
  11709.                                         ],
  11710.                                     ],
  11711.                                     'key' => 'header_top_b',
  11712.                                 ],
  11713.                                 'header_logo' => [
  11714.                                     'allow' => [
  11715.                                     ],
  11716.                                     'contents' => [
  11717.                                         => [
  11718.                                             '__fqcn__' => 'widgets/Html/Html',
  11719.                                             'content' => '[ header logo ]'."\n".'',
  11720.                                         ],
  11721.                                     ],
  11722.                                     'key' => 'header_logo',
  11723.                                 ],
  11724.                                 'header_logo_small' => [
  11725.                                     'allow' => [
  11726.                                     ],
  11727.                                     'contents' => [
  11728.                                         => [
  11729.                                             '__fqcn__' => 'widgets/Html/Html',
  11730.                                             'content' => '[ header logo-sm ]'."\n".'',
  11731.                                         ],
  11732.                                     ],
  11733.                                     'key' => 'header_logo_small',
  11734.                                 ],
  11735.                                 'header_menu' => [
  11736.                                     'allow' => [
  11737.                                     ],
  11738.                                     'contents' => [
  11739.                                         => [
  11740.                                             '__fqcn__' => 'widgets/Html/Html',
  11741.                                             'content' => '[ header menu ]'."\n".'',
  11742.                                         ],
  11743.                                     ],
  11744.                                     'key' => 'header_menu',
  11745.                                 ],
  11746.                                 'footer_main' => [
  11747.                                     'allow' => [
  11748.                                     ],
  11749.                                     'contents' => [
  11750.                                         => [
  11751.                                             '__fqcn__' => 'widgets/Html/Html',
  11752.                                             'content' => '[ footer main ]'."\n".'',
  11753.                                         ],
  11754.                                     ],
  11755.                                     'key' => 'footer_main',
  11756.                                 ],
  11757.                                 'footer_bottom' => [
  11758.                                     'allow' => [
  11759.                                     ],
  11760.                                     'contents' => [
  11761.                                         => [
  11762.                                             '__fqcn__' => 'widgets/Html/Html',
  11763.                                             'content' => '[ footer bottom ]'."\n".'',
  11764.                                         ],
  11765.                                     ],
  11766.                                     'key' => 'footer_bottom',
  11767.                                 ],
  11768.                             ],
  11769.                             'key' => 'OuterB',
  11770.                         ],
  11771.                         'OuterC' => [
  11772.                             'name' => 'Bridgetown Outer C',
  11773.                             'description' => 'The Bridgetown Outer C layout includes a full-featured and pre-constructed header. This header includes a new top bar featuring an optional translate select, drop down utility links, and utility links with icons. This layout also includes a configurable footer.'."\n".'',
  11774.                             'regions' => [
  11775.                                 'content' => [
  11776.                                     'allow' => [
  11777.                                     ],
  11778.                                     'contents' => [
  11779.                                         => [
  11780.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11781.                                             'key' => 'content',
  11782.                                         ],
  11783.                                     ],
  11784.                                     'key' => 'content',
  11785.                                 ],
  11786.                             ],
  11787.                             'key' => 'OuterC',
  11788.                         ],
  11789.                         'OuterConcordia' => [
  11790.                             'name' => 'Bridgetown Outer Concordia',
  11791.                             'description' => 'Custom outer layout for Concordia College.'."\n".'',
  11792.                             'regions' => [
  11793.                                 'content' => [
  11794.                                     'allow' => [
  11795.                                     ],
  11796.                                     'contents' => [
  11797.                                         => [
  11798.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11799.                                             'key' => 'content',
  11800.                                         ],
  11801.                                     ],
  11802.                                     'key' => 'content',
  11803.                                 ],
  11804.                             ],
  11805.                             'key' => 'OuterConcordia',
  11806.                         ],
  11807.                     ],
  11808.                 ],
  11809.                 'Brixton' => [
  11810.                     'name' => 'Brixton',
  11811.                     'description' => '<strong>Coming soon</strong>. The Brixton design style will be available soon.'."\n".'',
  11812.                     'framework' => 'bootstrap',
  11813.                     'framework_version' => '3.4.1',
  11814.                     'language' => NULL,
  11815.                     'base' => 'Campussuite2015',
  11816.                     'tenants' => [
  11817.                     ],
  11818.                     'preview' => '/themes/Brixton/images/preview.jpg',
  11819.                     'screenshots' => [
  11820.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11821.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11822.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11823.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11824.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11825.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11826.                     ],
  11827.                     'scripts' => [
  11828.                         => [
  11829.                             'group' => NULL,
  11830.                             'priority' => NULL,
  11831.                             'urls' => [
  11832.                                 => '/themes/Brixton/scripts/brixton.js',
  11833.                             ],
  11834.                         ],
  11835.                     ],
  11836.                     'styles' => [
  11837.                         => [
  11838.                             'group' => 'fonts',
  11839.                             'priority' => NULL,
  11840.                             'urls' => [
  11841.                                 => 'font-awesome::/css/font-awesome.min.css',
  11842.                             ],
  11843.                         ],
  11844.                         => [
  11845.                             'group' => NULL,
  11846.                             'priority' => NULL,
  11847.                             'sources' => [
  11848.                             ],
  11849.                         ],
  11850.                     ],
  11851.                     'widget_restrictions' => [
  11852.                         => 'Blank',
  11853.                     ],
  11854.                     'key' => 'Brixton',
  11855.                     'layouts' => [
  11856.                         'DefaultHomeOuter' => [
  11857.                             'name' => 'Brixton Default Home Outer',
  11858.                             'description' => 'Includes "Header A" and container for "Feature Slider" (full screen slider).'."\n".'',
  11859.                             'regions' => [
  11860.                                 'content' => [
  11861.                                     'allow' => [
  11862.                                     ],
  11863.                                     'contents' => [
  11864.                                         => [
  11865.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11866.                                             'key' => 'content',
  11867.                                         ],
  11868.                                     ],
  11869.                                     'key' => 'content',
  11870.                                 ],
  11871.                             ],
  11872.                             'key' => 'DefaultHomeOuter',
  11873.                         ],
  11874.                         'DefaultOuter' => [
  11875.                             'name' => 'Brixton Default Outer',
  11876.                             'description' => 'Header A.'."\n".'',
  11877.                             'regions' => [
  11878.                                 'content' => [
  11879.                                     'allow' => [
  11880.                                     ],
  11881.                                     'contents' => [
  11882.                                         => [
  11883.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11884.                                             'key' => 'content',
  11885.                                         ],
  11886.                                     ],
  11887.                                     'key' => 'content',
  11888.                                 ],
  11889.                             ],
  11890.                             'key' => 'DefaultOuter',
  11891.                         ],
  11892.                         'Outer003' => [
  11893.                             'name' => 'Outer Header 003',
  11894.                             'description' => 'Outer layout with Header003.'."\n".'',
  11895.                             'regions' => [
  11896.                                 'content' => [
  11897.                                     'allow' => [
  11898.                                     ],
  11899.                                     'contents' => [
  11900.                                         => [
  11901.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11902.                                             'key' => 'content',
  11903.                                         ],
  11904.                                     ],
  11905.                                     'key' => 'content',
  11906.                                 ],
  11907.                             ],
  11908.                             'key' => 'Outer003',
  11909.                         ],
  11910.                     ],
  11911.                 ],
  11912.                 'Canyon' => [
  11913.                     'name' => 'Canyon',
  11914.                     'description' => 'The Canyon design style includes a single header layout (see preview) and a dedicated home page outer template.'."\n".'',
  11915.                     'framework' => 'bootstrap',
  11916.                     'framework_version' => '3.4.1',
  11917.                     'language' => NULL,
  11918.                     'base' => 'Campussuite2015',
  11919.                     'tenants' => [
  11920.                     ],
  11921.                     'preview' => '/themes/Canyon/images/preview.jpg',
  11922.                     'screenshots' => [
  11923.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11924.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11925.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11926.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11927.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11928.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11929.                     ],
  11930.                     'scripts' => [
  11931.                         => [
  11932.                             'group' => NULL,
  11933.                             'priority' => NULL,
  11934.                             'urls' => [
  11935.                                 => '/themes/Canyon/scripts/canyon.js',
  11936.                             ],
  11937.                         ],
  11938.                     ],
  11939.                     'styles' => [
  11940.                         => [
  11941.                             'group' => 'fonts',
  11942.                             'priority' => NULL,
  11943.                             'urls' => [
  11944.                                 => 'font-awesome::/css/font-awesome.min.css',
  11945.                             ],
  11946.                         ],
  11947.                         => [
  11948.                             'group' => NULL,
  11949.                             'priority' => NULL,
  11950.                             'sources' => [
  11951.                             ],
  11952.                         ],
  11953.                     ],
  11954.                     'widget_restrictions' => [
  11955.                         => 'Blank',
  11956.                     ],
  11957.                     'key' => 'Canyon',
  11958.                     'layouts' => [
  11959.                         'DefaultOuter' => [
  11960.                             'name' => 'Canyon Default Outer',
  11961.                             'description' => 'Default outer template primarily used for secondary pages. Includes header with navigation and search, content region and footer.'."\n".'',
  11962.                             'regions' => [
  11963.                                 'content' => [
  11964.                                     'allow' => [
  11965.                                     ],
  11966.                                     'contents' => [
  11967.                                         => [
  11968.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11969.                                             'key' => 'content',
  11970.                                         ],
  11971.                                     ],
  11972.                                     'key' => 'content',
  11973.                                 ],
  11974.                             ],
  11975.                             'key' => 'DefaultOuter',
  11976.                         ],
  11977.                         'HomeOuter' => [
  11978.                             'name' => 'Canyon Home Outer',
  11979.                             'description' => 'Home outer template. Includes header with navigation and search, footer and feature section containing a slider, logo and mission.'."\n".'',
  11980.                             'regions' => [
  11981.                                 'content' => [
  11982.                                     'allow' => [
  11983.                                     ],
  11984.                                     'contents' => [
  11985.                                         => [
  11986.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11987.                                             'key' => 'content',
  11988.                                         ],
  11989.                                     ],
  11990.                                     'key' => 'content',
  11991.                                 ],
  11992.                             ],
  11993.                             'key' => 'HomeOuter',
  11994.                         ],
  11995.                     ],
  11996.                 ],
  11997.                 'Chance' => [
  11998.                     'name' => 'Chance',
  11999.                     'description' => '<p>The Chance design style.</p>'."\n".'',
  12000.                     'framework' => 'bootstrap',
  12001.                     'framework_version' => '3.4.1',
  12002.                     'language' => NULL,
  12003.                     'base' => 'Campussuite2015',
  12004.                     'tenants' => [
  12005.                     ],
  12006.                     'preview' => '/themes/Chance/images/preview.jpg',
  12007.                     'screenshots' => [
  12008.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12009.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12010.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12011.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12012.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12013.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12014.                     ],
  12015.                     'scripts' => [
  12016.                         => [
  12017.                             'group' => NULL,
  12018.                             'priority' => NULL,
  12019.                             'urls' => [
  12020.                                 => '/themes/Chance/scripts/package.js',
  12021.                             ],
  12022.                         ],
  12023.                     ],
  12024.                     'styles' => [
  12025.                         => [
  12026.                             'group' => 'fonts',
  12027.                             'priority' => NULL,
  12028.                             'urls' => [
  12029.                                 => 'font-awesome::/css/font-awesome.min.css',
  12030.                             ],
  12031.                         ],
  12032.                         => [
  12033.                             'group' => NULL,
  12034.                             'priority' => NULL,
  12035.                             'sources' => [
  12036.                             ],
  12037.                         ],
  12038.                     ],
  12039.                     'widget_restrictions' => [
  12040.                         => 'Blank',
  12041.                     ],
  12042.                     'key' => 'Chance',
  12043.                     'layouts' => [
  12044.                         'DefaultOuter' => [
  12045.                             'name' => 'Chance Default Outer',
  12046.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  12047.                             'regions' => [
  12048.                                 'content' => [
  12049.                                     'allow' => [
  12050.                                     ],
  12051.                                     'contents' => [
  12052.                                         => [
  12053.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12054.                                             'key' => 'content',
  12055.                                         ],
  12056.                                     ],
  12057.                                     'key' => 'content',
  12058.                                 ],
  12059.                                 'header_utils' => [
  12060.                                     'allow' => [
  12061.                                         => 'Html',
  12062.                                     ],
  12063.                                     'contents' => [
  12064.                                         => [
  12065.                                             '__fqcn__' => 'widgets/Html/Html',
  12066.                                             'content' => '[header utils]'."\n".'',
  12067.                                         ],
  12068.                                     ],
  12069.                                     'key' => 'header_utils',
  12070.                                 ],
  12071.                                 'header_search' => [
  12072.                                     'allow' => [
  12073.                                         => 'Html',
  12074.                                     ],
  12075.                                     'contents' => [
  12076.                                         => [
  12077.                                             '__fqcn__' => 'widgets/Html/Html',
  12078.                                             'content' => '[header search]'."\n".'',
  12079.                                         ],
  12080.                                     ],
  12081.                                     'key' => 'header_search',
  12082.                                 ],
  12083.                                 'header_logo' => [
  12084.                                     'allow' => [
  12085.                                         => 'Html',
  12086.                                     ],
  12087.                                     'contents' => [
  12088.                                         => [
  12089.                                             '__fqcn__' => 'widgets/Html/Html',
  12090.                                             'content' => '[header logo]'."\n".'',
  12091.                                         ],
  12092.                                     ],
  12093.                                     'key' => 'header_logo',
  12094.                                 ],
  12095.                                 'header_main_menu' => [
  12096.                                     'allow' => [
  12097.                                         => 'Html',
  12098.                                     ],
  12099.                                     'contents' => [
  12100.                                         => [
  12101.                                             '__fqcn__' => 'widgets/Html/Html',
  12102.                                             'content' => '[header main menu]'."\n".'',
  12103.                                         ],
  12104.                                     ],
  12105.                                     'key' => 'header_main_menu',
  12106.                                 ],
  12107.                                 'top_content' => [
  12108.                                     'allow' => [
  12109.                                         => 'Html',
  12110.                                     ],
  12111.                                     'contents' => [
  12112.                                         => [
  12113.                                             '__fqcn__' => 'widgets/Html/Html',
  12114.                                             'content' => '[top content]',
  12115.                                         ],
  12116.                                     ],
  12117.                                     'key' => 'top_content',
  12118.                                 ],
  12119.                             ],
  12120.                             'key' => 'DefaultOuter',
  12121.                         ],
  12122.                     ],
  12123.                 ],
  12124.                 'Charming' => [
  12125.                     'name' => 'Charming',
  12126.                     'description' => 'The Charming design style includes two header layouts to choose from.'."\n".'',
  12127.                     'framework' => 'bootstrap',
  12128.                     'framework_version' => '3.4.1',
  12129.                     'language' => NULL,
  12130.                     'base' => 'Campussuite2015',
  12131.                     'tenants' => [
  12132.                     ],
  12133.                     'preview' => '/themes/Charming/images/preview.jpg',
  12134.                     'screenshots' => [
  12135.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12136.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12137.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12138.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12139.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12140.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12141.                     ],
  12142.                     'scripts' => [
  12143.                         => [
  12144.                             'group' => NULL,
  12145.                             'priority' => NULL,
  12146.                             'urls' => [
  12147.                                 => '/themes/Charming/scripts/charming.js',
  12148.                             ],
  12149.                         ],
  12150.                     ],
  12151.                     'styles' => [
  12152.                         => [
  12153.                             'group' => 'fonts',
  12154.                             'priority' => NULL,
  12155.                             'urls' => [
  12156.                                 => 'font-awesome::/css/font-awesome.min.css',
  12157.                             ],
  12158.                         ],
  12159.                         => [
  12160.                             'group' => NULL,
  12161.                             'priority' => NULL,
  12162.                             'sources' => [
  12163.                             ],
  12164.                         ],
  12165.                     ],
  12166.                     'widget_restrictions' => [
  12167.                         => 'Blank',
  12168.                     ],
  12169.                     'key' => 'Charming',
  12170.                     'layouts' => [
  12171.                         'DefaultOuter' => [
  12172.                             'name' => 'Charming Default Outer',
  12173.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12174.                             'regions' => [
  12175.                                 'content' => [
  12176.                                     'allow' => [
  12177.                                     ],
  12178.                                     'contents' => [
  12179.                                         => [
  12180.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12181.                                             'key' => 'content',
  12182.                                         ],
  12183.                                     ],
  12184.                                     'key' => 'content',
  12185.                                 ],
  12186.                                 'header_logo' => [
  12187.                                     'allow' => [
  12188.                                     ],
  12189.                                     'contents' => [
  12190.                                         => [
  12191.                                             '__fqcn__' => 'widgets/Html/Html',
  12192.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Charming/images/logo.png" alt="Charming">'."\n".'</a>'."\n".'',
  12193.                                         ],
  12194.                                     ],
  12195.                                     'key' => 'header_logo',
  12196.                                 ],
  12197.                                 'header_logo_small' => [
  12198.                                     'allow' => [
  12199.                                     ],
  12200.                                     'contents' => [
  12201.                                         => [
  12202.                                             '__fqcn__' => 'widgets/Html/Html',
  12203.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Charming/images/logo.png" alt="Charming">'."\n".'</a>'."\n".'',
  12204.                                         ],
  12205.                                     ],
  12206.                                     'key' => 'header_logo_small',
  12207.                                 ],
  12208.                                 'header_top' => [
  12209.                                     'allow' => [
  12210.                                     ],
  12211.                                     'contents' => [
  12212.                                         => [
  12213.                                             '__fqcn__' => 'widgets/Html/Html',
  12214.                                             'content' => '[utility links and search]'."\n".'',
  12215.                                         ],
  12216.                                     ],
  12217.                                     'key' => 'header_top',
  12218.                                 ],
  12219.                                 'header_social' => [
  12220.                                     'allow' => [
  12221.                                     ],
  12222.                                     'contents' => [
  12223.                                         => [
  12224.                                             '__fqcn__' => 'widgets/Html/Html',
  12225.                                             'content' => '[social]'."\n".'',
  12226.                                         ],
  12227.                                     ],
  12228.                                     'key' => 'header_social',
  12229.                                 ],
  12230.                                 'header_main' => [
  12231.                                     'allow' => [
  12232.                                     ],
  12233.                                     'contents' => [
  12234.                                         => [
  12235.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12236.                                             'items' => [
  12237.                                                 => [
  12238.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12239.                                                     'text' => 'About',
  12240.                                                     'link' => '/district',
  12241.                                                 ],
  12242.                                                 => [
  12243.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12244.                                                     'text' => 'Schools',
  12245.                                                     'link' => '/schools',
  12246.                                                 ],
  12247.                                                 => [
  12248.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12249.                                                     'text' => 'Parent/Students',
  12250.                                                     'link' => '/parents-students',
  12251.                                                 ],
  12252.                                                 => [
  12253.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12254.                                                     'text' => 'Departments',
  12255.                                                     'link' => '/departments',
  12256.                                                 ],
  12257.                                                 => [
  12258.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12259.                                                     'text' => 'Athletics',
  12260.                                                     'link' => '/athletics',
  12261.                                                 ],
  12262.                                                 => [
  12263.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12264.                                                     'text' => 'Board of Education',
  12265.                                                     'link' => '/board-of-education',
  12266.                                                 ],
  12267.                                                 => [
  12268.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12269.                                                     'text' => 'Community',
  12270.                                                     'link' => '/community-links',
  12271.                                                 ],
  12272.                                             ],
  12273.                                         ],
  12274.                                     ],
  12275.                                     'key' => 'header_main',
  12276.                                 ],
  12277.                                 'footer_main' => [
  12278.                                     'allow' => [
  12279.                                     ],
  12280.                                     'contents' => [
  12281.                                         => [
  12282.                                             '__fqcn__' => 'widgets/Block/Block',
  12283.                                             'type' => 'container',
  12284.                                             'children' => [
  12285.                                                 => [
  12286.                                                     '__fqcn__' => 'widgets/Row/Row',
  12287.                                                     'structure' => '1/1',
  12288.                                                     'columns' => [
  12289.                                                         => [
  12290.                                                             '__fqcn__' => 'widgets/Row/Column',
  12291.                                                             'children' => [
  12292.                                                                 => [
  12293.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12294.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  12295.                                                                 ],
  12296.                                                             ],
  12297.                                                         ],
  12298.                                                     ],
  12299.                                                 ],
  12300.                                             ],
  12301.                                         ],
  12302.                                     ],
  12303.                                     'key' => 'footer_main',
  12304.                                 ],
  12305.                                 'footer_bottom' => [
  12306.                                     'allow' => [
  12307.                                     ],
  12308.                                     'contents' => [
  12309.                                         => [
  12310.                                             '__fqcn__' => 'widgets/Block/Block',
  12311.                                             'type' => 'container',
  12312.                                             'children' => [
  12313.                                                 => [
  12314.                                                     '__fqcn__' => 'widgets/Row/Row',
  12315.                                                     'structure' => '1/1',
  12316.                                                     'columns' => [
  12317.                                                         => [
  12318.                                                             '__fqcn__' => 'widgets/Row/Column',
  12319.                                                             'children' => [
  12320.                                                                 => [
  12321.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12322.                                                                     'content' => '<p>[copyright]</p>'."\n".'',
  12323.                                                                 ],
  12324.                                                             ],
  12325.                                                         ],
  12326.                                                     ],
  12327.                                                 ],
  12328.                                             ],
  12329.                                         ],
  12330.                                     ],
  12331.                                     'key' => 'footer_bottom',
  12332.                                 ],
  12333.                             ],
  12334.                             'key' => 'DefaultOuter',
  12335.                         ],
  12336.                         'OuterB' => [
  12337.                             'name' => 'Charming Outer B',
  12338.                             'description' => '<p>This outer template includes a more condesned header. The main navigation is positioned to the right of the logo along with optional header social links and a header top bar that can include utility links, search and text.</p>'."\n".'',
  12339.                             'regions' => [
  12340.                                 'content' => [
  12341.                                     'allow' => [
  12342.                                     ],
  12343.                                     'contents' => [
  12344.                                         => [
  12345.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12346.                                             'key' => 'content',
  12347.                                         ],
  12348.                                     ],
  12349.                                     'key' => 'content',
  12350.                                 ],
  12351.                                 'header_top_utils_1' => [
  12352.                                     'allow' => [
  12353.                                     ],
  12354.                                     'contents' => [
  12355.                                         => [
  12356.                                             '__fqcn__' => 'widgets/Html/Html',
  12357.                                             'content' => '[utils 1]'."\n".'',
  12358.                                         ],
  12359.                                     ],
  12360.                                     'key' => 'header_top_utils_1',
  12361.                                 ],
  12362.                                 'header_top_utils_2' => [
  12363.                                     'allow' => [
  12364.                                     ],
  12365.                                     'contents' => [
  12366.                                         => [
  12367.                                             '__fqcn__' => 'widgets/Html/Html',
  12368.                                             'content' => '[utils 2]'."\n".'',
  12369.                                         ],
  12370.                                     ],
  12371.                                     'key' => 'header_top_utils_2',
  12372.                                 ],
  12373.                                 'header_top_utils_3' => [
  12374.                                     'allow' => [
  12375.                                     ],
  12376.                                     'contents' => [
  12377.                                         => [
  12378.                                             '__fqcn__' => 'widgets/Html/Html',
  12379.                                             'content' => '[utils 3]'."\n".'',
  12380.                                         ],
  12381.                                     ],
  12382.                                     'key' => 'header_top_utils_3',
  12383.                                 ],
  12384.                                 'header_top_utils_4' => [
  12385.                                     'allow' => [
  12386.                                     ],
  12387.                                     'contents' => [
  12388.                                         => [
  12389.                                             '__fqcn__' => 'widgets/Html/Html',
  12390.                                             'content' => '[utils 4]'."\n".'',
  12391.                                         ],
  12392.                                     ],
  12393.                                     'key' => 'header_top_utils_4',
  12394.                                 ],
  12395.                                 'header_logo' => [
  12396.                                     'allow' => [
  12397.                                     ],
  12398.                                     'contents' => [
  12399.                                         => [
  12400.                                             '__fqcn__' => 'widgets/Html/Html',
  12401.                                             'content' => '[logo]'."\n".'',
  12402.                                         ],
  12403.                                     ],
  12404.                                     'key' => 'header_logo',
  12405.                                 ],
  12406.                                 'header_drawer_search' => [
  12407.                                     'allow' => [
  12408.                                     ],
  12409.                                     'contents' => [
  12410.                                         => [
  12411.                                             '__fqcn__' => 'widgets/Html/Html',
  12412.                                             'content' => '[drawer search]'."\n".'',
  12413.                                         ],
  12414.                                     ],
  12415.                                     'key' => 'header_drawer_search',
  12416.                                 ],
  12417.                                 'header_main_menu' => [
  12418.                                     'allow' => [
  12419.                                     ],
  12420.                                     'contents' => [
  12421.                                         => [
  12422.                                             '__fqcn__' => 'widgets/Html/Html',
  12423.                                             'content' => '[main menu]'."\n".'',
  12424.                                         ],
  12425.                                     ],
  12426.                                     'key' => 'header_main_menu',
  12427.                                 ],
  12428.                                 'header_drawer_utility_nav' => [
  12429.                                     'allow' => [
  12430.                                     ],
  12431.                                     'contents' => [
  12432.                                         => [
  12433.                                             '__fqcn__' => 'widgets/Html/Html',
  12434.                                             'content' => '[drawer util nav]'."\n".'',
  12435.                                         ],
  12436.                                     ],
  12437.                                     'key' => 'header_drawer_utility_nav',
  12438.                                 ],
  12439.                                 'header_social' => [
  12440.                                     'allow' => [
  12441.                                     ],
  12442.                                     'contents' => [
  12443.                                         => [
  12444.                                             '__fqcn__' => 'widgets/Html/Html',
  12445.                                             'content' => '[header social]'."\n".'',
  12446.                                         ],
  12447.                                     ],
  12448.                                     'key' => 'header_social',
  12449.                                 ],
  12450.                                 'footer_main' => [
  12451.                                     'allow' => [
  12452.                                     ],
  12453.                                     'contents' => [
  12454.                                         => [
  12455.                                             '__fqcn__' => 'widgets/Html/Html',
  12456.                                             'content' => '[footer main]'."\n".'',
  12457.                                         ],
  12458.                                     ],
  12459.                                     'key' => 'footer_main',
  12460.                                 ],
  12461.                                 'footer_bottom' => [
  12462.                                     'allow' => [
  12463.                                     ],
  12464.                                     'contents' => [
  12465.                                         => [
  12466.                                             '__fqcn__' => 'widgets/Html/Html',
  12467.                                             'content' => '[footer bottom]'."\n".'',
  12468.                                         ],
  12469.                                     ],
  12470.                                     'key' => 'footer_bottom',
  12471.                                 ],
  12472.                             ],
  12473.                             'key' => 'OuterB',
  12474.                         ],
  12475.                         'OuterC' => [
  12476.                             'name' => 'Charming Outer C',
  12477.                             'description' => 'The Charming Outer C layout includes a full-featured and pre-constructed header. This header includes a new top bar featuring an optional translate select, drop down utility links, and utility links with icons. This layout also includes a configurable footer.'."\n".'',
  12478.                             'regions' => [
  12479.                                 'content' => [
  12480.                                     'allow' => [
  12481.                                     ],
  12482.                                     'contents' => [
  12483.                                         => [
  12484.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12485.                                             'key' => 'content',
  12486.                                         ],
  12487.                                     ],
  12488.                                     'key' => 'content',
  12489.                                 ],
  12490.                             ],
  12491.                             'key' => 'OuterC',
  12492.                         ],
  12493.                     ],
  12494.                 ],
  12495.                 'Eaglecreek' => [
  12496.                     'name' => 'Eaglecreek',
  12497.                     'description' => 'The Eaglecreek design style includes a single header layout (see preview).'."\n".'',
  12498.                     'framework' => 'bootstrap',
  12499.                     'framework_version' => '3.4.1',
  12500.                     'language' => NULL,
  12501.                     'base' => 'Campussuite2015',
  12502.                     'tenants' => [
  12503.                     ],
  12504.                     'preview' => '/themes/Eaglecreek/images/preview.jpg',
  12505.                     'screenshots' => [
  12506.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12507.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12508.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12509.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12510.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12511.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12512.                     ],
  12513.                     'scripts' => [
  12514.                         => [
  12515.                             'group' => NULL,
  12516.                             'priority' => NULL,
  12517.                             'urls' => [
  12518.                                 => '/themes/Eaglecreek/scripts/eaglecreek.js',
  12519.                             ],
  12520.                         ],
  12521.                     ],
  12522.                     'styles' => [
  12523.                         => [
  12524.                             'group' => 'fonts',
  12525.                             'priority' => NULL,
  12526.                             'urls' => [
  12527.                                 => 'font-awesome::/css/font-awesome.min.css',
  12528.                             ],
  12529.                         ],
  12530.                         => [
  12531.                             'group' => NULL,
  12532.                             'priority' => NULL,
  12533.                             'sources' => [
  12534.                             ],
  12535.                         ],
  12536.                     ],
  12537.                     'widget_restrictions' => [
  12538.                         => 'Blank',
  12539.                     ],
  12540.                     'key' => 'Eaglecreek',
  12541.                     'layouts' => [
  12542.                         'DefaultOuter' => [
  12543.                             'name' => 'Eaglecreek Default Outer',
  12544.                             'description' => 'The Eaglecreek default Outer Template includes the standard Eaglecreek header, an editbale region and a customizable footer. The header includes logo, location/contact information, utility links, search and the main navigation.'."\n".'',
  12545.                             'regions' => [
  12546.                                 'content' => [
  12547.                                     'allow' => [
  12548.                                     ],
  12549.                                     'contents' => [
  12550.                                         => [
  12551.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12552.                                             'key' => 'content',
  12553.                                         ],
  12554.                                     ],
  12555.                                     'key' => 'content',
  12556.                                 ],
  12557.                             ],
  12558.                             'key' => 'DefaultOuter',
  12559.                         ],
  12560.                     ],
  12561.                 ],
  12562.                 'Fairview' => [
  12563.                     'name' => 'Fairview',
  12564.                     'description' => 'The Fairview design style includes a single header layout (see preview).'."\n".'',
  12565.                     'framework' => 'bootstrap',
  12566.                     'framework_version' => '3.4.1',
  12567.                     'language' => NULL,
  12568.                     'base' => 'Campussuite2015',
  12569.                     'tenants' => [
  12570.                     ],
  12571.                     'preview' => '/themes/Fairview/images/preview.jpg',
  12572.                     'screenshots' => [
  12573.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12574.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12575.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12576.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12577.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12578.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12579.                     ],
  12580.                     'scripts' => [
  12581.                         => [
  12582.                             'group' => NULL,
  12583.                             'priority' => NULL,
  12584.                             'urls' => [
  12585.                                 => '/themes/Fairview/scripts/fairview.js',
  12586.                             ],
  12587.                         ],
  12588.                     ],
  12589.                     'styles' => [
  12590.                         => [
  12591.                             'group' => 'fonts',
  12592.                             'priority' => NULL,
  12593.                             'urls' => [
  12594.                                 => 'font-awesome::/css/font-awesome.min.css',
  12595.                             ],
  12596.                         ],
  12597.                         => [
  12598.                             'group' => NULL,
  12599.                             'priority' => NULL,
  12600.                             'sources' => [
  12601.                             ],
  12602.                         ],
  12603.                     ],
  12604.                     'widget_restrictions' => [
  12605.                         => 'Blank',
  12606.                     ],
  12607.                     'key' => 'Fairview',
  12608.                     'layouts' => [
  12609.                         'DefaultOuter' => [
  12610.                             'name' => 'Fairview Default Outer',
  12611.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12612.                             'regions' => [
  12613.                                 'content' => [
  12614.                                     'allow' => [
  12615.                                     ],
  12616.                                     'contents' => [
  12617.                                         => [
  12618.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12619.                                             'key' => 'content',
  12620.                                         ],
  12621.                                     ],
  12622.                                     'key' => 'content',
  12623.                                 ],
  12624.                                 'alert_bar' => [
  12625.                                     'allow' => [
  12626.                                     ],
  12627.                                     'contents' => [
  12628.                                         => [
  12629.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  12630.                                             'id' => 10814,
  12631.                                             'limit' => 5,
  12632.                                         ],
  12633.                                     ],
  12634.                                     'key' => 'alert_bar',
  12635.                                 ],
  12636.                                 'header_logo' => [
  12637.                                     'allow' => [
  12638.                                     ],
  12639.                                     'contents' => [
  12640.                                         => [
  12641.                                             '__fqcn__' => 'widgets/Html/Html',
  12642.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Fairview/images/logo.png" alt="Fairview">'."\n".'</a>'."\n".'',
  12643.                                         ],
  12644.                                     ],
  12645.                                     'key' => 'header_logo',
  12646.                                 ],
  12647.                                 'header_logo_small' => [
  12648.                                     'allow' => [
  12649.                                     ],
  12650.                                     'contents' => [
  12651.                                         => [
  12652.                                             '__fqcn__' => 'widgets/Html/Html',
  12653.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Fairview/images/logo.png" alt="Fairview">'."\n".'</a>'."\n".'',
  12654.                                         ],
  12655.                                     ],
  12656.                                     'key' => 'header_logo_small',
  12657.                                 ],
  12658.                                 'header_top' => [
  12659.                                     'allow' => [
  12660.                                     ],
  12661.                                     'contents' => [
  12662.                                         => [
  12663.                                             '__fqcn__' => 'widgets/Html/Html',
  12664.                                             'content' => '[header top]'."\n".'',
  12665.                                         ],
  12666.                                     ],
  12667.                                     'key' => 'header_top',
  12668.                                 ],
  12669.                                 'header_main' => [
  12670.                                     'allow' => [
  12671.                                     ],
  12672.                                     'contents' => [
  12673.                                         => [
  12674.                                             '__fqcn__' => 'widgets/Html/Html',
  12675.                                             'content' => '[header main]'."\n".'',
  12676.                                         ],
  12677.                                     ],
  12678.                                     'key' => 'header_main',
  12679.                                 ],
  12680.                                 'header_menu' => [
  12681.                                     'allow' => [
  12682.                                     ],
  12683.                                     'contents' => [
  12684.                                         => [
  12685.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12686.                                             'items' => [
  12687.                                                 => [
  12688.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12689.                                                     'text' => 'About',
  12690.                                                     'link' => '/district',
  12691.                                                 ],
  12692.                                                 => [
  12693.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12694.                                                     'text' => 'Schools',
  12695.                                                     'link' => '/schools',
  12696.                                                 ],
  12697.                                                 => [
  12698.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12699.                                                     'text' => 'Parent/Students',
  12700.                                                     'link' => '/parents-students',
  12701.                                                 ],
  12702.                                                 => [
  12703.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12704.                                                     'text' => 'Departments',
  12705.                                                     'link' => '/departments',
  12706.                                                 ],
  12707.                                                 => [
  12708.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12709.                                                     'text' => 'Athletics',
  12710.                                                     'link' => '/athletics',
  12711.                                                 ],
  12712.                                                 => [
  12713.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12714.                                                     'text' => 'Board of Education',
  12715.                                                     'link' => '/board-of-education',
  12716.                                                 ],
  12717.                                                 => [
  12718.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12719.                                                     'text' => 'Community',
  12720.                                                     'link' => '/community-links',
  12721.                                                 ],
  12722.                                             ],
  12723.                                         ],
  12724.                                     ],
  12725.                                     'key' => 'header_menu',
  12726.                                 ],
  12727.                                 'footer_main' => [
  12728.                                     'allow' => [
  12729.                                     ],
  12730.                                     'contents' => [
  12731.                                         => [
  12732.                                             '__fqcn__' => 'widgets/Block/Block',
  12733.                                             'type' => 'container',
  12734.                                             'children' => [
  12735.                                                 => [
  12736.                                                     '__fqcn__' => 'widgets/Row/Row',
  12737.                                                     'structure' => '1/1',
  12738.                                                     'columns' => [
  12739.                                                         => [
  12740.                                                             '__fqcn__' => 'widgets/Row/Column',
  12741.                                                             'children' => [
  12742.                                                                 => [
  12743.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12744.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  12745.                                                                 ],
  12746.                                                             ],
  12747.                                                         ],
  12748.                                                     ],
  12749.                                                 ],
  12750.                                             ],
  12751.                                         ],
  12752.                                     ],
  12753.                                     'key' => 'footer_main',
  12754.                                 ],
  12755.                                 'footer_bottom' => [
  12756.                                     'allow' => [
  12757.                                     ],
  12758.                                     'contents' => [
  12759.                                         => [
  12760.                                             '__fqcn__' => 'widgets/Block/Block',
  12761.                                             'type' => 'container',
  12762.                                             'children' => [
  12763.                                                 => [
  12764.                                                     '__fqcn__' => 'widgets/Row/Row',
  12765.                                                     'structure' => '1/1',
  12766.                                                     'columns' => [
  12767.                                                         => [
  12768.                                                             '__fqcn__' => 'widgets/Row/Column',
  12769.                                                             'children' => [
  12770.                                                                 => [
  12771.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12772.                                                                     'content' => '<p>[copyright]</p>'."\n".'',
  12773.                                                                 ],
  12774.                                                             ],
  12775.                                                         ],
  12776.                                                     ],
  12777.                                                 ],
  12778.                                             ],
  12779.                                         ],
  12780.                                     ],
  12781.                                     'key' => 'footer_bottom',
  12782.                                 ],
  12783.                             ],
  12784.                             'key' => 'DefaultOuter',
  12785.                         ],
  12786.                         'OuterB' => [
  12787.                             'name' => 'Fairview Outer B',
  12788.                             'description' => 'The Fairview Outer B layout includes a full-featured and pre-constructed header. This header includes a new top bar featuring an optional translate select, drop down utility links, and utility links with icons. This layout also includes a configurable footer.'."\n".'',
  12789.                             'regions' => [
  12790.                                 'content' => [
  12791.                                     'allow' => [
  12792.                                     ],
  12793.                                     'contents' => [
  12794.                                         => [
  12795.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12796.                                             'key' => 'content',
  12797.                                         ],
  12798.                                     ],
  12799.                                     'key' => 'content',
  12800.                                 ],
  12801.                             ],
  12802.                             'key' => 'OuterB',
  12803.                         ],
  12804.                     ],
  12805.                 ],
  12806.                 'Fallhaven' => [
  12807.                     'name' => 'Fallhaven',
  12808.                     'description' => 'The Fallhaven design style includes a single header layout (see preview).'."\n".'',
  12809.                     'framework' => 'bootstrap',
  12810.                     'framework_version' => '3.4.1',
  12811.                     'language' => NULL,
  12812.                     'base' => 'Campussuite2015',
  12813.                     'tenants' => [
  12814.                     ],
  12815.                     'preview' => '/themes/Fallhaven/images/preview.jpg',
  12816.                     'screenshots' => [
  12817.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12818.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12819.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12820.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12821.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12822.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12823.                     ],
  12824.                     'scripts' => [
  12825.                         => [
  12826.                             'group' => NULL,
  12827.                             'priority' => NULL,
  12828.                             'urls' => [
  12829.                                 => '/themes/Fallhaven/scripts/fallhaven.js',
  12830.                             ],
  12831.                         ],
  12832.                     ],
  12833.                     'styles' => [
  12834.                         => [
  12835.                             'group' => 'fonts',
  12836.                             'priority' => NULL,
  12837.                             'urls' => [
  12838.                                 => 'https://fonts.googleapis.com/css?family=Montserrat:400,700',
  12839.                                 => 'font-awesome::/css/font-awesome.min.css',
  12840.                             ],
  12841.                         ],
  12842.                         => [
  12843.                             'group' => NULL,
  12844.                             'priority' => NULL,
  12845.                             'sources' => [
  12846.                             ],
  12847.                         ],
  12848.                     ],
  12849.                     'widget_restrictions' => [
  12850.                         => 'Blank',
  12851.                     ],
  12852.                     'key' => 'Fallhaven',
  12853.                     'layouts' => [
  12854.                         'DefaultOuter' => [
  12855.                             'name' => 'Fallhaven Default Outer',
  12856.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12857.                             'regions' => [
  12858.                                 'content' => [
  12859.                                     'allow' => [
  12860.                                     ],
  12861.                                     'contents' => [
  12862.                                         => [
  12863.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12864.                                             'key' => 'content',
  12865.                                         ],
  12866.                                     ],
  12867.                                     'key' => 'content',
  12868.                                 ],
  12869.                                 'alert_bar' => [
  12870.                                     'allow' => [
  12871.                                         => 'AlertBanner',
  12872.                                     ],
  12873.                                     'contents' => [
  12874.                                         => [
  12875.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  12876.                                             'id' => 10814,
  12877.                                             'limit' => 5,
  12878.                                         ],
  12879.                                     ],
  12880.                                     'key' => 'alert_bar',
  12881.                                 ],
  12882.                                 'header_top' => [
  12883.                                     'allow' => [
  12884.                                         => 'Html',
  12885.                                     ],
  12886.                                     'contents' => [
  12887.                                         => [
  12888.                                             '__fqcn__' => 'widgets/Html/Html',
  12889.                                             'content' => '[header top]'."\n".'',
  12890.                                         ],
  12891.                                     ],
  12892.                                     'key' => 'header_top',
  12893.                                 ],
  12894.                                 'header_main' => [
  12895.                                     'allow' => [
  12896.                                         => 'Html',
  12897.                                     ],
  12898.                                     'contents' => [
  12899.                                         => [
  12900.                                             '__fqcn__' => 'widgets/Html/Html',
  12901.                                             'content' => '[header main]'."\n".'',
  12902.                                         ],
  12903.                                     ],
  12904.                                     'key' => 'header_main',
  12905.                                 ],
  12906.                                 'header_logo' => [
  12907.                                     'allow' => [
  12908.                                         => 'Html',
  12909.                                     ],
  12910.                                     'contents' => [
  12911.                                         => [
  12912.                                             '__fqcn__' => 'widgets/Html/Html',
  12913.                                             'content' => '<a href="/">'."\n".'    <img src="http://app.campussuite.com/themes/Fallhaven/images/logo.png" alt="" />'."\n".'</a>'."\n".'',
  12914.                                         ],
  12915.                                     ],
  12916.                                     'key' => 'header_logo',
  12917.                                 ],
  12918.                                 'header_logo_small' => [
  12919.                                     'allow' => [
  12920.                                         => 'Html',
  12921.                                     ],
  12922.                                     'contents' => [
  12923.                                         => [
  12924.                                             '__fqcn__' => 'widgets/Html/Html',
  12925.                                             'content' => '<a href="/">'."\n".'    <img src="http://app.campussuite.com/themes/Fallhaven/images/logo.png" alt="" />'."\n".'</a>'."\n".'',
  12926.                                         ],
  12927.                                     ],
  12928.                                     'key' => 'header_logo_small',
  12929.                                 ],
  12930.                                 'header_menu' => [
  12931.                                     'allow' => [
  12932.                                     ],
  12933.                                     'contents' => [
  12934.                                         => [
  12935.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12936.                                             'items' => [
  12937.                                                 => [
  12938.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12939.                                                     'text' => 'About',
  12940.                                                     'link' => '/district',
  12941.                                                 ],
  12942.                                                 => [
  12943.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12944.                                                     'text' => 'Schools',
  12945.                                                     'link' => '/schools',
  12946.                                                 ],
  12947.                                                 => [
  12948.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12949.                                                     'text' => 'Parent/Students',
  12950.                                                     'link' => '/parents-students',
  12951.                                                 ],
  12952.                                                 => [
  12953.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12954.                                                     'text' => 'Departments',
  12955.                                                     'link' => '/departments',
  12956.                                                 ],
  12957.                                                 => [
  12958.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12959.                                                     'text' => 'Athletics',
  12960.                                                     'link' => '/athletics',
  12961.                                                 ],
  12962.                                                 => [
  12963.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12964.                                                     'text' => 'Board of Education',
  12965.                                                     'link' => '/board-of-education',
  12966.                                                 ],
  12967.                                                 => [
  12968.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12969.                                                     'text' => 'Community',
  12970.                                                     'link' => '/community-links',
  12971.                                                 ],
  12972.                                             ],
  12973.                                         ],
  12974.                                     ],
  12975.                                     'key' => 'header_menu',
  12976.                                 ],
  12977.                                 'footer_main' => [
  12978.                                     'allow' => [
  12979.                                         => 'Html',
  12980.                                     ],
  12981.                                     'contents' => [
  12982.                                         => [
  12983.                                             '__fqcn__' => 'widgets/Html/Html',
  12984.                                             'content' => '[footer main]'."\n".'',
  12985.                                         ],
  12986.                                     ],
  12987.                                     'key' => 'footer_main',
  12988.                                 ],
  12989.                                 'footer_bottom' => [
  12990.                                     'allow' => [
  12991.                                         => 'Html',
  12992.                                     ],
  12993.                                     'contents' => [
  12994.                                         => [
  12995.                                             '__fqcn__' => 'widgets/Html/Html',
  12996.                                             'content' => '[footer bottom]'."\n".'',
  12997.                                         ],
  12998.                                     ],
  12999.                                     'key' => 'footer_bottom',
  13000.                                 ],
  13001.                             ],
  13002.                             'key' => 'DefaultOuter',
  13003.                         ],
  13004.                         'Home' => [
  13005.                             'name' => 'Outer Home',
  13006.                             'description' => 'A temporary home page outer template for Fallhaven demo.'."\n".'',
  13007.                             'regions' => [
  13008.                                 'content' => [
  13009.                                     'allow' => [
  13010.                                     ],
  13011.                                     'contents' => [
  13012.                                         => [
  13013.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13014.                                             'key' => 'content',
  13015.                                         ],
  13016.                                     ],
  13017.                                     'key' => 'content',
  13018.                                 ],
  13019.                                 'alert_bar' => [
  13020.                                     'allow' => [
  13021.                                         => 'AlertBanner',
  13022.                                     ],
  13023.                                     'contents' => [
  13024.                                         => [
  13025.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  13026.                                             'id' => 10814,
  13027.                                             'limit' => 5,
  13028.                                         ],
  13029.                                     ],
  13030.                                     'key' => 'alert_bar',
  13031.                                 ],
  13032.                                 'header_contact' => [
  13033.                                     'allow' => [
  13034.                                         => 'Html',
  13035.                                     ],
  13036.                                     'contents' => [
  13037.                                         => [
  13038.                                             '__fqcn__' => 'widgets/Html/Html',
  13039.                                             'content' => '<p>Call us at 800.123.4567</p>'."\n".'',
  13040.                                         ],
  13041.                                     ],
  13042.                                     'key' => 'header_contact',
  13043.                                 ],
  13044.                                 'header_utilities' => [
  13045.                                     'allow' => [
  13046.                                         => 'Html',
  13047.                                     ],
  13048.                                     'contents' => [
  13049.                                         => [
  13050.                                             '__fqcn__' => 'widgets/Html/Html',
  13051.                                             'content' => '<ul class="cs-util-btns">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  13052.                                         ],
  13053.                                     ],
  13054.                                     'key' => 'header_utilities',
  13055.                                 ],
  13056.                                 'header_social' => [
  13057.                                     'allow' => [
  13058.                                         => 'Html',
  13059.                                     ],
  13060.                                     'contents' => [
  13061.                                         => [
  13062.                                             '__fqcn__' => 'widgets/Html/Html',
  13063.                                             'content' => '<ul class="cs-social-links">'."\n".'    <li><a href="#"><em class="fa fa-facebook"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-twitter"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-google-plus"></em></a></li>'."\n".'</ul>'."\n".'',
  13064.                                         ],
  13065.                                     ],
  13066.                                     'key' => 'header_social',
  13067.                                 ],
  13068.                                 'header_logo' => [
  13069.                                     'allow' => [
  13070.                                         => 'Html',
  13071.                                     ],
  13072.                                     'contents' => [
  13073.                                         => [
  13074.                                             '__fqcn__' => 'widgets/Html/Html',
  13075.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/public/Fallhaven/images/logo.png" alt="Fallhaven">'."\n".'</a>'."\n".'',
  13076.                                         ],
  13077.                                     ],
  13078.                                     'key' => 'header_logo',
  13079.                                 ],
  13080.                                 'header_menu' => [
  13081.                                     'allow' => [
  13082.                                         => 'Html',
  13083.                                     ],
  13084.                                     'contents' => [
  13085.                                         => [
  13086.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  13087.                                             'items' => [
  13088.                                                 => [
  13089.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13090.                                                     'text' => 'About',
  13091.                                                     'link' => '/about',
  13092.                                                     'alignment' => 'left',
  13093.                                                     'items' => [
  13094.                                                         => [
  13095.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13096.                                                             'text' => 'History',
  13097.                                                             'link' => '/about/history',
  13098.                                                             'icon' => NULL,
  13099.                                                         ],
  13100.                                                         => [
  13101.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13102.                                                             'text' => 'Mission',
  13103.                                                             'link' => '/about/mission',
  13104.                                                             'icon' => NULL,
  13105.                                                         ],
  13106.                                                         => [
  13107.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13108.                                                             'text' => 'Superintendent\'s Message',
  13109.                                                             'link' => '/about/superintendents-welcome',
  13110.                                                             'icon' => NULL,
  13111.                                                         ],
  13112.                                                         => [
  13113.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13114.                                                             'text' => 'Strategic Plan',
  13115.                                                             'link' => '/about/strategic-plan',
  13116.                                                             'icon' => NULL,
  13117.                                                         ],
  13118.                                                         => [
  13119.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13120.                                                             'text' => 'District News',
  13121.                                                             'link' => '/about/news',
  13122.                                                             'icon' => NULL,
  13123.                                                         ],
  13124.                                                         => [
  13125.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13126.                                                             'text' => 'District Calendar',
  13127.                                                             'link' => '/about/events',
  13128.                                                             'icon' => NULL,
  13129.                                                         ],
  13130.                                                         => [
  13131.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13132.                                                             'text' => 'Meet the Teachers',
  13133.                                                             'link' => '/about/people',
  13134.                                                             'icon' => NULL,
  13135.                                                         ],
  13136.                                                         => [
  13137.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13138.                                                             'text' => 'Handbook',
  13139.                                                             'link' => '/about/handbook',
  13140.                                                             'icon' => NULL,
  13141.                                                         ],
  13142.                                                         => [
  13143.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13144.                                                             'text' => 'Enrollment',
  13145.                                                             'link' => '/about/enrollment',
  13146.                                                             'icon' => NULL,
  13147.                                                         ],
  13148.                                                         => [
  13149.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13150.                                                             'text' => 'FAQs',
  13151.                                                             'link' => '/about/faqs',
  13152.                                                             'icon' => NULL,
  13153.                                                         ],
  13154.                                                         10 => [
  13155.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13156.                                                             'text' => 'Contact',
  13157.                                                             'link' => '/about/contact',
  13158.                                                             'icon' => NULL,
  13159.                                                         ],
  13160.                                                     ],
  13161.                                                 ],
  13162.                                                 => [
  13163.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13164.                                                     'text' => 'Board of Education',
  13165.                                                     'link' => '/boe/',
  13166.                                                     'alignment' => 'left',
  13167.                                                     'items' => [
  13168.                                                         => [
  13169.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13170.                                                             'text' => 'Meet the Board',
  13171.                                                             'link' => '/boe/people',
  13172.                                                             'icon' => NULL,
  13173.                                                         ],
  13174.                                                         => [
  13175.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13176.                                                             'text' => 'Meeting Schedule',
  13177.                                                             'link' => '/boe/events',
  13178.                                                             'icon' => NULL,
  13179.                                                         ],
  13180.                                                         => [
  13181.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13182.                                                             'text' => 'Policies',
  13183.                                                             'link' => '/boe/policies',
  13184.                                                             'icon' => NULL,
  13185.                                                         ],
  13186.                                                         => [
  13187.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13188.                                                             'text' => 'Strategic Plan',
  13189.                                                             'link' => '/boe/strategic-plan',
  13190.                                                             'icon' => NULL,
  13191.                                                         ],
  13192.                                                     ],
  13193.                                                 ],
  13194.                                                 => [
  13195.                                                     '__fqcn__' => 'widgets/MegaMenu/MegaItem',
  13196.                                                     'text' => 'Our Schools',
  13197.                                                     'link' => '/schools',
  13198.                                                     'content' => '<div class="row">'."\n".'    <div class="col-md-4">'."\n".'        <div class="mega-school">'."\n".'            <h3>Fallhaven Elementary</h3>'."\n".'            <img src="http://intranet.innersync.net/public/images/demo/school-1.jpg">'."\n".'            <ul>'."\n".'                <li><a href="/schools/fallhaven-elementary/">About</a></li>'."\n".'                <li><a href="/schools/fallhaven-elementary/people">Faculty</a></li>'."\n".'                <li><a href="/schools/fallhaven-elementary/events">Calendar</a></li>'."\n".'            </ul>'."\n".'        </div>'."\n".'    </div>'."\n".'    <div class="col-md-4">'."\n".'        <div class="mega-school">'."\n".'            <h3>Fallhaven Middle School</h3>'."\n".'            <img src="http://intranet.innersync.net/public/images/demo/school-2.jpg">'."\n".'            <ul>'."\n".'                <li><a href="/schools/fallhaven-middle/">About</a></li>'."\n".'                <li><a href="/schools/fallhaven-middle/people">Faculty</a></li>'."\n".'                <li><a href="/schools/fallhaven-middle/events">Calendar</a></li>'."\n".'            </ul>'."\n".'        </div>'."\n".'    </div>'."\n".'    <div class="col-md-4">'."\n".'        <div class="mega-school">'."\n".'            <h3>Fallhaven High School</h3>'."\n".'            <img src="http://intranet.innersync.net/public/images/demo/school-3.jpg">'."\n".'            <ul>'."\n".'                <li><a href="/schools/fallhaven-high/">About</a></li>'."\n".'                <li><a href="/schools/fallhaven-high/people">Faculty</a></li>'."\n".'                <li><a href="/schools/fallhaven-high/events">Calendar</a></li>'."\n".'            </ul>'."\n".'        </div>'."\n".'    </div>'."\n".'</div>'."\n".'',
  13199.                                                 ],
  13200.                                                 => [
  13201.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13202.                                                     'text' => 'Students',
  13203.                                                     'link' => '/students',
  13204.                                                 ],
  13205.                                                 => [
  13206.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13207.                                                     'text' => 'Parents',
  13208.                                                     'link' => '/parents',
  13209.                                                 ],
  13210.                                                 => [
  13211.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13212.                                                     'text' => 'Staff',
  13213.                                                     'link' => '/staff',
  13214.                                                 ],
  13215.                                                 => [
  13216.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13217.                                                     'text' => 'Community',
  13218.                                                     'link' => '/community',
  13219.                                                 ],
  13220.                                             ],
  13221.                                         ],
  13222.                                     ],
  13223.                                     'key' => 'header_menu',
  13224.                                 ],
  13225.                                 'home_slider' => [
  13226.                                     'allow' => [
  13227.                                         => 'OwlSlider',
  13228.                                     ],
  13229.                                     'contents' => [
  13230.                                         => [
  13231.                                             '__fqcn__' => 'widgets/OwlSlider/OwlSlider',
  13232.                                             'autoStart' => true,
  13233.                                             'delay' => 5,
  13234.                                             'slides' => [
  13235.                                                 => [
  13236.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13237.                                                     'title' => 'Slide One',
  13238.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13239.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13240.                                                     'alignment' => 'left',
  13241.                                                 ],
  13242.                                                 => [
  13243.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13244.                                                     'title' => 'Slide Two',
  13245.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13246.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13247.                                                     'alignment' => 'left',
  13248.                                                 ],
  13249.                                                 => [
  13250.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13251.                                                     'title' => 'Slide Three',
  13252.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13253.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13254.                                                     'alignment' => 'left',
  13255.                                                 ],
  13256.                                             ],
  13257.                                         ],
  13258.                                     ],
  13259.                                     'key' => 'home_slider',
  13260.                                 ],
  13261.                                 'home_news_list' => [
  13262.                                     'allow' => [
  13263.                                         => 'ModuleNewsListGrid',
  13264.                                     ],
  13265.                                     'contents' => [
  13266.                                         => [
  13267.                                             '__fqcn__' => 'widgets/ModuleNewsListGrid/ModuleNewsListGrid',
  13268.                                             'id' => 10814,
  13269.                                             'limit' => 3,
  13270.                                             'heading' => 'District News',
  13271.                                             'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
  13272.                                             'linkText' => 'View All News',
  13273.                                             'showSubscribe' => false,
  13274.                                             'gridSize' => 3,
  13275.                                         ],
  13276.                                     ],
  13277.                                     'key' => 'home_news_list',
  13278.                                 ],
  13279.                                 'home_blog_list' => [
  13280.                                     'allow' => [
  13281.                                         => 'ModuleNewsListGrid',
  13282.                                     ],
  13283.                                     'contents' => [
  13284.                                         => [
  13285.                                             '__fqcn__' => 'widgets/ModuleNewsListGrid/ModuleNewsListGrid',
  13286.                                             'id' => 10814,
  13287.                                             'limit' => 3,
  13288.                                             'heading' => 'District Blog',
  13289.                                             'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
  13290.                                             'linkText' => 'View All Posts',
  13291.                                             'showSubscribe' => false,
  13292.                                             'gridSize' => 3,
  13293.                                         ],
  13294.                                     ],
  13295.                                     'key' => 'home_blog_list',
  13296.                                 ],
  13297.                                 'home_tabs' => [
  13298.                                     'allow' => [
  13299.                                         => 'Tabs',
  13300.                                     ],
  13301.                                     'contents' => [
  13302.                                         => [
  13303.                                             '__fqcn__' => 'widgets/Tabs/Tabs',
  13304.                                             'helper' => 'secondary',
  13305.                                             'tabs' => [
  13306.                                                 => [
  13307.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13308.                                                     'title' => 'Parents',
  13309.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13310.                                                 ],
  13311.                                                 => [
  13312.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13313.                                                     'title' => 'Students',
  13314.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13315.                                                 ],
  13316.                                                 => [
  13317.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13318.                                                     'title' => 'Community',
  13319.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13320.                                                 ],
  13321.                                                 => [
  13322.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13323.                                                     'title' => 'Staff',
  13324.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13325.                                                 ],
  13326.                                             ],
  13327.                                         ],
  13328.                                     ],
  13329.                                     'key' => 'home_tabs',
  13330.                                 ],
  13331.                                 'home_quicklinks' => [
  13332.                                     'allow' => [
  13333.                                         => 'Html',
  13334.                                     ],
  13335.                                     'contents' => [
  13336.                                         => [
  13337.                                             '__fqcn__' => 'widgets/Html/Html',
  13338.                                             'content' => '<h2>Quick Links</h3>'."\n".'<ul class="quick-links">'."\n".'    <li><a href="#"><em class="fa fa-newspaper-o"></em>Distrcit News</a></li>'."\n".'    <li><a href="#"><em class="fa fa-calendar"></em>Distrcit Calendar</a></li>'."\n".'    <li><a href="#"><em class="fa fa-apple"></em>Meet the Teachers</a></li>'."\n".'    <li><a href="#"><em class="fa fa-book"></em>Handbook</a></li>'."\n".'    <li><a href="#"><em class="fa fa-image"></em>Photo Gallery</a></li>'."\n".'    <li><a href="#"><em class="fa fa-question-circle"></em>FAQs</a></li>'."\n".'</ul>'."\n".'',
  13339.                                         ],
  13340.                                     ],
  13341.                                     'key' => 'home_quicklinks',
  13342.                                 ],
  13343.                                 'footer_top' => [
  13344.                                     'allow' => [
  13345.                                         => 'Row',
  13346.                                     ],
  13347.                                     'contents' => [
  13348.                                         => [
  13349.                                             '__fqcn__' => 'widgets/Row/Row',
  13350.                                             'columns' => [
  13351.                                                 => [
  13352.                                                     '__fqcn__' => 'widgets/Row/Column',
  13353.                                                     'numerator' => 1,
  13354.                                                     'denominator' => 1,
  13355.                                                     'children' => [
  13356.                                                         => [
  13357.                                                             '__fqcn__' => 'widgets/Html/Html',
  13358.                                                             'content' => '<ul class="cs-social-links">'."\n".'    <li><a href="#"><em class="fa fa-facebook"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-twitter"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-google-plus"></em></a></li>'."\n".'</ul>'."\n".'<p class="text-secondary tagline">Connect with Fallhaven</p>'."\n".'<a class="cs-btn cs-btn-lg cs-btn-secondary btn-connect" href="#">Contact Fallhaven</a>'."\n".'',
  13359.                                                         ],
  13360.                                                     ],
  13361.                                                 ],
  13362.                                             ],
  13363.                                         ],
  13364.                                     ],
  13365.                                     'key' => 'footer_top',
  13366.                                 ],
  13367.                                 'footer_links' => [
  13368.                                     'allow' => [
  13369.                                         => 'Row',
  13370.                                     ],
  13371.                                     'contents' => [
  13372.                                         => [
  13373.                                             '__fqcn__' => 'widgets/Row/Row',
  13374.                                             'columns' => [
  13375.                                                 => [
  13376.                                                     '__fqcn__' => 'widgets/Row/Column',
  13377.                                                     'numerator' => 1,
  13378.                                                     'denominator' => 3,
  13379.                                                     'children' => [
  13380.                                                         => [
  13381.                                                             '__fqcn__' => 'widgets/Html/Html',
  13382.                                                             'content' => '<div class="menu">'."\n".'    <h5 class="text-uppercase">About the District</h5>'."\n".'    <ul>'."\n".'        <li><a href="#">Superintendent\'s Message</a></li>'."\n".'        <li><a href="#">District News</a></li>'."\n".'        <li><a href="#">District Calendar</a></li>'."\n".'        <li><a href="#">Meet the Teachers</a></li>'."\n".'        <li><a href="#">Contact</a></li>'."\n".'    </ul>'."\n".'</div>'."\n".'',
  13383.                                                         ],
  13384.                                                     ],
  13385.                                                 ],
  13386.                                                 => [
  13387.                                                     '__fqcn__' => 'widgets/Row/Column',
  13388.                                                     'numerator' => 1,
  13389.                                                     'denominator' => 3,
  13390.                                                     'children' => [
  13391.                                                         => [
  13392.                                                             '__fqcn__' => 'widgets/Html/Html',
  13393.                                                             'content' => '<div class="menu">'."\n".'    <h5 class="text-uppercase">Board of Education</h5>'."\n".'    <ul>'."\n".'        <li><a href="#">Meet the Board</a></li>'."\n".'        <li><a href="#">Meeting Schedule</a></li>'."\n".'        <li><a href="#">School Policies</a></li>'."\n".'        <li><a href="#">Privacy Policy</a></li>'."\n".'    </ul>'."\n".'</div>'."\n".'',
  13394.                                                         ],
  13395.                                                     ],
  13396.                                                 ],
  13397.                                                 => [
  13398.                                                     '__fqcn__' => 'widgets/Row/Column',
  13399.                                                     'numerator' => 1,
  13400.                                                     'denominator' => 3,
  13401.                                                     'children' => [
  13402.                                                         => [
  13403.                                                             '__fqcn__' => 'widgets/Html/Html',
  13404.                                                             'content' => '<div class="menu">'."\n".'    <h5 class="text-uppercase">Schools</h5>'."\n".'    <ul>'."\n".'        <li><a href="#">Fallhaven Elementary</a></li>'."\n".'        <li><a href="#">Fallhaven Middle School</a></li>'."\n".'        <li><a href="#">Fallhaven High School</a></li>'."\n".'    </ul>'."\n".'</div>'."\n".'',
  13405.                                                         ],
  13406.                                                     ],
  13407.                                                 ],
  13408.                                             ],
  13409.                                         ],
  13410.                                     ],
  13411.                                     'key' => 'footer_links',
  13412.                                 ],
  13413.                                 'footer_contact' => [
  13414.                                     'allow' => [
  13415.                                         => 'Html',
  13416.                                     ],
  13417.                                     'contents' => [
  13418.                                         => [
  13419.                                             '__fqcn__' => 'widgets/Html/Html',
  13420.                                             'content' => '<div class="location">'."\n".'    <p>Fallhaven School<br>'."\n".'    1234 Fallhaven Drive<br>'."\n".'    Newport, KY 45000</p>'."\n".'    <p>800.125.2333 Phone<br>'."\n".'    800.233.444 Fax</p>'."\n".'</div>'."\n".'',
  13421.                                         ],
  13422.                                     ],
  13423.                                     'key' => 'footer_contact',
  13424.                                 ],
  13425.                             ],
  13426.                             'key' => 'Home',
  13427.                         ],
  13428.                         'Secondary' => [
  13429.                             'name' => 'Outer Default Secondary',
  13430.                             'description' => 'The default outer template for secondary pages. Includes a full-featured and pre-constructed header with configurable footer. Also includes a sidebar with side navigation.'."\n".'',
  13431.                             'regions' => [
  13432.                                 'content' => [
  13433.                                     'allow' => [
  13434.                                     ],
  13435.                                     'contents' => [
  13436.                                         => [
  13437.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13438.                                             'key' => 'content',
  13439.                                         ],
  13440.                                     ],
  13441.                                     'key' => 'content',
  13442.                                 ],
  13443.                                 'alert_bar' => [
  13444.                                     'allow' => [
  13445.                                         => 'AlertBanner',
  13446.                                     ],
  13447.                                     'contents' => [
  13448.                                         => [
  13449.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  13450.                                             'id' => 10814,
  13451.                                             'limit' => 5,
  13452.                                         ],
  13453.                                     ],
  13454.                                     'key' => 'alert_bar',
  13455.                                 ],
  13456.                                 'header_contact' => [
  13457.                                     'allow' => [
  13458.                                         => 'Html',
  13459.                                     ],
  13460.                                     'contents' => [
  13461.                                         => [
  13462.                                             '__fqcn__' => 'widgets/Html/Html',
  13463.                                             'content' => '<p>Call us at 800.123.4567</p>'."\n".'',
  13464.                                         ],
  13465.                                     ],
  13466.                                     'key' => 'header_contact',
  13467.                                 ],
  13468.                                 'header_utilities' => [
  13469.                                     'allow' => [
  13470.                                         => 'Html',
  13471.                                     ],
  13472.                                     'contents' => [
  13473.                                         => [
  13474.                                             '__fqcn__' => 'widgets/Html/Html',
  13475.                                             'content' => '<ul class="cs-util-btns">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  13476.                                         ],
  13477.                                     ],
  13478.                                     'key' => 'header_utilities',
  13479.                                 ],
  13480.                                 'header_social' => [
  13481.                                     'allow' => [
  13482.                                         => 'Html',
  13483.                                     ],
  13484.                                     'contents' => [
  13485.                                         => [
  13486.                                             '__fqcn__' => 'widgets/Html/Html',
  13487.                                             'content' => '<ul class="cs-social-links">'."\n".'    <li><a href="#"><em class="fa fa-facebook"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-twitter"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-google-plus"></em></a></li>'."\n".'</ul>'."\n".'',
  13488.                                         ],
  13489.                                     ],
  13490.                                     'key' => 'header_social',
  13491.                                 ],
  13492.                                 'header_logo' => [
  13493.                                     'allow' => [
  13494.                                         => 'Html',
  13495.                                     ],
  13496.                                     'contents' => [
  13497.                                         => [
  13498.                                             '__fqcn__' => 'widgets/Html/Html',
  13499.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/public/Fallhaven/images/logo.png" alt="Fallhaven">'."\n".'</a>'."\n".'',
  13500.                                         ],
  13501.                                     ],
  13502.                                     'key' => 'header_logo',
  13503.                                 ],
  13504.                                 'header_menu' => [
  13505.                                     'allow' => [
  13506.                                         => 'Html',
  13507.                                     ],
  13508.                                     'contents' => [
  13509.                                         => [
  13510.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  13511.                                             'items' => [
  13512.                                                 => [
  13513.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13514.                                                     'text' => 'About',
  13515.                                                     'link' => '/about',
  13516.                                                     'alignment' => 'left',
  13517.                                                     'items' => [
  13518.                                                         => [
  13519.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13520.                                                             'text' => 'History',
  13521.                                                             'link' => '/about/history',
  13522.                                                             'icon' => NULL,
  13523.                                                         ],
  13524.                                                         => [
  13525.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13526.                                                             'text' => 'Mission',
  13527.                                                             'link' => '/about/mission',
  13528.                                                             'icon' => NULL,
  13529.                                                         ],
  13530.                                                         => [
  13531.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13532.                                                             'text' => 'Superintendent\'s Message',
  13533.                                                             'link' => '/about/superintendents-welcome',
  13534.                                                             'icon' => NULL,
  13535.                                                         ],
  13536.                                                         => [
  13537.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13538.                                                             'text' => 'Strategic Plan',
  13539.                                                             'link' => '/about/strategic-plan',
  13540.                                                             'icon' => NULL,
  13541.                                                         ],
  13542.                                                         => [
  13543.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13544.                                                             'text' => 'District News',
  13545.                                                             'link' => '/about/news',
  13546.                                                             'icon' => NULL,
  13547.                                                         ],
  13548.                                                         => [
  13549.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13550.                                                             'text' => 'District Calendar',
  13551.                                                             'link' => '/about/events',
  13552.                                                             'icon' => NULL,
  13553.                                                         ],
  13554.                                                         => [
  13555.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13556.                                                             'text' => 'Meet the Teachers',
  13557.                                                             'link' => '/about/people',
  13558.                                                             'icon' => NULL,
  13559.                                                         ],
  13560.                                                         => [
  13561.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13562.                                                             'text' => 'Handbook',
  13563.                                                             'link' => '/about/handbook',
  13564.                                                             'icon' => NULL,
  13565.                                                         ],
  13566.                                                         => [
  13567.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13568.                                                             'text' => 'Enrollment',
  13569.                                                             'link' => '/about/enrollment',
  13570.                                                             'icon' => NULL,
  13571.                                                         ],
  13572.                                                         => [
  13573.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13574.                                                             'text' => 'FAQs',
  13575.                                                             'link' => '/about/faqs',
  13576.                                                             'icon' => NULL,
  13577.                                                         ],
  13578.                                                         10 => [
  13579.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13580.                                                             'text' => 'Contact',
  13581.                                                             'link' => '/about/contact',
  13582.                                                             'icon' => NULL,
  13583.                                                         ],
  13584.                                                     ],
  13585.                                                 ],
  13586.                                                 => [
  13587.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13588.                                                     'text' => 'Board of Education',
  13589.                                                     'link' => '/boe/',
  13590.                                                     'alignment' => 'left',
  13591.                                                     'items' => [
  13592.                                                         => [
  13593.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13594.                                                             'text' => 'Meet the Board',
  13595.                                                             'link' => '/boe/people',
  13596.                                                             'icon' => NULL,
  13597.                                                         ],
  13598.                                                         => [
  13599.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13600.                                                             'text' => 'Meeting Schedule',
  13601.                                                             'link' => '/boe/events',
  13602.                                                             'icon' => NULL,
  13603.                                                         ],
  13604.                                                         => [
  13605.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13606.                                                             'text' => 'Policies',
  13607.                                                             'link' => '/boe/policies',
  13608.                                                             'icon' => NULL,
  13609.                                                         ],
  13610.                                                         => [
  13611.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13612.                                                             'text' => 'Strategic Plan',
  13613.                                                             'link' => '/boe/strategic-plan',
  13614.                                                             'icon' => NULL,
  13615.                                                         ],
  13616.                                                     ],
  13617.                                                 ],
  13618.                                                 => [
  13619.                                                     '__fqcn__' => 'widgets/MegaMenu/MegaItem',
  13620.                                                     'text' => 'Our Schools',
  13621.                                                     'link' => '/schools',
  13622.                                                     'content' => '<div class="row">'."\n".'    <div class="col-md-4">'."\n".'        <div class="mega-school">'."\n".'            <h3>Fallhaven Elementary</h3>'."\n".'            <img src="http://intranet.innersync.net/public/images/demo/school-1.jpg">'."\n".'            <ul>'."\n".'                <li><a href="/schools/fallhaven-elementary/">About</a></li>'."\n".'                <li><a href="/schools/fallhaven-elementary/people">Faculty</a></li>'."\n".'                <li><a href="/schools/fallhaven-elementary/events">Calendar</a></li>'."\n".'            </ul>'."\n".'        </div>'."\n".'    </div>'."\n".'    <div class="col-md-4">'."\n".'        <div class="mega-school">'."\n".'            <h3>Fallhaven Middle School</h3>'."\n".'            <img src="http://intranet.innersync.net/public/images/demo/school-2.jpg">'."\n".'            <ul>'."\n".'                <li><a href="/schools/fallhaven-middle/">About</a></li>'."\n".'                <li><a href="/schools/fallhaven-middle/people">Faculty</a></li>'."\n".'                <li><a href="/schools/fallhaven-middle/events">Calendar</a></li>'."\n".'            </ul>'."\n".'        </div>'."\n".'    </div>'."\n".'    <div class="col-md-4">'."\n".'        <div class="mega-school">'."\n".'            <h3>Fallhaven High School</h3>'."\n".'            <img src="http://intranet.innersync.net/public/images/demo/school-3.jpg">'."\n".'            <ul>'."\n".'                <li><a href="/schools/fallhaven-high/">About</a></li>'."\n".'                <li><a href="/schools/fallhaven-high/people">Faculty</a></li>'."\n".'                <li><a href="/schools/fallhaven-high/events">Calendar</a></li>'."\n".'            </ul>'."\n".'        </div>'."\n".'    </div>'."\n".'</div>'."\n".'',
  13623.                                                 ],
  13624.                                                 => [
  13625.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13626.                                                     'text' => 'Students',
  13627.                                                     'link' => '/students',
  13628.                                                 ],
  13629.                                                 => [
  13630.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13631.                                                     'text' => 'Parents',
  13632.                                                     'link' => '/parents',
  13633.                                                 ],
  13634.                                                 => [
  13635.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13636.                                                     'text' => 'Staff',
  13637.                                                     'link' => '/staff',
  13638.                                                 ],
  13639.                                                 => [
  13640.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13641.                                                     'text' => 'Community',
  13642.                                                     'link' => '/community',
  13643.                                                 ],
  13644.                                             ],
  13645.                                         ],
  13646.                                     ],
  13647.                                     'key' => 'header_menu',
  13648.                                 ],
  13649.                                 'aside_menu' => [
  13650.                                     'allow' => [
  13651.                                         => 'Html',
  13652.                                     ],
  13653.                                     'contents' => [
  13654.                                         => [
  13655.                                             '__fqcn__' => 'widgets/Html/Html',
  13656.                                             'content' => '<p>[ Replace once side menu is available ]</p>'."\n".'',
  13657.                                         ],
  13658.                                     ],
  13659.                                     'key' => 'aside_menu',
  13660.                                 ],
  13661.                                 'aside_content' => [
  13662.                                     'allow' => [
  13663.                                         => 'Html',
  13664.                                     ],
  13665.                                     'contents' => [
  13666.                                         => [
  13667.                                             '__fqcn__' => 'widgets/Html/Html',
  13668.                                             'content' => '<h3>About Fallhaven</h3>'."\n".'<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13669.                                         ],
  13670.                                     ],
  13671.                                     'key' => 'aside_content',
  13672.                                 ],
  13673.                                 'aside_content_btn' => [
  13674.                                     'allow' => [
  13675.                                         => 'Button',
  13676.                                     ],
  13677.                                     'contents' => [
  13678.                                         => [
  13679.                                             '__fqcn__' => 'widgets/Button/Button',
  13680.                                             'text' => 'Learn More',
  13681.                                             'linkLocal' => '/about',
  13682.                                             'linkExternal' => 'http://www.google.com/',
  13683.                                             'useExternal' => false,
  13684.                                             'target' => '_blank',
  13685.                                             'style' => 'round',
  13686.                                             'size' => 'lg',
  13687.                                             'color' => 'success',
  13688.                                             'icon' => NULL,
  13689.                                             'alignment' => 'center',
  13690.                                             'fullWidth' => false,
  13691.                                             'title' => 'More about Fallhaven',
  13692.                                         ],
  13693.                                     ],
  13694.                                     'key' => 'aside_content_btn',
  13695.                                 ],
  13696.                                 'footer_top' => [
  13697.                                     'allow' => [
  13698.                                         => 'Row',
  13699.                                     ],
  13700.                                     'contents' => [
  13701.                                         => [
  13702.                                             '__fqcn__' => 'widgets/Row/Row',
  13703.                                             'columns' => [
  13704.                                                 => [
  13705.                                                     '__fqcn__' => 'widgets/Row/Column',
  13706.                                                     'numerator' => 1,
  13707.                                                     'denominator' => 1,
  13708.                                                     'children' => [
  13709.                                                         => [
  13710.                                                             '__fqcn__' => 'widgets/Html/Html',
  13711.                                                             'content' => '<ul class="cs-social-links">'."\n".'    <li><a href="#"><em class="fa fa-facebook"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-twitter"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-google-plus"></em></a></li>'."\n".'</ul>'."\n".'<p class="text-secondary tagline">Connect with Fallhaven</p>'."\n".'<a class="cs-btn cs-btn-lg cs-btn-secondary btn-connect" href="#">Contact Fallhaven</a>'."\n".'',
  13712.                                                         ],
  13713.                                                     ],
  13714.                                                 ],
  13715.                                             ],
  13716.                                         ],
  13717.                                     ],
  13718.                                     'key' => 'footer_top',
  13719.                                 ],
  13720.                                 'footer_links' => [
  13721.                                     'allow' => [
  13722.                                         => 'Row',
  13723.                                     ],
  13724.                                     'contents' => [
  13725.                                         => [
  13726.                                             '__fqcn__' => 'widgets/Row/Row',
  13727.                                             'columns' => [
  13728.                                                 => [
  13729.                                                     '__fqcn__' => 'widgets/Row/Column',
  13730.                                                     'numerator' => 1,
  13731.                                                     'denominator' => 3,
  13732.                                                     'children' => [
  13733.                                                         => [
  13734.                                                             '__fqcn__' => 'widgets/Html/Html',
  13735.                                                             'content' => '<div class="menu">'."\n".'    <h5 class="text-uppercase">About the District</h5>'."\n".'    <ul>'."\n".'        <li><a href="#">Superintendent\'s Message</a></li>'."\n".'        <li><a href="#">District News</a></li>'."\n".'        <li><a href="#">District Calendar</a></li>'."\n".'        <li><a href="#">Meet the Teachers</a></li>'."\n".'        <li><a href="#">Contact</a></li>'."\n".'    </ul>'."\n".'</div>'."\n".'',
  13736.                                                         ],
  13737.                                                     ],
  13738.                                                 ],
  13739.                                                 => [
  13740.                                                     '__fqcn__' => 'widgets/Row/Column',
  13741.                                                     'numerator' => 1,
  13742.                                                     'denominator' => 3,
  13743.                                                     'children' => [
  13744.                                                         => [
  13745.                                                             '__fqcn__' => 'widgets/Html/Html',
  13746.                                                             'content' => '<div class="menu">'."\n".'    <h5 class="text-uppercase">Board of Education</h5>'."\n".'    <ul>'."\n".'        <li><a href="#">Meet the Board</a></li>'."\n".'        <li><a href="#">Meeting Schedule</a></li>'."\n".'        <li><a href="#">School Policies</a></li>'."\n".'        <li><a href="#">Privacy Policy</a></li>'."\n".'    </ul>'."\n".'</div>'."\n".'',
  13747.                                                         ],
  13748.                                                     ],
  13749.                                                 ],
  13750.                                                 => [
  13751.                                                     '__fqcn__' => 'widgets/Row/Column',
  13752.                                                     'numerator' => 1,
  13753.                                                     'denominator' => 3,
  13754.                                                     'children' => [
  13755.                                                         => [
  13756.                                                             '__fqcn__' => 'widgets/Html/Html',
  13757.                                                             'content' => '<div class="menu">'."\n".'    <h5 class="text-uppercase">Schools</h5>'."\n".'    <ul>'."\n".'        <li><a href="#">Fallhaven Elementary</a></li>'."\n".'        <li><a href="#">Fallhaven Middle School</a></li>'."\n".'        <li><a href="#">Fallhaven High School</a></li>'."\n".'    </ul>'."\n".'</div>'."\n".'',
  13758.                                                         ],
  13759.                                                     ],
  13760.                                                 ],
  13761.                                             ],
  13762.                                         ],
  13763.                                     ],
  13764.                                     'key' => 'footer_links',
  13765.                                 ],
  13766.                                 'footer_contact' => [
  13767.                                     'allow' => [
  13768.                                         => 'Html',
  13769.                                     ],
  13770.                                     'contents' => [
  13771.                                         => [
  13772.                                             '__fqcn__' => 'widgets/Html/Html',
  13773.                                             'content' => '<div class="location">'."\n".'    <p>Fallhaven School<br>'."\n".'    1234 Fallhaven Drive<br>'."\n".'    Newport, KY 45000</p>'."\n".'    <p>800.125.2333 Phone<br>'."\n".'    800.233.444 Fax</p>'."\n".'</div>'."\n".'',
  13774.                                         ],
  13775.                                     ],
  13776.                                     'key' => 'footer_contact',
  13777.                                 ],
  13778.                             ],
  13779.                             'key' => 'Secondary',
  13780.                         ],
  13781.                     ],
  13782.                 ],
  13783.                 'FirstClass' => [
  13784.                     'name' => 'First Class',
  13785.                     'description' => '<p>The First Class design style.</p>'."\n".'',
  13786.                     'framework' => 'bootstrap',
  13787.                     'framework_version' => '3.4.1',
  13788.                     'language' => NULL,
  13789.                     'base' => 'Campussuite2015',
  13790.                     'tenants' => [
  13791.                     ],
  13792.                     'preview' => '/themes/FirstClass/images/preview.jpg',
  13793.                     'screenshots' => [
  13794.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  13795.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  13796.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  13797.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  13798.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  13799.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  13800.                     ],
  13801.                     'scripts' => [
  13802.                         => [
  13803.                             'group' => NULL,
  13804.                             'priority' => NULL,
  13805.                             'urls' => [
  13806.                                 => '/themes/FirstClass/scripts/package.js',
  13807.                             ],
  13808.                         ],
  13809.                     ],
  13810.                     'styles' => [
  13811.                         => [
  13812.                             'group' => 'fonts',
  13813.                             'priority' => NULL,
  13814.                             'urls' => [
  13815.                                 => 'font-awesome::/css/font-awesome.min.css',
  13816.                             ],
  13817.                         ],
  13818.                         => [
  13819.                             'group' => NULL,
  13820.                             'priority' => NULL,
  13821.                             'sources' => [
  13822.                             ],
  13823.                         ],
  13824.                     ],
  13825.                     'widget_restrictions' => [
  13826.                         => 'Blank',
  13827.                     ],
  13828.                     'key' => 'FirstClass',
  13829.                     'layouts' => [
  13830.                         'DefaultHomeOuter' => [
  13831.                             'name' => 'First Class Default Home Outer',
  13832.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  13833.                             'regions' => [
  13834.                                 'content' => [
  13835.                                     'allow' => [
  13836.                                     ],
  13837.                                     'contents' => [
  13838.                                         => [
  13839.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13840.                                             'key' => 'content',
  13841.                                         ],
  13842.                                     ],
  13843.                                     'key' => 'content',
  13844.                                 ],
  13845.                                 'header_contacts' => [
  13846.                                     'allow' => [
  13847.                                         => 'Html',
  13848.                                     ],
  13849.                                     'contents' => [
  13850.                                         => [
  13851.                                             '__fqcn__' => 'widgets/Html/Html',
  13852.                                             'content' => '[header contacts]'."\n".'',
  13853.                                         ],
  13854.                                     ],
  13855.                                     'key' => 'header_contacts',
  13856.                                 ],
  13857.                                 'header_search' => [
  13858.                                     'allow' => [
  13859.                                         => 'Html',
  13860.                                     ],
  13861.                                     'contents' => [
  13862.                                         => [
  13863.                                             '__fqcn__' => 'widgets/Html/Html',
  13864.                                             'content' => '[header search]'."\n".'',
  13865.                                         ],
  13866.                                     ],
  13867.                                     'key' => 'header_search',
  13868.                                 ],
  13869.                                 'header_search_drawer' => [
  13870.                                     'allow' => [
  13871.                                         => 'Html',
  13872.                                     ],
  13873.                                     'contents' => [
  13874.                                         => [
  13875.                                             '__fqcn__' => 'widgets/Html/Html',
  13876.                                             'content' => '[header search drawer]'."\n".'',
  13877.                                         ],
  13878.                                     ],
  13879.                                     'key' => 'header_search_drawer',
  13880.                                 ],
  13881.                                 'header_logo' => [
  13882.                                     'allow' => [
  13883.                                         => 'Html',
  13884.                                     ],
  13885.                                     'contents' => [
  13886.                                         => [
  13887.                                             '__fqcn__' => 'widgets/Html/Html',
  13888.                                             'content' => '[header logo]'."\n".'',
  13889.                                         ],
  13890.                                     ],
  13891.                                     'key' => 'header_logo',
  13892.                                 ],
  13893.                                 'header_main_menu' => [
  13894.                                     'allow' => [
  13895.                                         => 'Html',
  13896.                                     ],
  13897.                                     'contents' => [
  13898.                                         => [
  13899.                                             '__fqcn__' => 'widgets/Html/Html',
  13900.                                             'content' => '[header main menu]'."\n".'',
  13901.                                         ],
  13902.                                     ],
  13903.                                     'key' => 'header_main_menu',
  13904.                                 ],
  13905.                                 'home_feature_slider' => [
  13906.                                     'allow' => [
  13907.                                         => 'Html',
  13908.                                     ],
  13909.                                     'contents' => [
  13910.                                         => [
  13911.                                             '__fqcn__' => 'widgets/Html/Html',
  13912.                                             'content' => '[home feature slider]',
  13913.                                         ],
  13914.                                     ],
  13915.                                     'key' => 'home_feature_slider',
  13916.                                 ],
  13917.                             ],
  13918.                             'key' => 'DefaultHomeOuter',
  13919.                         ],
  13920.                         'DefaultOuter' => [
  13921.                             'name' => 'First Class Default Outer',
  13922.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  13923.                             'regions' => [
  13924.                                 'content' => [
  13925.                                     'allow' => [
  13926.                                     ],
  13927.                                     'contents' => [
  13928.                                         => [
  13929.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13930.                                             'key' => 'content',
  13931.                                         ],
  13932.                                     ],
  13933.                                     'key' => 'content',
  13934.                                 ],
  13935.                                 'header_contacts' => [
  13936.                                     'allow' => [
  13937.                                         => 'Html',
  13938.                                     ],
  13939.                                     'contents' => [
  13940.                                         => [
  13941.                                             '__fqcn__' => 'widgets/Html/Html',
  13942.                                             'content' => '[header contacts]'."\n".'',
  13943.                                         ],
  13944.                                     ],
  13945.                                     'key' => 'header_contacts',
  13946.                                 ],
  13947.                                 'header_search' => [
  13948.                                     'allow' => [
  13949.                                         => 'Html',
  13950.                                     ],
  13951.                                     'contents' => [
  13952.                                         => [
  13953.                                             '__fqcn__' => 'widgets/Html/Html',
  13954.                                             'content' => '[header search]'."\n".'',
  13955.                                         ],
  13956.                                     ],
  13957.                                     'key' => 'header_search',
  13958.                                 ],
  13959.                                 'header_search_drawer' => [
  13960.                                     'allow' => [
  13961.                                         => 'Html',
  13962.                                     ],
  13963.                                     'contents' => [
  13964.                                         => [
  13965.                                             '__fqcn__' => 'widgets/Html/Html',
  13966.                                             'content' => '[header search drawer]'."\n".'',
  13967.                                         ],
  13968.                                     ],
  13969.                                     'key' => 'header_search_drawer',
  13970.                                 ],
  13971.                                 'header_logo' => [
  13972.                                     'allow' => [
  13973.                                         => 'Html',
  13974.                                     ],
  13975.                                     'contents' => [
  13976.                                         => [
  13977.                                             '__fqcn__' => 'widgets/Html/Html',
  13978.                                             'content' => '[header logo]'."\n".'',
  13979.                                         ],
  13980.                                     ],
  13981.                                     'key' => 'header_logo',
  13982.                                 ],
  13983.                                 'header_main_menu' => [
  13984.                                     'allow' => [
  13985.                                         => 'Html',
  13986.                                     ],
  13987.                                     'contents' => [
  13988.                                         => [
  13989.                                             '__fqcn__' => 'widgets/Html/Html',
  13990.                                             'content' => '[header main menu]',
  13991.                                         ],
  13992.                                     ],
  13993.                                     'key' => 'header_main_menu',
  13994.                                 ],
  13995.                             ],
  13996.                             'key' => 'DefaultOuter',
  13997.                         ],
  13998.                     ],
  13999.                 ],
  14000.                 'Graceland' => [
  14001.                     'name' => 'Graceland',
  14002.                     'description' => 'Graceland is a <strong>custom</strong> design style and not authorized for use on any site other than Graceland University.'."\n".'',
  14003.                     'framework' => 'bootstrap',
  14004.                     'framework_version' => '3.4.1',
  14005.                     'language' => NULL,
  14006.                     'base' => 'Campussuite2015',
  14007.                     'tenants' => [
  14008.                     ],
  14009.                     'preview' => '/themes/Graceland/images/preview.jpg',
  14010.                     'screenshots' => [
  14011.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14012.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14013.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14014.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14015.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14016.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14017.                     ],
  14018.                     'scripts' => [
  14019.                         => [
  14020.                             'group' => NULL,
  14021.                             'priority' => NULL,
  14022.                             'urls' => [
  14023.                                 => '/themes/Graceland/scripts/graceland.js',
  14024.                             ],
  14025.                         ],
  14026.                     ],
  14027.                     'styles' => [
  14028.                         => [
  14029.                             'group' => 'fonts',
  14030.                             'priority' => NULL,
  14031.                             'urls' => [
  14032.                                 => 'font-awesome::/css/font-awesome.min.css',
  14033.                             ],
  14034.                         ],
  14035.                         => [
  14036.                             'group' => NULL,
  14037.                             'priority' => NULL,
  14038.                             'sources' => [
  14039.                             ],
  14040.                         ],
  14041.                     ],
  14042.                     'widget_restrictions' => [
  14043.                         => 'Blank',
  14044.                     ],
  14045.                     'key' => 'Graceland',
  14046.                     'layouts' => [
  14047.                         'DefaultOuter' => [
  14048.                             'name' => 'Graceland Default Outer',
  14049.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14050.                             'regions' => [
  14051.                                 'content' => [
  14052.                                     'allow' => [
  14053.                                     ],
  14054.                                     'contents' => [
  14055.                                         => [
  14056.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14057.                                             'key' => 'content',
  14058.                                         ],
  14059.                                     ],
  14060.                                     'key' => 'content',
  14061.                                 ],
  14062.                                 'alert_bar' => [
  14063.                                     'allow' => [
  14064.                                         => 'AlertBanner',
  14065.                                     ],
  14066.                                     'contents' => [
  14067.                                         => [
  14068.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14069.                                             'id' => 10814,
  14070.                                             'limit' => 5,
  14071.                                         ],
  14072.                                     ],
  14073.                                     'key' => 'alert_bar',
  14074.                                 ],
  14075.                                 'header_logo' => [
  14076.                                     'allow' => [
  14077.                                         => 'Html',
  14078.                                     ],
  14079.                                     'contents' => [
  14080.                                         => [
  14081.                                             '__fqcn__' => 'widgets/Html/Html',
  14082.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14083.                                         ],
  14084.                                     ],
  14085.                                     'key' => 'header_logo',
  14086.                                 ],
  14087.                                 'header_logo_small' => [
  14088.                                     'allow' => [
  14089.                                         => 'Html',
  14090.                                     ],
  14091.                                     'contents' => [
  14092.                                         => [
  14093.                                             '__fqcn__' => 'widgets/Html/Html',
  14094.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14095.                                         ],
  14096.                                     ],
  14097.                                     'key' => 'header_logo_small',
  14098.                                 ],
  14099.                                 'header_menu' => [
  14100.                                     'allow' => [
  14101.                                         => 'Html',
  14102.                                     ],
  14103.                                     'contents' => [
  14104.                                         => [
  14105.                                             '__fqcn__' => 'widgets/Html/Html',
  14106.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14107.                                         ],
  14108.                                     ],
  14109.                                     'key' => 'header_menu',
  14110.                                 ],
  14111.                                 'footer_top' => [
  14112.                                     'allow' => [
  14113.                                         => 'Html',
  14114.                                     ],
  14115.                                     'contents' => [
  14116.                                         => [
  14117.                                             '__fqcn__' => 'widgets/Html/Html',
  14118.                                             'content' => '[ footer top section - block widget ]'."\n".'',
  14119.                                         ],
  14120.                                     ],
  14121.                                     'key' => 'footer_top',
  14122.                                 ],
  14123.                                 'footer_main' => [
  14124.                                     'allow' => [
  14125.                                         => 'Html',
  14126.                                     ],
  14127.                                     'contents' => [
  14128.                                         => [
  14129.                                             '__fqcn__' => 'widgets/Html/Html',
  14130.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14131.                                         ],
  14132.                                     ],
  14133.                                     'key' => 'footer_main',
  14134.                                 ],
  14135.                                 'footer_bottom' => [
  14136.                                     'allow' => [
  14137.                                         => 'Html',
  14138.                                     ],
  14139.                                     'contents' => [
  14140.                                         => [
  14141.                                             '__fqcn__' => 'widgets/Html/Html',
  14142.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14143.                                         ],
  14144.                                     ],
  14145.                                     'key' => 'footer_bottom',
  14146.                                 ],
  14147.                             ],
  14148.                             'key' => 'DefaultOuter',
  14149.                         ],
  14150.                     ],
  14151.                 ],
  14152.                 'Grayslake' => [
  14153.                     'name' => 'Grayslake',
  14154.                     'description' => 'Grayslake is a <strong>custom</strong> design style and not authorized for use on any site other than Grayslake Community HS D127 websites.'."\n".'',
  14155.                     'framework' => 'bootstrap',
  14156.                     'framework_version' => '3.4.1',
  14157.                     'language' => NULL,
  14158.                     'base' => 'Campussuite2015',
  14159.                     'tenants' => [
  14160.                     ],
  14161.                     'preview' => '/themes/Grayslake/images/preview.jpg',
  14162.                     'screenshots' => [
  14163.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14164.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14165.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14166.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14167.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14168.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14169.                     ],
  14170.                     'scripts' => [
  14171.                         => [
  14172.                             'group' => NULL,
  14173.                             'priority' => NULL,
  14174.                             'urls' => [
  14175.                                 => 'https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.runtime.min.js',
  14176.                                 => '/themes/Grayslake/scripts/instashow/jquery.instashow.min.js',
  14177.                                 => '/themes/Grayslake/scripts/grayslake.js',
  14178.                             ],
  14179.                         ],
  14180.                     ],
  14181.                     'styles' => [
  14182.                         => [
  14183.                             'group' => 'fonts',
  14184.                             'priority' => NULL,
  14185.                             'urls' => [
  14186.                                 => 'font-awesome::/css/font-awesome.min.css',
  14187.                                 => '/themes/Grayslake/scripts/instashow/jquery.instashow.min.css',
  14188.                             ],
  14189.                         ],
  14190.                         => [
  14191.                             'group' => NULL,
  14192.                             'priority' => NULL,
  14193.                             'sources' => [
  14194.                             ],
  14195.                         ],
  14196.                     ],
  14197.                     'widget_restrictions' => [
  14198.                         => 'Blank',
  14199.                     ],
  14200.                     'key' => 'Grayslake',
  14201.                     'layouts' => [
  14202.                         'DefaultOuter' => [
  14203.                             'name' => 'Grayslake Default Outer',
  14204.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14205.                             'regions' => [
  14206.                                 'content' => [
  14207.                                     'allow' => [
  14208.                                     ],
  14209.                                     'contents' => [
  14210.                                         => [
  14211.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14212.                                             'key' => 'content',
  14213.                                         ],
  14214.                                     ],
  14215.                                     'key' => 'content',
  14216.                                 ],
  14217.                                 'alert_bar' => [
  14218.                                     'allow' => [
  14219.                                     ],
  14220.                                     'contents' => [
  14221.                                         => [
  14222.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14223.                                             'id' => 10814,
  14224.                                             'limit' => 5,
  14225.                                         ],
  14226.                                     ],
  14227.                                     'key' => 'alert_bar',
  14228.                                 ],
  14229.                                 'header_logo' => [
  14230.                                     'allow' => [
  14231.                                     ],
  14232.                                     'contents' => [
  14233.                                         => [
  14234.                                             '__fqcn__' => 'widgets/Html/Html',
  14235.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Grayslake/images/grayslake-logo.png" alt="Grayslake">'."\n".'</a>'."\n".'',
  14236.                                         ],
  14237.                                     ],
  14238.                                     'key' => 'header_logo',
  14239.                                 ],
  14240.                                 'header_logo_small' => [
  14241.                                     'allow' => [
  14242.                                     ],
  14243.                                     'contents' => [
  14244.                                         => [
  14245.                                             '__fqcn__' => 'widgets/Html/Html',
  14246.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Grayslake/images/grayslake-logo-small.png" alt="Grayslake">'."\n".'</a>'."\n".'',
  14247.                                         ],
  14248.                                     ],
  14249.                                     'key' => 'header_logo_small',
  14250.                                 ],
  14251.                                 'header_utils' => [
  14252.                                     'allow' => [
  14253.                                     ],
  14254.                                     'contents' => [
  14255.                                         => [
  14256.                                             '__fqcn__' => 'widgets/Html/Html',
  14257.                                             'content' => '<ul>'."\n".'    <li><a href="#">Grayslake Central</a></li>'."\n".'    <li><a href="#">Grayslake North</a></li>'."\n".'</ul>'."\n".'',
  14258.                                         ],
  14259.                                     ],
  14260.                                     'key' => 'header_utils',
  14261.                                 ],
  14262.                                 'header_menu' => [
  14263.                                     'allow' => [
  14264.                                     ],
  14265.                                     'contents' => [
  14266.                                         => [
  14267.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  14268.                                             'items' => [
  14269.                                                 => [
  14270.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14271.                                                     'text' => 'About',
  14272.                                                     'link' => '/district',
  14273.                                                 ],
  14274.                                                 => [
  14275.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14276.                                                     'text' => 'Schools',
  14277.                                                     'link' => '/schools',
  14278.                                                 ],
  14279.                                                 => [
  14280.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14281.                                                     'text' => 'Parent/Students',
  14282.                                                     'link' => '/parents-students',
  14283.                                                 ],
  14284.                                                 => [
  14285.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14286.                                                     'text' => 'Departments',
  14287.                                                     'link' => '/departments',
  14288.                                                 ],
  14289.                                                 => [
  14290.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14291.                                                     'text' => 'Athletics',
  14292.                                                     'link' => '/athletics',
  14293.                                                 ],
  14294.                                                 => [
  14295.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14296.                                                     'text' => 'Board of Education',
  14297.                                                     'link' => '/board-of-education',
  14298.                                                 ],
  14299.                                                 => [
  14300.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14301.                                                     'text' => 'Community',
  14302.                                                     'link' => '/community-links',
  14303.                                                 ],
  14304.                                             ],
  14305.                                         ],
  14306.                                     ],
  14307.                                     'key' => 'header_menu',
  14308.                                 ],
  14309.                                 'footer_top' => [
  14310.                                     'allow' => [
  14311.                                     ],
  14312.                                     'contents' => [
  14313.                                         => [
  14314.                                             '__fqcn__' => 'widgets/Block/Block',
  14315.                                             'type' => 'container',
  14316.                                             'children' => [
  14317.                                                 => [
  14318.                                                     '__fqcn__' => 'widgets/Row/Row',
  14319.                                                     'structure' => '1/1',
  14320.                                                     'columns' => [
  14321.                                                         => [
  14322.                                                             '__fqcn__' => 'widgets/Row/Column',
  14323.                                                             'children' => [
  14324.                                                                 => [
  14325.                                                                     '__fqcn__' => 'widgets/Html/Html',
  14326.                                                                     'content' => '<p>[quicklinks and social]</p>'."\n".'',
  14327.                                                                 ],
  14328.                                                             ],
  14329.                                                         ],
  14330.                                                     ],
  14331.                                                 ],
  14332.                                             ],
  14333.                                         ],
  14334.                                     ],
  14335.                                     'key' => 'footer_top',
  14336.                                 ],
  14337.                                 'footer_main' => [
  14338.                                     'allow' => [
  14339.                                     ],
  14340.                                     'contents' => [
  14341.                                         => [
  14342.                                             '__fqcn__' => 'widgets/Block/Block',
  14343.                                             'type' => 'container',
  14344.                                             'children' => [
  14345.                                                 => [
  14346.                                                     '__fqcn__' => 'widgets/Row/Row',
  14347.                                                     'structure' => '1/1',
  14348.                                                     'columns' => [
  14349.                                                         => [
  14350.                                                             '__fqcn__' => 'widgets/Row/Column',
  14351.                                                             'children' => [
  14352.                                                                 => [
  14353.                                                                     '__fqcn__' => 'widgets/Html/Html',
  14354.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  14355.                                                                 ],
  14356.                                                             ],
  14357.                                                         ],
  14358.                                                     ],
  14359.                                                 ],
  14360.                                             ],
  14361.                                         ],
  14362.                                     ],
  14363.                                     'key' => 'footer_main',
  14364.                                 ],
  14365.                             ],
  14366.                             'key' => 'DefaultOuter',
  14367.                         ],
  14368.                     ],
  14369.                 ],
  14370.                 'Kildeer' => [
  14371.                     'name' => 'Kildeer',
  14372.                     'description' => 'Kildeer is a <strong>custom</strong> design style and not authorized for use on any site other than KCSD96 websites.'."\n".'',
  14373.                     'framework' => 'bootstrap',
  14374.                     'framework_version' => '3.4.1',
  14375.                     'language' => NULL,
  14376.                     'base' => 'Campussuite2015',
  14377.                     'tenants' => [
  14378.                     ],
  14379.                     'preview' => '/themes/Kildeer/images/preview.jpg',
  14380.                     'screenshots' => [
  14381.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14382.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14383.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14384.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14385.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14386.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14387.                     ],
  14388.                     'scripts' => [
  14389.                         => [
  14390.                             'group' => NULL,
  14391.                             'priority' => NULL,
  14392.                             'urls' => [
  14393.                                 => '/themes/Kildeer/scripts/kildeer.js',
  14394.                             ],
  14395.                         ],
  14396.                     ],
  14397.                     'styles' => [
  14398.                         => [
  14399.                             'group' => 'fonts',
  14400.                             'priority' => NULL,
  14401.                             'urls' => [
  14402.                                 => 'font-awesome::/css/font-awesome.min.css',
  14403.                             ],
  14404.                         ],
  14405.                         => [
  14406.                             'group' => NULL,
  14407.                             'priority' => NULL,
  14408.                             'sources' => [
  14409.                             ],
  14410.                         ],
  14411.                     ],
  14412.                     'widget_restrictions' => [
  14413.                         => 'Blank',
  14414.                     ],
  14415.                     'key' => 'Kildeer',
  14416.                     'layouts' => [
  14417.                         'DefaultOuter' => [
  14418.                             'name' => 'Kildeer Default Outer',
  14419.                             'description' => 'The default outer template for the Kildeer template design. This template includes the standard header, an editable region and the default footer.'."\n".'',
  14420.                             'regions' => [
  14421.                                 'content' => [
  14422.                                     'allow' => [
  14423.                                     ],
  14424.                                     'contents' => [
  14425.                                         => [
  14426.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14427.                                             'key' => 'content',
  14428.                                         ],
  14429.                                     ],
  14430.                                     'key' => 'content',
  14431.                                 ],
  14432.                             ],
  14433.                             'key' => 'DefaultOuter',
  14434.                         ],
  14435.                     ],
  14436.                 ],
  14437.                 'Kirby' => [
  14438.                     'name' => 'Kirby',
  14439.                     'description' => 'Kirby is a <strong>custom</strong> design style and not authorized for use on any site other than KSD140 websites.'."\n".'',
  14440.                     'framework' => 'bootstrap',
  14441.                     'framework_version' => '3.4.1',
  14442.                     'language' => NULL,
  14443.                     'base' => 'Campussuite2015',
  14444.                     'tenants' => [
  14445.                     ],
  14446.                     'preview' => '/themes/Kirby/images/preview.jpg',
  14447.                     'screenshots' => [
  14448.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14449.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14450.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14451.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14452.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14453.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14454.                     ],
  14455.                     'scripts' => [
  14456.                         => [
  14457.                             'group' => NULL,
  14458.                             'priority' => NULL,
  14459.                             'urls' => [
  14460.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  14461.                                 => '/themes/Kirby/scripts/kirby.js',
  14462.                             ],
  14463.                         ],
  14464.                     ],
  14465.                     'styles' => [
  14466.                         => [
  14467.                             'group' => 'fonts',
  14468.                             'priority' => NULL,
  14469.                             'urls' => [
  14470.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  14471.                                 => 'font-awesome::/css/font-awesome.min.css',
  14472.                             ],
  14473.                         ],
  14474.                         => [
  14475.                             'group' => NULL,
  14476.                             'priority' => NULL,
  14477.                             'sources' => [
  14478.                             ],
  14479.                         ],
  14480.                     ],
  14481.                     'widget_restrictions' => [
  14482.                         => 'Blank',
  14483.                     ],
  14484.                     'key' => 'Kirby',
  14485.                     'layouts' => [
  14486.                         'DefaultOuter' => [
  14487.                             'name' => 'Kirby Default Outer',
  14488.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14489.                             'regions' => [
  14490.                                 'content' => [
  14491.                                     'allow' => [
  14492.                                     ],
  14493.                                     'contents' => [
  14494.                                         => [
  14495.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14496.                                             'key' => 'content',
  14497.                                         ],
  14498.                                     ],
  14499.                                     'key' => 'content',
  14500.                                 ],
  14501.                                 'alert_bar' => [
  14502.                                     'allow' => [
  14503.                                         => 'AlertBanner',
  14504.                                     ],
  14505.                                     'contents' => [
  14506.                                         => [
  14507.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14508.                                             'id' => 10814,
  14509.                                             'limit' => 5,
  14510.                                         ],
  14511.                                     ],
  14512.                                     'key' => 'alert_bar',
  14513.                                 ],
  14514.                                 'header_logo' => [
  14515.                                     'allow' => [
  14516.                                         => 'Html',
  14517.                                     ],
  14518.                                     'contents' => [
  14519.                                         => [
  14520.                                             '__fqcn__' => 'widgets/Html/Html',
  14521.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14522.                                         ],
  14523.                                     ],
  14524.                                     'key' => 'header_logo',
  14525.                                 ],
  14526.                                 'header_logo_small' => [
  14527.                                     'allow' => [
  14528.                                         => 'Html',
  14529.                                     ],
  14530.                                     'contents' => [
  14531.                                         => [
  14532.                                             '__fqcn__' => 'widgets/Html/Html',
  14533.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14534.                                         ],
  14535.                                     ],
  14536.                                     'key' => 'header_logo_small',
  14537.                                 ],
  14538.                                 'header_menu' => [
  14539.                                     'allow' => [
  14540.                                         => 'Html',
  14541.                                     ],
  14542.                                     'contents' => [
  14543.                                         => [
  14544.                                             '__fqcn__' => 'widgets/Html/Html',
  14545.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14546.                                         ],
  14547.                                     ],
  14548.                                     'key' => 'header_menu',
  14549.                                 ],
  14550.                                 'footer_main' => [
  14551.                                     'allow' => [
  14552.                                         => 'Html',
  14553.                                     ],
  14554.                                     'contents' => [
  14555.                                         => [
  14556.                                             '__fqcn__' => 'widgets/Html/Html',
  14557.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14558.                                         ],
  14559.                                     ],
  14560.                                     'key' => 'footer_main',
  14561.                                 ],
  14562.                                 'footer_bottom' => [
  14563.                                     'allow' => [
  14564.                                         => 'Html',
  14565.                                     ],
  14566.                                     'contents' => [
  14567.                                         => [
  14568.                                             '__fqcn__' => 'widgets/Html/Html',
  14569.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14570.                                         ],
  14571.                                     ],
  14572.                                     'key' => 'footer_bottom',
  14573.                                 ],
  14574.                             ],
  14575.                             'key' => 'DefaultOuter',
  14576.                         ],
  14577.                         'HomeFeatureOuter' => [
  14578.                             'name' => 'Kirby Home Feature Outer',
  14579.                             'description' => 'Dedicated home outer template with full feature slider widget.'."\n".'',
  14580.                             'regions' => [
  14581.                                 'content' => [
  14582.                                     'allow' => [
  14583.                                     ],
  14584.                                     'contents' => [
  14585.                                         => [
  14586.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14587.                                             'key' => 'content',
  14588.                                         ],
  14589.                                     ],
  14590.                                     'key' => 'content',
  14591.                                 ],
  14592.                             ],
  14593.                             'key' => 'HomeFeatureOuter',
  14594.                         ],
  14595.                     ],
  14596.                 ],
  14597.                 'Metropolis' => [
  14598.                     'name' => 'Metropolis',
  14599.                     'description' => 'The Metropolis design style includes a single header layout (see preview).'."\n".'',
  14600.                     'framework' => 'bootstrap',
  14601.                     'framework_version' => '3.4.1',
  14602.                     'language' => NULL,
  14603.                     'base' => 'Campussuite2015',
  14604.                     'tenants' => [
  14605.                     ],
  14606.                     'preview' => '/themes/Metropolis/images/preview.jpg',
  14607.                     'screenshots' => [
  14608.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14609.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14610.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14611.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14612.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14613.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14614.                     ],
  14615.                     'scripts' => [
  14616.                         => [
  14617.                             'group' => NULL,
  14618.                             'priority' => NULL,
  14619.                             'urls' => [
  14620.                                 => '/themes/Metropolis/scripts/metropolis.js',
  14621.                             ],
  14622.                         ],
  14623.                     ],
  14624.                     'styles' => [
  14625.                         => [
  14626.                             'group' => 'fonts',
  14627.                             'priority' => NULL,
  14628.                             'urls' => [
  14629.                                 => 'font-awesome::/css/font-awesome.min.css',
  14630.                             ],
  14631.                         ],
  14632.                         => [
  14633.                             'group' => NULL,
  14634.                             'priority' => NULL,
  14635.                             'sources' => [
  14636.                             ],
  14637.                         ],
  14638.                     ],
  14639.                     'widget_restrictions' => [
  14640.                         => 'Blank',
  14641.                     ],
  14642.                     'key' => 'Metropolis',
  14643.                     'layouts' => [
  14644.                         'DefaultOuter' => [
  14645.                             'name' => 'Metropolis Default Outer',
  14646.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14647.                             'regions' => [
  14648.                                 'content' => [
  14649.                                     'allow' => [
  14650.                                     ],
  14651.                                     'contents' => [
  14652.                                         => [
  14653.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14654.                                             'key' => 'content',
  14655.                                         ],
  14656.                                     ],
  14657.                                     'key' => 'content',
  14658.                                 ],
  14659.                                 'alert_bar' => [
  14660.                                     'allow' => [
  14661.                                         => 'AlertBanner',
  14662.                                     ],
  14663.                                     'contents' => [
  14664.                                         => [
  14665.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14666.                                             'id' => 10814,
  14667.                                             'limit' => 5,
  14668.                                         ],
  14669.                                     ],
  14670.                                     'key' => 'alert_bar',
  14671.                                 ],
  14672.                                 'header_logo' => [
  14673.                                     'allow' => [
  14674.                                         => 'Html',
  14675.                                     ],
  14676.                                     'contents' => [
  14677.                                         => [
  14678.                                             '__fqcn__' => 'widgets/Html/Html',
  14679.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14680.                                         ],
  14681.                                     ],
  14682.                                     'key' => 'header_logo',
  14683.                                 ],
  14684.                                 'header_logo_small' => [
  14685.                                     'allow' => [
  14686.                                         => 'Html',
  14687.                                     ],
  14688.                                     'contents' => [
  14689.                                         => [
  14690.                                             '__fqcn__' => 'widgets/Html/Html',
  14691.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14692.                                         ],
  14693.                                     ],
  14694.                                     'key' => 'header_logo_small',
  14695.                                 ],
  14696.                                 'header_menu' => [
  14697.                                     'allow' => [
  14698.                                         => 'Html',
  14699.                                     ],
  14700.                                     'contents' => [
  14701.                                         => [
  14702.                                             '__fqcn__' => 'widgets/Html/Html',
  14703.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14704.                                         ],
  14705.                                     ],
  14706.                                     'key' => 'header_menu',
  14707.                                 ],
  14708.                                 'footer_main' => [
  14709.                                     'allow' => [
  14710.                                         => 'Html',
  14711.                                     ],
  14712.                                     'contents' => [
  14713.                                         => [
  14714.                                             '__fqcn__' => 'widgets/Html/Html',
  14715.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14716.                                         ],
  14717.                                     ],
  14718.                                     'key' => 'footer_main',
  14719.                                 ],
  14720.                                 'footer_bottom' => [
  14721.                                     'allow' => [
  14722.                                         => 'Html',
  14723.                                     ],
  14724.                                     'contents' => [
  14725.                                         => [
  14726.                                             '__fqcn__' => 'widgets/Html/Html',
  14727.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14728.                                         ],
  14729.                                     ],
  14730.                                     'key' => 'footer_bottom',
  14731.                                 ],
  14732.                             ],
  14733.                             'key' => 'DefaultOuter',
  14734.                         ],
  14735.                     ],
  14736.                 ],
  14737.                 'Morgan' => [
  14738.                     'name' => 'Morgan',
  14739.                     'description' => 'Morgan theme.'."\n".'',
  14740.                     'framework' => 'bootstrap',
  14741.                     'framework_version' => '3.4.1',
  14742.                     'language' => NULL,
  14743.                     'base' => 'Campussuite2015',
  14744.                     'tenants' => [
  14745.                     ],
  14746.                     'preview' => '/themes/Morgan/images/preview.jpg',
  14747.                     'screenshots' => [
  14748.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14749.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14750.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14751.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14752.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14753.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14754.                     ],
  14755.                     'scripts' => [
  14756.                         => [
  14757.                             'group' => NULL,
  14758.                             'priority' => NULL,
  14759.                             'urls' => [
  14760.                                 => '/themes/Morgan/scripts/theme.js',
  14761.                             ],
  14762.                         ],
  14763.                     ],
  14764.                     'styles' => [
  14765.                         => [
  14766.                             'group' => 'fonts',
  14767.                             'priority' => NULL,
  14768.                             'urls' => [
  14769.                                 => 'font-awesome::/css/font-awesome.min.css',
  14770.                             ],
  14771.                         ],
  14772.                         => [
  14773.                             'group' => NULL,
  14774.                             'priority' => NULL,
  14775.                             'sources' => [
  14776.                             ],
  14777.                         ],
  14778.                     ],
  14779.                     'widget_restrictions' => [
  14780.                         => 'Blank',
  14781.                     ],
  14782.                     'key' => 'Morgan',
  14783.                     'layouts' => [
  14784.                         'DefaultOuter' => [
  14785.                             'name' => 'Morgan Default Outer',
  14786.                             'description' => 'Morgan default header.'."\n".'',
  14787.                             'regions' => [
  14788.                                 'content' => [
  14789.                                     'allow' => [
  14790.                                     ],
  14791.                                     'contents' => [
  14792.                                         => [
  14793.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14794.                                             'key' => 'content',
  14795.                                         ],
  14796.                                     ],
  14797.                                     'key' => 'content',
  14798.                                 ],
  14799.                             ],
  14800.                             'key' => 'DefaultOuter',
  14801.                         ],
  14802.                         'Outer001' => [
  14803.                             'name' => 'Outer Header 001',
  14804.                             'description' => 'Outer layout with Header001.'."\n".'',
  14805.                             'regions' => [
  14806.                                 'content' => [
  14807.                                     'allow' => [
  14808.                                     ],
  14809.                                     'contents' => [
  14810.                                         => [
  14811.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14812.                                             'key' => 'content',
  14813.                                         ],
  14814.                                     ],
  14815.                                     'key' => 'content',
  14816.                                 ],
  14817.                             ],
  14818.                             'key' => 'Outer001',
  14819.                         ],
  14820.                     ],
  14821.                 ],
  14822.                 'Northwood' => [
  14823.                     'name' => 'Northwood',
  14824.                     'description' => '<p>The Northwood design style.</p>'."\n".'',
  14825.                     'framework' => 'bootstrap',
  14826.                     'framework_version' => '3.4.1',
  14827.                     'language' => NULL,
  14828.                     'base' => 'Campussuite2015',
  14829.                     'tenants' => [
  14830.                     ],
  14831.                     'preview' => '/themes/Northwood/images/preview.jpg',
  14832.                     'screenshots' => [
  14833.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14834.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14835.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14836.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14837.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14838.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14839.                     ],
  14840.                     'scripts' => [
  14841.                         => [
  14842.                             'group' => NULL,
  14843.                             'priority' => NULL,
  14844.                             'urls' => [
  14845.                                 => '/themes/Northwood/scripts/package.js',
  14846.                             ],
  14847.                         ],
  14848.                     ],
  14849.                     'styles' => [
  14850.                         => [
  14851.                             'group' => 'fonts',
  14852.                             'priority' => NULL,
  14853.                             'urls' => [
  14854.                                 => 'font-awesome::/css/font-awesome.min.css',
  14855.                             ],
  14856.                         ],
  14857.                         => [
  14858.                             'group' => NULL,
  14859.                             'priority' => NULL,
  14860.                             'sources' => [
  14861.                             ],
  14862.                         ],
  14863.                     ],
  14864.                     'widget_restrictions' => [
  14865.                         => 'Blank',
  14866.                     ],
  14867.                     'key' => 'Northwood',
  14868.                     'layouts' => [
  14869.                         'DefaultHomeOuter' => [
  14870.                             'name' => 'Northwood Default Home Outer',
  14871.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  14872.                             'regions' => [
  14873.                                 'content' => [
  14874.                                     'allow' => [
  14875.                                     ],
  14876.                                     'contents' => [
  14877.                                         => [
  14878.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14879.                                             'key' => 'content',
  14880.                                         ],
  14881.                                     ],
  14882.                                     'key' => 'content',
  14883.                                 ],
  14884.                                 'header_utility_nav' => [
  14885.                                     'allow' => [
  14886.                                         => 'Html',
  14887.                                     ],
  14888.                                     'contents' => [
  14889.                                         => [
  14890.                                             '__fqcn__' => 'widgets/Html/Html',
  14891.                                             'content' => '[header utility nav]'."\n".'',
  14892.                                         ],
  14893.                                     ],
  14894.                                     'key' => 'header_utility_nav',
  14895.                                 ],
  14896.                                 'header_social' => [
  14897.                                     'allow' => [
  14898.                                         => 'Html',
  14899.                                     ],
  14900.                                     'contents' => [
  14901.                                         => [
  14902.                                             '__fqcn__' => 'widgets/Html/Html',
  14903.                                             'content' => '[header social]'."\n".'',
  14904.                                         ],
  14905.                                     ],
  14906.                                     'key' => 'header_social',
  14907.                                 ],
  14908.                                 'header_main_menu' => [
  14909.                                     'allow' => [
  14910.                                         => 'Html',
  14911.                                     ],
  14912.                                     'contents' => [
  14913.                                         => [
  14914.                                             '__fqcn__' => 'widgets/Html/Html',
  14915.                                             'content' => '[header main menu]'."\n".'',
  14916.                                         ],
  14917.                                     ],
  14918.                                     'key' => 'header_main_menu',
  14919.                                 ],
  14920.                                 'header_logo' => [
  14921.                                     'allow' => [
  14922.                                         => 'Html',
  14923.                                     ],
  14924.                                     'contents' => [
  14925.                                         => [
  14926.                                             '__fqcn__' => 'widgets/Html/Html',
  14927.                                             'content' => '[header logo]'."\n".'',
  14928.                                         ],
  14929.                                     ],
  14930.                                     'key' => 'header_logo',
  14931.                                 ],
  14932.                                 'header_logo_mobile' => [
  14933.                                     'allow' => [
  14934.                                         => 'Html',
  14935.                                     ],
  14936.                                     'contents' => [
  14937.                                         => [
  14938.                                             '__fqcn__' => 'widgets/Html/Html',
  14939.                                             'content' => '[header logo mobile]'."\n".'',
  14940.                                         ],
  14941.                                     ],
  14942.                                     'key' => 'header_logo_mobile',
  14943.                                 ],
  14944.                                 'header_search' => [
  14945.                                     'allow' => [
  14946.                                         => 'Html',
  14947.                                     ],
  14948.                                     'contents' => [
  14949.                                         => [
  14950.                                             '__fqcn__' => 'widgets/Html/Html',
  14951.                                             'content' => '[header search]'."\n".'',
  14952.                                         ],
  14953.                                     ],
  14954.                                     'key' => 'header_search',
  14955.                                 ],
  14956.                                 'header_drawer_social' => [
  14957.                                     'allow' => [
  14958.                                         => 'Html',
  14959.                                     ],
  14960.                                     'contents' => [
  14961.                                         => [
  14962.                                             '__fqcn__' => 'widgets/Html/Html',
  14963.                                             'content' => '[header drawer social]',
  14964.                                         ],
  14965.                                     ],
  14966.                                     'key' => 'header_drawer_social',
  14967.                                 ],
  14968.                             ],
  14969.                             'key' => 'DefaultHomeOuter',
  14970.                         ],
  14971.                         'DefaultOuter' => [
  14972.                             'name' => 'Northwood Default Outer',
  14973.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  14974.                             'regions' => [
  14975.                                 'content' => [
  14976.                                     'allow' => [
  14977.                                     ],
  14978.                                     'contents' => [
  14979.                                         => [
  14980.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14981.                                             'key' => 'content',
  14982.                                         ],
  14983.                                     ],
  14984.                                     'key' => 'content',
  14985.                                 ],
  14986.                                 'header_utility_nav' => [
  14987.                                     'allow' => [
  14988.                                         => 'Html',
  14989.                                     ],
  14990.                                     'contents' => [
  14991.                                         => [
  14992.                                             '__fqcn__' => 'widgets/Html/Html',
  14993.                                             'content' => '[header utility nav]'."\n".'',
  14994.                                         ],
  14995.                                     ],
  14996.                                     'key' => 'header_utility_nav',
  14997.                                 ],
  14998.                                 'header_social' => [
  14999.                                     'allow' => [
  15000.                                         => 'Html',
  15001.                                     ],
  15002.                                     'contents' => [
  15003.                                         => [
  15004.                                             '__fqcn__' => 'widgets/Html/Html',
  15005.                                             'content' => '[header social]'."\n".'',
  15006.                                         ],
  15007.                                     ],
  15008.                                     'key' => 'header_social',
  15009.                                 ],
  15010.                                 'header_main_menu' => [
  15011.                                     'allow' => [
  15012.                                         => 'Html',
  15013.                                     ],
  15014.                                     'contents' => [
  15015.                                         => [
  15016.                                             '__fqcn__' => 'widgets/Html/Html',
  15017.                                             'content' => '[header main menu]'."\n".'',
  15018.                                         ],
  15019.                                     ],
  15020.                                     'key' => 'header_main_menu',
  15021.                                 ],
  15022.                                 'header_logo' => [
  15023.                                     'allow' => [
  15024.                                         => 'Html',
  15025.                                     ],
  15026.                                     'contents' => [
  15027.                                         => [
  15028.                                             '__fqcn__' => 'widgets/Html/Html',
  15029.                                             'content' => '[header logo]'."\n".'',
  15030.                                         ],
  15031.                                     ],
  15032.                                     'key' => 'header_logo',
  15033.                                 ],
  15034.                                 'header_logo_name' => [
  15035.                                     'allow' => [
  15036.                                         => 'Html',
  15037.                                     ],
  15038.                                     'contents' => [
  15039.                                         => [
  15040.                                             '__fqcn__' => 'widgets/Html/Html',
  15041.                                             'content' => '[header logo name]'."\n".'',
  15042.                                         ],
  15043.                                     ],
  15044.                                     'key' => 'header_logo_name',
  15045.                                 ],
  15046.                                 'header_search' => [
  15047.                                     'allow' => [
  15048.                                         => 'Html',
  15049.                                     ],
  15050.                                     'contents' => [
  15051.                                         => [
  15052.                                             '__fqcn__' => 'widgets/Html/Html',
  15053.                                             'content' => '[header search]'."\n".'',
  15054.                                         ],
  15055.                                     ],
  15056.                                     'key' => 'header_search',
  15057.                                 ],
  15058.                                 'header_drawer_social' => [
  15059.                                     'allow' => [
  15060.                                         => 'Html',
  15061.                                     ],
  15062.                                     'contents' => [
  15063.                                         => [
  15064.                                             '__fqcn__' => 'widgets/Html/Html',
  15065.                                             'content' => '[header drawer social]',
  15066.                                         ],
  15067.                                     ],
  15068.                                     'key' => 'header_drawer_social',
  15069.                                 ],
  15070.                             ],
  15071.                             'key' => 'DefaultOuter',
  15072.                         ],
  15073.                     ],
  15074.                 ],
  15075.                 'NotreDameSJ' => [
  15076.                     'name' => 'Notre Dame San Jose',
  15077.                     'description' => 'Notre Dame San Jose is a <strong>custom</strong> design style and not authorized for use on any site other than Notre Dame San Jose.'."\n".'',
  15078.                     'framework' => 'bootstrap',
  15079.                     'framework_version' => '3.4.1',
  15080.                     'language' => NULL,
  15081.                     'base' => 'Campussuite2015',
  15082.                     'tenants' => [
  15083.                     ],
  15084.                     'preview' => '/themes/NotreDameSJ/images/preview.jpg',
  15085.                     'screenshots' => [
  15086.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15087.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15088.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15089.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15090.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15091.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15092.                     ],
  15093.                     'scripts' => [
  15094.                         => [
  15095.                             'group' => NULL,
  15096.                             'priority' => NULL,
  15097.                             'urls' => [
  15098.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  15099.                                 => '/themes/NotreDameSJ/scripts/ndsj.js',
  15100.                             ],
  15101.                         ],
  15102.                     ],
  15103.                     'styles' => [
  15104.                         => [
  15105.                             'group' => 'fonts',
  15106.                             'priority' => NULL,
  15107.                             'urls' => [
  15108.                                 => 'font-awesome::/css/font-awesome.min.css',
  15109.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  15110.                             ],
  15111.                         ],
  15112.                         => [
  15113.                             'group' => NULL,
  15114.                             'priority' => NULL,
  15115.                             'sources' => [
  15116.                             ],
  15117.                         ],
  15118.                     ],
  15119.                     'widget_restrictions' => [
  15120.                         => 'Blank',
  15121.                     ],
  15122.                     'key' => 'NotreDameSJ',
  15123.                     'layouts' => [
  15124.                         'DefaultOuter' => [
  15125.                             'name' => 'Notre Dame SJ Default Outer',
  15126.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  15127.                             'regions' => [
  15128.                                 'content' => [
  15129.                                     'allow' => [
  15130.                                     ],
  15131.                                     'contents' => [
  15132.                                         => [
  15133.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15134.                                             'key' => 'content',
  15135.                                         ],
  15136.                                     ],
  15137.                                     'key' => 'content',
  15138.                                 ],
  15139.                                 'alert_bar' => [
  15140.                                     'allow' => [
  15141.                                         => 'AlertBanner',
  15142.                                     ],
  15143.                                     'contents' => [
  15144.                                         => [
  15145.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15146.                                             'id' => 10814,
  15147.                                             'limit' => 5,
  15148.                                         ],
  15149.                                     ],
  15150.                                     'key' => 'alert_bar',
  15151.                                 ],
  15152.                                 'header_logo' => [
  15153.                                     'allow' => [
  15154.                                         => 'Html',
  15155.                                     ],
  15156.                                     'contents' => [
  15157.                                         => [
  15158.                                             '__fqcn__' => 'widgets/Html/Html',
  15159.                                             'content' => '[ logo main - image widget ]'."\n".'',
  15160.                                         ],
  15161.                                     ],
  15162.                                     'key' => 'header_logo',
  15163.                                 ],
  15164.                                 'header_logo_small' => [
  15165.                                     'allow' => [
  15166.                                         => 'Html',
  15167.                                     ],
  15168.                                     'contents' => [
  15169.                                         => [
  15170.                                             '__fqcn__' => 'widgets/Html/Html',
  15171.                                             'content' => '[ logo small - image widget ]'."\n".'',
  15172.                                         ],
  15173.                                     ],
  15174.                                     'key' => 'header_logo_small',
  15175.                                 ],
  15176.                                 'header_menu' => [
  15177.                                     'allow' => [
  15178.                                         => 'Html',
  15179.                                     ],
  15180.                                     'contents' => [
  15181.                                         => [
  15182.                                             '__fqcn__' => 'widgets/Html/Html',
  15183.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  15184.                                         ],
  15185.                                     ],
  15186.                                     'key' => 'header_menu',
  15187.                                 ],
  15188.                                 'footer_main' => [
  15189.                                     'allow' => [
  15190.                                         => 'Html',
  15191.                                     ],
  15192.                                     'contents' => [
  15193.                                         => [
  15194.                                             '__fqcn__' => 'widgets/Html/Html',
  15195.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  15196.                                         ],
  15197.                                     ],
  15198.                                     'key' => 'footer_main',
  15199.                                 ],
  15200.                                 'footer_bottom' => [
  15201.                                     'allow' => [
  15202.                                         => 'Html',
  15203.                                     ],
  15204.                                     'contents' => [
  15205.                                         => [
  15206.                                             '__fqcn__' => 'widgets/Html/Html',
  15207.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  15208.                                         ],
  15209.                                     ],
  15210.                                     'key' => 'footer_bottom',
  15211.                                 ],
  15212.                             ],
  15213.                             'key' => 'DefaultOuter',
  15214.                         ],
  15215.                     ],
  15216.                 ],
  15217.                 'PalmMeadow' => [
  15218.                     'name' => 'Palm Meadow',
  15219.                     'description' => 'The Palm Meadow template.'."\n".'',
  15220.                     'framework' => 'bootstrap',
  15221.                     'framework_version' => '3.4.1',
  15222.                     'language' => NULL,
  15223.                     'base' => 'Campussuite2015',
  15224.                     'tenants' => [
  15225.                     ],
  15226.                     'preview' => '/themes/PalmMeadow/images/preview.jpg',
  15227.                     'screenshots' => [
  15228.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15229.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15230.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15231.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15232.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15233.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15234.                     ],
  15235.                     'scripts' => [
  15236.                         => [
  15237.                             'group' => NULL,
  15238.                             'priority' => NULL,
  15239.                             'urls' => [
  15240.                                 => '/themes/PalmMeadow/scripts/palmmeadow.js',
  15241.                             ],
  15242.                         ],
  15243.                         => [
  15244.                             'group' => NULL,
  15245.                             'priority' => NULL,
  15246.                             'sources' => [
  15247.                             ],
  15248.                         ],
  15249.                     ],
  15250.                     'styles' => [
  15251.                         => [
  15252.                             'group' => 'fonts',
  15253.                             'priority' => NULL,
  15254.                             'urls' => [
  15255.                                 => 'font-awesome::/css/font-awesome.min.css',
  15256.                             ],
  15257.                         ],
  15258.                         => [
  15259.                             'group' => NULL,
  15260.                             'priority' => NULL,
  15261.                             'sources' => [
  15262.                             ],
  15263.                         ],
  15264.                     ],
  15265.                     'widget_restrictions' => [
  15266.                         => 'Blank',
  15267.                     ],
  15268.                     'key' => 'PalmMeadow',
  15269.                     'layouts' => [
  15270.                         'DefaultOuter' => [
  15271.                             'name' => 'Palm Meadow Outer A (default)',
  15272.                             'description' => 'The Palm Meadow Outer A layout includes a full-featured and pre-constructed header. This layout also includes a configurable footer.'."\n".'',
  15273.                             'regions' => [
  15274.                                 'content' => [
  15275.                                     'allow' => [
  15276.                                     ],
  15277.                                     'contents' => [
  15278.                                         => [
  15279.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15280.                                             'key' => 'content',
  15281.                                         ],
  15282.                                     ],
  15283.                                     'key' => 'content',
  15284.                                 ],
  15285.                             ],
  15286.                             'key' => 'DefaultOuter',
  15287.                         ],
  15288.                     ],
  15289.                 ],
  15290.                 'ParkRidge' => [
  15291.                     'name' => 'Park Ridge',
  15292.                     'description' => 'Park Ridge is a <strong>custom</strong> design style and not authorized for use on any site other than D64 websites.'."\n".'',
  15293.                     'framework' => 'bootstrap',
  15294.                     'framework_version' => '3.4.1',
  15295.                     'language' => NULL,
  15296.                     'base' => 'Campussuite2015',
  15297.                     'tenants' => [
  15298.                     ],
  15299.                     'preview' => '/themes/ParkRidge/images/preview.jpg',
  15300.                     'screenshots' => [
  15301.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15302.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15303.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15304.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15305.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15306.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15307.                     ],
  15308.                     'scripts' => [
  15309.                         => [
  15310.                             'group' => NULL,
  15311.                             'priority' => NULL,
  15312.                             'urls' => [
  15313.                                 => '/themes/ParkRidge/scripts/parkridge.js',
  15314.                             ],
  15315.                         ],
  15316.                     ],
  15317.                     'styles' => [
  15318.                         => [
  15319.                             'group' => 'fonts',
  15320.                             'priority' => NULL,
  15321.                             'urls' => [
  15322.                                 => 'font-awesome::/css/font-awesome.min.css',
  15323.                             ],
  15324.                         ],
  15325.                         => [
  15326.                             'group' => NULL,
  15327.                             'priority' => NULL,
  15328.                             'sources' => [
  15329.                             ],
  15330.                         ],
  15331.                     ],
  15332.                     'widget_restrictions' => [
  15333.                         => 'Blank',
  15334.                     ],
  15335.                     'key' => 'ParkRidge',
  15336.                     'layouts' => [
  15337.                         'DefaultOuter' => [
  15338.                             'name' => 'Park Ridge Default Outer',
  15339.                             'description' => 'The default outer template for the Park Ridge template design. This template includes the standard header, an editable region and the default footer.'."\n".'',
  15340.                             'regions' => [
  15341.                                 'content' => [
  15342.                                     'allow' => [
  15343.                                     ],
  15344.                                     'contents' => [
  15345.                                         => [
  15346.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15347.                                             'key' => 'content',
  15348.                                         ],
  15349.                                     ],
  15350.                                     'key' => 'content',
  15351.                                 ],
  15352.                             ],
  15353.                             'key' => 'DefaultOuter',
  15354.                         ],
  15355.                     ],
  15356.                 ],
  15357.                 'Rosewood' => [
  15358.                     'name' => 'Rosewood',
  15359.                     'description' => 'The Rosewood design style includes a single header layout (see preview).'."\n".'',
  15360.                     'framework' => 'bootstrap',
  15361.                     'framework_version' => '3.4.1',
  15362.                     'language' => NULL,
  15363.                     'base' => 'Campussuite2015',
  15364.                     'tenants' => [
  15365.                     ],
  15366.                     'preview' => '/themes/Rosewood/images/preview.jpg',
  15367.                     'screenshots' => [
  15368.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15369.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15370.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15371.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15372.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15373.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15374.                     ],
  15375.                     'scripts' => [
  15376.                         => [
  15377.                             'group' => NULL,
  15378.                             'priority' => NULL,
  15379.                             'urls' => [
  15380.                                 => '/themes/Rosewood/scripts/rosewood.js',
  15381.                             ],
  15382.                         ],
  15383.                     ],
  15384.                     'styles' => [
  15385.                         => [
  15386.                             'group' => 'fonts',
  15387.                             'priority' => NULL,
  15388.                             'urls' => [
  15389.                                 => 'font-awesome::/css/font-awesome.min.css',
  15390.                             ],
  15391.                         ],
  15392.                         => [
  15393.                             'group' => NULL,
  15394.                             'priority' => NULL,
  15395.                             'sources' => [
  15396.                             ],
  15397.                         ],
  15398.                     ],
  15399.                     'widget_restrictions' => [
  15400.                         => 'Blank',
  15401.                     ],
  15402.                     'key' => 'Rosewood',
  15403.                     'layouts' => [
  15404.                         'DefaultOuter' => [
  15405.                             'name' => 'Rosewood Default Outer',
  15406.                             'description' => 'Header with quick links and location informaiton. The header does not include a top bar.'."\n".'',
  15407.                             'regions' => [
  15408.                                 'content' => [
  15409.                                     'allow' => [
  15410.                                     ],
  15411.                                     'contents' => [
  15412.                                         => [
  15413.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15414.                                             'key' => 'content',
  15415.                                         ],
  15416.                                     ],
  15417.                                     'key' => 'content',
  15418.                                 ],
  15419.                                 'alert_bar' => [
  15420.                                     'allow' => [
  15421.                                         => 'AlertBanner',
  15422.                                     ],
  15423.                                     'contents' => [
  15424.                                         => [
  15425.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15426.                                             'id' => 10814,
  15427.                                             'limit' => 5,
  15428.                                         ],
  15429.                                     ],
  15430.                                     'key' => 'alert_bar',
  15431.                                 ],
  15432.                                 'header_main_a' => [
  15433.                                     'allow' => [
  15434.                                         => 'Html',
  15435.                                     ],
  15436.                                     'contents' => [
  15437.                                         => [
  15438.                                             '__fqcn__' => 'widgets/Html/Html',
  15439.                                             'content' => '[header main a]'."\n".'',
  15440.                                         ],
  15441.                                     ],
  15442.                                     'key' => 'header_main_a',
  15443.                                 ],
  15444.                                 'header_main_b' => [
  15445.                                     'allow' => [
  15446.                                         => 'Html',
  15447.                                     ],
  15448.                                     'contents' => [
  15449.                                         => [
  15450.                                             '__fqcn__' => 'widgets/Html/Html',
  15451.                                             'content' => '[header main b]'."\n".'',
  15452.                                         ],
  15453.                                     ],
  15454.                                     'key' => 'header_main_b',
  15455.                                 ],
  15456.                                 'header_logo' => [
  15457.                                     'allow' => [
  15458.                                         => 'Html',
  15459.                                     ],
  15460.                                     'contents' => [
  15461.                                         => [
  15462.                                             '__fqcn__' => 'widgets/Html/Html',
  15463.                                             'content' => '[logo main]'."\n".'',
  15464.                                         ],
  15465.                                     ],
  15466.                                     'key' => 'header_logo',
  15467.                                 ],
  15468.                                 'header_menu' => [
  15469.                                     'allow' => [
  15470.                                     ],
  15471.                                     'contents' => [
  15472.                                         => [
  15473.                                             '__fqcn__' => 'widgets/Html/Html',
  15474.                                             'content' => '[header nav]'."\n".'',
  15475.                                         ],
  15476.                                     ],
  15477.                                     'key' => 'header_menu',
  15478.                                 ],
  15479.                                 'footer_main' => [
  15480.                                     'allow' => [
  15481.                                         => 'Html',
  15482.                                     ],
  15483.                                     'contents' => [
  15484.                                         => [
  15485.                                             '__fqcn__' => 'widgets/Html/Html',
  15486.                                             'content' => '[footer main]'."\n".'',
  15487.                                         ],
  15488.                                     ],
  15489.                                     'key' => 'footer_main',
  15490.                                 ],
  15491.                                 'footer_bottom' => [
  15492.                                     'allow' => [
  15493.                                         => 'Html',
  15494.                                     ],
  15495.                                     'contents' => [
  15496.                                         => [
  15497.                                             '__fqcn__' => 'widgets/Html/Html',
  15498.                                             'content' => '[footer bottom]'."\n".'',
  15499.                                         ],
  15500.                                     ],
  15501.                                     'key' => 'footer_bottom',
  15502.                                 ],
  15503.                             ],
  15504.                             'key' => 'DefaultOuter',
  15505.                         ],
  15506.                         'Outer002' => [
  15507.                             'name' => 'Outer Header 002',
  15508.                             'description' => 'Outer layout with Header002.'."\n".'',
  15509.                             'regions' => [
  15510.                                 'content' => [
  15511.                                     'allow' => [
  15512.                                     ],
  15513.                                     'contents' => [
  15514.                                         => [
  15515.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15516.                                             'key' => 'content',
  15517.                                         ],
  15518.                                     ],
  15519.                                     'key' => 'content',
  15520.                                 ],
  15521.                             ],
  15522.                             'key' => 'Outer002',
  15523.                         ],
  15524.                     ],
  15525.                 ],
  15526.                 'Schiller' => [
  15527.                     'name' => 'Schiller',
  15528.                     'description' => 'Schiller is a <strong>custom</strong> design style and not authorized for use on any site other than SD81 websites.'."\n".'',
  15529.                     'framework' => 'bootstrap',
  15530.                     'framework_version' => '3.4.1',
  15531.                     'language' => NULL,
  15532.                     'base' => 'Campussuite2015',
  15533.                     'tenants' => [
  15534.                     ],
  15535.                     'preview' => '/themes/Schiller/images/preview.jpg',
  15536.                     'screenshots' => [
  15537.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15538.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15539.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15540.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15541.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15542.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15543.                     ],
  15544.                     'scripts' => [
  15545.                         => [
  15546.                             'group' => NULL,
  15547.                             'priority' => NULL,
  15548.                             'urls' => [
  15549.                                 => '/themes/Schiller/scripts/schiller.js',
  15550.                             ],
  15551.                         ],
  15552.                     ],
  15553.                     'styles' => [
  15554.                         => [
  15555.                             'group' => 'fonts',
  15556.                             'priority' => NULL,
  15557.                             'urls' => [
  15558.                                 => 'font-awesome::/css/font-awesome.min.css',
  15559.                             ],
  15560.                         ],
  15561.                         => [
  15562.                             'group' => NULL,
  15563.                             'priority' => NULL,
  15564.                             'sources' => [
  15565.                             ],
  15566.                         ],
  15567.                     ],
  15568.                     'widget_restrictions' => [
  15569.                         => 'Blank',
  15570.                     ],
  15571.                     'key' => 'Schiller',
  15572.                     'layouts' => [
  15573.                         'DefaultOuter' => [
  15574.                             'name' => 'Kildeer Default Outer',
  15575.                             'description' => 'The default outer template for the Kildeer template design. This template includes the standard header, an editable region and the default footer.'."\n".'',
  15576.                             'regions' => [
  15577.                                 'content' => [
  15578.                                     'allow' => [
  15579.                                     ],
  15580.                                     'contents' => [
  15581.                                         => [
  15582.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15583.                                             'key' => 'content',
  15584.                                         ],
  15585.                                     ],
  15586.                                     'key' => 'content',
  15587.                                 ],
  15588.                             ],
  15589.                             'key' => 'DefaultOuter',
  15590.                         ],
  15591.                     ],
  15592.                 ],
  15593.                 'Springfield' => [
  15594.                     'name' => 'Springfield',
  15595.                     'description' => 'The Springfield design style includes a single header layout (see preview).'."\n".'',
  15596.                     'framework' => 'bootstrap',
  15597.                     'framework_version' => '3.4.1',
  15598.                     'language' => NULL,
  15599.                     'base' => 'Campussuite2015',
  15600.                     'tenants' => [
  15601.                     ],
  15602.                     'preview' => '/themes/Springfield/images/preview.jpg',
  15603.                     'screenshots' => [
  15604.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15605.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15606.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15607.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15608.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15609.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15610.                     ],
  15611.                     'scripts' => [
  15612.                         => [
  15613.                             'group' => NULL,
  15614.                             'priority' => NULL,
  15615.                             'urls' => [
  15616.                                 => '/themes/Springfield/scripts/springfield.js',
  15617.                             ],
  15618.                         ],
  15619.                     ],
  15620.                     'styles' => [
  15621.                         => [
  15622.                             'group' => 'fonts',
  15623.                             'priority' => NULL,
  15624.                             'urls' => [
  15625.                                 => 'font-awesome::/css/font-awesome.min.css',
  15626.                             ],
  15627.                         ],
  15628.                         => [
  15629.                             'group' => NULL,
  15630.                             'priority' => NULL,
  15631.                             'sources' => [
  15632.                             ],
  15633.                         ],
  15634.                     ],
  15635.                     'widget_restrictions' => [
  15636.                         => 'Blank',
  15637.                     ],
  15638.                     'key' => 'Springfield',
  15639.                     'layouts' => [
  15640.                         'DefaultOuter' => [
  15641.                             'name' => 'Springfield Default Outer',
  15642.                             'description' => 'Description.'."\n".'',
  15643.                             'regions' => [
  15644.                                 'content' => [
  15645.                                     'allow' => [
  15646.                                     ],
  15647.                                     'contents' => [
  15648.                                         => [
  15649.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15650.                                             'key' => 'content',
  15651.                                         ],
  15652.                                     ],
  15653.                                     'key' => 'content',
  15654.                                 ],
  15655.                                 'alert_bar' => [
  15656.                                     'allow' => [
  15657.                                         => 'AlertBanner',
  15658.                                     ],
  15659.                                     'contents' => [
  15660.                                         => [
  15661.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15662.                                             'id' => 10814,
  15663.                                             'limit' => 5,
  15664.                                         ],
  15665.                                     ],
  15666.                                     'key' => 'alert_bar',
  15667.                                 ],
  15668.                                 'header_main_a' => [
  15669.                                     'allow' => [
  15670.                                         => 'Html',
  15671.                                     ],
  15672.                                     'contents' => [
  15673.                                         => [
  15674.                                             '__fqcn__' => 'widgets/Html/Html',
  15675.                                             'content' => '[header main a]'."\n".'',
  15676.                                         ],
  15677.                                     ],
  15678.                                     'key' => 'header_main_a',
  15679.                                 ],
  15680.                                 'header_main_b' => [
  15681.                                     'allow' => [
  15682.                                         => 'Html',
  15683.                                     ],
  15684.                                     'contents' => [
  15685.                                         => [
  15686.                                             '__fqcn__' => 'widgets/Html/Html',
  15687.                                             'content' => '[header main b]'."\n".'',
  15688.                                         ],
  15689.                                     ],
  15690.                                     'key' => 'header_main_b',
  15691.                                 ],
  15692.                                 'header_logo' => [
  15693.                                     'allow' => [
  15694.                                         => 'Html',
  15695.                                     ],
  15696.                                     'contents' => [
  15697.                                         => [
  15698.                                             '__fqcn__' => 'widgets/Html/Html',
  15699.                                             'content' => '[logo main]'."\n".'',
  15700.                                         ],
  15701.                                     ],
  15702.                                     'key' => 'header_logo',
  15703.                                 ],
  15704.                                 'header_menu' => [
  15705.                                     'allow' => [
  15706.                                     ],
  15707.                                     'contents' => [
  15708.                                         => [
  15709.                                             '__fqcn__' => 'widgets/Html/Html',
  15710.                                             'content' => '[header nav]'."\n".'',
  15711.                                         ],
  15712.                                     ],
  15713.                                     'key' => 'header_menu',
  15714.                                 ],
  15715.                                 'footer_main' => [
  15716.                                     'allow' => [
  15717.                                         => 'Html',
  15718.                                     ],
  15719.                                     'contents' => [
  15720.                                         => [
  15721.                                             '__fqcn__' => 'widgets/Html/Html',
  15722.                                             'content' => '[footer main]'."\n".'',
  15723.                                         ],
  15724.                                     ],
  15725.                                     'key' => 'footer_main',
  15726.                                 ],
  15727.                                 'footer_bottom' => [
  15728.                                     'allow' => [
  15729.                                         => 'Html',
  15730.                                     ],
  15731.                                     'contents' => [
  15732.                                         => [
  15733.                                             '__fqcn__' => 'widgets/Html/Html',
  15734.                                             'content' => '[footer bottom]'."\n".'',
  15735.                                         ],
  15736.                                     ],
  15737.                                     'key' => 'footer_bottom',
  15738.                                 ],
  15739.                             ],
  15740.                             'key' => 'DefaultOuter',
  15741.                         ],
  15742.                     ],
  15743.                 ],
  15744.                 'Summit' => [
  15745.                     'name' => 'Summit',
  15746.                     'description' => '<p>The Summit design style.</p>'."\n".'',
  15747.                     'framework' => 'bootstrap',
  15748.                     'framework_version' => '3.4.1',
  15749.                     'language' => NULL,
  15750.                     'base' => 'Campussuite2015',
  15751.                     'tenants' => [
  15752.                     ],
  15753.                     'preview' => '/themes/Summit/images/preview.jpg',
  15754.                     'screenshots' => [
  15755.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15756.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15757.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15758.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15759.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15760.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15761.                     ],
  15762.                     'scripts' => [
  15763.                         => [
  15764.                             'group' => NULL,
  15765.                             'priority' => NULL,
  15766.                             'urls' => [
  15767.                                 => '/themes/Summit/scripts/package.js',
  15768.                             ],
  15769.                         ],
  15770.                     ],
  15771.                     'styles' => [
  15772.                         => [
  15773.                             'group' => 'fonts',
  15774.                             'priority' => NULL,
  15775.                             'urls' => [
  15776.                                 => 'font-awesome::/css/font-awesome.min.css',
  15777.                             ],
  15778.                         ],
  15779.                         => [
  15780.                             'group' => NULL,
  15781.                             'priority' => NULL,
  15782.                             'sources' => [
  15783.                             ],
  15784.                         ],
  15785.                     ],
  15786.                     'widget_restrictions' => [
  15787.                         => 'Blank',
  15788.                     ],
  15789.                     'key' => 'Summit',
  15790.                     'layouts' => [
  15791.                         'DefaultOuter' => [
  15792.                             'name' => 'Summit Default Outer',
  15793.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  15794.                             'regions' => [
  15795.                                 'content' => [
  15796.                                     'allow' => [
  15797.                                     ],
  15798.                                     'contents' => [
  15799.                                         => [
  15800.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15801.                                             'key' => 'content',
  15802.                                         ],
  15803.                                     ],
  15804.                                     'key' => 'content',
  15805.                                 ],
  15806.                                 'header_social' => [
  15807.                                     'allow' => [
  15808.                                         => 'Html',
  15809.                                     ],
  15810.                                     'contents' => [
  15811.                                         => [
  15812.                                             '__fqcn__' => 'widgets/Html/Html',
  15813.                                             'content' => '[header social]'."\n".'',
  15814.                                         ],
  15815.                                     ],
  15816.                                     'key' => 'header_social',
  15817.                                 ],
  15818.                                 'header_search' => [
  15819.                                     'allow' => [
  15820.                                         => 'Html',
  15821.                                     ],
  15822.                                     'contents' => [
  15823.                                         => [
  15824.                                             '__fqcn__' => 'widgets/Html/Html',
  15825.                                             'content' => '[header search]'."\n".'',
  15826.                                         ],
  15827.                                     ],
  15828.                                     'key' => 'header_search',
  15829.                                 ],
  15830.                                 'header_logo' => [
  15831.                                     'allow' => [
  15832.                                         => 'Html',
  15833.                                     ],
  15834.                                     'contents' => [
  15835.                                         => [
  15836.                                             '__fqcn__' => 'widgets/Html/Html',
  15837.                                             'content' => '[header logo]'."\n".'',
  15838.                                         ],
  15839.                                     ],
  15840.                                     'key' => 'header_logo',
  15841.                                 ],
  15842.                                 'header_main_menu' => [
  15843.                                     'allow' => [
  15844.                                         => 'Html',
  15845.                                     ],
  15846.                                     'contents' => [
  15847.                                         => [
  15848.                                             '__fqcn__' => 'widgets/Html/Html',
  15849.                                             'content' => '[header main menu]'."\n".'',
  15850.                                         ],
  15851.                                     ],
  15852.                                     'key' => 'header_main_menu',
  15853.                                 ],
  15854.                                 'header_utility_nav' => [
  15855.                                     'allow' => [
  15856.                                         => 'Html',
  15857.                                     ],
  15858.                                     'contents' => [
  15859.                                         => [
  15860.                                             '__fqcn__' => 'widgets/Html/Html',
  15861.                                             'content' => '[header utility nav]'."\n".'',
  15862.                                         ],
  15863.                                     ],
  15864.                                     'key' => 'header_utility_nav',
  15865.                                 ],
  15866.                                 'drawer_header_social' => [
  15867.                                     'allow' => [
  15868.                                         => 'Html',
  15869.                                     ],
  15870.                                     'contents' => [
  15871.                                         => [
  15872.                                             '__fqcn__' => 'widgets/Html/Html',
  15873.                                             'content' => '[drawer header social]'."\n".'',
  15874.                                         ],
  15875.                                     ],
  15876.                                     'key' => 'drawer_header_social',
  15877.                                 ],
  15878.                             ],
  15879.                             'key' => 'DefaultOuter',
  15880.                         ],
  15881.                     ],
  15882.                 ],
  15883.                 'ThomasEdison' => [
  15884.                     'name' => 'Thomas Edison',
  15885.                     'description' => '<p>The Thomas Edison design style.</p>'."\n".'',
  15886.                     'framework' => 'bootstrap',
  15887.                     'framework_version' => '3.4.1',
  15888.                     'language' => NULL,
  15889.                     'base' => 'Campussuite2015',
  15890.                     'tenants' => [
  15891.                     ],
  15892.                     'preview' => '/themes/ThomasEdison/images/preview.jpg',
  15893.                     'screenshots' => [
  15894.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15895.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15896.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15897.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15898.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15899.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15900.                     ],
  15901.                     'scripts' => [
  15902.                         => [
  15903.                             'group' => NULL,
  15904.                             'priority' => NULL,
  15905.                             'urls' => [
  15906.                                 => '/themes/ThomasEdison/scripts/cookie.js',
  15907.                                 => '/themes/ThomasEdison/scripts/package.js',
  15908.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  15909.                             ],
  15910.                         ],
  15911.                     ],
  15912.                     'styles' => [
  15913.                         => [
  15914.                             'group' => 'fonts',
  15915.                             'priority' => NULL,
  15916.                             'urls' => [
  15917.                                 => 'font-awesome::/css/font-awesome.min.css',
  15918.                                 => 'https://fonts.googleapis.com/css?family=Oswald:700&display=swap',
  15919.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  15920.                             ],
  15921.                         ],
  15922.                         => [
  15923.                             'group' => NULL,
  15924.                             'priority' => NULL,
  15925.                             'sources' => [
  15926.                             ],
  15927.                         ],
  15928.                     ],
  15929.                     'widget_restrictions' => [
  15930.                         => 'Blank',
  15931.                     ],
  15932.                     'key' => 'ThomasEdison',
  15933.                     'layouts' => [
  15934.                         'DefaultOuter' => [
  15935.                             'name' => 'Thomas Edison Default Outer',
  15936.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  15937.                             'regions' => [
  15938.                                 'content' => [
  15939.                                     'allow' => [
  15940.                                     ],
  15941.                                     'contents' => [
  15942.                                         => [
  15943.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15944.                                             'key' => 'content',
  15945.                                         ],
  15946.                                     ],
  15947.                                     'key' => 'content',
  15948.                                 ],
  15949.                                 'header_logo' => [
  15950.                                     'allow' => [
  15951.                                         => 'Html',
  15952.                                     ],
  15953.                                     'contents' => [
  15954.                                         => [
  15955.                                             '__fqcn__' => 'widgets/Html/Html',
  15956.                                             'content' => '[header logo]'."\n".'',
  15957.                                         ],
  15958.                                     ],
  15959.                                     'key' => 'header_logo',
  15960.                                 ],
  15961.                                 'header_utility_nav' => [
  15962.                                     'allow' => [
  15963.                                         => 'Html',
  15964.                                     ],
  15965.                                     'contents' => [
  15966.                                         => [
  15967.                                             '__fqcn__' => 'widgets/Html/Html',
  15968.                                             'content' => '[header utility nav]'."\n".'',
  15969.                                         ],
  15970.                                     ],
  15971.                                     'key' => 'header_utility_nav',
  15972.                                 ],
  15973.                                 'header_search' => [
  15974.                                     'allow' => [
  15975.                                         => 'Html',
  15976.                                     ],
  15977.                                     'contents' => [
  15978.                                         => [
  15979.                                             '__fqcn__' => 'widgets/Html/Html',
  15980.                                             'content' => '[header search]'."\n".'',
  15981.                                         ],
  15982.                                     ],
  15983.                                     'key' => 'header_search',
  15984.                                 ],
  15985.                                 'header_main_menu' => [
  15986.                                     'allow' => [
  15987.                                         => 'Html',
  15988.                                     ],
  15989.                                     'contents' => [
  15990.                                         => [
  15991.                                             '__fqcn__' => 'widgets/Html/Html',
  15992.                                             'content' => '[header main menu]'."\n".'',
  15993.                                         ],
  15994.                                     ],
  15995.                                     'key' => 'header_main_menu',
  15996.                                 ],
  15997.                                 'header_logo_small' => [
  15998.                                     'allow' => [
  15999.                                         => 'Html',
  16000.                                     ],
  16001.                                     'contents' => [
  16002.                                         => [
  16003.                                             '__fqcn__' => 'widgets/Html/Html',
  16004.                                             'content' => '[header logo small]',
  16005.                                         ],
  16006.                                     ],
  16007.                                     'key' => 'header_logo_small',
  16008.                                 ],
  16009.                             ],
  16010.                             'key' => 'DefaultOuter',
  16011.                         ],
  16012.                         'DefaultOuter2019' => [
  16013.                             'name' => 'Thomas Edison Default Outer 2019',
  16014.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16015.                             'regions' => [
  16016.                                 'content' => [
  16017.                                     'allow' => [
  16018.                                     ],
  16019.                                     'contents' => [
  16020.                                         => [
  16021.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16022.                                             'key' => 'content',
  16023.                                         ],
  16024.                                     ],
  16025.                                     'key' => 'content',
  16026.                                 ],
  16027.                             ],
  16028.                             'key' => 'DefaultOuter2019',
  16029.                         ],
  16030.                         'PartnersOuter' => [
  16031.                             'name' => 'Thomas Edison Partners Outer',
  16032.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16033.                             'regions' => [
  16034.                                 'content' => [
  16035.                                     'allow' => [
  16036.                                     ],
  16037.                                     'contents' => [
  16038.                                         => [
  16039.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16040.                                             'key' => 'content',
  16041.                                         ],
  16042.                                     ],
  16043.                                     'key' => 'content',
  16044.                                 ],
  16045.                                 'header_logo' => [
  16046.                                     'allow' => [
  16047.                                         => 'Html',
  16048.                                     ],
  16049.                                     'contents' => [
  16050.                                         => [
  16051.                                             '__fqcn__' => 'widgets/Html/Html',
  16052.                                             'content' => '[header logo]'."\n".'',
  16053.                                         ],
  16054.                                     ],
  16055.                                     'key' => 'header_logo',
  16056.                                 ],
  16057.                                 'header_partner_logo' => [
  16058.                                     'allow' => [
  16059.                                         => 'Html',
  16060.                                     ],
  16061.                                     'contents' => [
  16062.                                         => [
  16063.                                             '__fqcn__' => 'widgets/Html/Html',
  16064.                                             'content' => '[header partner logo]'."\n".'',
  16065.                                         ],
  16066.                                     ],
  16067.                                     'key' => 'header_partner_logo',
  16068.                                 ],
  16069.                                 'header_main_menu' => [
  16070.                                     'allow' => [
  16071.                                         => 'Html',
  16072.                                     ],
  16073.                                     'contents' => [
  16074.                                         => [
  16075.                                             '__fqcn__' => 'widgets/Html/Html',
  16076.                                             'content' => '[header main menu]'."\n".'',
  16077.                                         ],
  16078.                                     ],
  16079.                                     'key' => 'header_main_menu',
  16080.                                 ],
  16081.                                 'header_logo_small' => [
  16082.                                     'allow' => [
  16083.                                         => 'Html',
  16084.                                     ],
  16085.                                     'contents' => [
  16086.                                         => [
  16087.                                             '__fqcn__' => 'widgets/Html/Html',
  16088.                                             'content' => '[header logo small]'."\n".'',
  16089.                                         ],
  16090.                                     ],
  16091.                                     'key' => 'header_logo_small',
  16092.                                 ],
  16093.                             ],
  16094.                             'key' => 'PartnersOuter',
  16095.                         ],
  16096.                         'PartnersOuter2019' => [
  16097.                             'name' => 'Thomas Edison Partners Outer 2019',
  16098.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16099.                             'regions' => [
  16100.                                 'content' => [
  16101.                                     'allow' => [
  16102.                                     ],
  16103.                                     'contents' => [
  16104.                                         => [
  16105.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16106.                                             'key' => 'content',
  16107.                                         ],
  16108.                                     ],
  16109.                                     'key' => 'content',
  16110.                                 ],
  16111.                             ],
  16112.                             'key' => 'PartnersOuter2019',
  16113.                         ],
  16114.                         'RfiOuter' => [
  16115.                             'name' => 'Thomas Edison Rfi Outer',
  16116.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16117.                             'regions' => [
  16118.                                 'content' => [
  16119.                                     'allow' => [
  16120.                                     ],
  16121.                                     'contents' => [
  16122.                                         => [
  16123.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16124.                                             'key' => 'content',
  16125.                                         ],
  16126.                                     ],
  16127.                                     'key' => 'content',
  16128.                                 ],
  16129.                                 'header_logo' => [
  16130.                                     'allow' => [
  16131.                                         => 'Html',
  16132.                                     ],
  16133.                                     'contents' => [
  16134.                                         => [
  16135.                                             '__fqcn__' => 'widgets/Html/Html',
  16136.                                             'content' => '[header logo]'."\n".'',
  16137.                                         ],
  16138.                                     ],
  16139.                                     'key' => 'header_logo',
  16140.                                 ],
  16141.                                 'header_logo_small' => [
  16142.                                     'allow' => [
  16143.                                         => 'Html',
  16144.                                     ],
  16145.                                     'contents' => [
  16146.                                         => [
  16147.                                             '__fqcn__' => 'widgets/Html/Html',
  16148.                                             'content' => '[header logo small]',
  16149.                                         ],
  16150.                                     ],
  16151.                                     'key' => 'header_logo_small',
  16152.                                 ],
  16153.                             ],
  16154.                             'key' => 'RfiOuter',
  16155.                         ],
  16156.                         'WatsonOuter' => [
  16157.                             'name' => 'Thomas Edison Watson Outer',
  16158.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16159.                             'regions' => [
  16160.                                 'content' => [
  16161.                                     'allow' => [
  16162.                                     ],
  16163.                                     'contents' => [
  16164.                                         => [
  16165.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16166.                                             'key' => 'content',
  16167.                                         ],
  16168.                                     ],
  16169.                                     'key' => 'content',
  16170.                                 ],
  16171.                                 'header_logo' => [
  16172.                                     'allow' => [
  16173.                                         => 'Html',
  16174.                                     ],
  16175.                                     'contents' => [
  16176.                                         => [
  16177.                                             '__fqcn__' => 'widgets/Html/Html',
  16178.                                             'content' => '[header logo]'."\n".'',
  16179.                                         ],
  16180.                                     ],
  16181.                                     'key' => 'header_logo',
  16182.                                 ],
  16183.                                 'header_utility_nav' => [
  16184.                                     'allow' => [
  16185.                                         => 'Html',
  16186.                                     ],
  16187.                                     'contents' => [
  16188.                                         => [
  16189.                                             '__fqcn__' => 'widgets/Html/Html',
  16190.                                             'content' => '[header utility nav]'."\n".'',
  16191.                                         ],
  16192.                                     ],
  16193.                                     'key' => 'header_utility_nav',
  16194.                                 ],
  16195.                                 'header_secondary_logo' => [
  16196.                                     'allow' => [
  16197.                                         => 'Html',
  16198.                                     ],
  16199.                                     'contents' => [
  16200.                                         => [
  16201.                                             '__fqcn__' => 'widgets/Html/Html',
  16202.                                             'content' => '[header secondary logo]',
  16203.                                         ],
  16204.                                     ],
  16205.                                     'key' => 'header_secondary_logo',
  16206.                                 ],
  16207.                             ],
  16208.                             'key' => 'WatsonOuter',
  16209.                         ],
  16210.                     ],
  16211.                 ],
  16212.                 'Windsor' => [
  16213.                     'name' => 'Windsor',
  16214.                     'description' => 'The Windsor design style includes two header layouts to choose from.'."\n".'',
  16215.                     'framework' => 'bootstrap',
  16216.                     'framework_version' => '3.4.1',
  16217.                     'language' => NULL,
  16218.                     'base' => 'Campussuite2015',
  16219.                     'tenants' => [
  16220.                     ],
  16221.                     'preview' => '/themes/Windsor/images/preview.jpg',
  16222.                     'screenshots' => [
  16223.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  16224.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  16225.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  16226.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  16227.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  16228.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  16229.                     ],
  16230.                     'scripts' => [
  16231.                         => [
  16232.                             'group' => NULL,
  16233.                             'priority' => NULL,
  16234.                             'urls' => [
  16235.                                 => '/themes/Windsor/scripts/windsor.js',
  16236.                             ],
  16237.                         ],
  16238.                         => [
  16239.                             'group' => NULL,
  16240.                             'priority' => NULL,
  16241.                             'sources' => [
  16242.                             ],
  16243.                         ],
  16244.                     ],
  16245.                     'styles' => [
  16246.                         => [
  16247.                             'group' => 'fonts',
  16248.                             'priority' => NULL,
  16249.                             'urls' => [
  16250.                                 => 'font-awesome::/css/font-awesome.min.css',
  16251.                             ],
  16252.                         ],
  16253.                         => [
  16254.                             'group' => NULL,
  16255.                             'priority' => NULL,
  16256.                             'sources' => [
  16257.                             ],
  16258.                         ],
  16259.                     ],
  16260.                     'widget_restrictions' => [
  16261.                         => 'Blank',
  16262.                     ],
  16263.                     'key' => 'Windsor',
  16264.                     'layouts' => [
  16265.                         'DefaultOuter' => [
  16266.                             'name' => 'Windsor Default Outer',
  16267.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  16268.                             'regions' => [
  16269.                                 'content' => [
  16270.                                     'allow' => [
  16271.                                     ],
  16272.                                     'contents' => [
  16273.                                         => [
  16274.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16275.                                             'key' => 'content',
  16276.                                         ],
  16277.                                     ],
  16278.                                     'key' => 'content',
  16279.                                 ],
  16280.                                 'alert_bar' => [
  16281.                                     'allow' => [
  16282.                                         => 'AlertBanner',
  16283.                                     ],
  16284.                                     'contents' => [
  16285.                                         => [
  16286.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  16287.                                             'id' => 10814,
  16288.                                             'limit' => 5,
  16289.                                         ],
  16290.                                     ],
  16291.                                     'key' => 'alert_bar',
  16292.                                 ],
  16293.                                 'header_logo_small' => [
  16294.                                     'allow' => [
  16295.                                         => 'Html',
  16296.                                     ],
  16297.                                     'contents' => [
  16298.                                         => [
  16299.                                             '__fqcn__' => 'widgets/Html/Html',
  16300.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/themes/package/Windsor/_pages/images/logo-lacrescent.png" alt="">'."\n".'</a>'."\n".'',
  16301.                                         ],
  16302.                                     ],
  16303.                                     'key' => 'header_logo_small',
  16304.                                 ],
  16305.                                 'header_top_a' => [
  16306.                                     'allow' => [
  16307.                                         => 'Html',
  16308.                                     ],
  16309.                                     'contents' => [
  16310.                                         => [
  16311.                                             '__fqcn__' => 'widgets/Html/Html',
  16312.                                             'content' => '<ul class="hd-utils">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  16313.                                         ],
  16314.                                     ],
  16315.                                     'key' => 'header_top_a',
  16316.                                 ],
  16317.                                 'header_top_b' => [
  16318.                                     'allow' => [
  16319.                                         => 'Html',
  16320.                                     ],
  16321.                                     'contents' => [
  16322.                                         => [
  16323.                                             '__fqcn__' => 'widgets/Html/Html',
  16324.                                             'content' => '<ul class="hd-social">'."\n".'    <li><a href="#"><i class="fa fa-facebook"></i></a></li>'."\n".'    <li><a href="#"><i class="fa fa-twitter"></i></a></li>'."\n".'    <li><a href="#"><i class="fa fa-instagram"></i></a></li>'."\n".'    <li><a href="#"><i class="fa fa-youtube-play"></i></a></li>'."\n".'</ul>'."\n".'',
  16325.                                         ],
  16326.                                     ],
  16327.                                     'key' => 'header_top_b',
  16328.                                 ],
  16329.                                 'header_main_a' => [
  16330.                                     'allow' => [
  16331.                                         => 'Html',
  16332.                                     ],
  16333.                                     'contents' => [
  16334.                                         => [
  16335.                                             '__fqcn__' => 'widgets/Html/Html',
  16336.                                             'content' => '<p>header-main-a</p>'."\n".'',
  16337.                                         ],
  16338.                                     ],
  16339.                                     'key' => 'header_main_a',
  16340.                                 ],
  16341.                                 'header_logo' => [
  16342.                                     'allow' => [
  16343.                                         => 'Html',
  16344.                                     ],
  16345.                                     'contents' => [
  16346.                                         => [
  16347.                                             '__fqcn__' => 'widgets/Html/Html',
  16348.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/themes/package/Windsor/_pages/images/logo-lacrescent.png" alt="">'."\n".'</a>'."\n".'',
  16349.                                         ],
  16350.                                     ],
  16351.                                     'key' => 'header_logo',
  16352.                                 ],
  16353.                                 'header_menu' => [
  16354.                                     'allow' => [
  16355.                                         => 'Html',
  16356.                                     ],
  16357.                                     'contents' => [
  16358.                                         => [
  16359.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  16360.                                             'items' => [
  16361.                                                 => [
  16362.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16363.                                                     'text' => 'About',
  16364.                                                     'link' => '/district',
  16365.                                                 ],
  16366.                                                 => [
  16367.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16368.                                                     'text' => 'Schools',
  16369.                                                     'link' => '/schools',
  16370.                                                 ],
  16371.                                                 => [
  16372.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16373.                                                     'text' => 'Parent/Students',
  16374.                                                     'link' => '/parents-students',
  16375.                                                 ],
  16376.                                                 => [
  16377.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16378.                                                     'text' => 'Departments',
  16379.                                                     'link' => '/departments',
  16380.                                                 ],
  16381.                                                 => [
  16382.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16383.                                                     'text' => 'Athletics',
  16384.                                                     'link' => '/athletics',
  16385.                                                 ],
  16386.                                                 => [
  16387.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16388.                                                     'text' => 'Board of Education',
  16389.                                                     'link' => '/board-of-education',
  16390.                                                 ],
  16391.                                                 => [
  16392.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16393.                                                     'text' => 'Community',
  16394.                                                     'link' => '/community-links',
  16395.                                                 ],
  16396.                                             ],
  16397.                                         ],
  16398.                                     ],
  16399.                                     'key' => 'header_menu',
  16400.                                 ],
  16401.                                 'footer_top' => [
  16402.                                     'allow' => [
  16403.                                         => 'Row',
  16404.                                     ],
  16405.                                     'contents' => [
  16406.                                         => [
  16407.                                             '__fqcn__' => 'widgets/Row/Row',
  16408.                                             'structure' => '1/1',
  16409.                                             'columns' => [
  16410.                                                 => [
  16411.                                                     '__fqcn__' => 'widgets/Row/Column',
  16412.                                                     'children' => [
  16413.                                                         => [
  16414.                                                             '__fqcn__' => 'widgets/Html/Html',
  16415.                                                             'content' => '<ul class="cs-social-links">'."\n".'    <li><a href="#"><em class="fa fa-facebook"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-twitter"></em></a></li>'."\n".'    <li><a href="#"><em class="fa fa-google-plus"></em></a></li>'."\n".'</ul>'."\n".'<p class="text-secondary tagline">Connect with Fallhaven</p>'."\n".'<a class="cs-btn cs-btn-lg cs-btn-secondary btn-connect" href="#">Contact Fallhaven</a>'."\n".'',
  16416.                                                         ],
  16417.                                                     ],
  16418.                                                 ],
  16419.                                             ],
  16420.                                         ],
  16421.                                     ],
  16422.                                     'key' => 'footer_top',
  16423.                                 ],
  16424.                                 'footer_main' => [
  16425.                                     'allow' => [
  16426.                                         => 'Row',
  16427.                                     ],
  16428.                                     'contents' => [
  16429.                                         => [
  16430.                                             '__fqcn__' => 'widgets/Row/Row',
  16431.                                             'structure' => '1/4 1/4 1/4 1/4',
  16432.                                             'columns' => [
  16433.                                                 => [
  16434.                                                     '__fqcn__' => 'widgets/Row/Column',
  16435.                                                     'classes' => 'ft-nav',
  16436.                                                     'children' => [
  16437.                                                         => [
  16438.                                                             '__fqcn__' => 'widgets/Html/Html',
  16439.                                                             'content' => '<h5>About Us</h5>'."\n".'<ul>'."\n".'    <li><a href="#">History &amp; Mission</a></li>'."\n".'    <li><a href="#">District History</a></li>'."\n".'    <li><a href="#">Calendar</a></li>'."\n".'    <li><a href="#">Staff Directory</a></li>'."\n".'    <li><a href="#">Contact Us</a></li>'."\n".'</ul>'."\n".'',
  16440.                                                         ],
  16441.                                                     ],
  16442.                                                 ],
  16443.                                                 => [
  16444.                                                     '__fqcn__' => 'widgets/Row/Column',
  16445.                                                     'classes' => 'ft-nav',
  16446.                                                     'children' => [
  16447.                                                         => [
  16448.                                                             '__fqcn__' => 'widgets/Html/Html',
  16449.                                                             'content' => '<h5>Parents</h5>'."\n".'<ul>'."\n".'    <li><a href="#">Meeting Dates</a></li>'."\n".'    <li><a href="#">Handbook</a></li>'."\n".'    <li><a href="#">Documents &amp; Forms</a></li>'."\n".'    <li><a href="#">Anti-Bullying</a></li>'."\n".'    <li><a href="#">Family Link</a></li>'."\n".'</ul>'."\n".'',
  16450.                                                         ],
  16451.                                                     ],
  16452.                                                 ],
  16453.                                                 => [
  16454.                                                     '__fqcn__' => 'widgets/Row/Column',
  16455.                                                     'classes' => 'ft-nav',
  16456.                                                     'children' => [
  16457.                                                         => [
  16458.                                                             '__fqcn__' => 'widgets/Html/Html',
  16459.                                                             'content' => '<h5>Students</h5>'."\n".'<ul>'."\n".'    <li><a href="#">Elementary</a></li>'."\n".'    <li><a href="#">Middle School</a></li>'."\n".'    <li><a href="#">High School</a></li>'."\n".'    <li><a href="#">Electives</a></li>'."\n".'    <li><a href="#">Social Work</a></li>'."\n".'</ul>'."\n".'',
  16460.                                                         ],
  16461.                                                     ],
  16462.                                                 ],
  16463.                                                 => [
  16464.                                                     '__fqcn__' => 'widgets/Row/Column',
  16465.                                                     'classes' => 'ft-nav',
  16466.                                                     'children' => [
  16467.                                                         => [
  16468.                                                             '__fqcn__' => 'widgets/Html/Html',
  16469.                                                             'content' => '<h5>Staff</h5>'."\n".'<ul>'."\n".'    <li><a href="#">Directory</a></li>'."\n".'    <li><a href="#">Staff Webmail</a></li>'."\n".'    <li><a href="#">Staff Link Portal</a></li>'."\n".'</ul>'."\n".'',
  16470.                                                         ],
  16471.                                                     ],
  16472.                                                 ],
  16473.                                             ],
  16474.                                         ],
  16475.                                     ],
  16476.                                     'key' => 'footer_main',
  16477.                                 ],
  16478.                                 'our_schools' => [
  16479.                                     'allow' => [
  16480.                                         => 'Section',
  16481.                                     ],
  16482.                                     'contents' => [
  16483.                                         => [
  16484.                                             '__fqcn__' => 'widgets/Block/Block',
  16485.                                             'type' => 'container',
  16486.                                         ],
  16487.                                     ],
  16488.                                     'key' => 'our_schools',
  16489.                                 ],
  16490.                                 'footer_bottom_a' => [
  16491.                                     'allow' => [
  16492.                                         => 'Row',
  16493.                                     ],
  16494.                                     'contents' => [
  16495.                                         => [
  16496.                                             '__fqcn__' => 'widgets/Row/Row',
  16497.                                             'structure' => '1/1',
  16498.                                             'columns' => [
  16499.                                                 => [
  16500.                                                     '__fqcn__' => 'widgets/Row/Column',
  16501.                                                     'children' => [
  16502.                                                         => [
  16503.                                                             '__fqcn__' => 'widgets/Html/Html',
  16504.                                                             'content' => '<p>[insert icon group widget]</p>'."\n".'',
  16505.                                                         ],
  16506.                                                     ],
  16507.                                                 ],
  16508.                                             ],
  16509.                                         ],
  16510.                                     ],
  16511.                                     'key' => 'footer_bottom_a',
  16512.                                 ],
  16513.                                 'footer_bottom_b' => [
  16514.                                     'allow' => [
  16515.                                         => 'Row',
  16516.                                     ],
  16517.                                     'contents' => [
  16518.                                         => [
  16519.                                             '__fqcn__' => 'widgets/Row/Row',
  16520.                                             'structure' => '1/1',
  16521.                                             'columns' => [
  16522.                                                 => [
  16523.                                                     '__fqcn__' => 'widgets/Row/Column',
  16524.                                                     'children' => [
  16525.                                                         => [
  16526.                                                             '__fqcn__' => 'widgets/Html/Html',
  16527.                                                             'content' => '<p><span class="ft-address">2345 Windsor Road, Cincinnati, OH 450234</span> <span class="ft-phone">Call us 513.234.4444</a> <span class="ft-email"><a href="#">info@stonecreek.edu</a></span></p>'."\n".'',
  16528.                                                         ],
  16529.                                                     ],
  16530.                                                 ],
  16531.                                             ],
  16532.                                         ],
  16533.                                     ],
  16534.                                     'key' => 'footer_bottom_b',
  16535.                                 ],
  16536.                             ],
  16537.                             'key' => 'DefaultOuter',
  16538.                         ],
  16539.                         'OuterB' => [
  16540.                             'name' => 'Windsor Outer B',
  16541.                             'description' => 'This Outer Template includes Header B, the content area and the footer container. Header B is a condensed, fixed header that overlays the slider on the home page.'."\n".'',
  16542.                             'regions' => [
  16543.                                 'content' => [
  16544.                                     'allow' => [
  16545.                                     ],
  16546.                                     'contents' => [
  16547.                                         => [
  16548.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16549.                                             'key' => 'content',
  16550.                                         ],
  16551.                                     ],
  16552.                                     'key' => 'content',
  16553.                                 ],
  16554.                                 'header_top_utils_1' => [
  16555.                                     'allow' => [
  16556.                                         => 'Html',
  16557.                                     ],
  16558.                                     'contents' => [
  16559.                                         => [
  16560.                                             '__fqcn__' => 'widgets/Html/Html',
  16561.                                             'content' => '[header top utils 1]'."\n".'',
  16562.                                         ],
  16563.                                     ],
  16564.                                     'key' => 'header_top_utils_1',
  16565.                                 ],
  16566.                                 'header_top_utils_2' => [
  16567.                                     'allow' => [
  16568.                                         => 'Html',
  16569.                                     ],
  16570.                                     'contents' => [
  16571.                                         => [
  16572.                                             '__fqcn__' => 'widgets/Html/Html',
  16573.                                             'content' => '[header top utils 2]'."\n".'',
  16574.                                         ],
  16575.                                     ],
  16576.                                     'key' => 'header_top_utils_2',
  16577.                                 ],
  16578.                                 'header_top_utils_3' => [
  16579.                                     'allow' => [
  16580.                                         => 'Html',
  16581.                                     ],
  16582.                                     'contents' => [
  16583.                                         => [
  16584.                                             '__fqcn__' => 'widgets/Html/Html',
  16585.                                             'content' => '[header top utils 3]'."\n".'',
  16586.                                         ],
  16587.                                     ],
  16588.                                     'key' => 'header_top_utils_3',
  16589.                                 ],
  16590.                                 'header_top_utils_4' => [
  16591.                                     'allow' => [
  16592.                                         => 'Html',
  16593.                                     ],
  16594.                                     'contents' => [
  16595.                                         => [
  16596.                                             '__fqcn__' => 'widgets/Html/Html',
  16597.                                             'content' => '[header top utils 4]'."\n".'',
  16598.                                         ],
  16599.                                     ],
  16600.                                     'key' => 'header_top_utils_4',
  16601.                                 ],
  16602.                                 'header_logo' => [
  16603.                                     'allow' => [
  16604.                                         => 'Html',
  16605.                                     ],
  16606.                                     'contents' => [
  16607.                                         => [
  16608.                                             '__fqcn__' => 'widgets/Html/Html',
  16609.                                             'content' => '[header logo]'."\n".'',
  16610.                                         ],
  16611.                                     ],
  16612.                                     'key' => 'header_logo',
  16613.                                 ],
  16614.                                 'header_drawer_search' => [
  16615.                                     'allow' => [
  16616.                                         => 'Html',
  16617.                                     ],
  16618.                                     'contents' => [
  16619.                                         => [
  16620.                                             '__fqcn__' => 'widgets/Html/Html',
  16621.                                             'content' => '[header drawer search]'."\n".'',
  16622.                                         ],
  16623.                                     ],
  16624.                                     'key' => 'header_drawer_search',
  16625.                                 ],
  16626.                                 'header_main_menu' => [
  16627.                                     'allow' => [
  16628.                                         => 'Html',
  16629.                                     ],
  16630.                                     'contents' => [
  16631.                                         => [
  16632.                                             '__fqcn__' => 'widgets/Html/Html',
  16633.                                             'content' => '[header main menu]'."\n".'',
  16634.                                         ],
  16635.                                     ],
  16636.                                     'key' => 'header_main_menu',
  16637.                                 ],
  16638.                                 'header_drawer_utils' => [
  16639.                                     'allow' => [
  16640.                                         => 'Html',
  16641.                                     ],
  16642.                                     'contents' => [
  16643.                                         => [
  16644.                                             '__fqcn__' => 'widgets/Html/Html',
  16645.                                             'content' => '[header drawer utils]'."\n".'',
  16646.                                         ],
  16647.                                     ],
  16648.                                     'key' => 'header_drawer_utils',
  16649.                                 ],
  16650.                                 'header_drawer_social' => [
  16651.                                     'allow' => [
  16652.                                         => 'Html',
  16653.                                     ],
  16654.                                     'contents' => [
  16655.                                         => [
  16656.                                             '__fqcn__' => 'widgets/Html/Html',
  16657.                                             'content' => '[header drawer social]'."\n".'',
  16658.                                         ],
  16659.                                     ],
  16660.                                     'key' => 'header_drawer_social',
  16661.                                 ],
  16662.                             ],
  16663.                             'key' => 'OuterB',
  16664.                         ],
  16665.                         'OuterC' => [
  16666.                             'name' => 'Windsor Outer C',
  16667.                             'description' => 'The Windsor Outer C layout includes a full-featured and pre-constructed header. This header includes a new top bar featuring an optional translate select, drop down utility links, and utility links with icons. This layout also includes a configurable footer.'."\n".'',
  16668.                             'regions' => [
  16669.                                 'content' => [
  16670.                                     'allow' => [
  16671.                                     ],
  16672.                                     'contents' => [
  16673.                                         => [
  16674.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16675.                                             'key' => 'content',
  16676.                                         ],
  16677.                                     ],
  16678.                                     'key' => 'content',
  16679.                                 ],
  16680.                             ],
  16681.                             'key' => 'OuterC',
  16682.                         ],
  16683.                     ],
  16684.                 ],
  16685.             ],
  16686.             'cms.widget.widgets' => [
  16687.                 'Accordion' => [
  16688.                     'name' => 'Accordion',
  16689.                     'enabled' => true,
  16690.                     'required' => true,
  16691.                     'description' => 'Vertically stacked collapsable panels of content.'."\n".'',
  16692.                     'pinned' => false,
  16693.                     'category' => 'Design',
  16694.                     'tags' => [
  16695.                     ],
  16696.                     'plugin' => true,
  16697.                     'scripts' => [
  16698.                     ],
  16699.                     'styles' => [
  16700.                     ],
  16701.                     'processor' => false,
  16702.                     'key' => 'Accordion',
  16703.                 ],
  16704.                 'Address' => [
  16705.                     'name' => 'Address',
  16706.                     'enabled' => true,
  16707.                     'required' => true,
  16708.                     'description' => 'Embeds address typography.'."\n".'',
  16709.                     'pinned' => false,
  16710.                     'category' => 'Advanced',
  16711.                     'tags' => [
  16712.                     ],
  16713.                     'plugin' => false,
  16714.                     'scripts' => [
  16715.                     ],
  16716.                     'styles' => [
  16717.                     ],
  16718.                     'key' => 'Address',
  16719.                 ],
  16720.                 'AlertBanner' => [
  16721.                     'name' => 'Alert Banner',
  16722.                     'enabled' => true,
  16723.                     'required' => true,
  16724.                     'description' => 'Banner of alerts.'."\n".'',
  16725.                     'pinned' => false,
  16726.                     'category' => 'Alerts',
  16727.                     'tags' => [
  16728.                     ],
  16729.                     'plugin' => true,
  16730.                     'scripts' => [
  16731.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  16732.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  16733.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  16734.                     ],
  16735.                     'styles' => [
  16736.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  16737.                     ],
  16738.                     'key' => 'AlertBanner',
  16739.                 ],
  16740.                 'Block' => [
  16741.                     'name' => 'Section',
  16742.                     'enabled' => true,
  16743.                     'required' => true,
  16744.                     'description' => 'Basic DIV container with content; for advanced usage.'."\n".'',
  16745.                     'pinned' => true,
  16746.                     'category' => 'Design',
  16747.                     'tags' => [
  16748.                     ],
  16749.                     'plugin' => false,
  16750.                     'scripts' => [
  16751.                     ],
  16752.                     'styles' => [
  16753.                     ],
  16754.                     'key' => 'Block',
  16755.                 ],
  16756.                 'Blockquote' => [
  16757.                     'name' => 'Blockquote',
  16758.                     'enabled' => true,
  16759.                     'required' => true,
  16760.                     'description' => 'Embeds basic blockquote typography.'."\n".'',
  16761.                     'pinned' => false,
  16762.                     'category' => 'Design',
  16763.                     'tags' => [
  16764.                     ],
  16765.                     'plugin' => false,
  16766.                     'scripts' => [
  16767.                     ],
  16768.                     'styles' => [
  16769.                     ],
  16770.                     'key' => 'Blockquote',
  16771.                 ],
  16772.                 'Breadcrumbs' => [
  16773.                     'name' => 'Breadcrumbs',
  16774.                     'enabled' => true,
  16775.                     'required' => true,
  16776.                     'description' => 'Embeds navigation-based "crumbs" onto the page.'."\n".'',
  16777.                     'pinned' => false,
  16778.                     'category' => 'Page Layout/Structure',
  16779.                     'tags' => [
  16780.                     ],
  16781.                     'plugin' => false,
  16782.                     'scripts' => [
  16783.                     ],
  16784.                     'styles' => [
  16785.                     ],
  16786.                     'key' => 'Breadcrumbs',
  16787.                 ],
  16788.                 'Button' => [
  16789.                     'name' => 'Button',
  16790.                     'enabled' => true,
  16791.                     'required' => true,
  16792.                     'description' => 'Embeds basic button typography and behavior.'."\n".'',
  16793.                     'pinned' => false,
  16794.                     'category' => 'Design',
  16795.                     'tags' => [
  16796.                     ],
  16797.                     'plugin' => false,
  16798.                     'scripts' => [
  16799.                     ],
  16800.                     'styles' => [
  16801.                     ],
  16802.                     'key' => 'Button',
  16803.                 ],
  16804.                 'ButtonDropdown' => [
  16805.                     'name' => 'Button Dropdown',
  16806.                     'enabled' => true,
  16807.                     'required' => true,
  16808.                     'description' => 'Embeds a button with a dropdown panel.'."\n".'',
  16809.                     'pinned' => false,
  16810.                     'category' => 'Design',
  16811.                     'tags' => [
  16812.                     ],
  16813.                     'plugin' => false,
  16814.                     'scripts' => [
  16815.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  16816.                     ],
  16817.                     'styles' => [
  16818.                     ],
  16819.                     'key' => 'ButtonDropdown',
  16820.                 ],
  16821.                 'Column' => [
  16822.                     'name' => 'Column',
  16823.                     'enabled' => true,
  16824.                     'required' => true,
  16825.                     'description' => 'Designates a grid column.'."\n".'',
  16826.                     'pinned' => false,
  16827.                     'category' => 'Design',
  16828.                     'tags' => [
  16829.                     ],
  16830.                     'plugin' => false,
  16831.                     'scripts' => [
  16832.                     ],
  16833.                     'styles' => [
  16834.                     ],
  16835.                     'key' => 'Column',
  16836.                 ],
  16837.                 'ContentTemplateEmbed' => [
  16838.                     'name' => 'Content Template Embed',
  16839.                     'enabled' => true,
  16840.                     'required' => true,
  16841.                     'description' => 'Embeds the source of a content template into the page.'."\n".'',
  16842.                     'pinned' => false,
  16843.                     'category' => 'Advanced',
  16844.                     'tags' => [
  16845.                     ],
  16846.                     'plugin' => false,
  16847.                     'scripts' => [
  16848.                     ],
  16849.                     'styles' => [
  16850.                     ],
  16851.                     'key' => 'ContentTemplateEmbed',
  16852.                 ],
  16853.                 'DepartmentName' => [
  16854.                     'name' => 'Department Name',
  16855.                     'enabled' => true,
  16856.                     'required' => true,
  16857.                     'description' => 'Displays Department Name.'."\n".'',
  16858.                     'pinned' => false,
  16859.                     'category' => 'Page Layout/Structure',
  16860.                     'tags' => [
  16861.                     ],
  16862.                     'plugin' => false,
  16863.                     'scripts' => [
  16864.                     ],
  16865.                     'styles' => [
  16866.                     ],
  16867.                     'key' => 'DepartmentName',
  16868.                 ],
  16869.                 'Divider' => [
  16870.                     'name' => 'Divider',
  16871.                     'enabled' => true,
  16872.                     'required' => true,
  16873.                     'description' => 'Embeds a styled horizontal rule into the content.'."\n".'',
  16874.                     'pinned' => false,
  16875.                     'category' => 'Design',
  16876.                     'tags' => [
  16877.                     ],
  16878.                     'plugin' => false,
  16879.                     'scripts' => [
  16880.                     ],
  16881.                     'styles' => [
  16882.                     ],
  16883.                     'key' => 'Divider',
  16884.                 ],
  16885.                 'FacebookLike' => [
  16886.                     'name' => 'Facebook Like Button',
  16887.                     'enabled' => false,
  16888.                     'required' => true,
  16889.                     'description' => 'Embeds the standard Facebook "like" button to share/like the page through Facebook only.'."\n".'',
  16890.                     'pinned' => false,
  16891.                     'category' => 'Design',
  16892.                     'tags' => [
  16893.                     ],
  16894.                     'plugin' => true,
  16895.                     'scripts' => [
  16896.                     ],
  16897.                     'styles' => [
  16898.                     ],
  16899.                     'key' => 'FacebookLike',
  16900.                 ],
  16901.                 'FeedList' => [
  16902.                     'name' => 'Feed List',
  16903.                     'enabled' => true,
  16904.                     'required' => true,
  16905.                     'description' => 'Lists out feed entries based on configuration.'."\n".'',
  16906.                     'pinned' => false,
  16907.                     'category' => 'Feed',
  16908.                     'tags' => [
  16909.                     ],
  16910.                     'plugin' => false,
  16911.                     'scripts' => [
  16912.                     ],
  16913.                     'styles' => [
  16914.                     ],
  16915.                     'key' => 'FeedList',
  16916.                 ],
  16917.                 'FileList' => [
  16918.                     'name' => 'File List',
  16919.                     'enabled' => true,
  16920.                     'required' => true,
  16921.                     'description' => 'Lists out files based on configuration.'."\n".'',
  16922.                     'pinned' => false,
  16923.                     'category' => 'Advanced',
  16924.                     'tags' => [
  16925.                     ],
  16926.                     'plugin' => true,
  16927.                     'scripts' => [
  16928.                     ],
  16929.                     'styles' => [
  16930.                     ],
  16931.                     'key' => 'FileList',
  16932.                 ],
  16933.                 'GalleryFolder' => [
  16934.                     'name' => 'Folder Gallery',
  16935.                     'enabled' => true,
  16936.                     'required' => true,
  16937.                     'description' => 'Creates gallery from images in folder.'."\n".'',
  16938.                     'pinned' => false,
  16939.                     'category' => 'Design',
  16940.                     'tags' => [
  16941.                     ],
  16942.                     'plugin' => true,
  16943.                     'scripts' => [
  16944.                         => 'masonry::/dist/masonry.pkgd.min.js',
  16945.                         => 'imagesloaded::/imagesloaded.pkgd.min.js',
  16946.                         => 'magnific-popup::/dist/jquery.magnific-popup.min.js',
  16947.                     ],
  16948.                     'styles' => [
  16949.                         => 'magnific-popup::/dist/magnific-popup.css',
  16950.                     ],
  16951.                     'deprecated' => true,
  16952.                     'key' => 'GalleryFolder',
  16953.                 ],
  16954.                 'GoogleDriveEmbed' => [
  16955.                     'name' => 'Google Drive Embed',
  16956.                     'enabled' => true,
  16957.                     'required' => true,
  16958.                     'description' => 'Lists of files in google drive folder.'."\n".'',
  16959.                     'pinned' => false,
  16960.                     'category' => 'Google',
  16961.                     'tags' => [
  16962.                     ],
  16963.                     'plugin' => false,
  16964.                     'scripts' => [
  16965.                     ],
  16966.                     'styles' => [
  16967.                     ],
  16968.                     'key' => 'GoogleDriveEmbed',
  16969.                 ],
  16970.                 'GoogleMap' => [
  16971.                     'name' => 'Google Map',
  16972.                     'enabled' => true,
  16973.                     'required' => true,
  16974.                     'description' => 'Embeds a Google map into the page; can set starting coordinates and add basic "markers" to the map.'."\n".'',
  16975.                     'pinned' => false,
  16976.                     'category' => 'Google',
  16977.                     'tags' => [
  16978.                     ],
  16979.                     'plugin' => true,
  16980.                     'scripts' => [
  16981.                     ],
  16982.                     'styles' => [
  16983.                     ],
  16984.                     'key' => 'GoogleMap',
  16985.                 ],
  16986.                 'GoogleTranslate' => [
  16987.                     'name' => 'Google Translate',
  16988.                     'enabled' => true,
  16989.                     'required' => true,
  16990.                     'description' => 'Embeds Google translate component.'."\n".'',
  16991.                     'pinned' => false,
  16992.                     'category' => 'Google',
  16993.                     'tags' => [
  16994.                     ],
  16995.                     'plugin' => false,
  16996.                     'scripts' => [
  16997.                         => 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit',
  16998.                     ],
  16999.                     'styles' => [
  17000.                     ],
  17001.                     'key' => 'GoogleTranslate',
  17002.                 ],
  17003.                 'Heading' => [
  17004.                     'name' => 'Heading',
  17005.                     'enabled' => false,
  17006.                     'required' => true,
  17007.                     'description' => 'Embeds heading typography (H1, H2, H3, etc).'."\n".'',
  17008.                     'pinned' => false,
  17009.                     'category' => 'Design',
  17010.                     'tags' => [
  17011.                     ],
  17012.                     'plugin' => false,
  17013.                     'scripts' => [
  17014.                     ],
  17015.                     'styles' => [
  17016.                     ],
  17017.                     'key' => 'Heading',
  17018.                 ],
  17019.                 'Html' => [
  17020.                     'name' => 'Text',
  17021.                     'enabled' => true,
  17022.                     'required' => true,
  17023.                     'description' => 'Allows for HTML-based input using a WYSIWYG.'."\n".'',
  17024.                     'pinned' => true,
  17025.                     'category' => 'Design',
  17026.                     'tags' => [
  17027.                     ],
  17028.                     'plugin' => false,
  17029.                     'scripts' => [
  17030.                     ],
  17031.                     'styles' => [
  17032.                     ],
  17033.                     'key' => 'Html',
  17034.                 ],
  17035.                 'HtmlSource' => [
  17036.                     'name' => 'HTML Source',
  17037.                     'enabled' => true,
  17038.                     'required' => true,
  17039.                     'description' => 'Provides a stylized HTML syntax editor for writing custom HTML source code.'."\n".'',
  17040.                     'pinned' => false,
  17041.                     'category' => 'Advanced',
  17042.                     'tags' => [
  17043.                     ],
  17044.                     'plugin' => false,
  17045.                     'scripts' => [
  17046.                     ],
  17047.                     'styles' => [
  17048.                     ],
  17049.                     'key' => 'HtmlSource',
  17050.                 ],
  17051.                 'Icon' => [
  17052.                     'name' => 'Icon',
  17053.                     'enabled' => true,
  17054.                     'required' => true,
  17055.                     'description' => 'Embeds icon typography.'."\n".'',
  17056.                     'pinned' => false,
  17057.                     'category' => 'Design',
  17058.                     'tags' => [
  17059.                     ],
  17060.                     'plugin' => false,
  17061.                     'scripts' => [
  17062.                     ],
  17063.                     'styles' => [
  17064.                     ],
  17065.                     'key' => 'Icon',
  17066.                 ],
  17067.                 'IconGroup' => [
  17068.                     'name' => 'Icon Group',
  17069.                     'enabled' => true,
  17070.                     'required' => true,
  17071.                     'description' => 'Embeds icon group typography.'."\n".'',
  17072.                     'pinned' => false,
  17073.                     'category' => 'Design',
  17074.                     'tags' => [
  17075.                     ],
  17076.                     'plugin' => false,
  17077.                     'scripts' => [
  17078.                     ],
  17079.                     'styles' => [
  17080.                     ],
  17081.                     'key' => 'IconGroup',
  17082.                 ],
  17083.                 'Image' => [
  17084.                     'name' => 'Image',
  17085.                     'enabled' => true,
  17086.                     'required' => true,
  17087.                     'description' => 'Embeds an image into the content via a custom URL source.'."\n".'',
  17088.                     'pinned' => true,
  17089.                     'category' => 'Design',
  17090.                     'tags' => [
  17091.                     ],
  17092.                     'plugin' => false,
  17093.                     'scripts' => [
  17094.                     ],
  17095.                     'styles' => [
  17096.                     ],
  17097.                     'key' => 'Image',
  17098.                 ],
  17099.                 'Jumbotron' => [
  17100.                     'name' => 'Jumbotron',
  17101.                     'enabled' => false,
  17102.                     'required' => true,
  17103.                     'description' => 'Embeds "jumbotron" typography.'."\n".'',
  17104.                     'pinned' => false,
  17105.                     'category' => 'Design',
  17106.                     'tags' => [
  17107.                     ],
  17108.                     'plugin' => false,
  17109.                     'scripts' => [
  17110.                     ],
  17111.                     'styles' => [
  17112.                     ],
  17113.                     'key' => 'Jumbotron',
  17114.                 ],
  17115.                 'MegaMenu' => [
  17116.                     'name' => 'Mega Menu',
  17117.                     'enabled' => true,
  17118.                     'required' => true,
  17119.                     'description' => 'Allows for creation of custom "mega menus" for header-based navigation.'."\n".'',
  17120.                     'pinned' => false,
  17121.                     'category' => 'Page Layout/Structure',
  17122.                     'tags' => [
  17123.                     ],
  17124.                     'plugin' => true,
  17125.                     'scripts' => [
  17126.                         => 'jquery-doubletaptogo::/dist/jquery.dcd.doubletaptogo.min.js',
  17127.                     ],
  17128.                     'styles' => [
  17129.                     ],
  17130.                     'key' => 'MegaMenu',
  17131.                 ],
  17132.                 'ModuleAlertFeature' => [
  17133.                     'name' => 'Alert Feature',
  17134.                     'enabled' => false,
  17135.                     'required' => true,
  17136.                     'description' => 'Shows basic details of a single alert item.'."\n".'',
  17137.                     'pinned' => false,
  17138.                     'category' => 'Alerts',
  17139.                     'tags' => [
  17140.                     ],
  17141.                     'plugin' => false,
  17142.                     'scripts' => [
  17143.                     ],
  17144.                     'styles' => [
  17145.                     ],
  17146.                     'key' => 'ModuleAlertFeature',
  17147.                 ],
  17148.                 'ModuleAlertList' => [
  17149.                     'name' => 'Alerts List',
  17150.                     'enabled' => true,
  17151.                     'required' => true,
  17152.                     'description' => 'Shows a list of alerts; configurable by the user.'."\n".'',
  17153.                     'pinned' => false,
  17154.                     'category' => 'Alerts',
  17155.                     'tags' => [
  17156.                     ],
  17157.                     'plugin' => false,
  17158.                     'scripts' => [
  17159.                     ],
  17160.                     'styles' => [
  17161.                     ],
  17162.                     'key' => 'ModuleAlertList',
  17163.                 ],
  17164.                 'ModuleAlertListGrid' => [
  17165.                     'name' => 'Alerts Grid',
  17166.                     'enabled' => true,
  17167.                     'required' => true,
  17168.                     'description' => 'Shows a grid of alerts; configurable by the user.'."\n".'',
  17169.                     'pinned' => false,
  17170.                     'category' => 'Alerts',
  17171.                     'tags' => [
  17172.                     ],
  17173.                     'plugin' => false,
  17174.                     'scripts' => [
  17175.                     ],
  17176.                     'styles' => [
  17177.                     ],
  17178.                     'key' => 'ModuleAlertListGrid',
  17179.                 ],
  17180.                 'ModuleBlogFeature' => [
  17181.                     'name' => 'Blog Feature',
  17182.                     'enabled' => false,
  17183.                     'required' => true,
  17184.                     'description' => 'Shows details for a single post in a blog.'."\n".'',
  17185.                     'pinned' => false,
  17186.                     'category' => 'Blog',
  17187.                     'tags' => [
  17188.                     ],
  17189.                     'plugin' => false,
  17190.                     'scripts' => [
  17191.                     ],
  17192.                     'styles' => [
  17193.                     ],
  17194.                     'key' => 'ModuleBlogFeature',
  17195.                 ],
  17196.                 'ModuleBlogList' => [
  17197.                     'name' => 'Blog List',
  17198.                     'enabled' => true,
  17199.                     'required' => true,
  17200.                     'description' => 'Basic list of blog posts; configurable by the user.'."\n".'',
  17201.                     'pinned' => false,
  17202.                     'category' => 'Blog',
  17203.                     'tags' => [
  17204.                     ],
  17205.                     'plugin' => false,
  17206.                     'scripts' => [
  17207.                     ],
  17208.                     'styles' => [
  17209.                     ],
  17210.                     'key' => 'ModuleBlogList',
  17211.                 ],
  17212.                 'ModuleBlogListGrid' => [
  17213.                     'name' => 'Blogs Grid',
  17214.                     'enabled' => true,
  17215.                     'required' => true,
  17216.                     'description' => 'Thumbnail grid view for a list of blog posts.'."\n".'',
  17217.                     'pinned' => false,
  17218.                     'category' => 'Blog',
  17219.                     'tags' => [
  17220.                     ],
  17221.                     'plugin' => false,
  17222.                     'scripts' => [
  17223.                     ],
  17224.                     'styles' => [
  17225.                     ],
  17226.                     'key' => 'ModuleBlogListGrid',
  17227.                 ],
  17228.                 'ModuleBlogOwlCarousel' => [
  17229.                     'name' => 'Blog Carousel',
  17230.                     'enabled' => true,
  17231.                     'required' => true,
  17232.                     'description' => 'Blog list rendered as a carousel.'."\n".'',
  17233.                     'pinned' => false,
  17234.                     'category' => 'Blog',
  17235.                     'tags' => [
  17236.                     ],
  17237.                     'plugin' => true,
  17238.                     'scripts' => [
  17239.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17240.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17241.                     ],
  17242.                     'styles' => [
  17243.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17244.                     ],
  17245.                     'key' => 'ModuleBlogOwlCarousel',
  17246.                 ],
  17247.                 'ModuleCalendarList' => [
  17248.                     'name' => 'Calendar List',
  17249.                     'enabled' => true,
  17250.                     'required' => true,
  17251.                     'description' => 'A list of events from the calendar modules; configurable by the user.'."\n".'',
  17252.                     'pinned' => false,
  17253.                     'category' => 'Calendar',
  17254.                     'tags' => [
  17255.                     ],
  17256.                     'plugin' => false,
  17257.                     'scripts' => [
  17258.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17259.                     ],
  17260.                     'styles' => [
  17261.                     ],
  17262.                     'key' => 'ModuleCalendarList',
  17263.                 ],
  17264.                 'ModuleCalendarListGrid' => [
  17265.                     'name' => 'Calendar Grid',
  17266.                     'enabled' => true,
  17267.                     'required' => true,
  17268.                     'description' => 'Thumbnail grid view of the basic calendar list.'."\n".'',
  17269.                     'pinned' => false,
  17270.                     'category' => 'Calendar',
  17271.                     'tags' => [
  17272.                     ],
  17273.                     'plugin' => false,
  17274.                     'scripts' => [
  17275.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17276.                     ],
  17277.                     'styles' => [
  17278.                     ],
  17279.                     'key' => 'ModuleCalendarListGrid',
  17280.                 ],
  17281.                 'ModuleCalendarMini' => [
  17282.                     'name' => 'Mini Calendar',
  17283.                     'enabled' => true,
  17284.                     'required' => true,
  17285.                     'description' => 'A graphical view of a calendar that can be embedded in places like sidebars.'."\n".'',
  17286.                     'pinned' => false,
  17287.                     'category' => 'Calendar',
  17288.                     'tags' => [
  17289.                     ],
  17290.                     'plugin' => true,
  17291.                     'scripts' => [
  17292.                     ],
  17293.                     'styles' => [
  17294.                     ],
  17295.                     'key' => 'ModuleCalendarMini',
  17296.                 ],
  17297.                 'ModuleCalendarOwlCarousel' => [
  17298.                     'name' => 'Calendar Carousel',
  17299.                     'enabled' => true,
  17300.                     'required' => true,
  17301.                     'description' => 'Calendar events list rendered as a carousel.'."\n".'',
  17302.                     'pinned' => false,
  17303.                     'category' => 'Calendar',
  17304.                     'tags' => [
  17305.                     ],
  17306.                     'plugin' => true,
  17307.                     'scripts' => [
  17308.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17309.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17310.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17311.                     ],
  17312.                     'styles' => [
  17313.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17314.                     ],
  17315.                     'key' => 'ModuleCalendarOwlCarousel',
  17316.                 ],
  17317.                 'ModuleGalleryFeature' => [
  17318.                     'name' => 'Gallery Feature',
  17319.                     'enabled' => true,
  17320.                     'required' => true,
  17321.                     'description' => 'Renders gallery images'."\n".'',
  17322.                     'pinned' => false,
  17323.                     'category' => 'Gallery',
  17324.                     'tags' => [
  17325.                     ],
  17326.                     'plugin' => true,
  17327.                     'scripts' => [
  17328.                         => 'masonry::/dist/masonry.pkgd.min.js',
  17329.                         => 'imagesloaded::/imagesloaded.pkgd.min.js',
  17330.                         => 'magnific-popup::/dist/jquery.magnific-popup.min.js',
  17331.                     ],
  17332.                     'styles' => [
  17333.                         => 'magnific-popup::/dist/magnific-popup.css',
  17334.                     ],
  17335.                     'key' => 'ModuleGalleryFeature',
  17336.                 ],
  17337.                 'ModuleGalleryList' => [
  17338.                     'name' => 'Gallery List',
  17339.                     'enabled' => true,
  17340.                     'required' => true,
  17341.                     'description' => 'Lists out gallery gallerys based on configuration.'."\n".'',
  17342.                     'pinned' => false,
  17343.                     'category' => 'Gallery',
  17344.                     'tags' => [
  17345.                     ],
  17346.                     'plugin' => false,
  17347.                     'scripts' => [
  17348.                     ],
  17349.                     'styles' => [
  17350.                     ],
  17351.                     'key' => 'ModuleGalleryList',
  17352.                 ],
  17353.                 'ModuleNewsFeature' => [
  17354.                     'name' => 'News Feature',
  17355.                     'enabled' => false,
  17356.                     'required' => true,
  17357.                     'description' => 'Details of a single news item.'."\n".'',
  17358.                     'pinned' => false,
  17359.                     'category' => 'News',
  17360.                     'tags' => [
  17361.                     ],
  17362.                     'plugin' => false,
  17363.                     'scripts' => [
  17364.                     ],
  17365.                     'styles' => [
  17366.                     ],
  17367.                     'key' => 'ModuleNewsFeature',
  17368.                 ],
  17369.                 'ModuleNewsList' => [
  17370.                     'name' => 'News List',
  17371.                     'enabled' => true,
  17372.                     'required' => true,
  17373.                     'description' => 'Lists out news articles based on configuration.'."\n".'',
  17374.                     'pinned' => false,
  17375.                     'category' => 'News',
  17376.                     'tags' => [
  17377.                     ],
  17378.                     'plugin' => false,
  17379.                     'scripts' => [
  17380.                     ],
  17381.                     'styles' => [
  17382.                     ],
  17383.                     'key' => 'ModuleNewsList',
  17384.                 ],
  17385.                 'ModuleNewsListExpanded' => [
  17386.                     'name' => 'News List Expanded',
  17387.                     'enabled' => true,
  17388.                     'required' => true,
  17389.                     'description' => 'Lists out full news articles based on configuration.'."\n".'',
  17390.                     'pinned' => false,
  17391.                     'category' => 'News',
  17392.                     'tags' => [
  17393.                     ],
  17394.                     'plugin' => false,
  17395.                     'scripts' => [
  17396.                     ],
  17397.                     'styles' => [
  17398.                     ],
  17399.                     'key' => 'ModuleNewsListExpanded',
  17400.                 ],
  17401.                 'ModuleNewsListGrid' => [
  17402.                     'name' => 'News Grid',
  17403.                     'enabled' => true,
  17404.                     'required' => true,
  17405.                     'description' => 'Thumbnail grid view of the basic news list.'."\n".'',
  17406.                     'pinned' => false,
  17407.                     'category' => 'News',
  17408.                     'tags' => [
  17409.                     ],
  17410.                     'plugin' => false,
  17411.                     'scripts' => [
  17412.                     ],
  17413.                     'styles' => [
  17414.                     ],
  17415.                     'key' => 'ModuleNewsListGrid',
  17416.                 ],
  17417.                 'ModuleNewsOwlCarousel' => [
  17418.                     'name' => 'News Carousel',
  17419.                     'enabled' => true,
  17420.                     'required' => true,
  17421.                     'description' => 'News list rendered as a carousel.'."\n".'',
  17422.                     'pinned' => false,
  17423.                     'category' => 'News',
  17424.                     'tags' => [
  17425.                     ],
  17426.                     'plugin' => true,
  17427.                     'scripts' => [
  17428.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17429.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17430.                     ],
  17431.                     'styles' => [
  17432.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17433.                     ],
  17434.                     'key' => 'ModuleNewsOwlCarousel',
  17435.                 ],
  17436.                 'ModulePeopleDirectory' => [
  17437.                     'name' => 'People Directory',
  17438.                     'enabled' => true,
  17439.                     'required' => true,
  17440.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17441.                     'pinned' => false,
  17442.                     'category' => 'People',
  17443.                     'tags' => [
  17444.                     ],
  17445.                     'plugin' => false,
  17446.                     'scripts' => [
  17447.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17448.                     ],
  17449.                     'styles' => [
  17450.                     ],
  17451.                     'key' => 'ModulePeopleDirectory',
  17452.                 ],
  17453.                 'ModulePeopleList' => [
  17454.                     'name' => 'People List',
  17455.                     'enabled' => true,
  17456.                     'required' => true,
  17457.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17458.                     'pinned' => false,
  17459.                     'category' => 'People',
  17460.                     'tags' => [
  17461.                     ],
  17462.                     'plugin' => false,
  17463.                     'scripts' => [
  17464.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17465.                     ],
  17466.                     'styles' => [
  17467.                     ],
  17468.                     'key' => 'ModulePeopleList',
  17469.                 ],
  17470.                 'ModulePeopleListFeatured' => [
  17471.                     'name' => 'People List Featured',
  17472.                     'enabled' => true,
  17473.                     'required' => true,
  17474.                     'description' => 'Lists out basic information for selected people profiles.'."\n".'',
  17475.                     'pinned' => false,
  17476.                     'category' => 'People',
  17477.                     'tags' => [
  17478.                     ],
  17479.                     'plugin' => false,
  17480.                     'scripts' => [
  17481.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17482.                     ],
  17483.                     'styles' => [
  17484.                     ],
  17485.                     'key' => 'ModulePeopleListFeatured',
  17486.                 ],
  17487.                 'ModulePeopleListGridLarge' => [
  17488.                     'name' => 'People List Grid',
  17489.                     'enabled' => true,
  17490.                     'required' => true,
  17491.                     'description' => 'Thumbnail grid view of the basic people list.'."\n".'',
  17492.                     'pinned' => false,
  17493.                     'category' => 'People',
  17494.                     'tags' => [
  17495.                     ],
  17496.                     'plugin' => false,
  17497.                     'scripts' => [
  17498.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17499.                     ],
  17500.                     'styles' => [
  17501.                     ],
  17502.                     'key' => 'ModulePeopleListGridLarge',
  17503.                 ],
  17504.                 'ModulePeopleListGridSmall' => [
  17505.                     'name' => 'People List Grid Small',
  17506.                     'enabled' => false,
  17507.                     'required' => true,
  17508.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17509.                     'pinned' => false,
  17510.                     'category' => 'People',
  17511.                     'tags' => [
  17512.                     ],
  17513.                     'plugin' => false,
  17514.                     'scripts' => [
  17515.                     ],
  17516.                     'styles' => [
  17517.                     ],
  17518.                     'key' => 'ModulePeopleListGridSmall',
  17519.                 ],
  17520.                 'ModulePeopleOwlCarousel' => [
  17521.                     'name' => 'People Carousel',
  17522.                     'enabled' => true,
  17523.                     'required' => true,
  17524.                     'description' => 'People list rendered as a carousel.'."\n".'',
  17525.                     'pinned' => false,
  17526.                     'category' => 'People',
  17527.                     'tags' => [
  17528.                     ],
  17529.                     'plugin' => true,
  17530.                     'scripts' => [
  17531.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17532.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17533.                     ],
  17534.                     'styles' => [
  17535.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17536.                     ],
  17537.                     'key' => 'ModulePeopleOwlCarousel',
  17538.                 ],
  17539.                 'ModulePeopleSearch' => [
  17540.                     'name' => 'People Search',
  17541.                     'enabled' => true,
  17542.                     'required' => true,
  17543.                     'description' => 'Lists out profiles by name, lastname or department'."\n".'',
  17544.                     'pinned' => false,
  17545.                     'category' => 'People',
  17546.                     'tags' => [
  17547.                     ],
  17548.                     'plugin' => false,
  17549.                     'scripts' => [
  17550.                     ],
  17551.                     'styles' => [
  17552.                     ],
  17553.                     'key' => 'ModulePeopleSearch',
  17554.                 ],
  17555.                 'ModulePeopleWebsiteList' => [
  17556.                     'name' => 'People Websites List',
  17557.                     'enabled' => true,
  17558.                     'required' => true,
  17559.                     'description' => 'Lists out people profiles that have websites registered to them.'."\n".'',
  17560.                     'pinned' => false,
  17561.                     'category' => 'People',
  17562.                     'tags' => [
  17563.                     ],
  17564.                     'plugin' => false,
  17565.                     'scripts' => [
  17566.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17567.                     ],
  17568.                     'styles' => [
  17569.                     ],
  17570.                     'key' => 'ModulePeopleWebsiteList',
  17571.                 ],
  17572.                 'ModuleQuestionListAccordion' => [
  17573.                     'name' => 'FAQ Accordion',
  17574.                     'enabled' => true,
  17575.                     'required' => true,
  17576.                     'description' => 'Shows a set of questions as an accordion.'."\n".'',
  17577.                     'pinned' => false,
  17578.                     'category' => 'Advanced',
  17579.                     'tags' => [
  17580.                     ],
  17581.                     'plugin' => true,
  17582.                     'scripts' => [
  17583.                     ],
  17584.                     'styles' => [
  17585.                     ],
  17586.                     'key' => 'ModuleQuestionListAccordion',
  17587.                 ],
  17588.                 'Navigation' => [
  17589.                     'name' => 'Secondary Navigation',
  17590.                     'enabled' => true,
  17591.                     'required' => true,
  17592.                     'description' => 'Embeds "side" navigation.'."\n".'',
  17593.                     'pinned' => false,
  17594.                     'category' => 'Page Layout/Structure',
  17595.                     'tags' => [
  17596.                     ],
  17597.                     'plugin' => false,
  17598.                     'scripts' => [
  17599.                     ],
  17600.                     'styles' => [
  17601.                     ],
  17602.                     'key' => 'Navigation',
  17603.                 ],
  17604.                 'OwlCarousel' => [
  17605.                     'name' => 'Carousel',
  17606.                     'enabled' => true,
  17607.                     'required' => true,
  17608.                     'description' => 'Basic carousel for content based on the Owl plugin.'."\n".'',
  17609.                     'pinned' => false,
  17610.                     'category' => 'Design',
  17611.                     'tags' => [
  17612.                     ],
  17613.                     'plugin' => true,
  17614.                     'scripts' => [
  17615.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17616.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17617.                     ],
  17618.                     'styles' => [
  17619.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17620.                     ],
  17621.                     'key' => 'OwlCarousel',
  17622.                 ],
  17623.                 'OwlCarouselEditable' => [
  17624.                     'name' => 'Editable Carousel',
  17625.                     'enabled' => true,
  17626.                     'required' => true,
  17627.                     'description' => 'Basic carousel for content based on the Owl plugin, using the editor to manage content.'."\n".'',
  17628.                     'pinned' => false,
  17629.                     'category' => 'Design',
  17630.                     'tags' => [
  17631.                     ],
  17632.                     'plugin' => true,
  17633.                     'scripts' => [
  17634.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17635.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17636.                     ],
  17637.                     'styles' => [
  17638.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17639.                     ],
  17640.                     'key' => 'OwlCarouselEditable',
  17641.                 ],
  17642.                 'OwlFeatureSlider' => [
  17643.                     'name' => 'Custom Homepage Banner',
  17644.                     'enabled' => true,
  17645.                     'required' => true,
  17646.                     'description' => 'Slider based on the Owl plugin for full-screen effect.'."\n".'',
  17647.                     'pinned' => false,
  17648.                     'category' => 'Design',
  17649.                     'tags' => [
  17650.                     ],
  17651.                     'plugin' => true,
  17652.                     'scripts' => [
  17653.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17654.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17655.                     ],
  17656.                     'styles' => [
  17657.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17658.                     ],
  17659.                     'key' => 'OwlFeatureSlider',
  17660.                 ],
  17661.                 'OwlSlider' => [
  17662.                     'name' => 'Homepage Banner',
  17663.                     'enabled' => true,
  17664.                     'required' => true,
  17665.                     'description' => 'Basic slider based on the Owl plugin.'."\n".'',
  17666.                     'pinned' => false,
  17667.                     'category' => 'Design',
  17668.                     'tags' => [
  17669.                     ],
  17670.                     'plugin' => true,
  17671.                     'scripts' => [
  17672.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17673.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17674.                     ],
  17675.                     'styles' => [
  17676.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17677.                     ],
  17678.                     'key' => 'OwlSlider',
  17679.                 ],
  17680.                 'Parallax' => [
  17681.                     'name' => 'Parallax',
  17682.                     'enabled' => false,
  17683.                     'required' => true,
  17684.                     'description' => 'Create basic parallax effects.'."\n".'',
  17685.                     'pinned' => false,
  17686.                     'category' => 'Design',
  17687.                     'tags' => [
  17688.                     ],
  17689.                     'plugin' => true,
  17690.                     'scripts' => [
  17691.                         => 'parallaxjs::parallax.min.js',
  17692.                     ],
  17693.                     'styles' => [
  17694.                     ],
  17695.                     'key' => 'Parallax',
  17696.                 ],
  17697.                 'PdfEmbed' => [
  17698.                     'name' => 'PDF Embed',
  17699.                     'enabled' => false,
  17700.                     'required' => true,
  17701.                     'description' => 'Embeds a PDF into the content.'."\n".'',
  17702.                     'pinned' => false,
  17703.                     'category' => 'Advanced',
  17704.                     'tags' => [
  17705.                     ],
  17706.                     'plugin' => false,
  17707.                     'scripts' => [
  17708.                     ],
  17709.                     'styles' => [
  17710.                     ],
  17711.                     'deprecated' => false,
  17712.                     'key' => 'PdfEmbed',
  17713.                 ],
  17714.                 'PersonalProfileCard' => [
  17715.                     'name' => 'Personal Profile Card',
  17716.                     'enabled' => true,
  17717.                     'required' => true,
  17718.                     'description' => 'Embeds basic profile feature for a personal site.'."\n".'',
  17719.                     'pinned' => false,
  17720.                     'category' => 'People',
  17721.                     'tags' => [
  17722.                     ],
  17723.                     'plugin' => false,
  17724.                     'scripts' => [
  17725.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17726.                     ],
  17727.                     'styles' => [
  17728.                     ],
  17729.                     'key' => 'PersonalProfileCard',
  17730.                 ],
  17731.                 'ProfileCard' => [
  17732.                     'name' => 'Profile Card',
  17733.                     'enabled' => true,
  17734.                     'required' => true,
  17735.                     'description' => 'Profile card'."\n".'',
  17736.                     'pinned' => false,
  17737.                     'category' => 'People',
  17738.                     'tags' => [
  17739.                     ],
  17740.                     'plugin' => false,
  17741.                     'scripts' => [
  17742.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17743.                     ],
  17744.                     'styles' => [
  17745.                     ],
  17746.                     'key' => 'ProfileCard',
  17747.                 ],
  17748.                 'Row' => [
  17749.                     'name' => 'Layout',
  17750.                     'enabled' => true,
  17751.                     'required' => true,
  17752.                     'description' => 'Create a grid row for laying out content.'."\n".'',
  17753.                     'pinned' => true,
  17754.                     'category' => 'Design',
  17755.                     'tags' => [
  17756.                     ],
  17757.                     'plugin' => false,
  17758.                     'scripts' => [
  17759.                     ],
  17760.                     'styles' => [
  17761.                     ],
  17762.                     'key' => 'Row',
  17763.                 ],
  17764.                 'RssEmbed' => [
  17765.                     'name' => 'RSS Embed',
  17766.                     'enabled' => true,
  17767.                     'required' => true,
  17768.                     'description' => 'Lists out RSS feed entries based on configuration.'."\n".'',
  17769.                     'pinned' => false,
  17770.                     'category' => 'Blog',
  17771.                     'tags' => [
  17772.                     ],
  17773.                     'plugin' => false,
  17774.                     'scripts' => [
  17775.                     ],
  17776.                     'styles' => [
  17777.                     ],
  17778.                     'key' => 'RssEmbed',
  17779.                 ],
  17780.                 'ScriptSource' => [
  17781.                     'name' => 'Script Source',
  17782.                     'enabled' => true,
  17783.                     'required' => true,
  17784.                     'description' => 'Provide syntax editor for custom Javascript code development.'."\n".'',
  17785.                     'pinned' => false,
  17786.                     'category' => 'Advanced',
  17787.                     'tags' => [
  17788.                     ],
  17789.                     'plugin' => false,
  17790.                     'scripts' => [
  17791.                     ],
  17792.                     'styles' => [
  17793.                     ],
  17794.                     'key' => 'ScriptSource',
  17795.                 ],
  17796.                 'Search' => [
  17797.                     'name' => 'Google Search',
  17798.                     'enabled' => false,
  17799.                     'required' => true,
  17800.                     'description' => 'Embed Google-friendly search bar.'."\n".'',
  17801.                     'pinned' => false,
  17802.                     'category' => 'Google',
  17803.                     'tags' => [
  17804.                     ],
  17805.                     'plugin' => false,
  17806.                     'scripts' => [
  17807.                     ],
  17808.                     'styles' => [
  17809.                     ],
  17810.                     'key' => 'Search',
  17811.                 ],
  17812.                 'SharedContent' => [
  17813.                     'name' => 'Shared Content',
  17814.                     'enabled' => true,
  17815.                     'required' => true,
  17816.                     'description' => 'Embeds a shared content snippet.'."\n".'',
  17817.                     'pinned' => false,
  17818.                     'category' => 'Design',
  17819.                     'tags' => [
  17820.                     ],
  17821.                     'plugin' => false,
  17822.                     'scripts' => [
  17823.                     ],
  17824.                     'styles' => [
  17825.                     ],
  17826.                     'key' => 'SharedContent',
  17827.                 ],
  17828.                 'SharedContentDynamic' => [
  17829.                     'name' => 'Shared Content Dynamic',
  17830.                     'enabled' => true,
  17831.                     'required' => true,
  17832.                     'description' => 'Embeds a shared content snippet based on naming conventions and dynamic lookups.'."\n".'',
  17833.                     'pinned' => false,
  17834.                     'category' => 'Advanced',
  17835.                     'tags' => [
  17836.                     ],
  17837.                     'plugin' => false,
  17838.                     'scripts' => [
  17839.                     ],
  17840.                     'styles' => [
  17841.                     ],
  17842.                     'key' => 'SharedContentDynamic',
  17843.                 ],
  17844.                 'SharedContentDynamicBlock' => [
  17845.                     'name' => 'Shared Content Dynamic Block',
  17846.                     'enabled' => false,
  17847.                     'required' => false,
  17848.                     'description' => 'TODO'."\n".'',
  17849.                     'pinned' => false,
  17850.                     'category' => 'Advanced',
  17851.                     'tags' => [
  17852.                     ],
  17853.                     'plugin' => false,
  17854.                     'scripts' => [
  17855.                     ],
  17856.                     'styles' => [
  17857.                     ],
  17858.                     'key' => 'SharedContentDynamicBlock',
  17859.                 ],
  17860.                 'SiteMap' => [
  17861.                     'name' => 'Site Map',
  17862.                     'enabled' => true,
  17863.                     'required' => true,
  17864.                     'description' => 'Embeds an A-Z sorted sitemap.'."\n".'',
  17865.                     'pinned' => false,
  17866.                     'category' => 'Advanced',
  17867.                     'tags' => [
  17868.                     ],
  17869.                     'plugin' => false,
  17870.                     'scripts' => [
  17871.                     ],
  17872.                     'styles' => [
  17873.                     ],
  17874.                     'key' => 'SiteMap',
  17875.                 ],
  17876.                 'SocialLinks' => [
  17877.                     'name' => 'Social Sharing Links',
  17878.                     'enabled' => false,
  17879.                     'required' => true,
  17880.                     'description' => 'Embeds a common set of social sharing icons into the page.'."\n".'',
  17881.                     'pinned' => false,
  17882.                     'category' => 'Design',
  17883.                     'tags' => [
  17884.                     ],
  17885.                     'plugin' => false,
  17886.                     'scripts' => [
  17887.                     ],
  17888.                     'styles' => [
  17889.                     ],
  17890.                     'key' => 'SocialLinks',
  17891.                 ],
  17892.                 'Tabs' => [
  17893.                     'name' => 'Tabs',
  17894.                     'enabled' => true,
  17895.                     'required' => true,
  17896.                     'description' => 'Horizontally tabbed content panels.'."\n".'',
  17897.                     'pinned' => false,
  17898.                     'category' => 'Design',
  17899.                     'tags' => [
  17900.                     ],
  17901.                     'plugin' => true,
  17902.                     'scripts' => [
  17903.                         => 'jquery-responsive-tabs::/js/jquery.responsiveTabs.min.js',
  17904.                     ],
  17905.                     'styles' => [
  17906.                     ],
  17907.                     'key' => 'Tabs',
  17908.                 ],
  17909.                 'TwitterFeed' => [
  17910.                     'name' => 'Twitter Feed',
  17911.                     'enabled' => true,
  17912.                     'required' => true,
  17913.                     'description' => 'Embeds Twitter feed into the content.'."\n".'',
  17914.                     'pinned' => false,
  17915.                     'category' => 'Design',
  17916.                     'tags' => [
  17917.                     ],
  17918.                     'plugin' => true,
  17919.                     'processor' => true,
  17920.                     'scripts' => [
  17921.                         => 'https://platform.twitter.com/widgets.js',
  17922.                     ],
  17923.                     'styles' => [
  17924.                     ],
  17925.                     'key' => 'TwitterFeed',
  17926.                 ],
  17927.                 'TwitterTweet' => [
  17928.                     'name' => 'Twitter Tweet',
  17929.                     'enabled' => false,
  17930.                     'required' => true,
  17931.                     'description' => 'Embeds basic Twitter "tweeting" button into the content.'."\n".'',
  17932.                     'pinned' => false,
  17933.                     'category' => 'Design',
  17934.                     'tags' => [
  17935.                     ],
  17936.                     'plugin' => false,
  17937.                     'scripts' => [
  17938.                     ],
  17939.                     'styles' => [
  17940.                     ],
  17941.                     'key' => 'TwitterTweet',
  17942.                 ],
  17943.                 'Video' => [
  17944.                     'name' => 'Video',
  17945.                     'enabled' => true,
  17946.                     'required' => true,
  17947.                     'description' => 'Embeds a video (YouTube or Vimeo) into the content via a URL source.'."\n".'',
  17948.                     'pinned' => false,
  17949.                     'category' => 'Design',
  17950.                     'tags' => [
  17951.                     ],
  17952.                     'plugin' => false,
  17953.                     'scripts' => [
  17954.                     ],
  17955.                     'styles' => [
  17956.                     ],
  17957.                     'key' => 'Video',
  17958.                 ],
  17959.                 'Zone' => [
  17960.                     'name' => 'Editable Region',
  17961.                     'enabled' => true,
  17962.                     'required' => true,
  17963.                     'description' => 'Designates a section of content that should be flagged as an "editable region".'."\n".'',
  17964.                     'pinned' => false,
  17965.                     'category' => 'Page Layout/Structure',
  17966.                     'tags' => [
  17967.                     ],
  17968.                     'plugin' => false,
  17969.                     'scripts' => [
  17970.                     ],
  17971.                     'styles' => [
  17972.                     ],
  17973.                     'key' => 'Zone',
  17974.                 ],
  17975.             ],
  17976.             'platform.security.permissions' => [
  17977.                 'app.notifications.automations.admin' => [
  17978.                     'legacy' => false,
  17979.                     'meta' => [
  17980.                         'type' => 'notifications',
  17981.                         'global' => true,
  17982.                     ],
  17983.                     'name' => 'Automations manager',
  17984.                     'product' => 'Automations',
  17985.                     'category' => 'Administrative',
  17986.                     'description' => NULL,
  17987.                     'key' => 'app.notifications.automations.admin',
  17988.                 ],
  17989.                 'app.notifications.contacts.admin' => [
  17990.                     'legacy' => false,
  17991.                     'meta' => [
  17992.                         'type' => 'notifications',
  17993.                         'global' => true,
  17994.                     ],
  17995.                     'name' => 'Contacts manager',
  17996.                     'product' => 'Notifications',
  17997.                     'category' => 'Administrative',
  17998.                     'description' => NULL,
  17999.                     'key' => 'app.notifications.contacts.admin',
  18000.                 ],
  18001.                 'app.notifications.contacts.view' => [
  18002.                     'legacy' => false,
  18003.                     'meta' => [
  18004.                         'type' => 'notifications',
  18005.                         'global' => true,
  18006.                     ],
  18007.                     'name' => 'Contacts viewer',
  18008.                     'product' => 'Notifications',
  18009.                     'category' => 'Administrative',
  18010.                     'description' => NULL,
  18011.                     'key' => 'app.notifications.contacts.view',
  18012.                 ],
  18013.                 'app.notifications.lists.admin' => [
  18014.                     'legacy' => false,
  18015.                     'meta' => [
  18016.                         'type' => 'notifications',
  18017.                         'global' => false,
  18018.                     ],
  18019.                     'name' => 'Lists manager',
  18020.                     'product' => 'Notifications',
  18021.                     'category' => 'Administrative',
  18022.                     'description' => NULL,
  18023.                     'key' => 'app.notifications.lists.admin',
  18024.                 ],
  18025.                 'app.notifications.onboarding.admin' => [
  18026.                     'legacy' => false,
  18027.                     'meta' => [
  18028.                         'type' => 'notifications',
  18029.                         'global' => true,
  18030.                     ],
  18031.                     'name' => 'Onboarding manager',
  18032.                     'product' => 'Notifications',
  18033.                     'category' => 'Administrative',
  18034.                     'description' => NULL,
  18035.                     'key' => 'app.notifications.onboarding.admin',
  18036.                 ],
  18037.                 'app.notifications.templates.admin' => [
  18038.                     'legacy' => false,
  18039.                     'meta' => [
  18040.                         'type' => 'notifications',
  18041.                         'global' => true,
  18042.                     ],
  18043.                     'name' => 'Templates manager',
  18044.                     'product' => 'Notifications',
  18045.                     'category' => 'Administrative',
  18046.                     'description' => NULL,
  18047.                     'key' => 'app.notifications.templates.admin',
  18048.                 ],
  18049.                 'app.notifications.messaging.general' => [
  18050.                     'legacy' => false,
  18051.                     'meta' => [
  18052.                         'type' => 'notifications',
  18053.                         'global' => false,
  18054.                     ],
  18055.                     'name' => 'Send general messaging',
  18056.                     'product' => 'Notifications',
  18057.                     'category' => 'Messaging',
  18058.                     'description' => NULL,
  18059.                     'key' => 'app.notifications.messaging.general',
  18060.                 ],
  18061.                 'app.notifications.messaging.urgent' => [
  18062.                     'legacy' => false,
  18063.                     'meta' => [
  18064.                         'type' => 'notifications',
  18065.                         'global' => false,
  18066.                     ],
  18067.                     'name' => 'Send urgent messages',
  18068.                     'product' => 'Notifications',
  18069.                     'category' => 'Messaging',
  18070.                     'description' => NULL,
  18071.                     'key' => 'app.notifications.messaging.urgent',
  18072.                 ],
  18073.                 'campussuite.cms.tenant.manage' => [
  18074.                     'legacy' => false,
  18075.                     'meta' => [
  18076.                         'type' => 'cms',
  18077.                         'global' => true,
  18078.                     ],
  18079.                     'name' => 'Manage global/universal tenant information',
  18080.                     'product' => 'Platform',
  18081.                     'category' => 'Administrative',
  18082.                     'description' => NULL,
  18083.                     'key' => 'campussuite.cms.tenant.manage',
  18084.                 ],
  18085.                 'app.schools.admin' => [
  18086.                     'legacy' => false,
  18087.                     'meta' => [
  18088.                         'type' => 'cms',
  18089.                         'global' => true,
  18090.                     ],
  18091.                     'name' => 'School/brand manager',
  18092.                     'product' => 'Platform',
  18093.                     'category' => 'Administrative',
  18094.                     'description' => NULL,
  18095.                     'key' => 'app.schools.admin',
  18096.                 ],
  18097.                 'app.security.admin' => [
  18098.                     'legacy' => false,
  18099.                     'meta' => [
  18100.                         'type' => 'cms',
  18101.                         'global' => true,
  18102.                     ],
  18103.                     'name' => 'Security manager',
  18104.                     'product' => 'Platform',
  18105.                     'category' => 'Administrative',
  18106.                     'description' => NULL,
  18107.                     'key' => 'app.security.admin',
  18108.                 ],
  18109.                 'app.social.admin' => [
  18110.                     'legacy' => false,
  18111.                     'meta' => [
  18112.                         'type' => 'cms',
  18113.                         'global' => true,
  18114.                     ],
  18115.                     'name' => 'Social media accounts manager',
  18116.                     'product' => 'Platform',
  18117.                     'category' => 'Administrative',
  18118.                     'description' => NULL,
  18119.                     'key' => 'app.social.admin',
  18120.                 ],
  18121.                 'campussuite.smm.manage' => [
  18122.                     'legacy' => false,
  18123.                     'meta' => [
  18124.                         'type' => 'cms',
  18125.                         'global' => true,
  18126.                     ],
  18127.                     'name' => 'Fully manage social media manager data',
  18128.                     'product' => 'Social Media Manager',
  18129.                     'category' => 'Administration',
  18130.                     'description' => NULL,
  18131.                     'key' => 'campussuite.smm.manage',
  18132.                 ],
  18133.                 'campussuite.ada.manage' => [
  18134.                     'legacy' => false,
  18135.                     'meta' => [
  18136.                         'type' => 'cms',
  18137.                         'global' => true,
  18138.                     ],
  18139.                     'name' => 'Manage the subscription-only ADA features',
  18140.                     'product' => 'Websites',
  18141.                     'category' => 'Accessibility',
  18142.                     'description' => NULL,
  18143.                     'key' => 'campussuite.ada.manage',
  18144.                 ],
  18145.                 'campussuite.cms.domain.manage' => [
  18146.                     'legacy' => false,
  18147.                     'meta' => [
  18148.                         'type' => 'cms',
  18149.                         'global' => true,
  18150.                     ],
  18151.                     'name' => 'Manage domains',
  18152.                     'product' => 'Websites',
  18153.                     'category' => 'Administrative',
  18154.                     'description' => NULL,
  18155.                     'key' => 'campussuite.cms.domain.manage',
  18156.                 ],
  18157.                 'campussuite.cms.sync.manage' => [
  18158.                     'legacy' => false,
  18159.                     'meta' => [
  18160.                         'type' => 'cms',
  18161.                         'global' => false,
  18162.                     ],
  18163.                     'name' => 'Manage iCal syncs',
  18164.                     'product' => 'Websites',
  18165.                     'category' => 'Administrative',
  18166.                     'description' => NULL,
  18167.                     'key' => 'campussuite.cms.sync.manage',
  18168.                 ],
  18169.                 'campussuite.cms.import.manage' => [
  18170.                     'legacy' => false,
  18171.                     'meta' => [
  18172.                         'type' => 'cms',
  18173.                         'global' => true,
  18174.                     ],
  18175.                     'name' => 'Manage imports',
  18176.                     'product' => 'Websites',
  18177.                     'category' => 'Administrative',
  18178.                     'description' => NULL,
  18179.                     'key' => 'campussuite.cms.import.manage',
  18180.                 ],
  18181.                 'campussuite.cms.locks.manage' => [
  18182.                     'legacy' => false,
  18183.                     'meta' => [
  18184.                         'type' => 'cms',
  18185.                         'global' => true,
  18186.                     ],
  18187.                     'name' => 'Manage locks on data in the system',
  18188.                     'product' => 'Websites',
  18189.                     'category' => 'Administrative',
  18190.                     'description' => NULL,
  18191.                     'key' => 'campussuite.cms.locks.manage',
  18192.                 ],
  18193.                 'campussuite.cms.process.manage' => [
  18194.                     'legacy' => true,
  18195.                     'meta' => [
  18196.                         'type' => 'cms',
  18197.                         'global' => true,
  18198.                     ],
  18199.                     'name' => 'Manage process checklist',
  18200.                     'product' => 'Websites',
  18201.                     'category' => 'Administrative',
  18202.                     'description' => NULL,
  18203.                     'key' => 'campussuite.cms.process.manage',
  18204.                 ],
  18205.                 'campussuite.cms.redirects.manage' => [
  18206.                     'legacy' => false,
  18207.                     'meta' => [
  18208.                         'type' => 'cms',
  18209.                         'global' => true,
  18210.                     ],
  18211.                     'name' => 'Manage redirects',
  18212.                     'product' => 'Websites',
  18213.                     'category' => 'Administrative',
  18214.                     'description' => NULL,
  18215.                     'key' => 'campussuite.cms.redirects.manage',
  18216.                 ],
  18217.                 'campussuite.cms.sitebuilder.manage' => [
  18218.                     'legacy' => true,
  18219.                     'meta' => [
  18220.                         'type' => 'cms',
  18221.                         'global' => true,
  18222.                     ],
  18223.                     'name' => 'Manage siteplans',
  18224.                     'category' => 'Administrative',
  18225.                     'product' => 'Websites',
  18226.                     'description' => NULL,
  18227.                     'key' => 'campussuite.cms.sitebuilder.manage',
  18228.                 ],
  18229.                 'campussuite.cms.tags.manage' => [
  18230.                     'legacy' => false,
  18231.                     'meta' => [
  18232.                         'type' => 'cms',
  18233.                         'global' => true,
  18234.                     ],
  18235.                     'name' => 'Manage system-defined tags',
  18236.                     'product' => 'Websites',
  18237.                     'category' => 'Administrative',
  18238.                     'description' => NULL,
  18239.                     'key' => 'campussuite.cms.tags.manage',
  18240.                 ],
  18241.                 'campussuite.cms.theme.manage' => [
  18242.                     'legacy' => false,
  18243.                     'meta' => [
  18244.                         'type' => 'cms',
  18245.                         'global' => true,
  18246.                     ],
  18247.                     'name' => 'Manage themes, layouts, and content templates',
  18248.                     'product' => 'Websites',
  18249.                     'category' => 'Administrative',
  18250.                     'description' => NULL,
  18251.                     'key' => 'campussuite.cms.theme.manage',
  18252.                 ],
  18253.                 'campussuite.cms.log.manage' => [
  18254.                     'legacy' => false,
  18255.                     'meta' => [
  18256.                         'type' => 'cms',
  18257.                         'global' => true,
  18258.                     ],
  18259.                     'name' => 'View system log data',
  18260.                     'product' => 'Websites',
  18261.                     'category' => 'Analytics',
  18262.                     'description' => NULL,
  18263.                     'key' => 'campussuite.cms.log.manage',
  18264.                 ],
  18265.                 'campussuite.cms.stats.manage' => [
  18266.                     'legacy' => false,
  18267.                     'meta' => [
  18268.                         'type' => 'cms',
  18269.                         'global' => true,
  18270.                     ],
  18271.                     'name' => 'View system statistical usage data',
  18272.                     'product' => 'Websites',
  18273.                     'category' => 'Analytics',
  18274.                     'description' => NULL,
  18275.                     'key' => 'campussuite.cms.stats.manage',
  18276.                 ],
  18277.                 'app.feed.pin' => [
  18278.                     'legacy' => false,
  18279.                     'meta' => [
  18280.                         'type' => 'cms',
  18281.                         'global' => false,
  18282.                     ],
  18283.                     'name' => 'Feed pinning',
  18284.                     'product' => 'Websites',
  18285.                     'category' => 'Content',
  18286.                     'description' => NULL,
  18287.                     'key' => 'app.feed.pin',
  18288.                 ],
  18289.                 'campussuite.cms.module.manage' => [
  18290.                     'legacy' => false,
  18291.                     'meta' => [
  18292.                         'type' => 'cms',
  18293.                         'global' => false,
  18294.                     ],
  18295.                     'name' => 'Fully manage data of any module type',
  18296.                     'product' => 'Websites',
  18297.                     'category' => 'Content',
  18298.                     'description' => 'Quick permission for enabled access to all data module types (Alert, Blog, Calendar, Feed, Gallery, News, Page, People, Question, and Shared Content).',
  18299.                     'key' => 'campussuite.cms.module.manage',
  18300.                 ],
  18301.                 'campussuite.cms.modules.alert.manage' => [
  18302.                     'legacy' => false,
  18303.                     'meta' => [
  18304.                         'type' => 'cms',
  18305.                         'global' => false,
  18306.                     ],
  18307.                     'name' => 'Manage data for Alert modules',
  18308.                     'product' => 'Websites',
  18309.                     'category' => 'Content',
  18310.                     'description' => NULL,
  18311.                     'key' => 'campussuite.cms.modules.alert.manage',
  18312.                 ],
  18313.                 'campussuite.cms.modules.blog.manage' => [
  18314.                     'legacy' => false,
  18315.                     'meta' => [
  18316.                         'type' => 'cms',
  18317.                         'global' => false,
  18318.                     ],
  18319.                     'name' => 'Manage data for Blog modules',
  18320.                     'product' => 'Websites',
  18321.                     'category' => 'Content',
  18322.                     'description' => NULL,
  18323.                     'key' => 'campussuite.cms.modules.blog.manage',
  18324.                 ],
  18325.                 'campussuite.cms.modules.calendar.manage' => [
  18326.                     'legacy' => false,
  18327.                     'meta' => [
  18328.                         'type' => 'cms',
  18329.                         'global' => false,
  18330.                     ],
  18331.                     'name' => 'Manage data for Calendar modules',
  18332.                     'product' => 'Websites',
  18333.                     'category' => 'Content',
  18334.                     'description' => NULL,
  18335.                     'key' => 'campussuite.cms.modules.calendar.manage',
  18336.                 ],
  18337.                 'campussuite.cms.modules.feed.manage' => [
  18338.                     'legacy' => true,
  18339.                     'meta' => [
  18340.                         'type' => 'cms',
  18341.                         'global' => false,
  18342.                     ],
  18343.                     'name' => 'Manage data for Feed modules',
  18344.                     'product' => 'Websites',
  18345.                     'category' => 'Content',
  18346.                     'description' => NULL,
  18347.                     'key' => 'campussuite.cms.modules.feed.manage',
  18348.                 ],
  18349.                 'campussuite.cms.modules.gallery.manage' => [
  18350.                     'legacy' => false,
  18351.                     'meta' => [
  18352.                         'type' => 'cms',
  18353.                         'global' => false,
  18354.                     ],
  18355.                     'name' => 'Manage data for Gallery modules',
  18356.                     'product' => 'Websites',
  18357.                     'category' => 'Content',
  18358.                     'description' => NULL,
  18359.                     'key' => 'campussuite.cms.modules.gallery.manage',
  18360.                 ],
  18361.                 'campussuite.cms.modules.news.manage' => [
  18362.                     'legacy' => false,
  18363.                     'meta' => [
  18364.                         'type' => 'cms',
  18365.                         'global' => false,
  18366.                     ],
  18367.                     'name' => 'Manage data for News modules',
  18368.                     'product' => 'Websites',
  18369.                     'category' => 'Content',
  18370.                     'description' => NULL,
  18371.                     'key' => 'campussuite.cms.modules.news.manage',
  18372.                 ],
  18373.                 'campussuite.cms.modules.page.manage' => [
  18374.                     'legacy' => false,
  18375.                     'meta' => [
  18376.                         'type' => 'cms',
  18377.                         'global' => false,
  18378.                     ],
  18379.                     'name' => 'Manage data for Page modules',
  18380.                     'product' => 'Websites',
  18381.                     'category' => 'Content',
  18382.                     'description' => NULL,
  18383.                     'key' => 'campussuite.cms.modules.page.manage',
  18384.                 ],
  18385.                 'campussuite.cms.modules.people.manage' => [
  18386.                     'legacy' => false,
  18387.                     'meta' => [
  18388.                         'type' => 'cms',
  18389.                         'global' => false,
  18390.                     ],
  18391.                     'name' => 'Manage data for People modules',
  18392.                     'product' => 'Websites',
  18393.                     'category' => 'Content',
  18394.                     'description' => NULL,
  18395.                     'key' => 'campussuite.cms.modules.people.manage',
  18396.                 ],
  18397.                 'campussuite.cms.modules.question.manage' => [
  18398.                     'legacy' => false,
  18399.                     'meta' => [
  18400.                         'type' => 'cms',
  18401.                         'global' => false,
  18402.                     ],
  18403.                     'name' => 'Manage data for Question modules',
  18404.                     'product' => 'Websites',
  18405.                     'category' => 'Content',
  18406.                     'description' => NULL,
  18407.                     'key' => 'campussuite.cms.modules.question.manage',
  18408.                 ],
  18409.                 'campussuite.cms.modules.snippet.manage' => [
  18410.                     'legacy' => false,
  18411.                     'meta' => [
  18412.                         'type' => 'cms',
  18413.                         'global' => false,
  18414.                     ],
  18415.                     'name' => 'Manage data for Shared Content modules',
  18416.                     'product' => 'Websites',
  18417.                     'category' => 'Content',
  18418.                     'description' => NULL,
  18419.                     'key' => 'campussuite.cms.modules.snippet.manage',
  18420.                 ],
  18421.                 'campussuite.cms.core.test' => [
  18422.                     'legacy' => true,
  18423.                     'meta' => [
  18424.                         'type' => 'cms',
  18425.                         'global' => true,
  18426.                     ],
  18427.                     'name' => 'Permission for testing purposes',
  18428.                     'product' => 'Websites',
  18429.                     'category' => 'Debugging',
  18430.                     'description' => NULL,
  18431.                     'key' => 'campussuite.cms.core.test',
  18432.                 ],
  18433.                 'campussuite.platform.security.groups.manage' => [
  18434.                     'legacy' => true,
  18435.                     'meta' => [
  18436.                         'type' => 'cms',
  18437.                         'global' => true,
  18438.                     ],
  18439.                     'name' => 'Manage security groups',
  18440.                     'product' => 'Websites',
  18441.                     'category' => 'Security',
  18442.                     'description' => NULL,
  18443.                     'key' => 'campussuite.platform.security.groups.manage',
  18444.                 ],
  18445.                 'campussuite.platform.security.roles.manage' => [
  18446.                     'legacy' => true,
  18447.                     'meta' => [
  18448.                         'type' => 'cms',
  18449.                         'global' => true,
  18450.                     ],
  18451.                     'name' => 'Manage security roles',
  18452.                     'product' => 'Websites',
  18453.                     'category' => 'Security',
  18454.                     'description' => NULL,
  18455.                     'key' => 'campussuite.platform.security.roles.manage',
  18456.                 ],
  18457.                 'campussuite.platform.security.accounts.manage' => [
  18458.                     'legacy' => true,
  18459.                     'meta' => [
  18460.                         'type' => 'cms',
  18461.                         'global' => true,
  18462.                     ],
  18463.                     'name' => 'Manage user accounts',
  18464.                     'product' => 'Websites',
  18465.                     'category' => 'Security',
  18466.                     'description' => NULL,
  18467.                     'key' => 'campussuite.platform.security.accounts.manage',
  18468.                 ],
  18469.                 'campussuite.cms.container.personal.manage' => [
  18470.                     'legacy' => false,
  18471.                     'meta' => [
  18472.                         'type' => 'cms',
  18473.                         'global' => false,
  18474.                     ],
  18475.                     'name' => 'Fully manage any teacher sites',
  18476.                     'product' => 'Websites',
  18477.                     'category' => 'Sites & Departments',
  18478.                     'description' => 'Allows admin access to any teacher site in the system, regardless of whether or not a teacher site belongs to that user.',
  18479.                     'key' => 'campussuite.cms.container.personal.manage',
  18480.                 ],
  18481.                 'campussuite.cms.container.intranet.manage' => [
  18482.                     'legacy' => false,
  18483.                     'meta' => [
  18484.                         'type' => 'cms',
  18485.                         'global' => false,
  18486.                     ],
  18487.                     'name' => 'Fully manage intranets',
  18488.                     'product' => 'Websites',
  18489.                     'category' => 'Sites & Departments',
  18490.                     'description' => NULL,
  18491.                     'key' => 'campussuite.cms.container.intranet.manage',
  18492.                 ],
  18493.                 'campussuite.cms.container.generic.manage' => [
  18494.                     'legacy' => false,
  18495.                     'meta' => [
  18496.                         'type' => 'cms',
  18497.                         'global' => false,
  18498.                     ],
  18499.                     'name' => 'Fully manage websites',
  18500.                     'product' => 'Websites',
  18501.                     'category' => 'Sites & Departments',
  18502.                     'description' => NULL,
  18503.                     'key' => 'campussuite.cms.container.generic.manage',
  18504.                 ],
  18505.                 'campussuite.cms.file.manage' => [
  18506.                     'legacy' => false,
  18507.                     'meta' => [
  18508.                         'type' => 'cms',
  18509.                         'global' => false,
  18510.                     ],
  18511.                     'name' => 'Manage folders and files',
  18512.                     'product' => 'Websites',
  18513.                     'category' => 'Sites & Departments',
  18514.                     'description' => NULL,
  18515.                     'key' => 'campussuite.cms.file.manage',
  18516.                 ],
  18517.                 'campussuite.cms.container.generic.navigation' => [
  18518.                     'legacy' => false,
  18519.                     'meta' => [
  18520.                         'type' => 'cms',
  18521.                         'global' => false,
  18522.                     ],
  18523.                     'name' => 'Manage web department navigation',
  18524.                     'product' => 'Websites',
  18525.                     'category' => 'Sites & Departments',
  18526.                     'description' => NULL,
  18527.                     'key' => 'campussuite.cms.container.generic.navigation',
  18528.                 ],
  18529.                 'campussuite.cms.me.profiles' => [
  18530.                     'legacy' => false,
  18531.                     'meta' => [
  18532.                         'type' => 'cms',
  18533.                         'global' => true,
  18534.                     ],
  18535.                     'name' => 'Allow full management of user profile',
  18536.                     'product' => 'Websites',
  18537.                     'category' => 'User Privileges',
  18538.                     'description' => 'Users logging in will be able to modify existing faculty module profiles regardless of their other publishing permissions.',
  18539.                     'key' => 'campussuite.cms.me.profiles',
  18540.                 ],
  18541.                 'campussuite.cms.me.sites' => [
  18542.                     'legacy' => false,
  18543.                     'meta' => [
  18544.                         'type' => 'cms',
  18545.                         'global' => false,
  18546.                     ],
  18547.                     'name' => 'Allow teacher sites',
  18548.                     'product' => 'Websites',
  18549.                     'category' => 'User Privileges',
  18550.                     'description' => 'Teachers that have a login to the system will be able to create and manage their own teacher sites, regardless of other publishing permissions.',
  18551.                     'key' => 'campussuite.cms.me.sites',
  18552.                 ],
  18553.                 'campussuite.cms.workflows.manage' => [
  18554.                     'legacy' => false,
  18555.                     'meta' => [
  18556.                         'type' => 'cms',
  18557.                         'global' => true,
  18558.                     ],
  18559.                     'name' => 'Manage workflow configuration in the system',
  18560.                     'product' => 'Websites',
  18561.                     'category' => 'Workflows',
  18562.                     'description' => NULL,
  18563.                     'key' => 'campussuite.cms.workflows.manage',
  18564.                 ],
  18565.             ],
  18566.             'platform.security.permissions.aliases' => [
  18567.                 '@app.cms.access.generic' => [
  18568.                     => 'campussuite.cms.container.generic.manage',
  18569.                     => 'campussuite.cms.module.manage',
  18570.                 ],
  18571.                 '@app.cms.access.intranet' => [
  18572.                     => 'campussuite.cms.container.intranet.manage',
  18573.                     => 'campussuite.cms.module.manage',
  18574.                 ],
  18575.                 '@app.cms.access.personal' => [
  18576.                     => 'campussuite.cms.container.personal.manage',
  18577.                     => 'campussuite.cms.module.manage',
  18578.                 ],
  18579.                 '@app.cms.modules.access' => [
  18580.                     => 'campussuite.cms.module.manage',
  18581.                     => 'campussuite.cms.modules.alert.manage',
  18582.                     => 'campussuite.cms.modules.blog.manage',
  18583.                     => 'campussuite.cms.modules.calendar.manage',
  18584.                     => 'campussuite.cms.modules.feed.manage',
  18585.                     => 'campussuite.cms.modules.gallery.manage',
  18586.                     => 'campussuite.cms.modules.news.manage',
  18587.                     => 'campussuite.cms.modules.page.manage',
  18588.                     => 'campussuite.cms.modules.people.manage',
  18589.                     => 'campussuite.cms.modules.question.manage',
  18590.                     10 => 'campussuite.cms.modules.snippet.manage',
  18591.                 ],
  18592.                 '@app.notifications.access' => [
  18593.                     => 'app.notifications.automations.admin',
  18594.                     => 'app.notifications.contacts.admin',
  18595.                     => 'app.notifications.contacts.view',
  18596.                     => 'app.notifications.lists.admin',
  18597.                     => 'app.notifications.messaging.general',
  18598.                     => 'app.notifications.messaging.urgent',
  18599.                     => 'app.notifications.onboarding.admin',
  18600.                     => 'app.notifications.templates.admin',
  18601.                 ],
  18602.             ],
  18603.             'console.command.ids' => [
  18604.                 => 'console.command.public_alias.App\\Command\\ConditionQueryExecCommand',
  18605.                 => 'console.command.public_alias.App\\Command\\FileResizeCommand',
  18606.                 => 'console.command.public_alias.App\\Command\\FirebaseSingleTestCommand',
  18607.                 => 'console.command.public_alias.App\\Command\\RebrandlyCleanupCommand',
  18608.                 => 'console.command.public_alias.App\\Command\\SchoolNowContentMigrationCommand',
  18609.                 => 'console.command.public_alias.App\\Command\\SchoolNowFilesProcessCommand',
  18610.                 => 'console.command.public_alias.App\\Command\\SchoolNowFilesUploadCommand',
  18611.                 => 'console.command.public_alias.App\\Command\\SchoolNowFixerCommand',
  18612.                 => 'console.command.public_alias.App\\Command\\SendgridDumpCommand',
  18613.                 => 'console.command.public_alias.App\\Command\\SendgridSyncCommand',
  18614.                 10 => 'console.command.public_alias.App\\Command\\TenantWebPageStatsCommand',
  18615.                 11 => 'console.command.public_alias.App\\Command\\TwilioDumpCommand',
  18616.                 12 => 'console.command.public_alias.App\\Command\\TwilioSyncCommand',
  18617.                 13 => 'console.command.public_alias.App\\Command\\UlidPopulationCommand',
  18618.                 14 => 'console.command.public_alias.App\\Command\\WebPageStatsCommand',
  18619.                 15 => 'console.command.public_alias.Cms\\AssetsBundle\\Command\\MirrorCommand',
  18620.                 16 => 'console.command.public_alias.Cms\\ContainerBundle\\Command\\ReorderCommand',
  18621.                 17 => 'console.command.public_alias.Cms\\ContainerBundle\\Command\\SwapCommand',
  18622.                 18 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\RestoreTrimCommand',
  18623.                 19 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\TwilioSubaccountCleanupCommand',
  18624.                 20 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\UpdateSharedAccountsCommand',
  18625.                 21 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\UptimeCommand',
  18626.                 22 => 'console.command.public_alias.Cms\\DevelopmentBundle\\Command\\OpenSourceSurveyCommand',
  18627.                 23 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeAccountGeneratorCommand',
  18628.                 24 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeKeyPairGeneratorCommand',
  18629.                 25 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\DnsCheckCommand',
  18630.                 26 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SelfSigningCommand',
  18631.                 27 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptProvisionCommand',
  18632.                 28 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptRenewalsCommand',
  18633.                 29 => 'console.command.public_alias.Cms\\FileBundle\\Command\\AwsRekognitionCommand',
  18634.                 30 => 'console.command.public_alias.Cms\\FileBundle\\Command\\DispositionFixCommand',
  18635.                 31 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileCheckerCommand',
  18636.                 32 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileDeletionCommand',
  18637.                 33 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileUrlReplacementToolCommand',
  18638.                 34 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FilesFixerCommand',
  18639.                 35 => 'console.command.public_alias.Cms\\FileBundle\\Command\\OptimizerDaemonCommand',
  18640.                 36 => 'console.command.public_alias.Cms\\FileBundle\\Command\\PdfMetaFixerCommand',
  18641.                 37 => 'console.command.public_alias.Cms\\FileBundle\\Command\\TreeFixCommand',
  18642.                 38 => 'console.command.public_alias.Cms\\LogBundle\\Command\\ActionsCommand',
  18643.                 39 => 'console.command.public_alias.Cms\\RedirectBundle\\Command\\RedirectsCheckerCommand',
  18644.                 40 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\DeployCommand',
  18645.                 41 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\FixerCommand',
  18646.                 42 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelCloneCommand',
  18647.                 43 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelDumpCommand',
  18648.                 44 => 'console.command.public_alias.Cms\\SystemBundle\\Command\\AnnounceCommand',
  18649.                 45 => 'console.command.public_alias.Cms\\TenantBundle\\Command\\DecommissionCommand',
  18650.                 46 => 'console.command.public_alias.Cms\\TenantBundle\\Command\\ProvisionCommand',
  18651.                 47 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\CopyLayoutCommand',
  18652.                 48 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutCommand',
  18653.                 49 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutsCommand',
  18654.                 50 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplateCommand',
  18655.                 51 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplatesCommand',
  18656.                 52 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\GenerateOverridesCommand',
  18657.                 53 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\InstallCommand',
  18658.                 54 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeCompileCommand',
  18659.                 55 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemePackagePreparationCommand',
  18660.                 56 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeStarterGenerationCommand',
  18661.                 57 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeWatcherCommand',
  18662.                 58 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\TwigDumpCommand',
  18663.                 59 => 'console.command.public_alias.Cms\\WidgetBundle\\Command\\InstallCommand',
  18664.                 60 => 'console.command.public_alias.Platform\\QueueBundle\\Command\\AsyncDaemonCommand',
  18665.                 61 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\AuditCommand',
  18666.                 62 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\CommonLoginPasswordResetCommand',
  18667.                 63 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\ContractorLoginPasswordResetCommand',
  18668.                 64 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\GroupAccountDuplicateFixerCommand',
  18669.                 65 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\SetPasswordCommand',
  18670.                 66 => 'console.command.public_alias.Products\\AdaBundle\\Command\\FileUploadFixerCommand',
  18671.             ],
  18672.         ];
  18673.     }
  18674.     protected function throw($message)
  18675.     {
  18676.         throw new RuntimeException($message);
  18677.     }
  18678. }