var/cache/test/ContainerXCRFfCO/App_KernelTestDebugContainer.php line 4659

Open in your IDE?
  1. <?php
  2. namespace ContainerXCRFfCO;
  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\\Portal\\OptInController' => 'getOptInControllerService',
  358.             'Products\\NotificationsBundle\\Controller\\System\\SendgridWebhookController' => 'getSendgridWebhookControllerService',
  359.             'Products\\NotificationsBundle\\Controller\\System\\TwilioWebhookController' => 'getTwilioWebhookControllerService',
  360.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\MessagingController' => 'getMessagingControllerService',
  361.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\PlaybackController' => 'getPlaybackControllerService',
  362.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\RecordingController' => 'getRecordingController2Service',
  363.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\VoiceController' => 'getVoiceControllerService',
  364.             'Products\\NotificationsBundle\\Service\\AutomationService' => 'getAutomationServiceService',
  365.             'Products\\NotificationsBundle\\Service\\Builder\\ConditionDictionaryBuilder' => 'getConditionDictionaryBuilderService',
  366.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\AppChannelHandler' => 'getAppChannelHandlerService',
  367.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\EmailChannelHandler' => 'getEmailChannelHandlerService',
  368.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\FacebookChannelHandler' => 'getFacebookChannelHandlerService',
  369.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\InstagramChannelHandler' => 'getInstagramChannelHandlerService',
  370.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\SmsChannelHandler' => 'getSmsChannelHandlerService',
  371.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\TwitterChannelHandler' => 'getTwitterChannelHandlerService',
  372.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\VoiceChannelHandler' => 'getVoiceChannelHandlerService',
  373.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\WebsiteChannelHandler' => 'getWebsiteChannelHandlerService',
  374.             'Products\\NotificationsBundle\\Service\\ContactMonitor' => 'getContactMonitorService',
  375.             'Products\\NotificationsBundle\\Service\\ListLogic' => 'getListLogicService',
  376.             'Products\\NotificationsBundle\\Service\\MessageLogic' => 'getMessageLogicService',
  377.             'Products\\NotificationsBundle\\Service\\OnboardingService' => 'getOnboardingServiceService',
  378.             'Products\\NotificationsBundle\\Service\\PortalService' => 'getPortalServiceService',
  379.             'Products\\NotificationsBundle\\Service\\ProfileLogic' => 'getProfileLogicService',
  380.             'Products\\NotificationsBundle\\Service\\Switchboard' => 'getSwitchboardService',
  381.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\AbstractAuthenticatedController' => 'getAbstractAuthenticatedControllerService',
  382.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\DefaultController' => 'getDefaultController11Service',
  383.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\FeedController' => 'getFeedController3Service',
  384.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\ListController' => 'getListControllerService',
  385.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\MessagesController' => 'getMessagesController3Service',
  386.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\OAuthController' => 'getOAuthController2Service',
  387.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\TemplatesController' => 'getTemplatesController2Service',
  388.             'Products\\SchoolNowBundle\\Controller\\Api\\CheckupController' => 'getCheckupController2Service',
  389.             'Products\\SchoolNowBundle\\Controller\\Api\\DefaultController' => 'getDefaultController12Service',
  390.             'Products\\SchoolNowBundle\\Controller\\Api\\FeedsController' => 'getFeedsControllerService',
  391.             'Products\\SchoolNowBundle\\Controller\\Api\\ManagementController' => 'getManagementController2Service',
  392.             'Products\\SchoolNowBundle\\Controller\\Api\\OAuthController' => 'getOAuthController3Service',
  393.             'Products\\SchoolNowBundle\\Controller\\Api\\SchoolsController' => 'getSchoolsController2Service',
  394.             'Products\\SchoolNowBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController13Service',
  395.             'Products\\SchoolNowBundle\\Service\\MobileApiSerializer' => 'getMobileApiSerializerService',
  396.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractEntryNormalizer' => 'getAbstractEntryNormalizerService',
  397.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractListNormalizer' => 'getAbstractListNormalizerService',
  398.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractObjectNormalizer' => 'getAbstractObjectNormalizerService',
  399.             'Products\\SchoolNowBundle\\Service\\Normalizer\\MediaNormalizer' => 'getMediaNormalizerService',
  400.             'Products\\SchoolNowBundle\\Service\\Normalizer\\MessageDetailsNormalizer' => 'getMessageDetailsNormalizerService',
  401.             'Products\\SchoolNowBundle\\Service\\Normalizer\\RecordingExtendedNormalizer' => 'getRecordingExtendedNormalizerService',
  402.             'Products\\SchoolNowBundle\\Service\\Normalizer\\SchoolNormalizer' => 'getSchoolNormalizerService',
  403.             'Products\\SchoolNowBundle\\Service\\Normalizer\\TemplateDetailsNormalizer' => 'getTemplateDetailsNormalizerService',
  404.             'Products\\SchoolNowBundle\\Service\\Normalizer\\VoiceCallerIdBasicNormalizer' => 'getVoiceCallerIdBasicNormalizerService',
  405.             'Products\\SchoolNowBundle\\Service\\PostLogic' => 'getPostLogicService',
  406.             'Products\\SchoolNowBundle\\Service\\VideoMediaHelper' => 'getVideoMediaHelperService',
  407.             'Products\\SocialBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController14Service',
  408.             'Products\\SocialBundle\\Controller\\Dashboard\\SettingsController' => 'getSettingsController2Service',
  409.             'Products\\SocialBundle\\Service\\Search\\SocialPostSearcher' => 'getSocialPostSearcherService',
  410.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  411.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  412.             'cache.app_clearer' => 'getCache_AppClearerService',
  413.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  414.             'cache.system_clearer' => 'getCache_SystemClearerService',
  415.             'cache_warmer' => 'getCacheWarmerService',
  416.             'console.command.public_alias.App\\Command\\ConditionQueryExecCommand' => 'getConditionQueryExecCommandService',
  417.             'console.command.public_alias.App\\Command\\FileResizeCommand' => 'getFileResizeCommandService',
  418.             'console.command.public_alias.App\\Command\\FirebaseSingleTestCommand' => 'getFirebaseSingleTestCommandService',
  419.             'console.command.public_alias.App\\Command\\RebrandlyCleanupCommand' => 'getRebrandlyCleanupCommandService',
  420.             'console.command.public_alias.App\\Command\\SchoolNowContentMigrationCommand' => 'getSchoolNowContentMigrationCommandService',
  421.             'console.command.public_alias.App\\Command\\SchoolNowFilesProcessCommand' => 'getSchoolNowFilesProcessCommandService',
  422.             'console.command.public_alias.App\\Command\\SchoolNowFilesUploadCommand' => 'getSchoolNowFilesUploadCommandService',
  423.             'console.command.public_alias.App\\Command\\SchoolNowFixerCommand' => 'getSchoolNowFixerCommandService',
  424.             'console.command.public_alias.App\\Command\\SendgridDumpCommand' => 'getSendgridDumpCommandService',
  425.             'console.command.public_alias.App\\Command\\SendgridSyncCommand' => 'getSendgridSyncCommandService',
  426.             'console.command.public_alias.App\\Command\\TenantWebPageStatsCommand' => 'getTenantWebPageStatsCommandService',
  427.             'console.command.public_alias.App\\Command\\TwilioDumpCommand' => 'getTwilioDumpCommandService',
  428.             'console.command.public_alias.App\\Command\\TwilioSyncCommand' => 'getTwilioSyncCommandService',
  429.             'console.command.public_alias.App\\Command\\UlidPopulationCommand' => 'getUlidPopulationCommandService',
  430.             'console.command.public_alias.App\\Command\\WebPageStatsCommand' => 'getWebPageStatsCommandService',
  431.             'console.command.public_alias.Cms\\AssetsBundle\\Command\\MirrorCommand' => 'getMirrorCommandService',
  432.             'console.command.public_alias.Cms\\ContainerBundle\\Command\\ReorderCommand' => 'getReorderCommandService',
  433.             'console.command.public_alias.Cms\\ContainerBundle\\Command\\SwapCommand' => 'getSwapCommandService',
  434.             'console.command.public_alias.Cms\\CoreBundle\\Command\\RestoreTrimCommand' => 'getRestoreTrimCommandService',
  435.             'console.command.public_alias.Cms\\CoreBundle\\Command\\TwilioSubaccountCleanupCommand' => 'getTwilioSubaccountCleanupCommandService',
  436.             'console.command.public_alias.Cms\\CoreBundle\\Command\\UpdateSharedAccountsCommand' => 'getUpdateSharedAccountsCommandService',
  437.             'console.command.public_alias.Cms\\CoreBundle\\Command\\UptimeCommand' => 'getUptimeCommandService',
  438.             'console.command.public_alias.Cms\\DevelopmentBundle\\Command\\OpenSourceSurveyCommand' => 'getOpenSourceSurveyCommandService',
  439.             'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeAccountGeneratorCommand' => 'getAcmeAccountGeneratorCommandService',
  440.             'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeKeyPairGeneratorCommand' => 'getAcmeKeyPairGeneratorCommandService',
  441.             'console.command.public_alias.Cms\\DomainBundle\\Command\\DnsCheckCommand' => 'getDnsCheckCommandService',
  442.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SelfSigningCommand' => 'getSelfSigningCommandService',
  443.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptProvisionCommand' => 'getSslLetsEncryptProvisionCommandService',
  444.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptRenewalsCommand' => 'getSslLetsEncryptRenewalsCommandService',
  445.             'console.command.public_alias.Cms\\FileBundle\\Command\\AwsRekognitionCommand' => 'getAwsRekognitionCommandService',
  446.             'console.command.public_alias.Cms\\FileBundle\\Command\\DispositionFixCommand' => 'getDispositionFixCommandService',
  447.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileCheckerCommand' => 'getFileCheckerCommandService',
  448.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileDeletionCommand' => 'getFileDeletionCommandService',
  449.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileUrlReplacementToolCommand' => 'getFileUrlReplacementToolCommandService',
  450.             'console.command.public_alias.Cms\\FileBundle\\Command\\FilesFixerCommand' => 'getFilesFixerCommandService',
  451.             'console.command.public_alias.Cms\\FileBundle\\Command\\OptimizerDaemonCommand' => 'getOptimizerDaemonCommandService',
  452.             'console.command.public_alias.Cms\\FileBundle\\Command\\PdfMetaFixerCommand' => 'getPdfMetaFixerCommandService',
  453.             'console.command.public_alias.Cms\\FileBundle\\Command\\TreeFixCommand' => 'getTreeFixCommandService',
  454.             'console.command.public_alias.Cms\\LogBundle\\Command\\ActionsCommand' => 'getActionsCommandService',
  455.             'console.command.public_alias.Cms\\RedirectBundle\\Command\\RedirectsCheckerCommand' => 'getRedirectsCheckerCommandService',
  456.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\DeployCommand' => 'getDeployCommandService',
  457.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\FixerCommand' => 'getFixerCommandService',
  458.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelCloneCommand' => 'getModelCloneCommandService',
  459.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelDumpCommand' => 'getModelDumpCommandService',
  460.             'console.command.public_alias.Cms\\SystemBundle\\Command\\AnnounceCommand' => 'getAnnounceCommandService',
  461.             'console.command.public_alias.Cms\\TenantBundle\\Command\\DecommissionCommand' => 'getDecommissionCommandService',
  462.             'console.command.public_alias.Cms\\TenantBundle\\Command\\ProvisionCommand' => 'getProvisionCommandService',
  463.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\CopyLayoutCommand' => 'getCopyLayoutCommandService',
  464.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutCommand' => 'getDumpLayoutCommandService',
  465.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutsCommand' => 'getDumpLayoutsCommandService',
  466.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplateCommand' => 'getDumpTemplateCommandService',
  467.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplatesCommand' => 'getDumpTemplatesCommandService',
  468.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\GenerateOverridesCommand' => 'getGenerateOverridesCommandService',
  469.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\InstallCommand' => 'getInstallCommandService',
  470.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeCompileCommand' => 'getThemeCompileCommandService',
  471.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemePackagePreparationCommand' => 'getThemePackagePreparationCommandService',
  472.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeStarterGenerationCommand' => 'getThemeStarterGenerationCommandService',
  473.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeWatcherCommand' => 'getThemeWatcherCommandService',
  474.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\TwigDumpCommand' => 'getTwigDumpCommandService',
  475.             'console.command.public_alias.Cms\\WidgetBundle\\Command\\InstallCommand' => 'getInstallCommand2Service',
  476.             'console.command.public_alias.Platform\\QueueBundle\\Command\\AsyncDaemonCommand' => 'getAsyncDaemonCommandService',
  477.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\AuditCommand' => 'getAuditCommandService',
  478.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\CommonLoginPasswordResetCommand' => 'getCommonLoginPasswordResetCommandService',
  479.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\ContractorLoginPasswordResetCommand' => 'getContractorLoginPasswordResetCommandService',
  480.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\GroupAccountDuplicateFixerCommand' => 'getGroupAccountDuplicateFixerCommandService',
  481.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\SetPasswordCommand' => 'getSetPasswordCommandService',
  482.             'console.command.public_alias.Products\\AdaBundle\\Command\\FileUploadFixerCommand' => 'getFileUploadFixerCommandService',
  483.             'console.command_loader' => 'getConsole_CommandLoaderService',
  484.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  485.             'error_controller' => 'getErrorControllerService',
  486.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  487.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  488.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  489.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  490.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  491.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  492.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  493.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  494.             'routing.loader' => 'getRouting_LoaderService',
  495.             'services_resetter' => 'getServicesResetterService',
  496.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  497.             'test.service_container' => 'getTest_ServiceContainerService',
  498.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  499.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  500.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  501.         ];
  502.         $this->aliases = [
  503.             'database_connection' => 'doctrine.dbal.default_connection',
  504.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  505.         ];
  506.         $this->privates['service_container'] = function () {
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  513.             include_once \dirname(__DIR__4).'/src/App/Kernel.php';
  514.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  516.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  517.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php';
  518.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  521.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  522.             include_once \dirname(__DIR__4).'/vendor/joshtronic/php-loremipsum/src/LoremIpsum.php';
  523.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Decorator/EntityManagerDecorator.php';
  528.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Util/Doctrine/EntityManager.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  530.             include_once \dirname(__DIR__4).'/src/Profiler/MySQLProfilerStorage.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  533.             include_once \dirname(__DIR__4).'/src/App/Contracts/Service/CustomServiceSubscriberTrait.php';
  534.             include_once \dirname(__DIR__4).'/src/App/Controller/AbstractController.php';
  535.             include_once \dirname(__DIR__4).'/src/Platform/MarketingBundle/Model/ProductControllerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  537.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/AbstractDashboardController.php';
  538.             include_once \dirname(__DIR__4).'/src/App/Controller/PaginationTrait.php';
  539.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/AccountController.php';
  540.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  544.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/AutomationController.php';
  545.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/GroupController.php';
  546.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/ProfileController.php';
  547.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/RoleController.php';
  548.             include_once \dirname(__DIR__4).'/src/App/Service/Content/WebUrlGenerator.php';
  549.             include_once \dirname(__DIR__4).'/src/App/Service/Data/PhoneNumberService.php';
  550.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/CloudTranslator.php';
  551.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/Translation/AbstractTranslationClient.php';
  552.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/Translation/GoogleTranslationClient.php';
  553.             include_once \dirname(__DIR__4).'/src/App/Service/MediaDecorator.php';
  554.             include_once \dirname(__DIR__4).'/src/App/Service/Messaging/MessagingContext.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  559.             include_once \dirname(__DIR__4).'/src/App/Service/NgrokRouter.php';
  560.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryPreviewer.php';
  561.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryTransformer.php';
  562.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryValidator.php';
  563.             include_once \dirname(__DIR__4).'/src/App/Service/TenantContext.php';
  564.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/Onboarding/AbstractSendgridOnboardingHandler.php';
  565.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/Onboarding/SendgridSendersOnboardingHandler.php';
  566.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/SendgridFactory.php';
  567.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/AbstractTwilioOnboardingHandler.php';
  568.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioCnamOnboardingHandler.php';
  569.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioPhoneOnboardingHandler.php';
  570.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioSmsOnboardingHandler.php';
  571.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioVoiceOnboardingHandler.php';
  572.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/TwilioFactory.php';
  573.             include_once \dirname(__DIR__4).'/src/App/Subscriber/HstsSubscriber.php';
  574.             include_once \dirname(__DIR__4).'/src/App/Subscriber/Routing/AppContextSubscriber.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  577.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/ArraysExtension.php';
  578.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/BlobsExtension.php';
  579.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/CronTranslatorExtension.php';
  580.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/DomExtension.php';
  581.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/FormExtension.php';
  582.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/HtmlExtension.php';
  583.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/MediaExtension.php';
  584.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/MiscellaneousExtension.php';
  585.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/PhoneNumberExtension.php';
  586.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/SecurityExtension.php';
  587.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/TypesExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  589.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/ViewLayerExtension.php';
  590.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/VolatilesExtension.php';
  591.             include_once \dirname(__DIR__4).'/src/App/Twig/ViewLayerGlobal.php';
  592.             include_once \dirname(__DIR__4).'/src/App/Security/Core/Authorization/AccessTesterManager.php';
  593.             include_once \dirname(__DIR__4).'/src/App/Security/Core/Authorization/AuthorizationTester.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  596.             include_once \dirname(__DIR__4).'/src/App/Security/Firewall/PortalFirewall.php';
  597.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/StorageManager.php';
  598.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractBlobConsumer.php';
  599.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/ContactAttemptBlobConsumer.php';
  600.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/DepartmentBlobConsumer.php';
  601.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/LooseFileBlobConsumer.php';
  602.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/RecordingBlobConsumer.php';
  603.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/SchoolBlobConsumer.php';
  604.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractBlobManager.php';
  605.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/ContactAttemptBlobManager.php';
  606.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/DepartmentBlobManager.php';
  607.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/LooseFileBlobManager.php';
  608.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/RecordingBlobManager.php';
  609.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/SchoolBlobManager.php';
  610.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractStorage.php';
  611.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/Storages/AbstractS3Storage.php';
  612.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/Storages/DefaultS3Storage.php';
  613.             include_once \dirname(__DIR__4).'/src/Cms/AssetsBundle/Service/AssetCatalog.php';
  614.             include_once \dirname(__DIR__4).'/src/Cms/AssetsBundle/Service/AssetsTwigExtension.php';
  615.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Service/ContainerService.php';
  616.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Service/DebuggingService.php';
  617.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerDebuggingExtension.php';
  618.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerExtension.php';
  619.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerRouteExtension.php';
  620.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/ContentVariablesManager.php';
  621.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  622.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/SafeTwigEnvironment.php';
  623.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/Twig/ContentEditorExtension.php';
  624.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Aws/S3Wrapper.php';
  625.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/AccountCacher.php';
  626.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/CacherHub.php';
  627.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/ContainerCacher.php';
  628.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/DomainCacher.php';
  629.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/FileCacher.php';
  630.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/FolderCacher.php';
  631.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/IntranetSiteCacher.php';
  632.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/PersonalSiteCacher.php';
  633.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/SiteCacher.php';
  634.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/ContextManager.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  636.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/ExpressionLanguage/CustomExpressionFunctionProvider.php';
  637.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/LocaleManager.php';
  638.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Locksmith.php';
  639.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/SceneRenderer.php';
  640.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/StringUtils/LoremIpsumGenerator.php';
  641.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/SystemSetup.php';
  642.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Transcoding/Transcoder.php';
  643.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ArraysExtension.php';
  644.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ClassifyExtension.php';
  645.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ContextExtension.php';
  646.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/DateTimeExtension.php';
  647.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/GlobalVariables.php';
  648.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/StringExtension.php';
  649.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/EventListeners/CacheOverrideListener.php';
  650.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Twig/NestedExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  654.             include_once \dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Collector/TenantCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  656.             include_once \dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Collector/SecurityCollector.php';
  657.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/FileManager.php';
  658.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Image.php';
  659.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Twig/FileExtension.php';
  660.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Twig/UrlExtension.php';
  661.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/ResolverManager.php';
  662.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AbstractResolver.php';
  663.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AccountResolver.php';
  664.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/DepartmentResolver.php';
  665.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/DomainResolver.php';
  666.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/EnvironmentResolver.php';
  667.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AbstractThemeOverridableResolver.php';
  668.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/InnerLayoutResolver.php';
  669.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/LocaleResolver.php';
  670.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/ModuleResolver.php';
  671.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/OuterLayoutResolver.php';
  672.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/SchoolResolver.php';
  673.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/TenantResolver.php';
  674.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/ThemeResolver.php';
  675.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/UrlResolver.php';
  676.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  677.             include_once \dirname(__DIR__4).'/src/Cms/LogBundle/Service/Processor/SuspiciousOperationProcessor.php';
  678.             include_once \dirname(__DIR__4).'/vendor/rollbar/rollbar-php-symfony-bundle/Factories/RollbarHandlerFactory.php';
  679.             include_once \dirname(__DIR__4).'/src/Cms/LogBundle/Service/RollbarHandlerFactory.php';
  680.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/DraftManager.php';
  681.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/ModuleManager.php';
  682.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/PublicationService.php';
  683.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/UrlManager.php';
  684.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Twig/ModuleListingExtension.php';
  685.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Twig/ModuleRouteExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  687.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Request/ParamConverter/ContainerConverter.php';
  688.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Request/ParamConverter/ModuleEntityConverter.php';
  689.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/ModuleConfig.php';
  690.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/RssFeedTrait.php';
  691.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/FeedTrait.php';
  692.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/FeedSecurityTrait.php';
  693.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/SocialMetaTrait.php';
  694.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/CascadingSharesTrait.php';
  695.             include_once \dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/Service/AlertModuleConfig.php';
  696.             include_once \dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/Service/BlogModuleConfig.php';
  697.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/IcalFeedTrait.php';
  698.             include_once \dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/Service/CalendarModuleConfig.php';
  699.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/GalleryModuleConfig.php';
  700.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/ModulesGalleryEntries.php';
  701.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Transcoding/TranscodingMapperInterface.php';
  702.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/ModulesGalleryTranscodingMapper.php';
  703.             include_once \dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/Service/NewsModuleConfig.php';
  704.             include_once \dirname(__DIR__4).'/src/Cms/Modules/PageBundle/Service/PageModuleConfig.php';
  705.             include_once \dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Service/PeopleModuleConfig.php';
  706.             include_once \dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/Service/QuestionModuleConfig.php';
  707.             include_once \dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/Service/SnippetModuleConfig.php';
  708.             include_once \dirname(__DIR__4).'/src/Cms/NavigationBundle/Service/NavigationTranscodingMapper.php';
  709.             include_once \dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Service/SitebuilderTranscodingMapper.php';
  710.             include_once \dirname(__DIR__4).'/src/Cms/TenantBundle/Service/Twig/TenantExtension.php';
  711.             include_once \dirname(__DIR__4).'/src/Cms/TenantBundle/Listener/PolicyListener.php';
  712.             include_once \dirname(__DIR__4).'/src/Cms/ThemeBundle/Service/PackageManager.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  714.             include_once \dirname(__DIR__4).'/src/Cms/ThemeBundle/Service/Twig/Loader/DatabaseLoader.php';
  715.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/Twig/WidgetExtension.php';
  716.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/WidgetDependencyInjector.php';
  717.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/WidgetTranscodingMapper.php';
  718.             include_once \dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Service/WorkflowsContentManager.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  720.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  727.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  728.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/BlacklistSchemaAssetFilter.php';
  730.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  731.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  732.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  733.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  736.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  739.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  741.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  744.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  745.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  746.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  748.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  749.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  750.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  751.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  752.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  753.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  754.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  755.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  756.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  757.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  766.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  769.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  773.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  774.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  776.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  778.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  779.             include_once \dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Listeners/RequestListener.php';
  780.             include_once \dirname(__DIR__4).'/src/Platform/MarketingBundle/Listeners/UpsellListener.php';
  781.             include_once \dirname(__DIR__4).'/src/Platform/QueueBundle/Service/AsyncQueueService.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  783.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/AccountProvider.php';
  784.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Auditor.php';
  785.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Sentry.php';
  786.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Listeners/AccountStatusListener.php';
  787.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/AutomationController.php';
  788.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/DefaultController.php';
  789.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ListsController.php';
  790.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/LogsController.php';
  791.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/MessagesController.php';
  792.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/CallerIdsController.php';
  793.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/DefaultController.php';
  794.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/DomainsController.php';
  795.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/EmailSuppressionController.php';
  796.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/NotificationsConfigController.php';
  797.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/PhonesController.php';
  798.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ProfileController.php';
  799.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/RecordingController.php';
  800.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ReportsController.php';
  801.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/SisController.php';
  802.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/StudentsController.php';
  803.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/TemplatesController.php';
  804.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/AbstractPortalController.php';
  805.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Portal/ManagementController.php';
  806.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/EmailTemplateGeneratorFactory.php';
  807.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/ListBuilderService.php';
  808.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/ListItemProvider.php';
  809.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/MergeParamsProvider.php';
  810.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Notifications/NotificationsConfigService.php';
  811.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Notifications/TranslationService.php';
  812.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Query/NotificationsConditionQueryBuilder.php';
  813.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/RecordingLogic.php';
  814.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/TemplateLogic.php';
  815.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Subscriber/LanguageSubscriber.php';
  816.             include_once \dirname(__DIR__4).'/src/Products/SchoolNowBundle/Subscriber/ApiControllerSubscriber.php';
  817.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  819.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  820.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  821.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  823.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  824.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  825.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  826.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  828.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  829.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  830.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  890.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  891.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  892.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  936.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  939.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  942.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  944.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  947.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  948.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  949.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  950.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  951.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  952.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/NoopAuthenticationManager.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  977.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  985.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  987.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  988.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  989.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1025.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Util/ModuleAnnotationDriver.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1068.         };
  1069.     }
  1070.     public function compile(): void
  1071.     {
  1072.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1073.     }
  1074.     public function isCompiled(): bool
  1075.     {
  1076.         return true;
  1077.     }
  1078.     public function getRemovedIds(): array
  1079.     {
  1080.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1081.     }
  1082.     protected function load($file$lazyLoad true)
  1083.     {
  1084.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1085.             return $class::do($this$lazyLoad);
  1086.         }
  1087.         if ('.' === $file[-4]) {
  1088.             $class substr($class0, -4);
  1089.         } else {
  1090.             $file .= '.php';
  1091.         }
  1092.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1093.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1094.     }
  1095.     /**
  1096.      * Gets the public '.container.private.form.factory' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\Form\FormFactory
  1099.      */
  1100.     protected function get_Container_Private_Form_FactoryService()
  1101.     {
  1102.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1103.         if (isset($this->services['.container.private.form.factory'])) {
  1104.             return $this->services['.container.private.form.factory'];
  1105.         }
  1106.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1107.     }
  1108.     /**
  1109.      * Gets the public '.container.private.profiler' shared service.
  1110.      *
  1111.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1112.      */
  1113.     protected function get_Container_Private_ProfilerService()
  1114.     {
  1115.         $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);
  1116.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1117.         $instance->add(($this->privates['Cms\\DevelopmentBundle\\Collector\\TenantCollector'] ?? $this->getTenantCollectorService()));
  1118.         $instance->add(($this->privates['Cms\\DevelopmentBundle\\Collector\\SecurityCollector'] ?? $this->getSecurityCollectorService()));
  1119.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  1120.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  1121.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  1122.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  1123.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1124.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  1125.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  1126.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  1127.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1128.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  1129.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  1130.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  1131.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  1132.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  1133.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  1134.         return $instance;
  1135.     }
  1136.     /**
  1137.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1138.      *
  1139.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1140.      */
  1141.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1142.     {
  1143.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1144.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1145.             return $this->services['.container.private.security.authorization_checker'];
  1146.         }
  1147.         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);
  1148.     }
  1149.     /**
  1150.      * Gets the public '.container.private.security.token_storage' shared service.
  1151.      *
  1152.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1153.      */
  1154.     protected function get_Container_Private_Security_TokenStorageService()
  1155.     {
  1156.         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, [
  1157.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1158.         ], [
  1159.             'request_stack' => '?',
  1160.         ]));
  1161.     }
  1162.     /**
  1163.      * Gets the public '.container.private.twig' shared service.
  1164.      *
  1165.      * @return \Twig\Environment
  1166.      */
  1167.     protected function get_Container_Private_TwigService()
  1168.     {
  1169.         $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']);
  1170.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  1171.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  1172.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  1173.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  1174.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  1175.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1176.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  1177.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  1178.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  1179.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  1180.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  1181.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  1182.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  1183.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  1184.         $instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
  1185.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  1186.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\ArraysExtension'] ?? ($this->privates['App\\Twig\\Extension\\ArraysExtension'] = new \App\Twig\Extension\ArraysExtension())));
  1187.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\BlobsExtension'] ?? $this->getBlobsExtensionService()));
  1188.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\CronTranslatorExtension'] ?? $this->getCronTranslatorExtensionService()));
  1189.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\DomExtension'] ?? ($this->privates['App\\Twig\\Extension\\DomExtension'] = new \App\Twig\Extension\DomExtension())));
  1190.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\FormExtension'] ?? ($this->privates['App\\Twig\\Extension\\FormExtension'] = new \App\Twig\Extension\FormExtension())));
  1191.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\HtmlExtension'] ?? ($this->privates['App\\Twig\\Extension\\HtmlExtension'] = new \App\Twig\Extension\HtmlExtension())));
  1192.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\MediaExtension'] ?? $this->getMediaExtensionService()));
  1193.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'] ?? $this->getMiscellaneousExtensionService()));
  1194.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\PhoneNumberExtension'] ?? $this->getPhoneNumberExtensionService()));
  1195.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\SecurityExtension'] ?? $this->getSecurityExtensionService()));
  1196.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\TypesExtension'] ?? ($this->privates['App\\Twig\\Extension\\TypesExtension'] = new \App\Twig\Extension\TypesExtension())));
  1197.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\ViewLayerExtension'] ?? $this->getViewLayerExtensionService()));
  1198.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\VolatilesExtension'] ?? ($this->privates['App\\Twig\\Extension\\VolatilesExtension'] = new \App\Twig\Extension\VolatilesExtension())));
  1199.         $instance->addExtension(($this->services['Cms\\AssetsBundle\\Service\\AssetsTwigExtension'] ?? $this->getAssetsTwigExtensionService()));
  1200.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerDebuggingExtension'] ?? $this->getContainerDebuggingExtensionService()));
  1201.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] ?? ($this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] = new \Cms\ContainerBundle\Twig\ContainerExtension())));
  1202.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerRouteExtension'] ?? $this->getContainerRouteExtensionService()));
  1203.         $instance->addExtension(($this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] ?? ($this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] = new \Cms\ContentBundle\Service\Twig\ContentEditorExtension())));
  1204.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] ?? ($this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] = new \Cms\CoreBundle\Service\Twig\ArraysExtension())));
  1205.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ClassifyExtension'] ?? $this->getClassifyExtensionService()));
  1206.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'] ?? $this->getContextExtensionService()));
  1207.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\DateTimeExtension'] ?? $this->getDateTimeExtensionService()));
  1208.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] ?? ($this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] = new \Cms\CoreBundle\Service\Twig\StringExtension())));
  1209.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] ?? ($this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] = new \Cms\CoreBundle\Twig\NestedExtension())));
  1210.         $instance->addExtension(($this->privates['Cms\\FileBundle\\Service\\Twig\\FileExtension'] ?? $this->getFileExtensionService()));
  1211.         $instance->addExtension(($this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'] ?? $this->getUrlExtensionService()));
  1212.         $instance->addExtension(($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'] ?? $this->getModuleListingExtensionService()));
  1213.         $instance->addExtension(($this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'] ?? $this->getModuleRouteExtensionService()));
  1214.         $instance->addExtension(($this->privates['Cms\\TenantBundle\\Service\\Twig\\TenantExtension'] ?? $this->getTenantExtensionService()));
  1215.         $instance->addExtension(($this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'] ?? $this->getWidgetExtensionService()));
  1216.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  1217.         $instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
  1218.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  1219.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  1220.         $instance->addExtension(($this->privates['twig.extension.string'] ?? ($this->privates['twig.extension.string'] = new \Twig\Extra\String\StringExtension())));
  1221.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  1222.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  1223.         $instance->addGlobal('renderer', ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService()));
  1224.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  1225.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  1226.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  1227.         return $instance;
  1228.     }
  1229.     /**
  1230.      * Gets the public '.container.private.validator' shared service.
  1231.      *
  1232.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1233.      */
  1234.     protected function get_Container_Private_ValidatorService()
  1235.     {
  1236.         $a = ($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
  1237.         if (isset($this->services['.container.private.validator'])) {
  1238.             return $this->services['.container.private.validator'];
  1239.         }
  1240.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a);
  1241.     }
  1242.     /**
  1243.      * Gets the public 'App\Controller\Dashboard\Settings\AccountController' shared autowired service.
  1244.      *
  1245.      * @return \App\Controller\Dashboard\Settings\AccountController
  1246.      */
  1247.     protected function getAccountControllerService()
  1248.     {
  1249.         $this->services['App\\Controller\\Dashboard\\Settings\\AccountController'] = $instance = new \App\Controller\Dashboard\Settings\AccountController();
  1250.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1251.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1252.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1253.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1254.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1255.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1256.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1257.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1258.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1259.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1260.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1261.             'App\\Controller\\Dashboard\\Settings\\AccountController::getBulletinService' => ['services''Cms\\BulletinBundle\\Service\\BulletinService''getBulletinServiceService'true],
  1262.             'App\\Controller\\Dashboard\\Settings\\AccountController::getPasswordService' => ['services''Platform\\SecurityBundle\\Service\\PasswordService''getPasswordServiceService'true],
  1263.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1264.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1265.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1266.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1267.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1268.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1269.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1270.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1271.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1272.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1273.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1274.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1275.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1276.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1277.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1278.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1279.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1280.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1281.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1282.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1283.             'kernel' => ['services''kernel''getKernelService'false],
  1284.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1285.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1286.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1287.             'router' => ['services''router''getRouterService'false],
  1288.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1289.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1290.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1291.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1292.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1293.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1294.             'translator' => ['services''translator''getTranslatorService'false],
  1295.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1296.         ], [
  1297.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1298.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1299.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1300.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1301.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1302.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1303.             'App\\Controller\\AbstractController::getRouter' => '?',
  1304.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1305.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1306.             'App\\Controller\\AbstractController::getTwig' => '?',
  1307.             'App\\Controller\\Dashboard\\Settings\\AccountController::getBulletinService' => 'Cms\\BulletinBundle\\Service\\BulletinService',
  1308.             'App\\Controller\\Dashboard\\Settings\\AccountController::getPasswordService' => 'Platform\\SecurityBundle\\Service\\PasswordService',
  1309.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1310.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1311.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1312.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1313.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1314.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1315.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1316.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1317.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1318.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1319.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1320.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1321.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1322.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1323.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1324.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1325.             'Twig\\Environment' => '?',
  1326.             'doctrine' => '?',
  1327.             'form.factory' => '?',
  1328.             'http_kernel' => '?',
  1329.             'kernel' => 'kernel',
  1330.             'parameter_bag' => '?',
  1331.             'profiler' => '?',
  1332.             'request_stack' => '?',
  1333.             'router' => '?',
  1334.             'security.authorization_checker' => '?',
  1335.             'security.csrf.token_manager' => '?',
  1336.             'security.token_storage' => '?',
  1337.             'serializer' => '?',
  1338.             'session' => '.session.deprecated',
  1339.             'session.handler' => '?',
  1340.             'translator' => '?',
  1341.             'twig' => '?',
  1342.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\AccountController'$this));
  1343.         return $instance;
  1344.     }
  1345.     /**
  1346.      * Gets the public 'App\Controller\Dashboard\Settings\AutomationController' shared autowired service.
  1347.      *
  1348.      * @return \App\Controller\Dashboard\Settings\AutomationController
  1349.      */
  1350.     protected function getAutomationControllerService()
  1351.     {
  1352.         $this->services['App\\Controller\\Dashboard\\Settings\\AutomationController'] = $instance = new \App\Controller\Dashboard\Settings\AutomationController();
  1353.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1354.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1355.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1356.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1357.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1358.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1359.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1360.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1361.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1362.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1363.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1364.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getAutomationService' => ['services''Products\\NotificationsBundle\\Service\\AutomationService''getAutomationServiceService'true],
  1365.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListItemProvider' => ['services''Products\\NotificationsBundle\\Service\\ListItemProvider''getListItemProviderService'false],
  1366.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListLogic' => ['services''Products\\NotificationsBundle\\Service\\ListLogic''getListLogicService'true],
  1367.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getMessagingContext' => ['privates''App\\Service\\Messaging\\MessagingContext''getMessagingContextService'false],
  1368.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getViewLayerService' => ['privates''App\\Component\\ViewLayer\\ViewLayerService''getViewLayerServiceService'true],
  1369.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1370.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1371.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1372.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1373.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1374.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1375.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1376.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1377.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1378.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1379.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1380.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1381.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1382.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1383.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1384.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1385.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1386.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1387.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1388.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1389.             'kernel' => ['services''kernel''getKernelService'false],
  1390.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1391.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1392.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1393.             'router' => ['services''router''getRouterService'false],
  1394.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1395.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1396.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1397.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1398.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1399.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1400.             'translator' => ['services''translator''getTranslatorService'false],
  1401.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1402.         ], [
  1403.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1404.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1405.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1406.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1407.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1408.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1409.             'App\\Controller\\AbstractController::getRouter' => '?',
  1410.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1411.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1412.             'App\\Controller\\AbstractController::getTwig' => '?',
  1413.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getAutomationService' => 'Products\\NotificationsBundle\\Service\\AutomationService',
  1414.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListItemProvider' => 'Products\\NotificationsBundle\\Service\\ListItemProvider',
  1415.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListLogic' => 'Products\\NotificationsBundle\\Service\\ListLogic',
  1416.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getMessagingContext' => 'App\\Service\\Messaging\\MessagingContext',
  1417.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getViewLayerService' => 'App\\Component\\ViewLayer\\ViewLayerService',
  1418.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1419.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1420.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1421.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1422.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1423.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1424.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1425.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1426.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1427.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1428.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1429.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1430.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1431.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1432.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1433.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1434.             'Twig\\Environment' => '?',
  1435.             'doctrine' => '?',
  1436.             'form.factory' => '?',
  1437.             'http_kernel' => '?',
  1438.             'kernel' => 'kernel',
  1439.             'parameter_bag' => '?',
  1440.             'profiler' => '?',
  1441.             'request_stack' => '?',
  1442.             'router' => '?',
  1443.             'security.authorization_checker' => '?',
  1444.             'security.csrf.token_manager' => '?',
  1445.             'security.token_storage' => '?',
  1446.             'serializer' => '?',
  1447.             'session' => '.session.deprecated',
  1448.             'session.handler' => '?',
  1449.             'translator' => '?',
  1450.             'twig' => '?',
  1451.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\AutomationController'$this));
  1452.         return $instance;
  1453.     }
  1454.     /**
  1455.      * Gets the public 'App\Controller\Dashboard\Settings\GroupController' shared autowired service.
  1456.      *
  1457.      * @return \App\Controller\Dashboard\Settings\GroupController
  1458.      */
  1459.     protected function getGroupControllerService()
  1460.     {
  1461.         $this->services['App\\Controller\\Dashboard\\Settings\\GroupController'] = $instance = new \App\Controller\Dashboard\Settings\GroupController();
  1462.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('App\\Controller\\Dashboard\\Settings\\GroupController'$this));
  1463.         return $instance;
  1464.     }
  1465.     /**
  1466.      * Gets the public 'App\Controller\Dashboard\Settings\ProfileController' shared autowired service.
  1467.      *
  1468.      * @return \App\Controller\Dashboard\Settings\ProfileController
  1469.      */
  1470.     protected function getProfileControllerService()
  1471.     {
  1472.         $this->services['App\\Controller\\Dashboard\\Settings\\ProfileController'] = $instance = new \App\Controller\Dashboard\Settings\ProfileController();
  1473.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('App\\Controller\\Dashboard\\Settings\\ProfileController'$this));
  1474.         return $instance;
  1475.     }
  1476.     /**
  1477.      * Gets the public 'App\Controller\Dashboard\Settings\RoleController' shared autowired service.
  1478.      *
  1479.      * @return \App\Controller\Dashboard\Settings\RoleController
  1480.      */
  1481.     protected function getRoleControllerService()
  1482.     {
  1483.         $this->services['App\\Controller\\Dashboard\\Settings\\RoleController'] = $instance = new \App\Controller\Dashboard\Settings\RoleController();
  1484.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1485.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1486.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1487.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1488.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1489.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1490.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1491.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1492.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1493.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1494.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1495.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1496.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1497.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1498.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1499.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1500.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1501.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1502.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1503.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1504.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1505.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1506.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1507.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1508.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1509.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1510.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1511.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1512.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1513.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1514.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1515.             'kernel' => ['services''kernel''getKernelService'false],
  1516.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1517.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1518.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1519.             'router' => ['services''router''getRouterService'false],
  1520.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1521.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1522.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1523.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1524.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1525.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1526.             'translator' => ['services''translator''getTranslatorService'false],
  1527.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1528.         ], [
  1529.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1530.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1531.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1532.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1533.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1534.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1535.             'App\\Controller\\AbstractController::getRouter' => '?',
  1536.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1537.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1538.             'App\\Controller\\AbstractController::getTwig' => '?',
  1539.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1540.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1541.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1542.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1543.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1544.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1545.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1546.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1547.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1548.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1549.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1550.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1551.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1552.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1553.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1554.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1555.             'Twig\\Environment' => '?',
  1556.             'doctrine' => '?',
  1557.             'form.factory' => '?',
  1558.             'http_kernel' => '?',
  1559.             'kernel' => 'kernel',
  1560.             'parameter_bag' => '?',
  1561.             'profiler' => '?',
  1562.             'request_stack' => '?',
  1563.             'router' => '?',
  1564.             'security.authorization_checker' => '?',
  1565.             'security.csrf.token_manager' => '?',
  1566.             'security.token_storage' => '?',
  1567.             'serializer' => '?',
  1568.             'session' => '.session.deprecated',
  1569.             'session.handler' => '?',
  1570.             'translator' => '?',
  1571.             'twig' => '?',
  1572.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\RoleController'$this));
  1573.         return $instance;
  1574.     }
  1575.     /**
  1576.      * Gets the public 'App\Service\Data\PhoneNumberService' shared autowired service.
  1577.      *
  1578.      * @return \App\Service\Data\PhoneNumberService
  1579.      */
  1580.     protected function getPhoneNumberServiceService()
  1581.     {
  1582.         return $this->services['App\\Service\\Data\\PhoneNumberService'] = new \App\Service\Data\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  1583.     }
  1584.     /**
  1585.      * Gets the public 'App\Service\Query\ConditionQueryTransformer' shared autowired service.
  1586.      *
  1587.      * @return \App\Service\Query\ConditionQueryTransformer
  1588.      */
  1589.     protected function getConditionQueryTransformerService()
  1590.     {
  1591.         $a = ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService());
  1592.         if (isset($this->services['App\\Service\\Query\\ConditionQueryTransformer'])) {
  1593.             return $this->services['App\\Service\\Query\\ConditionQueryTransformer'];
  1594.         }
  1595.         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())));
  1596.     }
  1597.     /**
  1598.      * Gets the public 'Cms\AssetsBundle\Service\AssetsTwigExtension' shared autowired service.
  1599.      *
  1600.      * @return \Cms\AssetsBundle\Service\AssetsTwigExtension
  1601.      */
  1602.     protected function getAssetsTwigExtensionService()
  1603.     {
  1604.         return $this->services['Cms\\AssetsBundle\\Service\\AssetsTwigExtension'] = new \Cms\AssetsBundle\Service\AssetsTwigExtension(($this->privates['Cms\\AssetsBundle\\Service\\AssetCatalog'] ?? $this->getAssetCatalogService()));
  1605.     }
  1606.     /**
  1607.      * Gets the public 'Cms\ContainerBundle\Service\DebuggingService' shared autowired service.
  1608.      *
  1609.      * @return \Cms\ContainerBundle\Service\DebuggingService
  1610.      */
  1611.     protected function getDebuggingServiceService()
  1612.     {
  1613.         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()));
  1614.     }
  1615.     /**
  1616.      * Gets the public 'Cms\ContentBundle\Service\ContentVariablesManager' shared autowired service.
  1617.      *
  1618.      * @return \Cms\ContentBundle\Service\ContentVariablesManager
  1619.      */
  1620.     protected function getContentVariablesManagerService()
  1621.     {
  1622.         return $this->services['Cms\\ContentBundle\\Service\\ContentVariablesManager'] = new \Cms\ContentBundle\Service\ContentVariablesManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1623.     }
  1624.     /**
  1625.      * Gets the public 'Cms\ContentBundle\Service\SafeTwigEnvironment' shared autowired service.
  1626.      *
  1627.      * @return \Cms\ContentBundle\Service\SafeTwigEnvironment
  1628.      */
  1629.     protected function getSafeTwigEnvironmentService()
  1630.     {
  1631.         return $this->services['Cms\\ContentBundle\\Service\\SafeTwigEnvironment'] = new \Cms\ContentBundle\Service\SafeTwigEnvironment();
  1632.     }
  1633.     /**
  1634.      * Gets the public 'Cms\CoreBundle\Service\Cachers\AccountCacher' shared autowired service.
  1635.      *
  1636.      * @return \Cms\CoreBundle\Service\Cachers\AccountCacher
  1637.      */
  1638.     protected function getAccountCacherService()
  1639.     {
  1640.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\AccountCacher'] = new \Cms\CoreBundle\Service\Cachers\AccountCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1641.     }
  1642.     /**
  1643.      * Gets the public 'Cms\CoreBundle\Service\Cachers\CacherHub' shared autowired service.
  1644.      *
  1645.      * @return \Cms\CoreBundle\Service\Cachers\CacherHub
  1646.      */
  1647.     protected function getCacherHubService()
  1648.     {
  1649.         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()));
  1650.     }
  1651.     /**
  1652.      * Gets the public 'Cms\CoreBundle\Service\Cachers\ContainerCacher' shared autowired service.
  1653.      *
  1654.      * @return \Cms\CoreBundle\Service\Cachers\ContainerCacher
  1655.      */
  1656.     protected function getContainerCacherService()
  1657.     {
  1658.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\ContainerCacher'] = new \Cms\CoreBundle\Service\Cachers\ContainerCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1659.     }
  1660.     /**
  1661.      * Gets the public 'Cms\CoreBundle\Service\Cachers\DomainCacher' shared autowired service.
  1662.      *
  1663.      * @return \Cms\CoreBundle\Service\Cachers\DomainCacher
  1664.      */
  1665.     protected function getDomainCacherService()
  1666.     {
  1667.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\DomainCacher'] = new \Cms\CoreBundle\Service\Cachers\DomainCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1668.     }
  1669.     /**
  1670.      * Gets the public 'Cms\CoreBundle\Service\Cachers\FileCacher' shared autowired service.
  1671.      *
  1672.      * @return \Cms\CoreBundle\Service\Cachers\FileCacher
  1673.      */
  1674.     protected function getFileCacherService()
  1675.     {
  1676.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\FileCacher'] = new \Cms\CoreBundle\Service\Cachers\FileCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1677.     }
  1678.     /**
  1679.      * Gets the public 'Cms\CoreBundle\Service\Cachers\FolderCacher' shared autowired service.
  1680.      *
  1681.      * @return \Cms\CoreBundle\Service\Cachers\FolderCacher
  1682.      */
  1683.     protected function getFolderCacherService()
  1684.     {
  1685.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\FolderCacher'] = new \Cms\CoreBundle\Service\Cachers\FolderCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1686.     }
  1687.     /**
  1688.      * Gets the public 'Cms\CoreBundle\Service\Cachers\IntranetSiteCacher' shared autowired service.
  1689.      *
  1690.      * @return \Cms\CoreBundle\Service\Cachers\IntranetSiteCacher
  1691.      */
  1692.     protected function getIntranetSiteCacherService()
  1693.     {
  1694.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\IntranetSiteCacher'] = new \Cms\CoreBundle\Service\Cachers\IntranetSiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1695.     }
  1696.     /**
  1697.      * Gets the public 'Cms\CoreBundle\Service\Cachers\PersonalSiteCacher' shared autowired service.
  1698.      *
  1699.      * @return \Cms\CoreBundle\Service\Cachers\PersonalSiteCacher
  1700.      */
  1701.     protected function getPersonalSiteCacherService()
  1702.     {
  1703.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\PersonalSiteCacher'] = new \Cms\CoreBundle\Service\Cachers\PersonalSiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1704.     }
  1705.     /**
  1706.      * Gets the public 'Cms\CoreBundle\Service\Cachers\SiteCacher' shared autowired service.
  1707.      *
  1708.      * @return \Cms\CoreBundle\Service\Cachers\SiteCacher
  1709.      */
  1710.     protected function getSiteCacherService()
  1711.     {
  1712.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\SiteCacher'] = new \Cms\CoreBundle\Service\Cachers\SiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1713.     }
  1714.     /**
  1715.      * Gets the public 'Cms\CoreBundle\Service\ContextManager' shared autowired service.
  1716.      *
  1717.      * @return \Cms\CoreBundle\Service\ContextManager
  1718.      */
  1719.     protected function getContextManagerService()
  1720.     {
  1721.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  1722.         if (isset($this->services['Cms\\CoreBundle\\Service\\ContextManager'])) {
  1723.             return $this->services['Cms\\CoreBundle\\Service\\ContextManager'];
  1724.         }
  1725.         $b = ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  1726.         if (isset($this->services['Cms\\CoreBundle\\Service\\ContextManager'])) {
  1727.             return $this->services['Cms\\CoreBundle\\Service\\ContextManager'];
  1728.         }
  1729.         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);
  1730.     }
  1731.     /**
  1732.      * Gets the public 'Cms\CoreBundle\Service\LocaleManager' shared autowired service.
  1733.      *
  1734.      * @return \Cms\CoreBundle\Service\LocaleManager
  1735.      */
  1736.     protected function getLocaleManagerService()
  1737.     {
  1738.         return $this->services['Cms\\CoreBundle\\Service\\LocaleManager'] = new \Cms\CoreBundle\Service\LocaleManager(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  1739.     }
  1740.     /**
  1741.      * Gets the public 'Cms\CoreBundle\Service\Locksmith' shared autowired service.
  1742.      *
  1743.      * @return \Cms\CoreBundle\Service\Locksmith
  1744.      */
  1745.     protected function getLocksmithService()
  1746.     {
  1747.         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()));
  1748.     }
  1749.     /**
  1750.      * Gets the public 'Cms\CoreBundle\Service\SceneRenderer' shared autowired service.
  1751.      *
  1752.      * @return \Cms\CoreBundle\Service\SceneRenderer
  1753.      */
  1754.     protected function getSceneRendererService()
  1755.     {
  1756.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1757.         if (isset($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'])) {
  1758.             return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'];
  1759.         }
  1760.         $b = ($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'] ?? $this->getWidgetDependencyInjectorService());
  1761.         if (isset($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'])) {
  1762.             return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'];
  1763.         }
  1764.         return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] = new \Cms\CoreBundle\Service\SceneRenderer($a$b);
  1765.     }
  1766.     /**
  1767.      * Gets the public 'Cms\CoreBundle\Service\StringUtils\LoremIpsumGenerator' shared autowired service.
  1768.      *
  1769.      * @return \Cms\CoreBundle\Service\StringUtils\LoremIpsumGenerator
  1770.      */
  1771.     protected function getLoremIpsumGeneratorService()
  1772.     {
  1773.         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())));
  1774.     }
  1775.     /**
  1776.      * Gets the public 'Cms\CoreBundle\Service\Transcoding\Transcoder' shared autowired service.
  1777.      *
  1778.      * @return \Cms\CoreBundle\Service\Transcoding\Transcoder
  1779.      */
  1780.     protected function getTranscoderService()
  1781.     {
  1782.         $this->services['Cms\\CoreBundle\\Service\\Transcoding\\Transcoder'] = $instance = new \Cms\CoreBundle\Service\Transcoding\Transcoder();
  1783.         $instance->registerMapper(($this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] ?? ($this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] = new \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper())));
  1784.         $instance->registerMapper(($this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] ?? ($this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] = new \Cms\NavigationBundle\Service\NavigationTranscodingMapper())));
  1785.         $instance->registerMapper(($this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] ?? ($this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] = new \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper())));
  1786.         $instance->registerMapper(($this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] ?? ($this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] = new \Cms\WidgetBundle\Service\WidgetTranscodingMapper())));
  1787.         return $instance;
  1788.     }
  1789.     /**
  1790.      * Gets the public 'Cms\CoreBundle\Service\Twig\GlobalVariables' shared autowired service.
  1791.      *
  1792.      * @return \Cms\CoreBundle\Service\Twig\GlobalVariables
  1793.      */
  1794.     protected function getGlobalVariablesService()
  1795.     {
  1796.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1797.         if (isset($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'])) {
  1798.             return $this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'];
  1799.         }
  1800.         $b = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'] ?? $this->getLocaleResolverService());
  1801.         if (isset($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'])) {
  1802.             return $this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'];
  1803.         }
  1804.         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);
  1805.     }
  1806.     /**
  1807.      * Gets the public 'Cms\CoreBundle\Util\Doctrine\EntityManager' shared autowired service.
  1808.      *
  1809.      * @return \Cms\CoreBundle\Util\Doctrine\EntityManager
  1810.      */
  1811.     protected function getEntityManagerService()
  1812.     {
  1813.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1814.         if (isset($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'])) {
  1815.             return $this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'];
  1816.         }
  1817.         return $this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] = new \Cms\CoreBundle\Util\Doctrine\EntityManager($a);
  1818.     }
  1819.     /**
  1820.      * Gets the public 'Cms\FileBundle\Service\FileManager' shared autowired service.
  1821.      *
  1822.      * @return \Cms\FileBundle\Service\FileManager
  1823.      */
  1824.     protected function getFileManagerService()
  1825.     {
  1826.         $a = ($this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] ?? $this->getS3WrapperService());
  1827.         return $this->services['Cms\\FileBundle\\Service\\FileManager'] = new \Cms\FileBundle\Service\FileManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a$a);
  1828.     }
  1829.     /**
  1830.      * Gets the public 'Cms\FrontendBundle\Service\ResolverManager' shared autowired service.
  1831.      *
  1832.      * @return \Cms\FrontendBundle\Service\ResolverManager
  1833.      */
  1834.     protected function getResolverManagerService()
  1835.     {
  1836.         $this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] = $instance = new \Cms\FrontendBundle\Service\ResolverManager();
  1837.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'] ?? $this->getAccountResolverService()));
  1838.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'] ?? $this->getDepartmentResolverService()));
  1839.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'] ?? $this->getDomainResolverService()));
  1840.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'] ?? $this->getEnvironmentResolverService()));
  1841.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'] ?? $this->getInnerLayoutResolverService()));
  1842.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'] ?? $this->getLocaleResolverService()));
  1843.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'] ?? $this->getModuleResolverService()));
  1844.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'] ?? $this->getOuterLayoutResolverService()));
  1845.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService()));
  1846.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'] ?? $this->getTenantResolverService()));
  1847.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'] ?? $this->getThemeResolverService()));
  1848.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'] ?? $this->getUrlResolverService()));
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\AccountResolver' shared autowired service.
  1853.      *
  1854.      * @return \Cms\FrontendBundle\Service\Resolvers\AccountResolver
  1855.      */
  1856.     protected function getAccountResolverService()
  1857.     {
  1858.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1859.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'])) {
  1860.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'];
  1861.         }
  1862.         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()));
  1863.     }
  1864.     /**
  1865.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\DepartmentResolver' shared autowired service.
  1866.      *
  1867.      * @return \Cms\FrontendBundle\Service\Resolvers\DepartmentResolver
  1868.      */
  1869.     protected function getDepartmentResolverService()
  1870.     {
  1871.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1872.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'])) {
  1873.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'];
  1874.         }
  1875.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'] = new \Cms\FrontendBundle\Service\Resolvers\DepartmentResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1876.     }
  1877.     /**
  1878.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\DomainResolver' shared autowired service.
  1879.      *
  1880.      * @return \Cms\FrontendBundle\Service\Resolvers\DomainResolver
  1881.      */
  1882.     protected function getDomainResolverService()
  1883.     {
  1884.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1885.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'])) {
  1886.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'];
  1887.         }
  1888.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'] = new \Cms\FrontendBundle\Service\Resolvers\DomainResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1889.     }
  1890.     /**
  1891.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\EnvironmentResolver' shared autowired service.
  1892.      *
  1893.      * @return \Cms\FrontendBundle\Service\Resolvers\EnvironmentResolver
  1894.      */
  1895.     protected function getEnvironmentResolverService()
  1896.     {
  1897.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1898.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'])) {
  1899.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'];
  1900.         }
  1901.         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))));
  1902.     }
  1903.     /**
  1904.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\InnerLayoutResolver' shared autowired service.
  1905.      *
  1906.      * @return \Cms\FrontendBundle\Service\Resolvers\InnerLayoutResolver
  1907.      */
  1908.     protected function getInnerLayoutResolverService()
  1909.     {
  1910.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1911.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'])) {
  1912.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'];
  1913.         }
  1914.         $b = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1915.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'])) {
  1916.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'];
  1917.         }
  1918.         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);
  1919.     }
  1920.     /**
  1921.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\LocaleResolver' shared autowired service.
  1922.      *
  1923.      * @return \Cms\FrontendBundle\Service\Resolvers\LocaleResolver
  1924.      */
  1925.     protected function getLocaleResolverService()
  1926.     {
  1927.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1928.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'])) {
  1929.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'];
  1930.         }
  1931.         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())));
  1932.     }
  1933.     /**
  1934.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\ModuleResolver' shared autowired service.
  1935.      *
  1936.      * @return \Cms\FrontendBundle\Service\Resolvers\ModuleResolver
  1937.      */
  1938.     protected function getModuleResolverService()
  1939.     {
  1940.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1941.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'])) {
  1942.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'];
  1943.         }
  1944.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'] = new \Cms\FrontendBundle\Service\Resolvers\ModuleResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1945.     }
  1946.     /**
  1947.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\OuterLayoutResolver' shared autowired service.
  1948.      *
  1949.      * @return \Cms\FrontendBundle\Service\Resolvers\OuterLayoutResolver
  1950.      */
  1951.     protected function getOuterLayoutResolverService()
  1952.     {
  1953.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1954.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'])) {
  1955.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'];
  1956.         }
  1957.         $b = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1958.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'])) {
  1959.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'];
  1960.         }
  1961.         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);
  1962.     }
  1963.     /**
  1964.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\SchoolResolver' shared autowired service.
  1965.      *
  1966.      * @return \Cms\FrontendBundle\Service\Resolvers\SchoolResolver
  1967.      */
  1968.     protected function getSchoolResolverService()
  1969.     {
  1970.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1971.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'])) {
  1972.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'];
  1973.         }
  1974.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] = new \Cms\FrontendBundle\Service\Resolvers\SchoolResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1975.     }
  1976.     /**
  1977.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\TenantResolver' shared autowired service.
  1978.      *
  1979.      * @return \Cms\FrontendBundle\Service\Resolvers\TenantResolver
  1980.      */
  1981.     protected function getTenantResolverService()
  1982.     {
  1983.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1984.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'])) {
  1985.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'];
  1986.         }
  1987.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'] = new \Cms\FrontendBundle\Service\Resolvers\TenantResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1988.     }
  1989.     /**
  1990.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\ThemeResolver' shared autowired service.
  1991.      *
  1992.      * @return \Cms\FrontendBundle\Service\Resolvers\ThemeResolver
  1993.      */
  1994.     protected function getThemeResolverService()
  1995.     {
  1996.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1997.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'])) {
  1998.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'];
  1999.         }
  2000.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'] = new \Cms\FrontendBundle\Service\Resolvers\ThemeResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2001.     }
  2002.     /**
  2003.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\UrlResolver' shared autowired service.
  2004.      *
  2005.      * @return \Cms\FrontendBundle\Service\Resolvers\UrlResolver
  2006.      */
  2007.     protected function getUrlResolverService()
  2008.     {
  2009.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  2010.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'])) {
  2011.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'];
  2012.         }
  2013.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'] = new \Cms\FrontendBundle\Service\Resolvers\UrlResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2014.     }
  2015.     /**
  2016.      * Gets the public 'Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor' shared autowired service.
  2017.      *
  2018.      * @return \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor
  2019.      */
  2020.     protected function getSuspiciousOperationProcessorService()
  2021.     {
  2022.         return $this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor();
  2023.     }
  2024.     /**
  2025.      * Gets the public 'Cms\ModuleBundle\Service\ModuleManager' shared autowired service.
  2026.      *
  2027.      * @return \Cms\ModuleBundle\Service\ModuleManager
  2028.      */
  2029.     protected function getModuleManagerService()
  2030.     {
  2031.         $this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] = $instance = new \Cms\ModuleBundle\Service\ModuleManager();
  2032.         $instance->registerModule(($this->services['Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'] ?? $this->getAlertModuleConfigService()));
  2033.         $instance->registerModule(($this->services['Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'] ?? $this->getBlogModuleConfigService()));
  2034.         $instance->registerModule(($this->services['Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'] ?? $this->getCalendarModuleConfigService()));
  2035.         $instance->registerModule(($this->services['Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'] ?? $this->getGalleryModuleConfigService()));
  2036.         $instance->registerModule(($this->services['Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'] ?? $this->getNewsModuleConfigService()));
  2037.         $instance->registerModule(($this->services['Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'] ?? $this->getPageModuleConfigService()));
  2038.         $instance->registerModule(($this->services['Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'] ?? $this->getPeopleModuleConfigService()));
  2039.         $instance->registerModule(($this->services['Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'] ?? $this->getQuestionModuleConfigService()));
  2040.         $instance->registerModule(($this->services['Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'] ?? $this->getSnippetModuleConfigService()));
  2041.         return $instance;
  2042.     }
  2043.     /**
  2044.      * Gets the public 'Cms\ModuleBundle\Service\PublicationService' shared autowired service.
  2045.      *
  2046.      * @return \Cms\ModuleBundle\Service\PublicationService
  2047.      */
  2048.     protected function getPublicationServiceService()
  2049.     {
  2050.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2051.         if (isset($this->services['Cms\\ModuleBundle\\Service\\PublicationService'])) {
  2052.             return $this->services['Cms\\ModuleBundle\\Service\\PublicationService'];
  2053.         }
  2054.         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()));
  2055.     }
  2056.     /**
  2057.      * Gets the public 'Cms\ModuleBundle\Service\UrlManager' shared autowired service.
  2058.      *
  2059.      * @return \Cms\ModuleBundle\Service\UrlManager
  2060.      */
  2061.     protected function getUrlManagerService()
  2062.     {
  2063.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2064.         if (isset($this->services['Cms\\ModuleBundle\\Service\\UrlManager'])) {
  2065.             return $this->services['Cms\\ModuleBundle\\Service\\UrlManager'];
  2066.         }
  2067.         return $this->services['Cms\\ModuleBundle\\Service\\UrlManager'] = new \Cms\ModuleBundle\Service\UrlManager($a, ($this->services['router'] ?? $this->getRouterService()));
  2068.     }
  2069.     /**
  2070.      * Gets the public 'Cms\Modules\AlertBundle\Service\AlertModuleConfig' shared autowired service.
  2071.      *
  2072.      * @return \Cms\Modules\AlertBundle\Service\AlertModuleConfig
  2073.      */
  2074.     protected function getAlertModuleConfigService()
  2075.     {
  2076.         $this->services['Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'] = $instance = new \Cms\Modules\AlertBundle\Service\AlertModuleConfig();
  2077.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2078.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2079.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2080.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2081.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2082.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2083.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2084.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2085.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2086.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2087.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2088.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2089.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2090.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2091.             'Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig::getAlertSearcher' => ['services''Cms\\Modules\\AlertBundle\\Service\\Search\\AlertSearcher''getAlertSearcherService'true],
  2092.         ], [
  2093.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2094.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2095.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2096.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2097.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2098.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2099.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2100.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2101.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2102.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2103.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2104.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2105.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2106.             'Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig::getAlertSearcher' => 'Cms\\Modules\\AlertBundle\\Service\\Search\\AlertSearcher',
  2107.         ]))->withContext('Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'$this));
  2108.         return $instance;
  2109.     }
  2110.     /**
  2111.      * Gets the public 'Cms\Modules\BlogBundle\Service\BlogModuleConfig' shared autowired service.
  2112.      *
  2113.      * @return \Cms\Modules\BlogBundle\Service\BlogModuleConfig
  2114.      */
  2115.     protected function getBlogModuleConfigService()
  2116.     {
  2117.         $this->services['Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'] = $instance = new \Cms\Modules\BlogBundle\Service\BlogModuleConfig();
  2118.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2119.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2120.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2121.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2122.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2123.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2124.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2125.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2126.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2127.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2128.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2129.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2130.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2131.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2132.             'Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig::getPostSearcher' => ['services''Cms\\Modules\\BlogBundle\\Service\\Search\\PostSearcher''getPostSearcherService'true],
  2133.         ], [
  2134.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2135.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2136.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2137.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2138.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2139.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2140.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2141.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2142.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2143.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2144.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2145.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2146.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2147.             'Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig::getPostSearcher' => 'Cms\\Modules\\BlogBundle\\Service\\Search\\PostSearcher',
  2148.         ]))->withContext('Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'$this));
  2149.         return $instance;
  2150.     }
  2151.     /**
  2152.      * Gets the public 'Cms\Modules\CalendarBundle\Service\CalendarModuleConfig' shared autowired service.
  2153.      *
  2154.      * @return \Cms\Modules\CalendarBundle\Service\CalendarModuleConfig
  2155.      */
  2156.     protected function getCalendarModuleConfigService()
  2157.     {
  2158.         $this->services['Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'] = $instance = new \Cms\Modules\CalendarBundle\Service\CalendarModuleConfig();
  2159.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2160.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2161.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2162.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2163.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2164.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2165.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2166.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2167.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2168.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2169.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2170.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2171.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2172.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2173.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getEventSearcher' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Search\\EventSearcher''getEventSearcherService'true],
  2174.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getGoogle' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google''getGoogleService'true],
  2175.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getMicrosoft' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft''getMicrosoftService'true],
  2176.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getOAuthProviderService' => ['services''Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService''getOAuthProviderServiceService'true],
  2177.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getProxyRepository' => ['privates''Cms\\Modules\\CalendarBundle\\Doctrine\\Event\\EventProxyRepository''getEventProxyRepositoryService'true],
  2178.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getShareService' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService''getShareServiceService'true],
  2179.         ], [
  2180.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2181.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2182.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2183.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2184.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2185.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2186.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2187.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2188.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2189.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2190.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2191.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2192.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2193.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getEventSearcher' => 'Cms\\Modules\\CalendarBundle\\Service\\Search\\EventSearcher',
  2194.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getGoogle' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google',
  2195.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getMicrosoft' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft',
  2196.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getOAuthProviderService' => 'Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService',
  2197.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getProxyRepository' => 'Cms\\Modules\\CalendarBundle\\Doctrine\\Event\\EventProxyRepository',
  2198.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getShareService' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService',
  2199.         ]))->withContext('Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'$this));
  2200.         return $instance;
  2201.     }
  2202.     /**
  2203.      * Gets the public 'Cms\Modules\GalleryBundle\Service\GalleryModuleConfig' shared autowired service.
  2204.      *
  2205.      * @return \Cms\Modules\GalleryBundle\Service\GalleryModuleConfig
  2206.      */
  2207.     protected function getGalleryModuleConfigService()
  2208.     {
  2209.         $this->services['Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'] = $instance = new \Cms\Modules\GalleryBundle\Service\GalleryModuleConfig();
  2210.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2211.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2212.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2213.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2214.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2215.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2216.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2217.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2218.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2219.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2220.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2221.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2222.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2223.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2224.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getGallerySearcher' => ['services''Cms\\Modules\\GalleryBundle\\Service\\Search\\GallerySearcher''getGallerySearcherService'true],
  2225.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getModulesGalleryEntries' => ['services''Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries''getModulesGalleryEntriesService'false],
  2226.         ], [
  2227.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2228.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2229.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2230.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2231.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2232.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2233.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2234.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2235.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2236.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2237.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2238.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2239.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2240.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getGallerySearcher' => 'Cms\\Modules\\GalleryBundle\\Service\\Search\\GallerySearcher',
  2241.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getModulesGalleryEntries' => 'Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries',
  2242.         ]))->withContext('Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'$this));
  2243.         return $instance;
  2244.     }
  2245.     /**
  2246.      * Gets the public 'Cms\Modules\GalleryBundle\Service\ModulesGalleryEntries' shared autowired service.
  2247.      *
  2248.      * @return \Cms\Modules\GalleryBundle\Service\ModulesGalleryEntries
  2249.      */
  2250.     protected function getModulesGalleryEntriesService()
  2251.     {
  2252.         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()));
  2253.     }
  2254.     /**
  2255.      * Gets the public 'Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper' shared autowired service.
  2256.      *
  2257.      * @return \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper
  2258.      */
  2259.     protected function getModulesGalleryTranscodingMapperService()
  2260.     {
  2261.         return $this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] = new \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper();
  2262.     }
  2263.     /**
  2264.      * Gets the public 'Cms\Modules\NewsBundle\Service\NewsModuleConfig' shared autowired service.
  2265.      *
  2266.      * @return \Cms\Modules\NewsBundle\Service\NewsModuleConfig
  2267.      */
  2268.     protected function getNewsModuleConfigService()
  2269.     {
  2270.         $this->services['Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'] = $instance = new \Cms\Modules\NewsBundle\Service\NewsModuleConfig();
  2271.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2272.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2273.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2274.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2275.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2276.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2277.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2278.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2279.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2280.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2281.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2282.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2283.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2284.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2285.             'Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig::getArticleSearcher' => ['services''Cms\\Modules\\NewsBundle\\Service\\Search\\ArticleSearcher''getArticleSearcherService'true],
  2286.         ], [
  2287.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2288.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2289.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2290.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2291.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2292.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2293.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2294.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2295.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2296.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2297.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2298.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2299.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2300.             'Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig::getArticleSearcher' => 'Cms\\Modules\\NewsBundle\\Service\\Search\\ArticleSearcher',
  2301.         ]))->withContext('Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'$this));
  2302.         return $instance;
  2303.     }
  2304.     /**
  2305.      * Gets the public 'Cms\Modules\PageBundle\Service\PageModuleConfig' shared autowired service.
  2306.      *
  2307.      * @return \Cms\Modules\PageBundle\Service\PageModuleConfig
  2308.      */
  2309.     protected function getPageModuleConfigService()
  2310.     {
  2311.         $this->services['Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'] = $instance = new \Cms\Modules\PageBundle\Service\PageModuleConfig();
  2312.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2313.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2314.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2315.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2316.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2317.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2318.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2319.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2320.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2321.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2322.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2323.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2324.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2325.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2326.             'Cms\\Modules\\PageBundle\\Service\\PageModuleConfig::getPageSearcher' => ['services''Cms\\Modules\\PageBundle\\Service\\Search\\PageSearcher''getPageSearcherService'true],
  2327.         ], [
  2328.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2329.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2330.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2331.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2332.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2333.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2334.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2335.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2336.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2337.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2338.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2339.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2340.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2341.             'Cms\\Modules\\PageBundle\\Service\\PageModuleConfig::getPageSearcher' => 'Cms\\Modules\\PageBundle\\Service\\Search\\PageSearcher',
  2342.         ]))->withContext('Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'$this));
  2343.         return $instance;
  2344.     }
  2345.     /**
  2346.      * Gets the public 'Cms\Modules\PeopleBundle\Service\PeopleModuleConfig' shared autowired service.
  2347.      *
  2348.      * @return \Cms\Modules\PeopleBundle\Service\PeopleModuleConfig
  2349.      */
  2350.     protected function getPeopleModuleConfigService()
  2351.     {
  2352.         $this->services['Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'] = $instance = new \Cms\Modules\PeopleBundle\Service\PeopleModuleConfig();
  2353.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2354.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2355.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2356.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2357.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2358.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2359.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2360.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2361.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2362.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2363.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2364.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2365.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2366.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2367.             'Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig::getProfileSearcher' => ['services''Cms\\Modules\\PeopleBundle\\Service\\Search\\ProfileSearcher''getProfileSearcherService'true],
  2368.         ], [
  2369.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2370.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2371.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2372.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2373.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2374.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2375.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2376.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2377.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2378.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2379.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2380.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2381.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2382.             'Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig::getProfileSearcher' => 'Cms\\Modules\\PeopleBundle\\Service\\Search\\ProfileSearcher',
  2383.         ]))->withContext('Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'$this));
  2384.         return $instance;
  2385.     }
  2386.     /**
  2387.      * Gets the public 'Cms\Modules\QuestionBundle\Service\QuestionModuleConfig' shared autowired service.
  2388.      *
  2389.      * @return \Cms\Modules\QuestionBundle\Service\QuestionModuleConfig
  2390.      */
  2391.     protected function getQuestionModuleConfigService()
  2392.     {
  2393.         $this->services['Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'] = $instance = new \Cms\Modules\QuestionBundle\Service\QuestionModuleConfig();
  2394.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2395.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2396.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2397.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2398.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2399.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2400.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2401.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2402.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2403.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2404.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2405.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2406.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2407.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2408.             'Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig::getEntrySearcher' => ['services''Cms\\Modules\\QuestionBundle\\Service\\Search\\EntrySearcher''getEntrySearcherService'true],
  2409.         ], [
  2410.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2411.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2412.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2413.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2414.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2415.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2416.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2417.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2418.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2419.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2420.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2421.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2422.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2423.             'Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig::getEntrySearcher' => 'Cms\\Modules\\QuestionBundle\\Service\\Search\\EntrySearcher',
  2424.         ]))->withContext('Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'$this));
  2425.         return $instance;
  2426.     }
  2427.     /**
  2428.      * Gets the public 'Cms\Modules\SnippetBundle\Service\SnippetModuleConfig' shared autowired service.
  2429.      *
  2430.      * @return \Cms\Modules\SnippetBundle\Service\SnippetModuleConfig
  2431.      */
  2432.     protected function getSnippetModuleConfigService()
  2433.     {
  2434.         $this->services['Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'] = $instance = new \Cms\Modules\SnippetBundle\Service\SnippetModuleConfig();
  2435.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2436.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2437.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2438.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2439.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2440.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2441.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2442.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2443.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2444.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2445.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2446.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2447.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2448.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2449.             'Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig::getSnippetSearcher' => ['services''Cms\\Modules\\SnippetBundle\\Service\\Search\\SnippetSearcher''getSnippetSearcherService'true],
  2450.         ], [
  2451.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2452.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2453.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2454.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2455.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2456.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2457.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2458.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2459.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2460.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2461.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2462.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2463.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2464.             'Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig::getSnippetSearcher' => 'Cms\\Modules\\SnippetBundle\\Service\\Search\\SnippetSearcher',
  2465.         ]))->withContext('Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'$this));
  2466.         return $instance;
  2467.     }
  2468.     /**
  2469.      * Gets the public 'Cms\NavigationBundle\Service\NavigationTranscodingMapper' shared autowired service.
  2470.      *
  2471.      * @return \Cms\NavigationBundle\Service\NavigationTranscodingMapper
  2472.      */
  2473.     protected function getNavigationTranscodingMapperService()
  2474.     {
  2475.         return $this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] = new \Cms\NavigationBundle\Service\NavigationTranscodingMapper();
  2476.     }
  2477.     /**
  2478.      * Gets the public 'Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper' shared autowired service.
  2479.      *
  2480.      * @return \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper
  2481.      */
  2482.     protected function getSitebuilderTranscodingMapperService()
  2483.     {
  2484.         return $this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] = new \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper();
  2485.     }
  2486.     /**
  2487.      * Gets the public 'Cms\ThemeBundle\Service\PackageManager' shared autowired service.
  2488.      *
  2489.      * @return \Cms\ThemeBundle\Service\PackageManager
  2490.      */
  2491.     protected function getPackageManagerService()
  2492.     {
  2493.         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()));
  2494.     }
  2495.     /**
  2496.      * Gets the public 'Cms\ThemeBundle\Service\Twig\Loader\DatabaseLoader' shared autowired service.
  2497.      *
  2498.      * @return \Cms\ThemeBundle\Service\Twig\Loader\DatabaseLoader
  2499.      */
  2500.     protected function getDatabaseLoaderService()
  2501.     {
  2502.         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()));
  2503.     }
  2504.     /**
  2505.      * Gets the public 'Cms\WidgetBundle\Service\WidgetDependencyInjector' shared autowired service.
  2506.      *
  2507.      * @return \Cms\WidgetBundle\Service\WidgetDependencyInjector
  2508.      */
  2509.     protected function getWidgetDependencyInjectorService()
  2510.     {
  2511.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2512.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2513.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2514.         }
  2515.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2516.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2517.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2518.         }
  2519.         $c = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2520.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2521.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2522.         }
  2523.         $d = ($this->services['Cms\\ModuleBundle\\Service\\UrlManager'] ?? $this->getUrlManagerService());
  2524.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2525.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2526.         }
  2527.         $e = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  2528.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2529.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2530.         }
  2531.         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);
  2532.     }
  2533.     /**
  2534.      * Gets the public 'Cms\WidgetBundle\Service\WidgetTranscodingMapper' shared autowired service.
  2535.      *
  2536.      * @return \Cms\WidgetBundle\Service\WidgetTranscodingMapper
  2537.      */
  2538.     protected function getWidgetTranscodingMapperService()
  2539.     {
  2540.         return $this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] = new \Cms\WidgetBundle\Service\WidgetTranscodingMapper();
  2541.     }
  2542.     /**
  2543.      * Gets the public 'Cms\WorkflowsBundle\Service\WorkflowsContentManager' shared autowired service.
  2544.      *
  2545.      * @return \Cms\WorkflowsBundle\Service\WorkflowsContentManager
  2546.      */
  2547.     protected function getWorkflowsContentManagerService()
  2548.     {
  2549.         return $this->services['Cms\\WorkflowsBundle\\Service\\WorkflowsContentManager'] = new \Cms\WorkflowsBundle\Service\WorkflowsContentManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2550.     }
  2551.     /**
  2552.      * Gets the public 'Platform\QueueBundle\Service\AsyncQueueService' shared autowired service.
  2553.      *
  2554.      * @return \Platform\QueueBundle\Service\AsyncQueueService
  2555.      */
  2556.     protected function getAsyncQueueServiceService()
  2557.     {
  2558.         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))));
  2559.     }
  2560.     /**
  2561.      * Gets the public 'Platform\SecurityBundle\Service\AccountProvider' shared autowired service.
  2562.      *
  2563.      * @return \Platform\SecurityBundle\Service\AccountProvider
  2564.      */
  2565.     protected function getAccountProviderService()
  2566.     {
  2567.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  2568.         if (isset($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'])) {
  2569.             return $this->services['Platform\\SecurityBundle\\Service\\AccountProvider'];
  2570.         }
  2571.         return $this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] = new \Platform\SecurityBundle\Service\AccountProvider($a);
  2572.     }
  2573.     /**
  2574.      * Gets the public 'Platform\SecurityBundle\Service\Auditor' shared autowired service.
  2575.      *
  2576.      * @return \Platform\SecurityBundle\Service\Auditor
  2577.      */
  2578.     protected function getAuditorService()
  2579.     {
  2580.         return $this->services['Platform\\SecurityBundle\\Service\\Auditor'] = new \Platform\SecurityBundle\Service\Auditor(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2581.     }
  2582.     /**
  2583.      * Gets the public 'Platform\SecurityBundle\Service\Sentry' shared autowired service.
  2584.      *
  2585.      * @return \Platform\SecurityBundle\Service\Sentry
  2586.      */
  2587.     protected function getSentryService()
  2588.     {
  2589.         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()));
  2590.     }
  2591.     /**
  2592.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\AutomationController' shared autowired service.
  2593.      *
  2594.      * @return \Products\NotificationsBundle\Controller\Dashboard\AutomationController
  2595.      */
  2596.     protected function getAutomationController2Service()
  2597.     {
  2598.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\AutomationController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()));
  2599.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'$this));
  2600.         return $instance;
  2601.     }
  2602.     /**
  2603.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\DefaultController' shared autowired service.
  2604.      *
  2605.      * @return \Products\NotificationsBundle\Controller\Dashboard\DefaultController
  2606.      */
  2607.     protected function getDefaultControllerService()
  2608.     {
  2609.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\DefaultController();
  2610.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2611.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2612.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2613.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2614.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2615.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2616.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2617.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2618.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2619.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2620.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2621.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2622.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2623.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2624.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2625.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2626.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getFacebookService' => ['privates''App\\Service\\Social\\FacebookService''getFacebookServiceService'true],
  2627.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getInstagramService' => ['privates''App\\Service\\Social\\InstagramService''getInstagramServiceService'true],
  2628.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  2629.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getTwitterService' => ['privates''App\\Service\\Social\\TwitterService''getTwitterServiceService'true],
  2630.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2631.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2632.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2633.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2634.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2635.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2636.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2637.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2638.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2639.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2640.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2641.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2642.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2643.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2644.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2645.             'kernel' => ['services''kernel''getKernelService'false],
  2646.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2647.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2648.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2649.             'router' => ['services''router''getRouterService'false],
  2650.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2651.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2652.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2653.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2654.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2655.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2656.             'translator' => ['services''translator''getTranslatorService'false],
  2657.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2658.         ], [
  2659.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2660.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2661.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2662.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2663.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2664.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2665.             'App\\Controller\\AbstractController::getRouter' => '?',
  2666.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2667.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2668.             'App\\Controller\\AbstractController::getTwig' => '?',
  2669.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2670.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2671.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2672.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2673.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2674.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getFacebookService' => 'App\\Service\\Social\\FacebookService',
  2675.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getInstagramService' => 'App\\Service\\Social\\InstagramService',
  2676.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getProfileRepository' => 'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository',
  2677.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getTwitterService' => 'App\\Service\\Social\\TwitterService',
  2678.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2679.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2680.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2681.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2682.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2683.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2684.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2685.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2686.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2687.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2688.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2689.             'Twig\\Environment' => '?',
  2690.             'doctrine' => '?',
  2691.             'form.factory' => '?',
  2692.             'http_kernel' => '?',
  2693.             'kernel' => 'kernel',
  2694.             'parameter_bag' => '?',
  2695.             'profiler' => '?',
  2696.             'request_stack' => '?',
  2697.             'router' => '?',
  2698.             'security.authorization_checker' => '?',
  2699.             'security.csrf.token_manager' => '?',
  2700.             'security.token_storage' => '?',
  2701.             'serializer' => '?',
  2702.             'session' => '.session.deprecated',
  2703.             'session.handler' => '?',
  2704.             'translator' => '?',
  2705.             'twig' => '?',
  2706.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'$this));
  2707.         return $instance;
  2708.     }
  2709.     /**
  2710.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ListsController' shared autowired service.
  2711.      *
  2712.      * @return \Products\NotificationsBundle\Controller\Dashboard\ListsController
  2713.      */
  2714.     protected function getListsControllerService()
  2715.     {
  2716.         $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())));
  2717.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2718.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2719.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2720.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2721.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2722.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2723.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2724.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2725.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2726.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2727.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2728.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2729.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2730.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2731.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2732.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2733.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getListLogic' => ['services''Products\\NotificationsBundle\\Service\\ListLogic''getListLogicService'true],
  2734.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getSchoolResolver' => ['services''Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver''getSchoolResolverService'false],
  2735.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getViewLayerService' => ['privates''App\\Component\\ViewLayer\\ViewLayerService''getViewLayerServiceService'true],
  2736.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2737.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2738.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2739.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2740.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2741.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2742.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2743.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2744.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2745.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2746.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2747.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2748.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2749.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2750.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2751.             'kernel' => ['services''kernel''getKernelService'false],
  2752.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2753.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2754.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2755.             'router' => ['services''router''getRouterService'false],
  2756.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2757.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2758.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2759.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2760.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2761.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2762.             'translator' => ['services''translator''getTranslatorService'false],
  2763.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2764.         ], [
  2765.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2766.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2767.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2768.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2769.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2770.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2771.             'App\\Controller\\AbstractController::getRouter' => '?',
  2772.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2773.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2774.             'App\\Controller\\AbstractController::getTwig' => '?',
  2775.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2776.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2777.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2778.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2779.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2780.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getListLogic' => 'Products\\NotificationsBundle\\Service\\ListLogic',
  2781.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getSchoolResolver' => 'Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver',
  2782.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getViewLayerService' => 'App\\Component\\ViewLayer\\ViewLayerService',
  2783.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2784.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2785.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2786.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2787.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2788.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2789.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2790.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2791.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2792.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2793.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2794.             'Twig\\Environment' => '?',
  2795.             'doctrine' => '?',
  2796.             'form.factory' => '?',
  2797.             'http_kernel' => '?',
  2798.             'kernel' => 'kernel',
  2799.             'parameter_bag' => '?',
  2800.             'profiler' => '?',
  2801.             'request_stack' => '?',
  2802.             'router' => '?',
  2803.             'security.authorization_checker' => '?',
  2804.             'security.csrf.token_manager' => '?',
  2805.             'security.token_storage' => '?',
  2806.             'serializer' => '?',
  2807.             'session' => '.session.deprecated',
  2808.             'session.handler' => '?',
  2809.             'translator' => '?',
  2810.             'twig' => '?',
  2811.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController'$this));
  2812.         return $instance;
  2813.     }
  2814.     /**
  2815.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\LogsController' shared autowired service.
  2816.      *
  2817.      * @return \Products\NotificationsBundle\Controller\Dashboard\LogsController
  2818.      */
  2819.     protected function getLogsControllerService()
  2820.     {
  2821.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\LogsController();
  2822.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'$this));
  2823.         return $instance;
  2824.     }
  2825.     /**
  2826.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\MessagesController' shared autowired service.
  2827.      *
  2828.      * @return \Products\NotificationsBundle\Controller\Dashboard\MessagesController
  2829.      */
  2830.     protected function getMessagesControllerService()
  2831.     {
  2832.         $a = ($this->privates['App\\Service\\Intl\\CloudTranslator'] ?? $this->getCloudTranslatorService());
  2833.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'])) {
  2834.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'];
  2835.         }
  2836.         $b = ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'] ?? $this->getTranslationServiceService());
  2837.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'])) {
  2838.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'];
  2839.         }
  2840.         $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()));
  2841.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2842.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2843.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2844.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2845.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2846.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2847.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2848.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2849.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2850.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2851.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2852.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2853.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2854.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2855.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2856.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2857.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getMessageLogic' => ['services''Products\\NotificationsBundle\\Service\\MessageLogic''getMessageLogicService'true],
  2858.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getSendgridEmailMessenger' => ['privates''App\\Service\\Messaging\\SendgridEmailMessenger''getSendgridEmailMessengerService'true],
  2859.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2860.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2861.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2862.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2863.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2864.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2865.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2866.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2867.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2868.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2869.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2870.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2871.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2872.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2873.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2874.             'kernel' => ['services''kernel''getKernelService'false],
  2875.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2876.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2877.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2878.             'router' => ['services''router''getRouterService'false],
  2879.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2880.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2881.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2882.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2883.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2884.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2885.             'translator' => ['services''translator''getTranslatorService'false],
  2886.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2887.         ], [
  2888.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2889.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2890.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2891.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2892.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2893.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2894.             'App\\Controller\\AbstractController::getRouter' => '?',
  2895.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2896.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2897.             'App\\Controller\\AbstractController::getTwig' => '?',
  2898.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2899.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2900.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2901.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2902.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2903.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getMessageLogic' => 'Products\\NotificationsBundle\\Service\\MessageLogic',
  2904.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getSendgridEmailMessenger' => 'App\\Service\\Messaging\\SendgridEmailMessenger',
  2905.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2906.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2907.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2908.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2909.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2910.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2911.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2912.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2913.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2914.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2915.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2916.             'Twig\\Environment' => '?',
  2917.             'doctrine' => '?',
  2918.             'form.factory' => '?',
  2919.             'http_kernel' => '?',
  2920.             'kernel' => 'kernel',
  2921.             'parameter_bag' => '?',
  2922.             'profiler' => '?',
  2923.             'request_stack' => '?',
  2924.             'router' => '?',
  2925.             'security.authorization_checker' => '?',
  2926.             'security.csrf.token_manager' => '?',
  2927.             'security.token_storage' => '?',
  2928.             'serializer' => '?',
  2929.             'session' => '.session.deprecated',
  2930.             'session.handler' => '?',
  2931.             'translator' => '?',
  2932.             'twig' => '?',
  2933.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'$this));
  2934.         return $instance;
  2935.     }
  2936.     /**
  2937.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\CallerIdsController' shared autowired service.
  2938.      *
  2939.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\CallerIdsController
  2940.      */
  2941.     protected function getCallerIdsControllerService()
  2942.     {
  2943.         $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()));
  2944.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2945.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2946.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2947.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2948.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2949.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2950.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2951.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2952.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2953.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2954.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2955.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2956.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2957.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2958.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2959.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2960.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2961.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2962.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2963.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2964.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2965.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2966.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2967.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2968.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2969.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2970.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2971.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2972.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2973.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2974.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2975.             'kernel' => ['services''kernel''getKernelService'false],
  2976.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2977.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2978.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2979.             'router' => ['services''router''getRouterService'false],
  2980.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2981.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2982.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2983.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2984.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2985.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2986.             'translator' => ['services''translator''getTranslatorService'false],
  2987.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2988.         ], [
  2989.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2990.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2991.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2992.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2993.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2994.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2995.             'App\\Controller\\AbstractController::getRouter' => '?',
  2996.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2997.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2998.             'App\\Controller\\AbstractController::getTwig' => '?',
  2999.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3000.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3001.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3002.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3003.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3004.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3005.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3006.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3007.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3008.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3009.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3010.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3011.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3012.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3013.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3014.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3015.             'Twig\\Environment' => '?',
  3016.             'doctrine' => '?',
  3017.             'form.factory' => '?',
  3018.             'http_kernel' => '?',
  3019.             'kernel' => 'kernel',
  3020.             'parameter_bag' => '?',
  3021.             'profiler' => '?',
  3022.             'request_stack' => '?',
  3023.             'router' => '?',
  3024.             'security.authorization_checker' => '?',
  3025.             'security.csrf.token_manager' => '?',
  3026.             'security.token_storage' => '?',
  3027.             'serializer' => '?',
  3028.             'session' => '.session.deprecated',
  3029.             'session.handler' => '?',
  3030.             'translator' => '?',
  3031.             'twig' => '?',
  3032.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController'$this));
  3033.         return $instance;
  3034.     }
  3035.     /**
  3036.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\DefaultController' shared autowired service.
  3037.      *
  3038.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DefaultController
  3039.      */
  3040.     protected function getDefaultController2Service()
  3041.     {
  3042.         $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()));
  3043.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3044.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3045.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3046.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3047.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3048.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3049.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3050.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3051.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3052.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3053.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3054.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3055.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3056.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3057.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3058.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3059.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController::getOnboardingService' => ['services''Products\\NotificationsBundle\\Service\\OnboardingService''getOnboardingServiceService'true],
  3060.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3061.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3062.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3063.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3064.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3065.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3066.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3067.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3068.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3069.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3070.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3071.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3072.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3073.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3074.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3075.             'kernel' => ['services''kernel''getKernelService'false],
  3076.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3077.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3078.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3079.             'router' => ['services''router''getRouterService'false],
  3080.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3081.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3082.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3083.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3084.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3085.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3086.             'translator' => ['services''translator''getTranslatorService'false],
  3087.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3088.         ], [
  3089.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3090.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3091.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3092.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3093.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3094.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3095.             'App\\Controller\\AbstractController::getRouter' => '?',
  3096.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3097.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3098.             'App\\Controller\\AbstractController::getTwig' => '?',
  3099.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3100.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3101.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3102.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3103.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3104.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController::getOnboardingService' => 'Products\\NotificationsBundle\\Service\\OnboardingService',
  3105.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3106.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3107.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3108.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3109.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3110.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3111.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3112.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3113.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3114.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3115.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3116.             'Twig\\Environment' => '?',
  3117.             'doctrine' => '?',
  3118.             'form.factory' => '?',
  3119.             'http_kernel' => '?',
  3120.             'kernel' => 'kernel',
  3121.             'parameter_bag' => '?',
  3122.             'profiler' => '?',
  3123.             'request_stack' => '?',
  3124.             'router' => '?',
  3125.             'security.authorization_checker' => '?',
  3126.             'security.csrf.token_manager' => '?',
  3127.             'security.token_storage' => '?',
  3128.             'serializer' => '?',
  3129.             'session' => '.session.deprecated',
  3130.             'session.handler' => '?',
  3131.             'translator' => '?',
  3132.             'twig' => '?',
  3133.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController'$this));
  3134.         return $instance;
  3135.     }
  3136.     /**
  3137.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\DomainsController' shared autowired service.
  3138.      *
  3139.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DomainsController
  3140.      */
  3141.     protected function getDomainsControllerService()
  3142.     {
  3143.         $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()));
  3144.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3145.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3146.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3147.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3148.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3149.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3150.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3151.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3152.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3153.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3154.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3155.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3156.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3157.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3158.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3159.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3160.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3161.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3162.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3163.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3164.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3165.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3166.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3167.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3168.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3169.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3170.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3171.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3172.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3173.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3174.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3175.             'kernel' => ['services''kernel''getKernelService'false],
  3176.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3177.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3178.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3179.             'router' => ['services''router''getRouterService'false],
  3180.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3181.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3182.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3183.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3184.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3185.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3186.             'translator' => ['services''translator''getTranslatorService'false],
  3187.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3188.         ], [
  3189.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3190.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3191.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3192.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3193.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3194.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3195.             'App\\Controller\\AbstractController::getRouter' => '?',
  3196.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3197.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3198.             'App\\Controller\\AbstractController::getTwig' => '?',
  3199.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3200.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3201.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3202.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3203.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3204.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3205.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3206.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3207.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3208.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3209.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3210.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3211.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3212.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3213.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3214.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3215.             'Twig\\Environment' => '?',
  3216.             'doctrine' => '?',
  3217.             'form.factory' => '?',
  3218.             'http_kernel' => '?',
  3219.             'kernel' => 'kernel',
  3220.             'parameter_bag' => '?',
  3221.             'profiler' => '?',
  3222.             'request_stack' => '?',
  3223.             'router' => '?',
  3224.             'security.authorization_checker' => '?',
  3225.             'security.csrf.token_manager' => '?',
  3226.             'security.token_storage' => '?',
  3227.             'serializer' => '?',
  3228.             'session' => '.session.deprecated',
  3229.             'session.handler' => '?',
  3230.             'translator' => '?',
  3231.             'twig' => '?',
  3232.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController'$this));
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\EmailSuppressionController' shared autowired service.
  3237.      *
  3238.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\EmailSuppressionController
  3239.      */
  3240.     protected function getEmailSuppressionControllerService()
  3241.     {
  3242.         $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()));
  3243.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3244.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3245.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3246.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3247.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3248.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3249.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3250.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3251.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3252.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3253.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3254.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3255.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3256.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3257.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3258.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3259.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3260.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3261.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3262.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3263.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3264.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3265.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3266.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3267.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3268.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3269.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3270.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3271.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3272.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3273.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3274.             'kernel' => ['services''kernel''getKernelService'false],
  3275.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3276.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3277.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3278.             'router' => ['services''router''getRouterService'false],
  3279.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3280.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3281.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3282.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3283.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3284.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3285.             'translator' => ['services''translator''getTranslatorService'false],
  3286.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3287.         ], [
  3288.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3289.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3290.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3291.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3292.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3293.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3294.             'App\\Controller\\AbstractController::getRouter' => '?',
  3295.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3296.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3297.             'App\\Controller\\AbstractController::getTwig' => '?',
  3298.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3299.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3300.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3301.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3302.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3303.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3304.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3305.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3306.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3307.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3308.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3309.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3310.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3311.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3312.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3313.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3314.             'Twig\\Environment' => '?',
  3315.             'doctrine' => '?',
  3316.             'form.factory' => '?',
  3317.             'http_kernel' => '?',
  3318.             'kernel' => 'kernel',
  3319.             'parameter_bag' => '?',
  3320.             'profiler' => '?',
  3321.             'request_stack' => '?',
  3322.             'router' => '?',
  3323.             'security.authorization_checker' => '?',
  3324.             'security.csrf.token_manager' => '?',
  3325.             'security.token_storage' => '?',
  3326.             'serializer' => '?',
  3327.             'session' => '.session.deprecated',
  3328.             'session.handler' => '?',
  3329.             'translator' => '?',
  3330.             'twig' => '?',
  3331.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController'$this));
  3332.         return $instance;
  3333.     }
  3334.     /**
  3335.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\NotificationsConfigController' shared autowired service.
  3336.      *
  3337.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\NotificationsConfigController
  3338.      */
  3339.     protected function getNotificationsConfigControllerService()
  3340.     {
  3341.         $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()));
  3342.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController'$this));
  3343.         return $instance;
  3344.     }
  3345.     /**
  3346.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\PhonesController' shared autowired service.
  3347.      *
  3348.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\PhonesController
  3349.      */
  3350.     protected function getPhonesControllerService()
  3351.     {
  3352.         $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()));
  3353.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3354.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3355.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3356.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3357.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3358.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3359.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3360.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3361.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3362.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3363.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3364.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3365.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3366.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3367.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3368.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3369.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3370.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3371.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3372.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3373.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3374.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3375.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3376.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3377.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3378.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3379.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3380.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3381.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3382.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3383.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3384.             'kernel' => ['services''kernel''getKernelService'false],
  3385.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3386.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3387.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3388.             'router' => ['services''router''getRouterService'false],
  3389.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3390.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3391.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3392.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3393.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3394.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3395.             'translator' => ['services''translator''getTranslatorService'false],
  3396.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3397.         ], [
  3398.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3399.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3400.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3401.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3402.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3403.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3404.             'App\\Controller\\AbstractController::getRouter' => '?',
  3405.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3406.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3407.             'App\\Controller\\AbstractController::getTwig' => '?',
  3408.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3409.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3410.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3411.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3412.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3413.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3414.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3415.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3416.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3417.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3418.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3419.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3420.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3421.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3422.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3423.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3424.             'Twig\\Environment' => '?',
  3425.             'doctrine' => '?',
  3426.             'form.factory' => '?',
  3427.             'http_kernel' => '?',
  3428.             'kernel' => 'kernel',
  3429.             'parameter_bag' => '?',
  3430.             'profiler' => '?',
  3431.             'request_stack' => '?',
  3432.             'router' => '?',
  3433.             'security.authorization_checker' => '?',
  3434.             'security.csrf.token_manager' => '?',
  3435.             'security.token_storage' => '?',
  3436.             'serializer' => '?',
  3437.             'session' => '.session.deprecated',
  3438.             'session.handler' => '?',
  3439.             'translator' => '?',
  3440.             'twig' => '?',
  3441.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController'$this));
  3442.         return $instance;
  3443.     }
  3444.     /**
  3445.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ProfileController' shared autowired service.
  3446.      *
  3447.      * @return \Products\NotificationsBundle\Controller\Dashboard\ProfileController
  3448.      */
  3449.     protected function getProfileController2Service()
  3450.     {
  3451.         $a = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService());
  3452.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'])) {
  3453.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'];
  3454.         }
  3455.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\ProfileController($a);
  3456.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3457.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3458.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3459.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3460.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3461.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3462.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3463.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3464.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3465.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3466.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3467.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3468.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3469.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3470.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3471.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3472.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController::getPortalService' => ['services''Products\\NotificationsBundle\\Service\\PortalService''getPortalServiceService'true],
  3473.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3474.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3475.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3476.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3477.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3478.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3479.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3480.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3481.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3482.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3483.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3484.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3485.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3486.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3487.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3488.             'kernel' => ['services''kernel''getKernelService'false],
  3489.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3490.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3491.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3492.             'router' => ['services''router''getRouterService'false],
  3493.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3494.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3495.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3496.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3497.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3498.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3499.             'translator' => ['services''translator''getTranslatorService'false],
  3500.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3501.         ], [
  3502.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3503.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3504.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3505.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3506.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3507.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3508.             'App\\Controller\\AbstractController::getRouter' => '?',
  3509.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3510.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3511.             'App\\Controller\\AbstractController::getTwig' => '?',
  3512.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3513.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3514.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3515.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3516.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3517.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController::getPortalService' => 'Products\\NotificationsBundle\\Service\\PortalService',
  3518.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3519.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3520.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3521.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3522.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3523.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3524.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3525.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3526.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3527.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3528.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3529.             'Twig\\Environment' => '?',
  3530.             'doctrine' => '?',
  3531.             'form.factory' => '?',
  3532.             'http_kernel' => '?',
  3533.             'kernel' => 'kernel',
  3534.             'parameter_bag' => '?',
  3535.             'profiler' => '?',
  3536.             'request_stack' => '?',
  3537.             'router' => '?',
  3538.             'security.authorization_checker' => '?',
  3539.             'security.csrf.token_manager' => '?',
  3540.             'security.token_storage' => '?',
  3541.             'serializer' => '?',
  3542.             'session' => '.session.deprecated',
  3543.             'session.handler' => '?',
  3544.             'translator' => '?',
  3545.             'twig' => '?',
  3546.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'$this));
  3547.         return $instance;
  3548.     }
  3549.     /**
  3550.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\RecordingController' shared autowired service.
  3551.      *
  3552.      * @return \Products\NotificationsBundle\Controller\Dashboard\RecordingController
  3553.      */
  3554.     protected function getRecordingControllerService()
  3555.     {
  3556.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\RecordingController();
  3557.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3558.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3559.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3560.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3561.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3562.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3563.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3564.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3565.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3566.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3567.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3568.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3569.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3570.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3571.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3572.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3573.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingBlobConsumer' => ['privates''App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer''getRecordingBlobConsumerService'false],
  3574.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingLogic' => ['services''Products\\NotificationsBundle\\Service\\RecordingLogic''getRecordingLogicService'false],
  3575.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3576.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3577.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3578.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3579.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3580.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3581.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3582.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3583.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3584.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3585.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3586.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3587.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3588.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3589.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3590.             'kernel' => ['services''kernel''getKernelService'false],
  3591.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3592.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3593.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3594.             'router' => ['services''router''getRouterService'false],
  3595.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3596.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3597.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3598.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3599.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3600.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3601.             'translator' => ['services''translator''getTranslatorService'false],
  3602.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3603.         ], [
  3604.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3605.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3606.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3607.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3608.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3609.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3610.             'App\\Controller\\AbstractController::getRouter' => '?',
  3611.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3612.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3613.             'App\\Controller\\AbstractController::getTwig' => '?',
  3614.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3615.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3616.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3617.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3618.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3619.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingBlobConsumer' => 'App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer',
  3620.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingLogic' => 'Products\\NotificationsBundle\\Service\\RecordingLogic',
  3621.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3622.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3623.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3624.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3625.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3626.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3627.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3628.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3629.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3630.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3631.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3632.             'Twig\\Environment' => '?',
  3633.             'doctrine' => '?',
  3634.             'form.factory' => '?',
  3635.             'http_kernel' => '?',
  3636.             'kernel' => 'kernel',
  3637.             'parameter_bag' => '?',
  3638.             'profiler' => '?',
  3639.             'request_stack' => '?',
  3640.             'router' => '?',
  3641.             'security.authorization_checker' => '?',
  3642.             'security.csrf.token_manager' => '?',
  3643.             'security.token_storage' => '?',
  3644.             'serializer' => '?',
  3645.             'session' => '.session.deprecated',
  3646.             'session.handler' => '?',
  3647.             'translator' => '?',
  3648.             'twig' => '?',
  3649.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'$this));
  3650.         return $instance;
  3651.     }
  3652.     /**
  3653.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ReportsController' shared autowired service.
  3654.      *
  3655.      * @return \Products\NotificationsBundle\Controller\Dashboard\ReportsController
  3656.      */
  3657.     protected function getReportsControllerService()
  3658.     {
  3659.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\ReportsController();
  3660.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3661.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3662.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3663.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3664.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3665.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3666.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3667.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3668.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3669.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3670.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3671.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3672.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3673.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3674.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3675.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3676.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController::getProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  3677.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3678.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3679.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3680.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3681.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3682.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3683.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3684.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3685.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3686.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3687.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3688.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3689.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3690.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3691.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3692.             'kernel' => ['services''kernel''getKernelService'false],
  3693.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3694.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3695.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3696.             'router' => ['services''router''getRouterService'false],
  3697.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3698.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3699.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3700.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3701.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3702.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3703.             'translator' => ['services''translator''getTranslatorService'false],
  3704.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3705.         ], [
  3706.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3707.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3708.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3709.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3710.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3711.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3712.             'App\\Controller\\AbstractController::getRouter' => '?',
  3713.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3714.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3715.             'App\\Controller\\AbstractController::getTwig' => '?',
  3716.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3717.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3718.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3719.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3720.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3721.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController::getProfileRepository' => 'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository',
  3722.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3723.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3724.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3725.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3726.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3727.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3728.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3729.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3730.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3731.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3732.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3733.             'Twig\\Environment' => '?',
  3734.             'doctrine' => '?',
  3735.             'form.factory' => '?',
  3736.             'http_kernel' => '?',
  3737.             'kernel' => 'kernel',
  3738.             'parameter_bag' => '?',
  3739.             'profiler' => '?',
  3740.             'request_stack' => '?',
  3741.             'router' => '?',
  3742.             'security.authorization_checker' => '?',
  3743.             'security.csrf.token_manager' => '?',
  3744.             'security.token_storage' => '?',
  3745.             'serializer' => '?',
  3746.             'session' => '.session.deprecated',
  3747.             'session.handler' => '?',
  3748.             'translator' => '?',
  3749.             'twig' => '?',
  3750.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'$this));
  3751.         return $instance;
  3752.     }
  3753.     /**
  3754.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\SisController' shared autowired service.
  3755.      *
  3756.      * @return \Products\NotificationsBundle\Controller\Dashboard\SisController
  3757.      */
  3758.     protected function getSisControllerService()
  3759.     {
  3760.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\SisController();
  3761.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'$this));
  3762.         return $instance;
  3763.     }
  3764.     /**
  3765.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\StudentsController' shared autowired service.
  3766.      *
  3767.      * @return \Products\NotificationsBundle\Controller\Dashboard\StudentsController
  3768.      */
  3769.     protected function getStudentsControllerService()
  3770.     {
  3771.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\StudentsController();
  3772.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3773.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3774.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3775.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3776.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3777.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3778.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3779.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3780.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3781.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3782.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3783.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3784.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3785.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3786.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3787.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3788.             'Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController::getResolverManager' => ['services''Cms\\FrontendBundle\\Service\\ResolverManager''getResolverManagerService'false],
  3789.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3790.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3791.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3792.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3793.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3794.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3795.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3796.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3797.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3798.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3799.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3800.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3801.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3802.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3803.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3804.             'kernel' => ['services''kernel''getKernelService'false],
  3805.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3806.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3807.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3808.             'router' => ['services''router''getRouterService'false],
  3809.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3810.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3811.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3812.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3813.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3814.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3815.             'translator' => ['services''translator''getTranslatorService'false],
  3816.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3817.         ], [
  3818.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3819.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3820.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3821.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3822.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3823.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3824.             'App\\Controller\\AbstractController::getRouter' => '?',
  3825.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3826.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3827.             'App\\Controller\\AbstractController::getTwig' => '?',
  3828.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3829.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3830.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3831.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3832.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3833.             'Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController::getResolverManager' => 'Cms\\FrontendBundle\\Service\\ResolverManager',
  3834.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3835.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3836.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3837.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3838.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3839.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3840.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3841.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3842.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3843.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3844.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3845.             'Twig\\Environment' => '?',
  3846.             'doctrine' => '?',
  3847.             'form.factory' => '?',
  3848.             'http_kernel' => '?',
  3849.             'kernel' => 'kernel',
  3850.             'parameter_bag' => '?',
  3851.             'profiler' => '?',
  3852.             'request_stack' => '?',
  3853.             'router' => '?',
  3854.             'security.authorization_checker' => '?',
  3855.             'security.csrf.token_manager' => '?',
  3856.             'security.token_storage' => '?',
  3857.             'serializer' => '?',
  3858.             'session' => '.session.deprecated',
  3859.             'session.handler' => '?',
  3860.             'translator' => '?',
  3861.             'twig' => '?',
  3862.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'$this));
  3863.         return $instance;
  3864.     }
  3865.     /**
  3866.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\TemplatesController' shared autowired service.
  3867.      *
  3868.      * @return \Products\NotificationsBundle\Controller\Dashboard\TemplatesController
  3869.      */
  3870.     protected function getTemplatesControllerService()
  3871.     {
  3872.         $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()));
  3873.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3874.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3875.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3876.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3877.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3878.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3879.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3880.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3881.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3882.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3883.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3884.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3885.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3886.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3887.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3888.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3889.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3890.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3891.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3892.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3893.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3894.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3895.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3896.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3897.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3898.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3899.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3900.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3901.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3902.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3903.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3904.             'kernel' => ['services''kernel''getKernelService'false],
  3905.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3906.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3907.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3908.             'router' => ['services''router''getRouterService'false],
  3909.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3910.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3911.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3912.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3913.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3914.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3915.             'translator' => ['services''translator''getTranslatorService'false],
  3916.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3917.         ], [
  3918.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3919.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3920.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3921.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3922.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3923.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3924.             'App\\Controller\\AbstractController::getRouter' => '?',
  3925.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3926.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3927.             'App\\Controller\\AbstractController::getTwig' => '?',
  3928.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3929.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3930.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3931.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3932.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3933.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3934.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3935.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3936.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3937.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3938.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3939.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3940.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3941.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3942.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3943.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3944.             'Twig\\Environment' => '?',
  3945.             'doctrine' => '?',
  3946.             'form.factory' => '?',
  3947.             'http_kernel' => '?',
  3948.             'kernel' => 'kernel',
  3949.             'parameter_bag' => '?',
  3950.             'profiler' => '?',
  3951.             'request_stack' => '?',
  3952.             'router' => '?',
  3953.             'security.authorization_checker' => '?',
  3954.             'security.csrf.token_manager' => '?',
  3955.             'security.token_storage' => '?',
  3956.             'serializer' => '?',
  3957.             'session' => '.session.deprecated',
  3958.             'session.handler' => '?',
  3959.             'translator' => '?',
  3960.             'twig' => '?',
  3961.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController'$this));
  3962.         return $instance;
  3963.     }
  3964.     /**
  3965.      * Gets the public 'Products\NotificationsBundle\Controller\Portal\ManagementController' shared autowired service.
  3966.      *
  3967.      * @return \Products\NotificationsBundle\Controller\Portal\ManagementController
  3968.      */
  3969.     protected function getManagementControllerService()
  3970.     {
  3971.         $a = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService());
  3972.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'])) {
  3973.             return $this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'];
  3974.         }
  3975.         $this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'] = $instance = new \Products\NotificationsBundle\Controller\Portal\ManagementController($a);
  3976.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3977.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3978.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3979.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3980.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3981.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3982.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3983.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3984.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3985.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3986.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3987.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3988.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3989.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3990.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3991.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3992.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPhoneNumberService' => ['services''App\\Service\\Data\\PhoneNumberService''getPhoneNumberServiceService'false],
  3993.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPortalService' => ['services''Products\\NotificationsBundle\\Service\\PortalService''getPortalServiceService'true],
  3994.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getResolverManager' => ['services''Cms\\FrontendBundle\\Service\\ResolverManager''getResolverManagerService'false],
  3995.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3996.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3997.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3998.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3999.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  4000.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  4001.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4002.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4003.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  4004.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  4005.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  4006.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4007.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4008.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4009.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4010.             'kernel' => ['services''kernel''getKernelService'false],
  4011.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4012.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  4013.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4014.             'router' => ['services''router''getRouterService'false],
  4015.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4016.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  4017.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4018.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  4019.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  4020.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  4021.             'translator' => ['services''translator''getTranslatorService'false],
  4022.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4023.         ], [
  4024.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  4025.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  4026.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  4027.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  4028.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  4029.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  4030.             'App\\Controller\\AbstractController::getRouter' => '?',
  4031.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  4032.             'App\\Controller\\AbstractController::getTranslator' => '?',
  4033.             'App\\Controller\\AbstractController::getTwig' => '?',
  4034.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  4035.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  4036.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  4037.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  4038.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  4039.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPhoneNumberService' => 'App\\Service\\Data\\PhoneNumberService',
  4040.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPortalService' => 'Products\\NotificationsBundle\\Service\\PortalService',
  4041.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getResolverManager' => 'Cms\\FrontendBundle\\Service\\ResolverManager',
  4042.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  4043.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  4044.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  4045.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  4046.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  4047.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  4048.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  4049.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  4050.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  4051.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  4052.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  4053.             'Twig\\Environment' => '?',
  4054.             'doctrine' => '?',
  4055.             'form.factory' => '?',
  4056.             'http_kernel' => '?',
  4057.             'kernel' => 'kernel',
  4058.             'parameter_bag' => '?',
  4059.             'profiler' => '?',
  4060.             'request_stack' => '?',
  4061.             'router' => '?',
  4062.             'security.authorization_checker' => '?',
  4063.             'security.csrf.token_manager' => '?',
  4064.             'security.token_storage' => '?',
  4065.             'serializer' => '?',
  4066.             'session' => '.session.deprecated',
  4067.             'session.handler' => '?',
  4068.             'translator' => '?',
  4069.             'twig' => '?',
  4070.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'$this));
  4071.         return $instance;
  4072.     }
  4073.     /**
  4074.      * Gets the public 'Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory' shared autowired service.
  4075.      *
  4076.      * @return \Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory
  4077.      */
  4078.     protected function getEmailTemplateGeneratorFactoryService()
  4079.     {
  4080.         return $this->services['Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory'] = new \Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4081.             'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator' => [false'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator''getEmailTemplateGeneratorService'true],
  4082.         ], [
  4083.             'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator' => 'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator',
  4084.         ]))->withContext('Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory'$this));
  4085.     }
  4086.     /**
  4087.      * Gets the public 'Products\NotificationsBundle\Service\ListBuilderService' shared autowired service.
  4088.      *
  4089.      * @return \Products\NotificationsBundle\Service\ListBuilderService
  4090.      */
  4091.     protected function getListBuilderServiceService()
  4092.     {
  4093.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4094.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4095.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4096.         }
  4097.         $b = ($this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'] ?? $this->getNotificationsConditionQueryBuilderService());
  4098.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4099.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4100.         }
  4101.         $c = ($this->services['App\\Service\\Query\\ConditionQueryTransformer'] ?? $this->getConditionQueryTransformerService());
  4102.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4103.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4104.         }
  4105.         return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'] = new \Products\NotificationsBundle\Service\ListBuilderService($a$b$c);
  4106.     }
  4107.     /**
  4108.      * Gets the public 'Products\NotificationsBundle\Service\ListItemProvider' shared autowired service.
  4109.      *
  4110.      * @return \Products\NotificationsBundle\Service\ListItemProvider
  4111.      */
  4112.     protected function getListItemProviderService()
  4113.     {
  4114.         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()));
  4115.     }
  4116.     /**
  4117.      * Gets the public 'Products\NotificationsBundle\Service\MergeParamsProvider' shared autowired service.
  4118.      *
  4119.      * @return \Products\NotificationsBundle\Service\MergeParamsProvider
  4120.      */
  4121.     protected function getMergeParamsProviderService()
  4122.     {
  4123.         return $this->services['Products\\NotificationsBundle\\Service\\MergeParamsProvider'] = new \Products\NotificationsBundle\Service\MergeParamsProvider(($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService()));
  4124.     }
  4125.     /**
  4126.      * Gets the public 'Products\NotificationsBundle\Service\Notifications\NotificationsConfigService' shared autowired service.
  4127.      *
  4128.      * @return \Products\NotificationsBundle\Service\Notifications\NotificationsConfigService
  4129.      */
  4130.     protected function getNotificationsConfigServiceService()
  4131.     {
  4132.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4133.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'])) {
  4134.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'];
  4135.         }
  4136.         $b = ($this->privates['App\\Service\\TenantContext'] ?? $this->getTenantContextService());
  4137.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'])) {
  4138.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'];
  4139.         }
  4140.         return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] = new \Products\NotificationsBundle\Service\Notifications\NotificationsConfigService($a$b);
  4141.     }
  4142.     /**
  4143.      * Gets the public 'Products\NotificationsBundle\Service\Notifications\TranslationService' shared autowired service.
  4144.      *
  4145.      * @return \Products\NotificationsBundle\Service\Notifications\TranslationService
  4146.      */
  4147.     protected function getTranslationServiceService()
  4148.     {
  4149.         $a = ($this->privates['App\\Service\\Intl\\CloudTranslator'] ?? $this->getCloudTranslatorService());
  4150.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'])) {
  4151.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'];
  4152.         }
  4153.         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);
  4154.     }
  4155.     /**
  4156.      * Gets the public 'Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder' shared autowired service.
  4157.      *
  4158.      * @return \Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder
  4159.      */
  4160.     protected function getNotificationsConditionQueryBuilderService()
  4161.     {
  4162.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4163.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'])) {
  4164.             return $this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'];
  4165.         }
  4166.         return $this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'] = new \Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder($a);
  4167.     }
  4168.     /**
  4169.      * Gets the public 'Products\NotificationsBundle\Service\RecordingLogic' shared autowired service.
  4170.      *
  4171.      * @return \Products\NotificationsBundle\Service\RecordingLogic
  4172.      */
  4173.     protected function getRecordingLogicService()
  4174.     {
  4175.         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))));
  4176.     }
  4177.     /**
  4178.      * Gets the public 'Products\NotificationsBundle\Service\TemplateLogic' shared autowired service.
  4179.      *
  4180.      * @return \Products\NotificationsBundle\Service\TemplateLogic
  4181.      */
  4182.     protected function getTemplateLogicService()
  4183.     {
  4184.         return $this->services['Products\\NotificationsBundle\\Service\\TemplateLogic'] = new \Products\NotificationsBundle\Service\TemplateLogic(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  4185.     }
  4186.     /**
  4187.      * Gets the public 'cache.app' shared service.
  4188.      *
  4189.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4190.      */
  4191.     protected function getCache_AppService()
  4192.     {
  4193.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  4194.     }
  4195.     /**
  4196.      * Gets the public 'cache.system' shared service.
  4197.      *
  4198.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4199.      */
  4200.     protected function getCache_SystemService()
  4201.     {
  4202.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  4203.     }
  4204.     /**
  4205.      * Gets the public 'cache.validator_expression_language' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4208.      */
  4209.     protected function getCache_ValidatorExpressionLanguageService()
  4210.     {
  4211.         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()));
  4212.     }
  4213.     /**
  4214.      * Gets the public 'doctrine' shared service.
  4215.      *
  4216.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4217.      */
  4218.     protected function getDoctrineService()
  4219.     {
  4220.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  4221.     }
  4222.     /**
  4223.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  4224.      *
  4225.      * @return \Doctrine\DBAL\Connection
  4226.      */
  4227.     protected function getDoctrine_Dbal_DefaultConnectionService()
  4228.     {
  4229.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4230.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  4231.             return $this->services['doctrine.dbal.default_connection'];
  4232.         }
  4233.         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']);
  4234.     }
  4235.     /**
  4236.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4237.      *
  4238.      * @return \Doctrine\ORM\EntityManager
  4239.      */
  4240.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  4241.     {
  4242.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4243.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4244.             return $this->services['doctrine.orm.default_entity_manager'];
  4245.         }
  4246.         $b = ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService());
  4247.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4248.             return $this->services['doctrine.orm.default_entity_manager'];
  4249.         }
  4250.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4251.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4252.             return $this->services['doctrine.orm.default_entity_manager'];
  4253.         }
  4254.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b$c);
  4255.         ($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);
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the public 'event_dispatcher' shared service.
  4260.      *
  4261.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  4262.      */
  4263.     protected function getEventDispatcherService()
  4264.     {
  4265.         $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())));
  4266.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  4267.             return ($this->privates['jwt.event.created_listener'] ?? ($this->privates['jwt.event.created_listener'] = new \Platform\SecurityBundle\Listeners\JWTCreatedListener()));
  4268.         }, => 'onJWTCreated'], 0);
  4269.         $instance->addListener('kernel.request', [=> function () {
  4270.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4271.         }, => 'onKernelRequest'], 250);
  4272.         $instance->addListener('kernel.response', [=> function () {
  4273.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4274.         }, => 'onKernelResponse'], 0);
  4275.         $instance->addListener('kernel.response', [=> function () {
  4276.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  4277.         }, => 'onResponse'], -10);
  4278.         $instance->addListener('kernel.controller', [=> function () {
  4279.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  4280.         }, => 'onKernelController'], 0);
  4281.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4282.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4283.         }, => 'checkPassport'], 1024);
  4284.         $instance->addListener('kernel.response', [=> function () {
  4285.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4286.         }, => 'onKernelResponse'], 0);
  4287.         $instance->addListener('kernel.response', [=> function () {
  4288.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  4289.         }, => 'onKernelResponse'], 0);
  4290.         $instance->addListener('kernel.exception', [=> function () {
  4291.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  4292.         }, => 'onKernelException'], 0);
  4293.         $instance->addListener('kernel.controller', [=> function () {
  4294.             return ($this->services['App\\Controller\\Dashboard\\Settings\\AccountController'] ?? $this->getAccountControllerService());
  4295.         }, => 'onKernelController'], 0);
  4296.         $instance->addListener('kernel.controller', [=> function () {
  4297.             return ($this->services['App\\Controller\\Dashboard\\Settings\\AutomationController'] ?? $this->getAutomationControllerService());
  4298.         }, => 'onKernelController'], 0);
  4299.         $instance->addListener('kernel.controller', [=> function () {
  4300.             return ($this->services['App\\Controller\\Dashboard\\Settings\\GroupController'] ?? $this->getGroupControllerService());
  4301.         }, => 'onKernelController'], 0);
  4302.         $instance->addListener('kernel.controller', [=> function () {
  4303.             return ($this->services['App\\Controller\\Dashboard\\Settings\\ProfileController'] ?? $this->getProfileControllerService());
  4304.         }, => 'onKernelController'], 0);
  4305.         $instance->addListener('kernel.controller', [=> function () {
  4306.             return ($this->services['App\\Controller\\Dashboard\\Settings\\RoleController'] ?? $this->getRoleControllerService());
  4307.         }, => 'onKernelController'], 0);
  4308.         $instance->addListener('app.async.debug_exception', [=> function () {
  4309.             return ($this->privates['App\\Subscriber\\Async\\DebugExceptionAsyncSubscriber'] ?? $this->load('getDebugExceptionAsyncSubscriberService'));
  4310.         }, => 'onEvent'], 0);
  4311.         $instance->addListener('app.async.debug_noop', [=> function () {
  4312.             return ($this->privates['App\\Subscriber\\Async\\DebugNoopAsyncSubscriber'] ?? $this->load('getDebugNoopAsyncSubscriberService'));
  4313.         }, => 'onEvent'], 0);
  4314.         $instance->addListener('app.async.debug_propagation', [=> function () {
  4315.             return ($this->privates['App\\Subscriber\\Async\\DebugPropagationAsyncSubscriber'] ?? $this->load('getDebugPropagationAsyncSubscriberService'));
  4316.         }, => 'onEvent'], 0);
  4317.         $instance->addListener('app.async.legacy_bulk_upload', [=> function () {
  4318.             return ($this->privates['App\\Subscriber\\Async\\LegacyBulkUploadAsyncSubscriber'] ?? $this->load('getLegacyBulkUploadAsyncSubscriberService'));
  4319.         }, => 'onEvent'], 0);
  4320.         $instance->addListener('app.async.legacy_document_meta', [=> function () {
  4321.             return ($this->privates['App\\Subscriber\\Async\\LegacyDocumentMetaAsyncSubscriber'] ?? $this->load('getLegacyDocumentMetaAsyncSubscriberService'));
  4322.         }, => 'onEvent'], 0);
  4323.         $instance->addListener('app.async.legacy_image_optimization', [=> function () {
  4324.             return ($this->privates['App\\Subscriber\\Async\\LegacyImageOptimizationAsyncSubscriber'] ?? $this->load('getLegacyImageOptimizationAsyncSubscriberService'));
  4325.         }, => 'onEvent'], 0);
  4326.         $instance->addListener('temp_file_resize', [=> function () {
  4327.             return ($this->privates['App\\Subscriber\\Filesystem\\LooseFileOptimizationSubscriber'] ?? $this->load('getLooseFileOptimizationSubscriberService'));
  4328.         }, => 'handleResizing'], 0);
  4329.         $instance->addListener('kernel.response', [=> function () {
  4330.             return ($this->privates['App\\Subscriber\\HstsSubscriber'] ?? $this->getHstsSubscriberService());
  4331.         }, => 'onKernelResponse'], -9223372036854775807-1);
  4332.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4333.             return ($this->privates['App\\Subscriber\\OneRoster\\OneRosterOrgProcessSubscriber'] ?? $this->load('getOneRosterOrgProcessSubscriberService'));
  4334.         }, => 'populateSchools'], 100);
  4335.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4336.             return ($this->privates['App\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriberService'));
  4337.         }, => 'peopleModuleSync'], 0);
  4338.         $instance->addListener('kernel.request', [=> function () {
  4339.             return ($this->privates['App\\Subscriber\\Routing\\AppContextSubscriber'] ?? $this->getAppContextSubscriberService());
  4340.         }, => 'onKernelRequest'], 9);
  4341.         $instance->addListener('app.scheduler.automation', [=> function () {
  4342.             return ($this->privates['App\\Subscriber\\Scheduler\\AutomationSchedulerSubscriber'] ?? $this->load('getAutomationSchedulerSubscriberService'));
  4343.         }, => 'onEvent'], 0);
  4344.         $instance->addListener('app.scheduler.content', [=> function () {
  4345.             return ($this->privates['App\\Subscriber\\Scheduler\\ContentSchedulerSubscriber'] ?? $this->load('getContentSchedulerSubscriberService'));
  4346.         }, => 'onEvent'], 0);
  4347.         $instance->addListener('app.scheduler.draft', [=> function () {
  4348.             return ($this->privates['App\\Subscriber\\Scheduler\\DraftSchedulerSubscriber'] ?? $this->load('getDraftSchedulerSubscriberService'));
  4349.         }, => 'onEvent'], 0);
  4350.         $instance->addListener('app.scheduler.file_delete', [=> function () {
  4351.             return ($this->privates['App\\Subscriber\\Scheduler\\FileDeleteSchedulerSubscriber'] ?? $this->load('getFileDeleteSchedulerSubscriberService'));
  4352.         }, => 'onEvent'], 0);
  4353.         $instance->addListener('app.scheduler.folder_delete', [=> function () {
  4354.             return ($this->privates['App\\Subscriber\\Scheduler\\FolderDeleteSchedulerSubscriber'] ?? $this->load('getFolderDeleteSchedulerSubscriberService'));
  4355.         }, => 'onEvent'], 0);
  4356.         $instance->addListener('app.scheduler.lets_encrypt_renewal', [=> function () {
  4357.             return ($this->privates['App\\Subscriber\\Scheduler\\LetsEncryptRenewalSchedulerSubscriber'] ?? $this->load('getLetsEncryptRenewalSchedulerSubscriberService'));
  4358.         }, => 'onEvent'], 0);
  4359.         $instance->addListener('app.scheduler.notification', [=> function () {
  4360.             return ($this->privates['App\\Subscriber\\Scheduler\\NotificationSchedulerSubscriber'] ?? $this->load('getNotificationSchedulerSubscriberService'));
  4361.         }, => 'onEvent'], 0);
  4362.         $instance->addListener('app.scheduler.one_roster', [=> function () {
  4363.             return ($this->privates['App\\Subscriber\\Scheduler\\OneRosterSchedulerSubscriber'] ?? $this->load('getOneRosterSchedulerSubscriberService'));
  4364.         }, => 'onEvent'], 0);
  4365.         $instance->addListener('app.scheduler.social_post', [=> function () {
  4366.             return ($this->privates['App\\Subscriber\\Scheduler\\SocialPostSchedulerSubscriber'] ?? $this->load('getSocialPostSchedulerSubscriberService'));
  4367.         }, => 'onEvent'], 0);
  4368.         $instance->addListener('app.scheduler.sync', [=> function () {
  4369.             return ($this->privates['App\\Subscriber\\Scheduler\\SyncSchedulerSubscriber'] ?? $this->load('getSyncSchedulerSubscriberService'));
  4370.         }, => 'onEvent'], 0);
  4371.         $instance->addListener('app.sharing.channel', [=> function () {
  4372.             return ($this->privates['App\\Subscriber\\Sharing\\SharingSubscriber'] ?? $this->load('getSharingSubscriberService'));
  4373.         }, => 'onShareChannel'], 0);
  4374.         $instance->addListener('kernel.controller', [=> function () {
  4375.             return ($this->privates['App\\Security\\Firewall\\PortalFirewall'] ?? $this->getPortalFirewallService());
  4376.         }, => 'onController'], 0);
  4377.         $instance->addListener('kernel.view', [=> function () {
  4378.             return ($this->privates['App\\Component\\ViewLayer\\ViewLayerService'] ?? $this->load('getViewLayerServiceService'));
  4379.         }, => 'onKernelView'], -9223372036854775807-1);
  4380.         $instance->addListener('kernel.request', [=> function () {
  4381.             return ($this->privates['Cms\\CoreBundle\\Service\\SystemSetup'] ?? $this->getSystemSetupService());
  4382.         }, => 'run'], 9223372036854775806);
  4383.         $instance->addListener('kernel.view', [=> function () {
  4384.             return ($this->services['Cms\\CoreBundle\\Service\\ViewLayer'] ?? $this->load('getViewLayerService'));
  4385.         }, => 'onKernelView'], 255);
  4386.         $instance->addListener('kernel.response', [=> function () {
  4387.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\CacheOverrideListener'] ?? $this->getCacheOverrideListenerService());
  4388.         }, => 'onKernelResponse'], -1001);
  4389.         $instance->addListener('kernel.exception', [=> function () {
  4390.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  4391.         }, => 'onKernelException'], 0);
  4392.         $instance->addListener('console.error', [=> function () {
  4393.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  4394.         }, => 'onConsoleError'], 0);
  4395.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4396.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4397.         }, => 'discardableDisable'], 9223372036854775807);
  4398.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4399.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4400.         }, => 'phaseStart'], 9223372036854775807);
  4401.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4402.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4403.         }, => 'fix'], 0);
  4404.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4405.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4406.         }, => 'phaseFin'], -9223372036854775807-1);
  4407.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4408.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4409.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4410.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4411.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4412.         }, => 'discardableEnable'], -9223372036854775807-1);
  4413.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4414.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4415.         }, => 'discardableDisable'], 9223372036854775807);
  4416.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4417.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4418.         }, => 'fixType'], 0);
  4419.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4420.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4421.         }, => 'phaseFin'], -9223372036854775807-1);
  4422.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4423.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4424.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4425.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4426.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4427.         }, => 'discardableEnable'], -9223372036854775807-1);
  4428.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4429.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4430.         }, => 'discardableDisable'], 9223372036854775807);
  4431.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4432.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4433.         }, => 'fixObject'], 0);
  4434.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4435.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4436.         }, => 'phaseFin'], -9223372036854775807-1);
  4437.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4438.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4439.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4440.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4441.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4442.         }, => 'discardableEnable'], -9223372036854775807-1);
  4443.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4444.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4445.         }, => 'discardableDisable'], 9223372036854775807);
  4446.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4447.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4448.         }, => 'phaseStart'], 9223372036854775807);
  4449.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4450.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4451.         }, => 'refreshApiToken'], 0);
  4452.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4453.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4454.         }, => 'phaseFin'], -9223372036854775807-1);
  4455.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4456.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4457.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4458.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4459.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4460.         }, => 'discardableEnable'], -9223372036854775807-1);
  4461.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4462.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4463.         }, => 'discardableDisable'], 9223372036854775807);
  4464.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4465.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4466.         }, => 'phaseStart'], 9223372036854775807);
  4467.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4468.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4469.         }, => 'link'], 0);
  4470.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4471.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4472.         }, => 'phaseFin'], -9223372036854775807-1);
  4473.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4474.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4475.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4476.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4477.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4478.         }, => 'discardableEnable'], -9223372036854775807-1);
  4479.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4480.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4481.         }, => 'discardableDisable'], 9223372036854775807);
  4482.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4483.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4484.         }, => 'linkType'], 0);
  4485.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4486.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4487.         }, => 'phaseFin'], -9223372036854775807-1);
  4488.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4489.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4490.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4491.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4492.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4493.         }, => 'discardableEnable'], -9223372036854775807-1);
  4494.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4495.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4496.         }, => 'discardableDisable'], 9223372036854775807);
  4497.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4498.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4499.         }, => 'linkObject'], 0);
  4500.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4501.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4502.         }, => 'phaseFin'], -9223372036854775807-1);
  4503.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4504.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4505.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4506.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4507.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4508.         }, => 'discardableEnable'], -9223372036854775807-1);
  4509.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4510.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4511.         }, => 'discardableDisable'], 9223372036854775807);
  4512.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4513.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4514.         }, => 'phaseStart'], 9223372036854775807);
  4515.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4516.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4517.         }, => 'markStashed'], 1);
  4518.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4519.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4520.         }, => 'cleanStashed'], 1);
  4521.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4522.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4523.         }, => 'phaseFin'], -9223372036854775807-1);
  4524.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4525.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4526.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4527.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4528.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4529.         }, => 'discardableEnable'], -9223372036854775807-1);
  4530.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4531.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4532.         }, => 'discardableDisable'], 9223372036854775807);
  4533.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4534.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4535.         }, => 'adhoc'], 0);
  4536.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4537.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4538.         }, => 'phaseFin'], -9223372036854775807-1);
  4539.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4540.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4541.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4542.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4543.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4544.         }, => 'discardableEnable'], -9223372036854775807-1);
  4545.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4546.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4547.         }, => 'discardableDisable'], 9223372036854775807);
  4548.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4549.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4550.         }, => 'phaseStart'], 9223372036854775807);
  4551.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4552.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4553.         }, => 'process'], 0);
  4554.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4555.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4556.         }, => 'phaseFin'], -9223372036854775807-1);
  4557.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4558.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4559.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4560.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4561.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4562.         }, => 'discardableEnable'], -9223372036854775807-1);
  4563.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4564.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4565.         }, => 'discardableDisable'], 9223372036854775807);
  4566.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4567.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4568.         }, => 'processType'], 0);
  4569.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4570.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4571.         }, => 'phaseFin'], -9223372036854775807-1);
  4572.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4573.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4574.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4575.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4576.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4577.         }, => 'discardableEnable'], -9223372036854775807-1);
  4578.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4579.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4580.         }, => 'discardableDisable'], 9223372036854775807);
  4581.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4582.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4583.         }, => 'processObject'], 0);
  4584.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4585.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4586.         }, => 'phaseFin'], -9223372036854775807-1);
  4587.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4588.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4589.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4590.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4591.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4592.         }, => 'discardableEnable'], -9223372036854775807-1);
  4593.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4594.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4595.         }, => 'discardableDisable'], 9223372036854775807);
  4596.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4597.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4598.         }, => 'phaseStart'], 9223372036854775807);
  4599.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4600.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4601.         }, => 'stash'], 0);
  4602.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4603.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4604.         }, => 'phaseFin'], -9223372036854775807-1);
  4605.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4606.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4607.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4608.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4609.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4610.         }, => 'discardableEnable'], -9223372036854775807-1);
  4611.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4612.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4613.         }, => 'discardableDisable'], 9223372036854775807);
  4614.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4615.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4616.         }, => 'stashType'], 0);
  4617.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4618.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4619.         }, => 'phaseFin'], -9223372036854775807-1);
  4620.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4621.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4622.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4623.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4624.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4625.         }, => 'discardableEnable'], -9223372036854775807-1);
  4626.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4627.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4628.         }, => 'discardableDisable'], 9223372036854775807);
  4629.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4630.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4631.         }, => 'stashObject'], 0);
  4632.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4633.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4634.         }, => 'phaseFin'], -9223372036854775807-1);
  4635.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4636.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4637.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4638.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4639.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4640.         }, => 'discardableEnable'], -9223372036854775807-1);
  4641.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4642.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4643.         }, => 'discardableDisable'], 9223372036854775807);
  4644.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4645.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4646.         }, => 'phaseStart'], 9223372036854775807);
  4647.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4648.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4649.         }, => 'phaseFin'], -9223372036854775807-1);
  4650.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4651.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4652.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4653.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4654.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4655.         }, => 'discardableEnable'], -9223372036854775807-1);
  4656.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4657.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4658.         }, => 'syncNotificationDictionaries'], 0);
  4659.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4660.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4661.         }, => 'discardableDisable'], 9223372036854775807);
  4662.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4663.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4664.         }, => 'phaseStart'], 9223372036854775807);
  4665.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4666.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4667.         }, => 'tweak'], 0);
  4668.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4669.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4670.         }, => 'phaseFin'], -9223372036854775807-1);
  4671.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4672.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4673.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4674.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4675.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4676.         }, => 'discardableEnable'], -9223372036854775807-1);
  4677.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4678.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4679.         }, => 'discardableDisable'], 9223372036854775807);
  4680.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4681.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4682.         }, => 'tweakType'], 0);
  4683.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4684.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4685.         }, => 'phaseFin'], -9223372036854775807-1);
  4686.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4687.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4688.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4689.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4690.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4691.         }, => 'discardableEnable'], -9223372036854775807-1);
  4692.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4693.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4694.         }, => 'discardableDisable'], 9223372036854775807);
  4695.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4696.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4697.         }, => 'tweakObject'], 0);
  4698.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4699.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4700.         }, => 'phaseFin'], -9223372036854775807-1);
  4701.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4702.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4703.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4704.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4705.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4706.         }, => 'discardableEnable'], -9223372036854775807-1);
  4707.         $instance->addListener('kernel.terminate', [=> function () {
  4708.             return ($this->services['Cms\\LogBundle\\Service\\FeedingService'] ?? $this->load('getFeedingServiceService'));
  4709.         }, => 'onKernelTerminate'], 0);
  4710.         $instance->addListener('kernel.terminate', [=> function () {
  4711.             return ($this->services['Cms\\LogBundle\\Service\\LoggingService'] ?? $this->load('getLoggingServiceService'));
  4712.         }, => 'onKernelTerminate'], 0);
  4713.         $instance->addListener('kernel.request', [=> function () {
  4714.             return ($this->privates['Cms\\TenantBundle\\Listener\\PolicyListener'] ?? $this->getPolicyListenerService());
  4715.         }, => 'onKernelRequest'], 0);
  4716.         $instance->addListener('kernel.controller', [=> function () {
  4717.             return ($this->privates['Platform\\ControlPanelBundle\\Listeners\\RequestListener'] ?? $this->getRequestListenerService());
  4718.         }, => 'controlPanelCheck'], 0);
  4719.         $instance->addListener('kernel.controller', [=> function () {
  4720.             return ($this->privates['Platform\\MarketingBundle\\Listeners\\UpsellListener'] ?? $this->getUpsellListenerService());
  4721.         }, => 'productCheck'], 0);
  4722.         $instance->addListener('security.authentication.success', [=> function () {
  4723.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4724.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  4725.         $instance->addListener('security.authentication.success', [=> function () {
  4726.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4727.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  4728.         $instance->addListener('security.authentication.success', [=> function () {
  4729.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4730.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  4731.         $instance->addListener('security.authentication.success', [=> function () {
  4732.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4733.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  4734.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4735.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4736.         }, => 'onLoginFailureRedirectToLogin'], 0);
  4737.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4738.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4739.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  4740.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4741.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4742.         }, => 'onLoginSuccessRedirection'], 0);
  4743.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4744.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4745.         }, => 'onLogout'], 0);
  4746.         $instance->addListener('kernel.request', [=> function () {
  4747.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\AccountStatusListener'] ?? $this->getAccountStatusListenerService());
  4748.         }, => 'onKernelRequest'], 0);
  4749.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4750.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterLinkUserSubscriber'] ?? $this->load('getOneRosterLinkUserSubscriberService'));
  4751.         }, => 'groupSyncOld'], 0);
  4752.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4753.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterLinkUserSubscriber'] ?? $this->load('getOneRosterLinkUserSubscriberService'));
  4754.         }, => 'groupsSync'], 0);
  4755.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4756.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber2Service'));
  4757.         }, => 'groupsSync'], 0);
  4758.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4759.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber2Service'));
  4760.         }, => 'deactivateMissing'], 0);
  4761.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4762.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterProcessOrgSubscriber'] ?? $this->load('getOneRosterProcessOrgSubscriberService'));
  4763.         }, => 'groupsSync'], 1);
  4764.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4765.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterProcessUserSubscriber'] ?? $this->load('getOneRosterProcessUserSubscriberService'));
  4766.         }, => 'accountSync'], 1);
  4767.         $instance->addListener('kernel.controller', [=> function () {
  4768.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'] ?? $this->getAutomationController2Service());
  4769.         }, => 'onKernelController'], 0);
  4770.         $instance->addListener('kernel.controller', [=> function () {
  4771.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'] ?? $this->getDefaultControllerService());
  4772.         }, => 'onKernelController'], 0);
  4773.         $instance->addListener('kernel.controller', [=> function () {
  4774.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController'] ?? $this->getListsControllerService());
  4775.         }, => 'onKernelController'], 0);
  4776.         $instance->addListener('kernel.controller', [=> function () {
  4777.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'] ?? $this->getLogsControllerService());
  4778.         }, => 'onKernelController'], 0);
  4779.         $instance->addListener('kernel.controller', [=> function () {
  4780.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'] ?? $this->getMessagesControllerService());
  4781.         }, => 'onKernelController'], 0);
  4782.         $instance->addListener('kernel.controller', [=> function () {
  4783.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController'] ?? $this->getCallerIdsControllerService());
  4784.         }, => 'onKernelController'], 0);
  4785.         $instance->addListener('kernel.controller', [=> function () {
  4786.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController'] ?? $this->getDefaultController2Service());
  4787.         }, => 'onKernelController'], 0);
  4788.         $instance->addListener('kernel.controller', [=> function () {
  4789.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController'] ?? $this->getDomainsControllerService());
  4790.         }, => 'onKernelController'], 0);
  4791.         $instance->addListener('kernel.controller', [=> function () {
  4792.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController'] ?? $this->getEmailSuppressionControllerService());
  4793.         }, => 'onKernelController'], 0);
  4794.         $instance->addListener('kernel.controller', [=> function () {
  4795.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController'] ?? $this->getNotificationsConfigControllerService());
  4796.         }, => 'onKernelController'], 0);
  4797.         $instance->addListener('kernel.controller', [=> function () {
  4798.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController'] ?? $this->getPhonesControllerService());
  4799.         }, => 'onKernelController'], 0);
  4800.         $instance->addListener('kernel.controller', [=> function () {
  4801.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'] ?? $this->getProfileController2Service());
  4802.         }, => 'onKernelController'], 0);
  4803.         $instance->addListener('kernel.controller', [=> function () {
  4804.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'] ?? $this->getRecordingControllerService());
  4805.         }, => 'onKernelController'], 0);
  4806.         $instance->addListener('kernel.controller', [=> function () {
  4807.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'] ?? $this->getReportsControllerService());
  4808.         }, => 'onKernelController'], 0);
  4809.         $instance->addListener('kernel.controller', [=> function () {
  4810.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'] ?? $this->getSisControllerService());
  4811.         }, => 'onKernelController'], 0);
  4812.         $instance->addListener('kernel.controller', [=> function () {
  4813.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'] ?? $this->getStudentsControllerService());
  4814.         }, => 'onKernelController'], 0);
  4815.         $instance->addListener('kernel.controller', [=> function () {
  4816.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController'] ?? $this->getTemplatesControllerService());
  4817.         }, => 'onKernelController'], 0);
  4818.         $instance->addListener('kernel.controller', [=> function () {
  4819.             return ($this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'] ?? $this->getManagementControllerService());
  4820.         }, => 'onKernelController'], 0);
  4821.         $instance->addListener('form.pre_submit', [=> function () {
  4822.             return ($this->privates['Products\\NotificationsBundle\\Form\\Forms\\Messages\\ScriptChangeDetectionListener'] ?? ($this->privates['Products\\NotificationsBundle\\Form\\Forms\\Messages\\ScriptChangeDetectionListener'] = new \Products\NotificationsBundle\Form\Forms\Messages\ScriptChangeDetectionListener()));
  4823.         }, => 'onPreSubmit'], 0);
  4824.         $instance->addListener('app.notifications.translations.message', [=> function () {
  4825.             return ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'] ?? $this->getTranslationServiceService());
  4826.         }, => 'onTranslateMessage'], 0);
  4827.         $instance->addListener('app.notifications.broadcast.automation', [=> function () {
  4828.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\AutomationSubscriber'] ?? $this->load('getAutomationSubscriberService'));
  4829.         }, => 'onBroadcastAutomation'], 0);
  4830.         $instance->addListener('app.notifications.broadcast.job', [=> function () {
  4831.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4832.         }, => 'onBroadcastJob'], 0);
  4833.         $instance->addListener('app.notifications.broadcast.channel', [=> function () {
  4834.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4835.         }, => 'onBroadcastChannel'], 0);
  4836.         $instance->addListener('app.notifications.broadcast.item', [=> function () {
  4837.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4838.         }, => 'onBroadcastItem'], 0);
  4839.         $instance->addListener('kernel.request', [=> function () {
  4840.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  4841.         }, => 'onKernelRequest'], 0);
  4842.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4843.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterOrgProcessSubscriber'] ?? $this->load('getOneRosterOrgProcessSubscriber2Service'));
  4844.         }, => 'syncList'], 0);
  4845.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4846.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4847.         }, => 'discardProfiles'], 0);
  4848.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4849.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4850.         }, => 'discardStudents'], 0);
  4851.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4852.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4853.         }, => 'disassociateRelations'], 0);
  4854.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4855.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4856.         }, => 'contactsPrep'], 0);
  4857.         $instance->addListener('campussuite.one_roster.prepare.adhoc.notifications.contact_preparation', [=> function () {
  4858.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4859.         }, => 'contactInjection'], 0);
  4860.         $instance->addListener('campussuite.one_roster.prepare.adhoc.notifications.contact_preparation', [=> function () {
  4861.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4862.         }, => 'contactLookup'], 0);
  4863.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4864.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4865.         }, => 'syncTesters'], 0);
  4866.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4867.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4868.         }, => 'discardProfileContacts'], 0);
  4869.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4870.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4871.         }, => 'cleanup'], 0);
  4872.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4873.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4874.         }, => 'teacherGrades'], 0);
  4875.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4876.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4877.         }, => 'parentOrgs'], 0);
  4878.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4879.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4880.         }, => 'parentGrades'], 0);
  4881.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4882.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserLinkSubscriber'] ?? $this->load('getOneRosterUserLinkSubscriberService'));
  4883.         }, => 'associateStudents'], 0);
  4884.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4885.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4886.         }, => 'syncProfile'], 0);
  4887.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4888.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4889.         }, => 'syncStudent'], 0);
  4890.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4891.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4892.         }, => 'syncRecipients'], 0);
  4893.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4894.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4895.         }, => 'initPreferences'], 0);
  4896.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4897.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4898.         }, => 'calculateReachability'], 0);
  4899.         $instance->addListener('campussuite.one_roster.tweak.object.user', [=> function () {
  4900.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserTweakSubscriber'] ?? $this->load('getOneRosterUserTweakSubscriberService'));
  4901.         }, => 'calculateStudentReachability'], 0);
  4902.         $instance->addListener('app.notifications.webhooks.email', [=> function () {
  4903.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4904.         }, => 'onWebhookEmail'], 0);
  4905.         $instance->addListener('app.notifications.webhooks.sms', [=> function () {
  4906.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4907.         }, => 'onWebhookSms'], 0);
  4908.         $instance->addListener('app.notifications.webhooks.voice', [=> function () {
  4909.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4910.         }, => 'onWebhookVoice'], 0);
  4911.         $instance->addListener('kernel.request', [=> function () {
  4912.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4913.         }, => 'onKernelRequest'], 0);
  4914.         $instance->addListener('kernel.controller', [=> function () {
  4915.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4916.         }, => 'onKernelController'], 0);
  4917.         $instance->addListener('kernel.exception', [=> function () {
  4918.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4919.         }, => 'onKernelException'], 0);
  4920.         $instance->addListener('kernel.view', [=> function () {
  4921.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4922.         }, => 'onKernelView'], 0);
  4923.         $instance->addListener('kernel.controller', [=> function () {
  4924.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4925.         }, => 'onKernelController'], 0);
  4926.         $instance->addListener('kernel.controller', [=> function () {
  4927.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4928.         }, => 'onKernelController'], 0);
  4929.         $instance->addListener('kernel.controller', [=> function () {
  4930.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4931.         }, => 'onKernelController'], -128);
  4932.         $instance->addListener('kernel.view', [=> function () {
  4933.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4934.         }, => 'onKernelView'], 0);
  4935.         $instance->addListener('kernel.controller', [=> function () {
  4936.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4937.         }, => 'onKernelController'], 0);
  4938.         $instance->addListener('kernel.response', [=> function () {
  4939.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4940.         }, => 'onKernelResponse'], 0);
  4941.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4942.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4943.         }, => 'onKernelControllerArguments'], 0);
  4944.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4945.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4946.         }, => 'onKernelControllerArguments'], 0);
  4947.         $instance->addListener('kernel.response', [=> function () {
  4948.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  4949.         }, => 'onKernelResponse'], 0);
  4950.         $instance->addListener('kernel.response', [=> function () {
  4951.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4952.         }, => 'onKernelResponse'], -1024);
  4953.         $instance->addListener('kernel.request', [=> function () {
  4954.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4955.         }, => 'setDefaultLocale'], 100);
  4956.         $instance->addListener('kernel.request', [=> function () {
  4957.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4958.         }, => 'onKernelRequest'], 16);
  4959.         $instance->addListener('kernel.finish_request', [=> function () {
  4960.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4961.         }, => 'onKernelFinishRequest'], 0);
  4962.         $instance->addListener('kernel.request', [=> function () {
  4963.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4964.         }, => 'onKernelRequest'], 256);
  4965.         $instance->addListener('kernel.response', [=> function () {
  4966.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4967.         }, => 'onResponse'], -255);
  4968.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4969.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4970.         }, => 'onControllerArguments'], 0);
  4971.         $instance->addListener('kernel.exception', [=> function () {
  4972.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4973.         }, => 'logKernelException'], 0);
  4974.         $instance->addListener('kernel.exception', [=> function () {
  4975.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4976.         }, => 'onKernelException'], -128);
  4977.         $instance->addListener('kernel.response', [=> function () {
  4978.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4979.         }, => 'removeCspHeader'], -128);
  4980.         $instance->addListener('kernel.request', [=> function () {
  4981.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4982.         }, => 'onKernelRequest'], 15);
  4983.         $instance->addListener('kernel.finish_request', [=> function () {
  4984.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4985.         }, => 'onKernelFinishRequest'], -15);
  4986.         $instance->addListener('console.error', [=> function () {
  4987.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4988.         }, => 'onConsoleError'], -128);
  4989.         $instance->addListener('console.terminate', [=> function () {
  4990.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4991.         }, => 'onConsoleTerminate'], -128);
  4992.         $instance->addListener('console.error', [=> function () {
  4993.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4994.         }, => 'onConsoleError'], 0);
  4995.         $instance->addListener('kernel.request', [=> function () {
  4996.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  4997.         }, => 'onKernelRequest'], 128);
  4998.         $instance->addListener('kernel.response', [=> function () {
  4999.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  5000.         }, => 'onKernelResponse'], -1000);
  5001.         $instance->addListener('kernel.finish_request', [=> function () {
  5002.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  5003.         }, => 'onFinishRequest'], 0);
  5004.         $instance->addListener('kernel.request', [=> function () {
  5005.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  5006.         }, => 'onKernelRequest'], 48);
  5007.         $instance->addListener('kernel.request', [=> function () {
  5008.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5009.         }, => 'configure'], 2048);
  5010.         $instance->addListener('console.command', [=> function () {
  5011.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5012.         }, => 'configure'], 2048);
  5013.         $instance->addListener('kernel.request', [=> function () {
  5014.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5015.         }, => 'onKernelRequest'], 32);
  5016.         $instance->addListener('kernel.finish_request', [=> function () {
  5017.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5018.         }, => 'onKernelFinishRequest'], 0);
  5019.         $instance->addListener('kernel.exception', [=> function () {
  5020.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5021.         }, => 'onKernelException'], -64);
  5022.         $instance->addListener('kernel.response', [=> function () {
  5023.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5024.         }, => 'onKernelResponse'], -100);
  5025.         $instance->addListener('kernel.exception', [=> function () {
  5026.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5027.         }, => 'onKernelException'], 0);
  5028.         $instance->addListener('kernel.terminate', [=> function () {
  5029.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5030.         }, => 'onKernelTerminate'], -1024);
  5031.         $instance->addListener('kernel.controller', [=> function () {
  5032.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5033.         }, => 'onKernelController'], 0);
  5034.         $instance->addListener('kernel.response', [=> function () {
  5035.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5036.         }, => 'onKernelResponse'], 0);
  5037.         $instance->addListener('console.command', [=> function () {
  5038.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5039.         }, => 'onCommand'], 255);
  5040.         $instance->addListener('console.terminate', [=> function () {
  5041.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5042.         }, => 'onTerminate'], -255);
  5043.         $instance->addListener('kernel.response', [=> function () {
  5044.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5045.         }, => 'onKernelResponse'], 0);
  5046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5047.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  5048.         }, => 'checkPassport'], 0);
  5049.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5050.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  5051.         }, => 'onLoginSuccess'], 0);
  5052.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  5053.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  5054.         }, => 'onVoterVote'], 0);
  5055.         $instance->addListener('kernel.request', [=> function () {
  5056.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5057.         }, => 'configureLogoutUrlGenerator'], 8);
  5058.         $instance->addListener('kernel.request', [=> function () {
  5059.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5060.         }, => 'onKernelRequest'], 8);
  5061.         $instance->addListener('kernel.finish_request', [=> function () {
  5062.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5063.         }, => 'onKernelFinishRequest'], 0);
  5064.         $instance->addListener('kernel.finish_request', [=> function () {
  5065.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  5066.         }, => 'resetAssets'], 0);
  5067.         $instance->addListener('kernel.response', [=> function () {
  5068.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5069.         }, => 'onKernelResponse'], -128);
  5070.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5071.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  5072.         }, => 'checkPassport'], 512);
  5073.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5074.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  5075.         }, => 'onLogout'], 0);
  5076.         return $instance;
  5077.     }
  5078.     /**
  5079.      * Gets the public 'http_kernel' shared service.
  5080.      *
  5081.      * @return \Symfony\Component\HttpKernel\HttpKernel
  5082.      */
  5083.     protected function getHttpKernelService()
  5084.     {
  5085.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5086.         if (isset($this->services['http_kernel'])) {
  5087.             return $this->services['http_kernel'];
  5088.         }
  5089.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  5090.         if (isset($this->services['http_kernel'])) {
  5091.             return $this->services['http_kernel'];
  5092.         }
  5093.         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);
  5094.     }
  5095.     /**
  5096.      * Gets the public 'request_stack' shared service.
  5097.      *
  5098.      * @return \Symfony\Component\HttpFoundation\RequestStack
  5099.      */
  5100.     protected function getRequestStackService()
  5101.     {
  5102.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5103.     }
  5104.     /**
  5105.      * Gets the public 'router' shared service.
  5106.      *
  5107.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5108.      */
  5109.     protected function getRouterService()
  5110.     {
  5111.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5112.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  5113.         ], [
  5114.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5115.         ]))->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');
  5116.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5117.         $instance->addExpressionLanguageProvider(($this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] ?? ($this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] = new \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider())));
  5118.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5119.         return $instance;
  5120.     }
  5121.     /**
  5122.      * Gets the public 'translator' shared service.
  5123.      *
  5124.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5125.      */
  5126.     protected function getTranslatorService()
  5127.     {
  5128.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5129.     }
  5130.     /**
  5131.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  5132.      *
  5133.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  5134.      */
  5135.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  5136.     {
  5137.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5138.         $b = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5139.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5140.         $a->addDriver($b'App\\Entity');
  5141.         $a->addDriver($b'Cms\\ContainerBundle\\Entity');
  5142.         $a->addDriver($b'Cms\\ContentBundle\\Entity');
  5143.         $a->addDriver($b'Cms\\CoreBundle\\Entity');
  5144.         $a->addDriver($b'Cms\\DomainBundle\\Entity');
  5145.         $a->addDriver($b'Cms\\FileBundle\\Entity');
  5146.         $a->addDriver($b'Cms\\ImportBundle\\Entity');
  5147.         $a->addDriver($b'Cms\\LogBundle\\Entity');
  5148.         $a->addDriver($b'Cms\\ModuleBundle\\Entity');
  5149.         $a->addDriver($b'Cms\\Modules\\AlertBundle\\Entity');
  5150.         $a->addDriver($b'Cms\\Modules\\BlogBundle\\Entity');
  5151.         $a->addDriver($b'Cms\\Modules\\CalendarBundle\\Entity');
  5152.         $a->addDriver($b'Cms\\Modules\\GalleryBundle\\Entity');
  5153.         $a->addDriver($b'Cms\\Modules\\NewsBundle\\Entity');
  5154.         $a->addDriver($b'Cms\\Modules\\PageBundle\\Entity');
  5155.         $a->addDriver($b'Cms\\Modules\\PeopleBundle\\Entity');
  5156.         $a->addDriver($b'Cms\\Modules\\QuestionBundle\\Entity');
  5157.         $a->addDriver($b'Cms\\Modules\\SnippetBundle\\Entity');
  5158.         $a->addDriver($b'Cms\\RedirectBundle\\Entity');
  5159.         $a->addDriver($b'Cms\\SitebuilderBundle\\Entity');
  5160.         $a->addDriver($b'Cms\\SyncBundle\\Entity');
  5161.         $a->addDriver($b'Cms\\SystemBundle\\Entity');
  5162.         $a->addDriver($b'Cms\\TagBundle\\Entity');
  5163.         $a->addDriver($b'Cms\\TenantBundle\\Entity');
  5164.         $a->addDriver($b'Cms\\ThemeBundle\\Entity');
  5165.         $a->addDriver($b'Cms\\WorkflowsBundle\\Entity');
  5166.         $a->addDriver($b'Platform\\ControlPanelBundle\\Entity');
  5167.         $a->addDriver($b'Platform\\QueueBundle\\Entity');
  5168.         $a->addDriver($b'Platform\\SecurityBundle\\Entity');
  5169.         $a->addDriver($b'Products\\AdaBundle\\Entity');
  5170.         $a->addDriver($b'Products\\NotificationsBundle\\Entity');
  5171.         $a->addDriver($b'Products\\SocialBundle\\Entity');
  5172.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/Entity')]), 'Cms\\Modules\\AlertBundle\\Entity');
  5173.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/Entity')]), 'Cms\\Modules\\BlogBundle\\Entity');
  5174.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/Entity')]), 'Cms\\Modules\\CalendarBundle\\Entity');
  5175.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Entity')]), 'Cms\\Modules\\GalleryBundle\\Entity');
  5176.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/Entity')]), 'Cms\\Modules\\NewsBundle\\Entity');
  5177.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle/Entity')]), 'Cms\\Modules\\PageBundle\\Entity');
  5178.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Entity')]), 'Cms\\Modules\\PeopleBundle\\Entity');
  5179.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/Entity')]), 'Cms\\Modules\\QuestionBundle\\Entity');
  5180.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/Entity')]), 'Cms\\Modules\\SnippetBundle\\Entity');
  5181.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  5182.     }
  5183.     /**
  5184.      * Gets the private '.service_locator.KLVvNIq' shared service.
  5185.      *
  5186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5187.      */
  5188.     protected function get_ServiceLocator_KLVvNIqService()
  5189.     {
  5190.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5191.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  5192.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  5193.         ], [
  5194.             'doctrine.ulid_generator' => '?',
  5195.             'doctrine.uuid_generator' => '?',
  5196.         ]);
  5197.     }
  5198.     /**
  5199.      * Gets the private '.service_locator.Rwgh_w3' shared service.
  5200.      *
  5201.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5202.      */
  5203.     protected function get_ServiceLocator_RwghW3Service()
  5204.     {
  5205.         return $this->privates['.service_locator.Rwgh_w3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5206.             'security.firewall.map.context.dashboard' => ['privates''security.firewall.map.context.dashboard''getSecurity_Firewall_Map_Context_DashboardService'true],
  5207.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  5208.             'security.firewall.map.context.portal' => ['privates''security.firewall.map.context.portal''getSecurity_Firewall_Map_Context_PortalService'true],
  5209.             'security.firewall.map.context.portal_admin_api' => ['privates''security.firewall.map.context.portal_admin_api''getSecurity_Firewall_Map_Context_PortalAdminApiService'true],
  5210.             'security.firewall.map.context.portal_api' => ['privates''security.firewall.map.context.portal_api''getSecurity_Firewall_Map_Context_PortalApiService'true],
  5211.         ], [
  5212.             'security.firewall.map.context.dashboard' => '?',
  5213.             'security.firewall.map.context.dev' => '?',
  5214.             'security.firewall.map.context.portal' => '?',
  5215.             'security.firewall.map.context.portal_admin_api' => '?',
  5216.             'security.firewall.map.context.portal_api' => '?',
  5217.         ]);
  5218.     }
  5219.     /**
  5220.      * Gets the private '.service_locator.VwylmMF' shared service.
  5221.      *
  5222.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5223.      */
  5224.     protected function get_ServiceLocator_VwylmMFService()
  5225.     {
  5226.         return $this->privates['.service_locator.VwylmMF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5227.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  5228.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  5229.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5230.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  5231.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  5232.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  5233.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  5234.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5235.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  5236.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5237.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  5238.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  5239.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  5240.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  5241.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  5242.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  5243.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5244.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  5245.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5246.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  5247.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  5248.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5249.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5250.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  5251.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  5252.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  5253.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5254.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5255.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5256.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5257.             'kernel' => ['services''kernel''getKernelService'false],
  5258.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5259.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  5260.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5261.             'router' => ['services''router''getRouterService'false],
  5262.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5263.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  5264.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5265.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  5266.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5267.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  5268.             'translator' => ['services''translator''getTranslatorService'false],
  5269.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5270.         ], [
  5271.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  5272.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  5273.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  5274.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  5275.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  5276.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  5277.             'App\\Controller\\AbstractController::getRouter' => '?',
  5278.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  5279.             'App\\Controller\\AbstractController::getTranslator' => '?',
  5280.             'App\\Controller\\AbstractController::getTwig' => '?',
  5281.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  5282.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  5283.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  5284.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  5285.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  5286.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  5287.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  5288.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  5289.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  5290.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  5291.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  5292.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  5293.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  5294.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  5295.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  5296.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  5297.             'Twig\\Environment' => '?',
  5298.             'doctrine' => '?',
  5299.             'form.factory' => '?',
  5300.             'http_kernel' => '?',
  5301.             'kernel' => 'kernel',
  5302.             'parameter_bag' => '?',
  5303.             'profiler' => '?',
  5304.             'request_stack' => '?',
  5305.             'router' => '?',
  5306.             'security.authorization_checker' => '?',
  5307.             'security.csrf.token_manager' => '?',
  5308.             'security.token_storage' => '?',
  5309.             'serializer' => '?',
  5310.             'session' => '.session.deprecated',
  5311.             'session.handler' => '?',
  5312.             'translator' => '?',
  5313.             'twig' => '?',
  5314.         ]);
  5315.     }
  5316.     /**
  5317.      * Gets the private 'App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer' shared autowired service.
  5318.      *
  5319.      * @return \App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer
  5320.      */
  5321.     protected function getContactAttemptBlobConsumerService()
  5322.     {
  5323.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\ContactAttemptBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\ContactAttemptBlobManager'] ?? $this->getContactAttemptBlobManagerService()));
  5324.     }
  5325.     /**
  5326.      * Gets the private 'App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer' shared autowired service.
  5327.      *
  5328.      * @return \App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer
  5329.      */
  5330.     protected function getDepartmentBlobConsumerService()
  5331.     {
  5332.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\DepartmentBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] ?? $this->getDepartmentBlobManagerService()));
  5333.     }
  5334.     /**
  5335.      * Gets the private 'App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer' shared autowired service.
  5336.      *
  5337.      * @return \App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer
  5338.      */
  5339.     protected function getLooseFileBlobConsumerService()
  5340.     {
  5341.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\LooseFileBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\LooseFileBlobManager'] ?? $this->getLooseFileBlobManagerService()));
  5342.     }
  5343.     /**
  5344.      * Gets the private 'App\Component\Blobs\BlobConsumers\RecordingBlobConsumer' shared autowired service.
  5345.      *
  5346.      * @return \App\Component\Blobs\BlobConsumers\RecordingBlobConsumer
  5347.      */
  5348.     protected function getRecordingBlobConsumerService()
  5349.     {
  5350.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\RecordingBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] ?? $this->getRecordingBlobManagerService()));
  5351.     }
  5352.     /**
  5353.      * Gets the private 'App\Component\Blobs\BlobConsumers\SchoolBlobConsumer' shared autowired service.
  5354.      *
  5355.      * @return \App\Component\Blobs\BlobConsumers\SchoolBlobConsumer
  5356.      */
  5357.     protected function getSchoolBlobConsumerService()
  5358.     {
  5359.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\SchoolBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\SchoolBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\SchoolBlobManager'] ?? $this->getSchoolBlobManagerService()));
  5360.     }
  5361.     /**
  5362.      * Gets the private 'App\Component\Blobs\BlobManagers\ContactAttemptBlobManager' shared autowired service.
  5363.      *
  5364.      * @return \App\Component\Blobs\BlobManagers\ContactAttemptBlobManager
  5365.      */
  5366.     protected function getContactAttemptBlobManagerService()
  5367.     {
  5368.         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()));
  5369.     }
  5370.     /**
  5371.      * Gets the private 'App\Component\Blobs\BlobManagers\DepartmentBlobManager' shared autowired service.
  5372.      *
  5373.      * @return \App\Component\Blobs\BlobManagers\DepartmentBlobManager
  5374.      */
  5375.     protected function getDepartmentBlobManagerService()
  5376.     {
  5377.         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()));
  5378.     }
  5379.     /**
  5380.      * Gets the private 'App\Component\Blobs\BlobManagers\LooseFileBlobManager' shared autowired service.
  5381.      *
  5382.      * @return \App\Component\Blobs\BlobManagers\LooseFileBlobManager
  5383.      */
  5384.     protected function getLooseFileBlobManagerService()
  5385.     {
  5386.         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()));
  5387.     }
  5388.     /**
  5389.      * Gets the private 'App\Component\Blobs\BlobManagers\RecordingBlobManager' shared autowired service.
  5390.      *
  5391.      * @return \App\Component\Blobs\BlobManagers\RecordingBlobManager
  5392.      */
  5393.     protected function getRecordingBlobManagerService()
  5394.     {
  5395.         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()));
  5396.     }
  5397.     /**
  5398.      * Gets the private 'App\Component\Blobs\BlobManagers\SchoolBlobManager' shared autowired service.
  5399.      *
  5400.      * @return \App\Component\Blobs\BlobManagers\SchoolBlobManager
  5401.      */
  5402.     protected function getSchoolBlobManagerService()
  5403.     {
  5404.         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()));
  5405.     }
  5406.     /**
  5407.      * Gets the private 'App\Component\Blobs\StorageManager' shared autowired service.
  5408.      *
  5409.      * @return \App\Component\Blobs\StorageManager
  5410.      */
  5411.     protected function getStorageManagerService()
  5412.     {
  5413.         $this->privates['App\\Component\\Blobs\\StorageManager'] = $instance = new \App\Component\Blobs\StorageManager();
  5414.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\ContactAttemptBlobManager'] ?? $this->getContactAttemptBlobManagerService()));
  5415.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] ?? $this->getDepartmentBlobManagerService()));
  5416.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\LooseFileBlobManager'] ?? $this->getLooseFileBlobManagerService()));
  5417.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] ?? $this->getRecordingBlobManagerService()));
  5418.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\SchoolBlobManager'] ?? $this->getSchoolBlobManagerService()));
  5419.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\ContactAttemptBlobConsumer'] ?? $this->getContactAttemptBlobConsumerService()));
  5420.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\DepartmentBlobConsumer'] ?? $this->getDepartmentBlobConsumerService()));
  5421.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\LooseFileBlobConsumer'] ?? $this->getLooseFileBlobConsumerService()));
  5422.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer'] ?? $this->getRecordingBlobConsumerService()));
  5423.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\SchoolBlobConsumer'] ?? $this->getSchoolBlobConsumerService()));
  5424.         return $instance;
  5425.     }
  5426.     /**
  5427.      * Gets the private 'App\Component\Blobs\Storages\DefaultS3Storage' shared autowired service.
  5428.      *
  5429.      * @return \App\Component\Blobs\Storages\DefaultS3Storage
  5430.      */
  5431.     protected function getDefaultS3StorageService()
  5432.     {
  5433.         return $this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] = new \App\Component\Blobs\Storages\DefaultS3Storage(($this->privates['Aws\\S3\\S3Client'] ?? $this->getS3ClientService()), 'campussuite-storage');
  5434.     }
  5435.     /**
  5436.      * Gets the private 'App\Security\Core\Authorization\AccessTesterManager' shared autowired service.
  5437.      *
  5438.      * @return \App\Security\Core\Authorization\AccessTesterManager
  5439.      */
  5440.     protected function getAccessTesterManagerService()
  5441.     {
  5442.         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 () {
  5443.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\CmsVoter'] ?? $this->load('getCmsVoterService'));
  5444.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\InternalUserVoter'] ?? $this->load('getInternalUserVoterService'));
  5445.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\NotificationsVoter'] ?? $this->load('getNotificationsVoterService'));
  5446.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\SuperUserVoter'] ?? $this->load('getSuperUserVoterService'));
  5447.         }, 4));
  5448.     }
  5449.     /**
  5450.      * Gets the private 'App\Security\Core\Authorization\AuthorizationTester' shared autowired service.
  5451.      *
  5452.      * @return \App\Security\Core\Authorization\AuthorizationTester
  5453.      */
  5454.     protected function getAuthorizationTesterService()
  5455.     {
  5456.         $a = ($this->privates['App\\Security\\Core\\Authorization\\AccessTesterManager'] ?? $this->getAccessTesterManagerService());
  5457.         if (isset($this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'])) {
  5458.             return $this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'];
  5459.         }
  5460.         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);
  5461.     }
  5462.     /**
  5463.      * Gets the private 'App\Security\Firewall\PortalFirewall' shared autowired service.
  5464.      *
  5465.      * @return \App\Security\Firewall\PortalFirewall
  5466.      */
  5467.     protected function getPortalFirewallService()
  5468.     {
  5469.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5470.         if (isset($this->privates['App\\Security\\Firewall\\PortalFirewall'])) {
  5471.             return $this->privates['App\\Security\\Firewall\\PortalFirewall'];
  5472.         }
  5473.         return $this->privates['App\\Security\\Firewall\\PortalFirewall'] = new \App\Security\Firewall\PortalFirewall(($this->services['router'] ?? $this->getRouterService()), $a);
  5474.     }
  5475.     /**
  5476.      * Gets the private 'App\Service\Content\WebUrlGenerator' shared autowired service.
  5477.      *
  5478.      * @return \App\Service\Content\WebUrlGenerator
  5479.      */
  5480.     protected function getWebUrlGeneratorService()
  5481.     {
  5482.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  5483.         if (isset($this->privates['App\\Service\\Content\\WebUrlGenerator'])) {
  5484.             return $this->privates['App\\Service\\Content\\WebUrlGenerator'];
  5485.         }
  5486.         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()));
  5487.     }
  5488.     /**
  5489.      * Gets the private 'App\Service\Intl\CloudTranslator' shared autowired service.
  5490.      *
  5491.      * @return \App\Service\Intl\CloudTranslator
  5492.      */
  5493.     protected function getCloudTranslatorService()
  5494.     {
  5495.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5496.         if (isset($this->privates['App\\Service\\Intl\\CloudTranslator'])) {
  5497.             return $this->privates['App\\Service\\Intl\\CloudTranslator'];
  5498.         }
  5499.         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()));
  5500.     }
  5501.     /**
  5502.      * Gets the private 'App\Service\Intl\Translation\GoogleTranslationClient' shared autowired service.
  5503.      *
  5504.      * @return \App\Service\Intl\Translation\GoogleTranslationClient
  5505.      */
  5506.     protected function getGoogleTranslationClientService()
  5507.     {
  5508.         return $this->privates['App\\Service\\Intl\\Translation\\GoogleTranslationClient'] = new \App\Service\Intl\Translation\GoogleTranslationClient('AIzaSyDKDXIFHzh-IEgWlBScoLzyM9AzkpZ8UCs');
  5509.     }
  5510.     /**
  5511.      * Gets the private 'App\Service\MediaDecorator' shared autowired service.
  5512.      *
  5513.      * @return \App\Service\MediaDecorator
  5514.      */
  5515.     protected function getMediaDecoratorService()
  5516.     {
  5517.         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()));
  5518.     }
  5519.     /**
  5520.      * Gets the private 'App\Service\Messaging\MessagingContext' shared autowired service.
  5521.      *
  5522.      * @return \App\Service\Messaging\MessagingContext
  5523.      */
  5524.     protected function getMessagingContextService()
  5525.     {
  5526.         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()));
  5527.     }
  5528.     /**
  5529.      * Gets the private 'App\Service\NgrokRouter' shared autowired service.
  5530.      *
  5531.      * @return \App\Service\NgrokRouter
  5532.      */
  5533.     protected function getNgrokRouterService()
  5534.     {
  5535.         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()));
  5536.     }
  5537.     /**
  5538.      * Gets the private 'App\Service\Query\ConditionQueryPreviewer' shared autowired service.
  5539.      *
  5540.      * @return \App\Service\Query\ConditionQueryPreviewer
  5541.      */
  5542.     protected function getConditionQueryPreviewerService()
  5543.     {
  5544.         return $this->privates['App\\Service\\Query\\ConditionQueryPreviewer'] = new \App\Service\Query\ConditionQueryPreviewer();
  5545.     }
  5546.     /**
  5547.      * Gets the private 'App\Service\Query\ConditionQueryValidator' shared autowired service.
  5548.      *
  5549.      * @return \App\Service\Query\ConditionQueryValidator
  5550.      */
  5551.     protected function getConditionQueryValidatorService()
  5552.     {
  5553.         return $this->privates['App\\Service\\Query\\ConditionQueryValidator'] = new \App\Service\Query\ConditionQueryValidator();
  5554.     }
  5555.     /**
  5556.      * Gets the private 'App\Service\TenantContext' shared autowired service.
  5557.      *
  5558.      * @return \App\Service\TenantContext
  5559.      */
  5560.     protected function getTenantContextService()
  5561.     {
  5562.         $a = ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService());
  5563.         if (isset($this->privates['App\\Service\\TenantContext'])) {
  5564.             return $this->privates['App\\Service\\TenantContext'];
  5565.         }
  5566.         return $this->privates['App\\Service\\TenantContext'] = new \App\Service\TenantContext($a);
  5567.     }
  5568.     /**
  5569.      * Gets the private 'App\Service\Vendors\Sendgrid\Onboarding\SendgridSendersOnboardingHandler' shared autowired service.
  5570.      *
  5571.      * @return \App\Service\Vendors\Sendgrid\Onboarding\SendgridSendersOnboardingHandler
  5572.      */
  5573.     protected function getSendgridSendersOnboardingHandlerService()
  5574.     {
  5575.         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()));
  5576.     }
  5577.     /**
  5578.      * Gets the private 'App\Service\Vendors\Sendgrid\SendgridFactory' shared autowired service.
  5579.      *
  5580.      * @return \App\Service\Vendors\Sendgrid\SendgridFactory
  5581.      */
  5582.     protected function getSendgridFactoryService()
  5583.     {
  5584.         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()));
  5585.     }
  5586.     /**
  5587.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioCnamOnboardingHandler' shared autowired service.
  5588.      *
  5589.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioCnamOnboardingHandler
  5590.      */
  5591.     protected function getTwilioCnamOnboardingHandlerService()
  5592.     {
  5593.         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()));
  5594.     }
  5595.     /**
  5596.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioPhoneOnboardingHandler' shared autowired service.
  5597.      *
  5598.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioPhoneOnboardingHandler
  5599.      */
  5600.     protected function getTwilioPhoneOnboardingHandlerService()
  5601.     {
  5602.         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()));
  5603.     }
  5604.     /**
  5605.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioSmsOnboardingHandler' shared autowired service.
  5606.      *
  5607.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioSmsOnboardingHandler
  5608.      */
  5609.     protected function getTwilioSmsOnboardingHandlerService()
  5610.     {
  5611.         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()));
  5612.     }
  5613.     /**
  5614.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioVoiceOnboardingHandler' shared autowired service.
  5615.      *
  5616.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioVoiceOnboardingHandler
  5617.      */
  5618.     protected function getTwilioVoiceOnboardingHandlerService()
  5619.     {
  5620.         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()));
  5621.     }
  5622.     /**
  5623.      * Gets the private 'App\Service\Vendors\Twilio\TwilioFactory' shared autowired service.
  5624.      *
  5625.      * @return \App\Service\Vendors\Twilio\TwilioFactory
  5626.      */
  5627.     protected function getTwilioFactoryService()
  5628.     {
  5629.         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()));
  5630.     }
  5631.     /**
  5632.      * Gets the private 'App\Subscriber\HstsSubscriber' shared autowired service.
  5633.      *
  5634.      * @return \App\Subscriber\HstsSubscriber
  5635.      */
  5636.     protected function getHstsSubscriberService()
  5637.     {
  5638.         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))));
  5639.     }
  5640.     /**
  5641.      * Gets the private 'App\Subscriber\Routing\AppContextSubscriber' shared autowired service.
  5642.      *
  5643.      * @return \App\Subscriber\Routing\AppContextSubscriber
  5644.      */
  5645.     protected function getAppContextSubscriberService()
  5646.     {
  5647.         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()));
  5648.     }
  5649.     /**
  5650.      * Gets the private 'App\Twig\Extension\ArraysExtension' shared autowired service.
  5651.      *
  5652.      * @return \App\Twig\Extension\ArraysExtension
  5653.      */
  5654.     protected function getArraysExtensionService()
  5655.     {
  5656.         return $this->privates['App\\Twig\\Extension\\ArraysExtension'] = new \App\Twig\Extension\ArraysExtension();
  5657.     }
  5658.     /**
  5659.      * Gets the private 'App\Twig\Extension\BlobsExtension' shared autowired service.
  5660.      *
  5661.      * @return \App\Twig\Extension\BlobsExtension
  5662.      */
  5663.     protected function getBlobsExtensionService()
  5664.     {
  5665.         return $this->privates['App\\Twig\\Extension\\BlobsExtension'] = new \App\Twig\Extension\BlobsExtension(($this->privates['App\\Component\\Blobs\\StorageManager'] ?? $this->getStorageManagerService()));
  5666.     }
  5667.     /**
  5668.      * Gets the private 'App\Twig\Extension\CronTranslatorExtension' shared autowired service.
  5669.      *
  5670.      * @return \App\Twig\Extension\CronTranslatorExtension
  5671.      */
  5672.     protected function getCronTranslatorExtensionService()
  5673.     {
  5674.         return $this->privates['App\\Twig\\Extension\\CronTranslatorExtension'] = new \App\Twig\Extension\CronTranslatorExtension(($this->services['Cms\\CoreBundle\\Service\\LocaleManager'] ?? $this->getLocaleManagerService()));
  5675.     }
  5676.     /**
  5677.      * Gets the private 'App\Twig\Extension\DomExtension' shared autowired service.
  5678.      *
  5679.      * @return \App\Twig\Extension\DomExtension
  5680.      */
  5681.     protected function getDomExtensionService()
  5682.     {
  5683.         return $this->privates['App\\Twig\\Extension\\DomExtension'] = new \App\Twig\Extension\DomExtension();
  5684.     }
  5685.     /**
  5686.      * Gets the private 'App\Twig\Extension\FormExtension' shared autowired service.
  5687.      *
  5688.      * @return \App\Twig\Extension\FormExtension
  5689.      */
  5690.     protected function getFormExtensionService()
  5691.     {
  5692.         return $this->privates['App\\Twig\\Extension\\FormExtension'] = new \App\Twig\Extension\FormExtension();
  5693.     }
  5694.     /**
  5695.      * Gets the private 'App\Twig\Extension\HtmlExtension' shared autowired service.
  5696.      *
  5697.      * @return \App\Twig\Extension\HtmlExtension
  5698.      */
  5699.     protected function getHtmlExtensionService()
  5700.     {
  5701.         return $this->privates['App\\Twig\\Extension\\HtmlExtension'] = new \App\Twig\Extension\HtmlExtension();
  5702.     }
  5703.     /**
  5704.      * Gets the private 'App\Twig\Extension\MediaExtension' shared autowired service.
  5705.      *
  5706.      * @return \App\Twig\Extension\MediaExtension
  5707.      */
  5708.     protected function getMediaExtensionService()
  5709.     {
  5710.         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()));
  5711.     }
  5712.     /**
  5713.      * Gets the private 'App\Twig\Extension\MiscellaneousExtension' shared autowired service.
  5714.      *
  5715.      * @return \App\Twig\Extension\MiscellaneousExtension
  5716.      */
  5717.     protected function getMiscellaneousExtensionService()
  5718.     {
  5719.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  5720.         if (isset($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'])) {
  5721.             return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'];
  5722.         }
  5723.         $b = ($this->privates['App\\Service\\Content\\WebUrlGenerator'] ?? $this->getWebUrlGeneratorService());
  5724.         if (isset($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'])) {
  5725.             return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'];
  5726.         }
  5727.         return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'] = new \App\Twig\Extension\MiscellaneousExtension(($this->services['translator'] ?? $this->getTranslatorService()), $a$b);
  5728.     }
  5729.     /**
  5730.      * Gets the private 'App\Twig\Extension\PhoneNumberExtension' shared autowired service.
  5731.      *
  5732.      * @return \App\Twig\Extension\PhoneNumberExtension
  5733.      */
  5734.     protected function getPhoneNumberExtensionService()
  5735.     {
  5736.         return $this->privates['App\\Twig\\Extension\\PhoneNumberExtension'] = new \App\Twig\Extension\PhoneNumberExtension(($this->services['App\\Service\\Data\\PhoneNumberService'] ?? $this->getPhoneNumberServiceService()));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'App\Twig\Extension\SecurityExtension' shared autowired service.
  5740.      *
  5741.      * @return \App\Twig\Extension\SecurityExtension
  5742.      */
  5743.     protected function getSecurityExtensionService()
  5744.     {
  5745.         $a = ($this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'] ?? $this->getAuthorizationTesterService());
  5746.         if (isset($this->privates['App\\Twig\\Extension\\SecurityExtension'])) {
  5747.             return $this->privates['App\\Twig\\Extension\\SecurityExtension'];
  5748.         }
  5749.         return $this->privates['App\\Twig\\Extension\\SecurityExtension'] = new \App\Twig\Extension\SecurityExtension($a);
  5750.     }
  5751.     /**
  5752.      * Gets the private 'App\Twig\Extension\TypesExtension' shared autowired service.
  5753.      *
  5754.      * @return \App\Twig\Extension\TypesExtension
  5755.      */
  5756.     protected function getTypesExtensionService()
  5757.     {
  5758.         return $this->privates['App\\Twig\\Extension\\TypesExtension'] = new \App\Twig\Extension\TypesExtension();
  5759.     }
  5760.     /**
  5761.      * Gets the private 'App\Twig\Extension\ViewLayerExtension' shared autowired service.
  5762.      *
  5763.      * @return \App\Twig\Extension\ViewLayerExtension
  5764.      */
  5765.     protected function getViewLayerExtensionService()
  5766.     {
  5767.         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))));
  5768.     }
  5769.     /**
  5770.      * Gets the private 'App\Twig\Extension\VolatilesExtension' shared autowired service.
  5771.      *
  5772.      * @return \App\Twig\Extension\VolatilesExtension
  5773.      */
  5774.     protected function getVolatilesExtensionService()
  5775.     {
  5776.         return $this->privates['App\\Twig\\Extension\\VolatilesExtension'] = new \App\Twig\Extension\VolatilesExtension();
  5777.     }
  5778.     /**
  5779.      * Gets the private 'App\Twig\ViewLayerGlobal' shared autowired service.
  5780.      *
  5781.      * @return \App\Twig\ViewLayerGlobal
  5782.      */
  5783.     protected function getViewLayerGlobalService()
  5784.     {
  5785.         return $this->privates['App\\Twig\\ViewLayerGlobal'] = new \App\Twig\ViewLayerGlobal();
  5786.     }
  5787.     /**
  5788.      * Gets the private 'Aws\Polly\PollyClient' shared autowired service.
  5789.      *
  5790.      * @return \Aws\Polly\PollyClient
  5791.      */
  5792.     protected function getPollyClientService()
  5793.     {
  5794.         return $this->privates['Aws\\Polly\\PollyClient'] = new \Aws\Polly\PollyClient($this->parameters['amazon.polly']);
  5795.     }
  5796.     /**
  5797.      * Gets the private 'Aws\S3\S3Client' shared autowired service.
  5798.      *
  5799.      * @return \Aws\S3\S3Client
  5800.      */
  5801.     protected function getS3ClientService()
  5802.     {
  5803.         return $this->privates['Aws\\S3\\S3Client'] = new \Aws\S3\S3Client($this->parameters['amazon.s3']);
  5804.     }
  5805.     /**
  5806.      * Gets the private 'Cms\AssetsBundle\Service\AssetCatalog' shared autowired service.
  5807.      *
  5808.      * @return \Cms\AssetsBundle\Service\AssetCatalog
  5809.      */
  5810.     protected function getAssetCatalogService()
  5811.     {
  5812.         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);
  5813.     }
  5814.     /**
  5815.      * Gets the private 'Cms\ContainerBundle\Service\ContainerService' shared autowired service.
  5816.      *
  5817.      * @return \Cms\ContainerBundle\Service\ContainerService
  5818.      */
  5819.     protected function getContainerServiceService()
  5820.     {
  5821.         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');
  5822.     }
  5823.     /**
  5824.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerDebuggingExtension' shared autowired service.
  5825.      *
  5826.      * @return \Cms\ContainerBundle\Twig\ContainerDebuggingExtension
  5827.      */
  5828.     protected function getContainerDebuggingExtensionService()
  5829.     {
  5830.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerDebuggingExtension'] = new \Cms\ContainerBundle\Twig\ContainerDebuggingExtension(($this->services['Cms\\ContainerBundle\\Service\\DebuggingService'] ?? $this->getDebuggingServiceService()));
  5831.     }
  5832.     /**
  5833.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerExtension' shared autowired service.
  5834.      *
  5835.      * @return \Cms\ContainerBundle\Twig\ContainerExtension
  5836.      */
  5837.     protected function getContainerExtensionService()
  5838.     {
  5839.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] = new \Cms\ContainerBundle\Twig\ContainerExtension();
  5840.     }
  5841.     /**
  5842.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerRouteExtension' shared autowired service.
  5843.      *
  5844.      * @return \Cms\ContainerBundle\Twig\ContainerRouteExtension
  5845.      */
  5846.     protected function getContainerRouteExtensionService()
  5847.     {
  5848.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerRouteExtension'] = new \Cms\ContainerBundle\Twig\ContainerRouteExtension(($this->privates['Cms\\ContainerBundle\\Service\\ContainerService'] ?? $this->getContainerServiceService()));
  5849.     }
  5850.     /**
  5851.      * Gets the private 'Cms\ContentBundle\Service\Twig\ContentEditorExtension' shared autowired service.
  5852.      *
  5853.      * @return \Cms\ContentBundle\Service\Twig\ContentEditorExtension
  5854.      */
  5855.     protected function getContentEditorExtensionService()
  5856.     {
  5857.         return $this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] = new \Cms\ContentBundle\Service\Twig\ContentEditorExtension();
  5858.     }
  5859.     /**
  5860.      * Gets the private 'Cms\CoreBundle\EventListeners\CacheOverrideListener' shared autowired service.
  5861.      *
  5862.      * @return \Cms\CoreBundle\EventListeners\CacheOverrideListener
  5863.      */
  5864.     protected function getCacheOverrideListenerService()
  5865.     {
  5866.         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))));
  5867.     }
  5868.     /**
  5869.      * Gets the private 'Cms\CoreBundle\Service\Aws\S3Wrapper' shared autowired service.
  5870.      *
  5871.      * @return \Cms\CoreBundle\Service\Aws\S3Wrapper
  5872.      */
  5873.     protected function getS3WrapperService()
  5874.     {
  5875.         return $this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] = new \Cms\CoreBundle\Service\Aws\S3Wrapper('test'$this->parameters['amazon.s3']);
  5876.     }
  5877.     /**
  5878.      * Gets the private 'Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider' shared autowired service.
  5879.      *
  5880.      * @return \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider
  5881.      */
  5882.     protected function getCustomExpressionFunctionProviderService()
  5883.     {
  5884.         return $this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] = new \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider();
  5885.     }
  5886.     /**
  5887.      * Gets the private 'Cms\CoreBundle\Service\SystemSetup' shared autowired service.
  5888.      *
  5889.      * @return \Cms\CoreBundle\Service\SystemSetup
  5890.      */
  5891.     protected function getSystemSetupService()
  5892.     {
  5893.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  5894.         if (isset($this->privates['Cms\\CoreBundle\\Service\\SystemSetup'])) {
  5895.             return $this->privates['Cms\\CoreBundle\\Service\\SystemSetup'];
  5896.         }
  5897.         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))));
  5898.     }
  5899.     /**
  5900.      * Gets the private 'Cms\CoreBundle\Service\Twig\ArraysExtension' shared autowired service.
  5901.      *
  5902.      * @return \Cms\CoreBundle\Service\Twig\ArraysExtension
  5903.      */
  5904.     protected function getArraysExtension2Service()
  5905.     {
  5906.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] = new \Cms\CoreBundle\Service\Twig\ArraysExtension();
  5907.     }
  5908.     /**
  5909.      * Gets the private 'Cms\CoreBundle\Service\Twig\ClassifyExtension' shared autowired service.
  5910.      *
  5911.      * @return \Cms\CoreBundle\Service\Twig\ClassifyExtension
  5912.      */
  5913.     protected function getClassifyExtensionService()
  5914.     {
  5915.         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())));
  5916.     }
  5917.     /**
  5918.      * Gets the private 'Cms\CoreBundle\Service\Twig\ContextExtension' shared autowired service.
  5919.      *
  5920.      * @return \Cms\CoreBundle\Service\Twig\ContextExtension
  5921.      */
  5922.     protected function getContextExtensionService()
  5923.     {
  5924.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  5925.         if (isset($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'])) {
  5926.             return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'];
  5927.         }
  5928.         $b = ($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'] ?? $this->getGlobalVariablesService());
  5929.         if (isset($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'])) {
  5930.             return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'];
  5931.         }
  5932.         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);
  5933.     }
  5934.     /**
  5935.      * Gets the private 'Cms\CoreBundle\Service\Twig\DateTimeExtension' shared autowired service.
  5936.      *
  5937.      * @return \Cms\CoreBundle\Service\Twig\DateTimeExtension
  5938.      */
  5939.     protected function getDateTimeExtensionService()
  5940.     {
  5941.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\DateTimeExtension'] = new \Cms\CoreBundle\Service\Twig\DateTimeExtension(($this->services['Cms\\CoreBundle\\Service\\LocaleManager'] ?? $this->getLocaleManagerService()));
  5942.     }
  5943.     /**
  5944.      * Gets the private 'Cms\CoreBundle\Service\Twig\StringExtension' shared autowired service.
  5945.      *
  5946.      * @return \Cms\CoreBundle\Service\Twig\StringExtension
  5947.      */
  5948.     protected function getStringExtensionService()
  5949.     {
  5950.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] = new \Cms\CoreBundle\Service\Twig\StringExtension();
  5951.     }
  5952.     /**
  5953.      * Gets the private 'Cms\CoreBundle\Twig\NestedExtension' shared autowired service.
  5954.      *
  5955.      * @return \Cms\CoreBundle\Twig\NestedExtension
  5956.      */
  5957.     protected function getNestedExtensionService()
  5958.     {
  5959.         return $this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] = new \Cms\CoreBundle\Twig\NestedExtension();
  5960.     }
  5961.     /**
  5962.      * Gets the private 'Cms\DevelopmentBundle\Collector\SecurityCollector' shared autowired service.
  5963.      *
  5964.      * @return \Cms\DevelopmentBundle\Collector\SecurityCollector
  5965.      */
  5966.     protected function getSecurityCollectorService()
  5967.     {
  5968.         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()));
  5969.     }
  5970.     /**
  5971.      * Gets the private 'Cms\DevelopmentBundle\Collector\TenantCollector' shared autowired service.
  5972.      *
  5973.      * @return \Cms\DevelopmentBundle\Collector\TenantCollector
  5974.      */
  5975.     protected function getTenantCollectorService()
  5976.     {
  5977.         return $this->privates['Cms\\DevelopmentBundle\\Collector\\TenantCollector'] = new \Cms\DevelopmentBundle\Collector\TenantCollector(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  5978.     }
  5979.     /**
  5980.      * Gets the private 'Cms\FileBundle\Service\Image' shared autowired service.
  5981.      *
  5982.      * @return \Cms\FileBundle\Service\Image
  5983.      */
  5984.     protected function getImageService()
  5985.     {
  5986.         return $this->privates['Cms\\FileBundle\\Service\\Image'] = new \Cms\FileBundle\Service\Image($this->parameters['thumbnails']);
  5987.     }
  5988.     /**
  5989.      * Gets the private 'Cms\FileBundle\Service\Twig\FileExtension' shared autowired service.
  5990.      *
  5991.      * @return \Cms\FileBundle\Service\Twig\FileExtension
  5992.      */
  5993.     protected function getFileExtensionService()
  5994.     {
  5995.         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()));
  5996.     }
  5997.     /**
  5998.      * Gets the private 'Cms\FileBundle\Service\Twig\UrlExtension' shared autowired service.
  5999.      *
  6000.      * @return \Cms\FileBundle\Service\Twig\UrlExtension
  6001.      */
  6002.     protected function getUrlExtensionService()
  6003.     {
  6004.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6005.         if (isset($this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'])) {
  6006.             return $this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'];
  6007.         }
  6008.         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))));
  6009.     }
  6010.     /**
  6011.      * Gets the private 'Cms\LogBundle\Service\RollbarHandlerFactory' shared autowired service.
  6012.      *
  6013.      * @return \Cms\LogBundle\Service\RollbarHandlerFactory
  6014.      */
  6015.     protected function getRollbarHandlerFactoryService()
  6016.     {
  6017.         return $this->privates['Cms\\LogBundle\\Service\\RollbarHandlerFactory'] = new \Cms\LogBundle\Service\RollbarHandlerFactory($this);
  6018.     }
  6019.     /**
  6020.      * Gets the private 'Cms\ModuleBundle\Request\ParamConverter\ContainerConverter' shared autowired service.
  6021.      *
  6022.      * @return \Cms\ModuleBundle\Request\ParamConverter\ContainerConverter
  6023.      */
  6024.     protected function getContainerConverterService()
  6025.     {
  6026.         return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ContainerConverter'] = new \Cms\ModuleBundle\Request\ParamConverter\ContainerConverter(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  6027.     }
  6028.     /**
  6029.      * Gets the private 'Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter' shared autowired service.
  6030.      *
  6031.      * @return \Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter
  6032.      */
  6033.     protected function getModuleEntityConverterService()
  6034.     {
  6035.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6036.         if (isset($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'])) {
  6037.             return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'];
  6038.         }
  6039.         return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'] = new \Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a);
  6040.     }
  6041.     /**
  6042.      * Gets the private 'Cms\ModuleBundle\Service\DraftManager' shared autowired service.
  6043.      *
  6044.      * @return \Cms\ModuleBundle\Service\DraftManager
  6045.      */
  6046.     protected function getDraftManagerService()
  6047.     {
  6048.         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']);
  6049.     }
  6050.     /**
  6051.      * Gets the private 'Cms\ModuleBundle\Twig\ModuleListingExtension' shared autowired service.
  6052.      *
  6053.      * @return \Cms\ModuleBundle\Twig\ModuleListingExtension
  6054.      */
  6055.     protected function getModuleListingExtensionService()
  6056.     {
  6057.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6058.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'])) {
  6059.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'];
  6060.         }
  6061.         $b = ($this->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $this->getPublicationServiceService());
  6062.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'])) {
  6063.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'];
  6064.         }
  6065.         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()));
  6066.     }
  6067.     /**
  6068.      * Gets the private 'Cms\ModuleBundle\Twig\ModuleRouteExtension' shared autowired service.
  6069.      *
  6070.      * @return \Cms\ModuleBundle\Twig\ModuleRouteExtension
  6071.      */
  6072.     protected function getModuleRouteExtensionService()
  6073.     {
  6074.         $a = ($this->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $this->getPublicationServiceService());
  6075.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'])) {
  6076.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'];
  6077.         }
  6078.         return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'] = new \Cms\ModuleBundle\Twig\ModuleRouteExtension($a);
  6079.     }
  6080.     /**
  6081.      * Gets the private 'Cms\TenantBundle\Listener\PolicyListener' shared autowired service.
  6082.      *
  6083.      * @return \Cms\TenantBundle\Listener\PolicyListener
  6084.      */
  6085.     protected function getPolicyListenerService()
  6086.     {
  6087.         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))));
  6088.     }
  6089.     /**
  6090.      * Gets the private 'Cms\TenantBundle\Service\Twig\TenantExtension' shared autowired service.
  6091.      *
  6092.      * @return \Cms\TenantBundle\Service\Twig\TenantExtension
  6093.      */
  6094.     protected function getTenantExtensionService()
  6095.     {
  6096.         return $this->privates['Cms\\TenantBundle\\Service\\Twig\\TenantExtension'] = new \Cms\TenantBundle\Service\Twig\TenantExtension(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6097.     }
  6098.     /**
  6099.      * Gets the private 'Cms\WidgetBundle\Service\Twig\WidgetExtension' shared autowired service.
  6100.      *
  6101.      * @return \Cms\WidgetBundle\Service\Twig\WidgetExtension
  6102.      */
  6103.     protected function getWidgetExtensionService()
  6104.     {
  6105.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  6106.         if (isset($this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'])) {
  6107.             return $this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'];
  6108.         }
  6109.         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()));
  6110.     }
  6111.     /**
  6112.      * Gets the private 'Platform\ControlPanelBundle\Listeners\RequestListener' shared autowired service.
  6113.      *
  6114.      * @return \Platform\ControlPanelBundle\Listeners\RequestListener
  6115.      */
  6116.     protected function getRequestListenerService()
  6117.     {
  6118.         return $this->privates['Platform\\ControlPanelBundle\\Listeners\\RequestListener'] = new \Platform\ControlPanelBundle\Listeners\RequestListener(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6119.     }
  6120.     /**
  6121.      * Gets the private 'Platform\MarketingBundle\Listeners\UpsellListener' shared autowired service.
  6122.      *
  6123.      * @return \Platform\MarketingBundle\Listeners\UpsellListener
  6124.      */
  6125.     protected function getUpsellListenerService()
  6126.     {
  6127.         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()));
  6128.     }
  6129.     /**
  6130.      * Gets the private 'Platform\SecurityBundle\Listeners\AccountStatusListener' shared autowired service.
  6131.      *
  6132.      * @return \Platform\SecurityBundle\Listeners\AccountStatusListener
  6133.      */
  6134.     protected function getAccountStatusListenerService()
  6135.     {
  6136.         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()));
  6137.     }
  6138.     /**
  6139.      * Gets the private 'Products\NotificationsBundle\Subscriber\LanguageSubscriber' shared autowired service.
  6140.      *
  6141.      * @return \Products\NotificationsBundle\Subscriber\LanguageSubscriber
  6142.      */
  6143.     protected function getLanguageSubscriberService()
  6144.     {
  6145.         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()));
  6146.     }
  6147.     /**
  6148.      * Gets the private 'Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber' shared autowired service.
  6149.      *
  6150.      * @return \Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber
  6151.      */
  6152.     protected function getApiControllerSubscriberService()
  6153.     {
  6154.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6155.         if (isset($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'])) {
  6156.             return $this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'];
  6157.         }
  6158.         return $this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] = new \Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber($a, ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6159.     }
  6160.     /**
  6161.      * Gets the private 'Profiler\MySQLProfilerStorage' shared autowired service.
  6162.      *
  6163.      * @return \Profiler\MySQLProfilerStorage
  6164.      */
  6165.     protected function getMySQLProfilerStorageService()
  6166.     {
  6167.         return $this->privates['Profiler\\MySQLProfilerStorage'] = new \Profiler\MySQLProfilerStorage(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  6168.     }
  6169.     /**
  6170.      * Gets the private 'Rollbar\Monolog\Handler\RollbarHandler' shared service.
  6171.      *
  6172.      * @return \Rollbar\Monolog\Handler\RollbarHandler
  6173.      */
  6174.     protected function getRollbarHandlerService()
  6175.     {
  6176.         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();
  6177.     }
  6178.     /**
  6179.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  6180.      *
  6181.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  6182.      */
  6183.     protected function getResetAssetsEventListenerService()
  6184.     {
  6185.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6186.     }
  6187.     /**
  6188.      * Gets the private 'annotations.cache_adapter' shared service.
  6189.      *
  6190.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6191.      */
  6192.     protected function getAnnotations_CacheAdapterService()
  6193.     {
  6194.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6195.     }
  6196.     /**
  6197.      * Gets the private 'annotations.cached_reader' shared service.
  6198.      *
  6199.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6200.      */
  6201.     protected function getAnnotations_CachedReaderService()
  6202.     {
  6203.         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);
  6204.     }
  6205.     /**
  6206.      * Gets the private 'annotations.reader' shared service.
  6207.      *
  6208.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6209.      */
  6210.     protected function getAnnotations_ReaderService()
  6211.     {
  6212.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6213.         $instance->addGlobalIgnoredName('required'NULL);
  6214.         return $instance;
  6215.     }
  6216.     /**
  6217.      * Gets the private 'argument_metadata_factory' shared service.
  6218.      *
  6219.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  6220.      */
  6221.     protected function getArgumentMetadataFactoryService()
  6222.     {
  6223.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  6224.     }
  6225.     /**
  6226.      * Gets the private 'assets._default_package' shared service.
  6227.      *
  6228.      * @return \Symfony\Component\Asset\PathPackage
  6229.      */
  6230.     protected function getAssets_DefaultPackageService()
  6231.     {
  6232.         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()));
  6233.     }
  6234.     /**
  6235.      * Gets the private 'assets.context' shared service.
  6236.      *
  6237.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  6238.      */
  6239.     protected function getAssets_ContextService()
  6240.     {
  6241.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6242.         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());
  6243.     }
  6244.     /**
  6245.      * Gets the private 'assets.empty_version_strategy' shared service.
  6246.      *
  6247.      * @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
  6248.      */
  6249.     protected function getAssets_EmptyVersionStrategyService()
  6250.     {
  6251.         return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  6252.     }
  6253.     /**
  6254.      * Gets the private 'assets.packages' shared service.
  6255.      *
  6256.      * @return \Symfony\Component\Asset\Packages
  6257.      */
  6258.     protected function getAssets_PackagesService()
  6259.     {
  6260.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  6261.             return new \EmptyIterator();
  6262.         }, 0));
  6263.     }
  6264.     /**
  6265.      * Gets the private 'cache.annotations' shared service.
  6266.      *
  6267.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6268.      */
  6269.     protected function getCache_AnnotationsService()
  6270.     {
  6271.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  6272.     }
  6273.     /**
  6274.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  6275.      *
  6276.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6277.      */
  6278.     protected function getCache_Annotations_RecorderInnerService()
  6279.     {
  6280.         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()));
  6281.     }
  6282.     /**
  6283.      * Gets the private 'cache.app.recorder_inner' shared service.
  6284.      *
  6285.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  6286.      */
  6287.     protected function getCache_App_RecorderInnerService()
  6288.     {
  6289.         $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))));
  6290.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6291.         return $instance;
  6292.     }
  6293.     /**
  6294.      * Gets the private 'cache.default_marshaller' shared service.
  6295.      *
  6296.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  6297.      */
  6298.     protected function getCache_DefaultMarshallerService()
  6299.     {
  6300.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  6301.     }
  6302.     /**
  6303.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6304.      *
  6305.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6306.      */
  6307.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6308.     {
  6309.         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())));
  6310.     }
  6311.     /**
  6312.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  6313.      *
  6314.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  6315.      */
  6316.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  6317.     {
  6318.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  6319.     }
  6320.     /**
  6321.      * Gets the private 'cache.property_info' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6324.      */
  6325.     protected function getCache_PropertyInfoService()
  6326.     {
  6327.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  6328.     }
  6329.     /**
  6330.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  6331.      *
  6332.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6333.      */
  6334.     protected function getCache_PropertyInfo_RecorderInnerService()
  6335.     {
  6336.         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()));
  6337.     }
  6338.     /**
  6339.      * Gets the private 'cache.security_expression_language' shared service.
  6340.      *
  6341.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6342.      */
  6343.     protected function getCache_SecurityExpressionLanguageService()
  6344.     {
  6345.         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()));
  6346.     }
  6347.     /**
  6348.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  6349.      *
  6350.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6351.      */
  6352.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  6353.     {
  6354.         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()));
  6355.     }
  6356.     /**
  6357.      * Gets the private 'cache.serializer' shared service.
  6358.      *
  6359.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6360.      */
  6361.     protected function getCache_SerializerService()
  6362.     {
  6363.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  6364.     }
  6365.     /**
  6366.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6369.      */
  6370.     protected function getCache_Serializer_RecorderInnerService()
  6371.     {
  6372.         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()));
  6373.     }
  6374.     /**
  6375.      * Gets the private 'cache.system.recorder_inner' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6378.      */
  6379.     protected function getCache_System_RecorderInnerService()
  6380.     {
  6381.         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()));
  6382.     }
  6383.     /**
  6384.      * Gets the private 'cache.validator' shared service.
  6385.      *
  6386.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6387.      */
  6388.     protected function getCache_ValidatorService()
  6389.     {
  6390.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  6391.     }
  6392.     /**
  6393.      * Gets the private 'cache.validator.recorder_inner' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6396.      */
  6397.     protected function getCache_Validator_RecorderInnerService()
  6398.     {
  6399.         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()));
  6400.     }
  6401.     /**
  6402.      * Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
  6403.      *
  6404.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6405.      */
  6406.     protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
  6407.     {
  6408.         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()));
  6409.     }
  6410.     /**
  6411.      * Gets the private 'cache.webpack_encore' shared service.
  6412.      *
  6413.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6414.      */
  6415.     protected function getCache_WebpackEncoreService()
  6416.     {
  6417.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
  6418.     }
  6419.     /**
  6420.      * Gets the private 'cache.webpack_encore.recorder_inner' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6423.      */
  6424.     protected function getCache_WebpackEncore_RecorderInnerService()
  6425.     {
  6426.         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()));
  6427.     }
  6428.     /**
  6429.      * Gets the private 'config_cache_factory' shared service.
  6430.      *
  6431.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6432.      */
  6433.     protected function getConfigCacheFactoryService()
  6434.     {
  6435.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6436.             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)));
  6437.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6438.         }, 2));
  6439.     }
  6440.     /**
  6441.      * Gets the private 'data_collector.ajax' shared service.
  6442.      *
  6443.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  6444.      */
  6445.     protected function getDataCollector_AjaxService()
  6446.     {
  6447.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  6448.     }
  6449.     /**
  6450.      * Gets the private 'data_collector.cache' shared service.
  6451.      *
  6452.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  6453.      */
  6454.     protected function getDataCollector_CacheService()
  6455.     {
  6456.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  6457.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6458.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  6459.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  6460.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  6461.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  6462.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6463.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  6464.         $instance->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  6465.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  6466.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  6467.         $instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  6468.         return $instance;
  6469.     }
  6470.     /**
  6471.      * Gets the private 'data_collector.config' shared service.
  6472.      *
  6473.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  6474.      */
  6475.     protected function getDataCollector_ConfigService()
  6476.     {
  6477.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  6478.         if ($this->has('kernel')) {
  6479.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  6480.         }
  6481.         return $instance;
  6482.     }
  6483.     /**
  6484.      * Gets the private 'data_collector.doctrine' shared service.
  6485.      *
  6486.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  6487.      */
  6488.     protected function getDataCollector_DoctrineService()
  6489.     {
  6490.         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([]))));
  6491.     }
  6492.     /**
  6493.      * Gets the private 'data_collector.events' shared service.
  6494.      *
  6495.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  6496.      */
  6497.     protected function getDataCollector_EventsService()
  6498.     {
  6499.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6500.         if (isset($this->privates['data_collector.events'])) {
  6501.             return $this->privates['data_collector.events'];
  6502.         }
  6503.         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())));
  6504.     }
  6505.     /**
  6506.      * Gets the private 'data_collector.exception' shared service.
  6507.      *
  6508.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  6509.      */
  6510.     protected function getDataCollector_ExceptionService()
  6511.     {
  6512.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  6513.     }
  6514.     /**
  6515.      * Gets the private 'data_collector.form' shared service.
  6516.      *
  6517.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6518.      */
  6519.     protected function getDataCollector_FormService()
  6520.     {
  6521.         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())));
  6522.     }
  6523.     /**
  6524.      * Gets the private 'data_collector.form.extractor' shared service.
  6525.      *
  6526.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  6527.      */
  6528.     protected function getDataCollector_Form_ExtractorService()
  6529.     {
  6530.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  6531.     }
  6532.     /**
  6533.      * Gets the private 'data_collector.logger' shared service.
  6534.      *
  6535.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  6536.      */
  6537.     protected function getDataCollector_LoggerService()
  6538.     {
  6539.         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())));
  6540.     }
  6541.     /**
  6542.      * Gets the private 'data_collector.memory' shared service.
  6543.      *
  6544.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  6545.      */
  6546.     protected function getDataCollector_MemoryService()
  6547.     {
  6548.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  6549.     }
  6550.     /**
  6551.      * Gets the private 'data_collector.request' shared service.
  6552.      *
  6553.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6554.      */
  6555.     protected function getDataCollector_RequestService()
  6556.     {
  6557.         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())));
  6558.     }
  6559.     /**
  6560.      * Gets the private 'data_collector.router' shared service.
  6561.      *
  6562.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  6563.      */
  6564.     protected function getDataCollector_RouterService()
  6565.     {
  6566.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  6567.     }
  6568.     /**
  6569.      * Gets the private 'data_collector.security' shared service.
  6570.      *
  6571.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  6572.      */
  6573.     protected function getDataCollector_SecurityService()
  6574.     {
  6575.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6576.         if (isset($this->privates['data_collector.security'])) {
  6577.             return $this->privates['data_collector.security'];
  6578.         }
  6579.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6580.         if (isset($this->privates['data_collector.security'])) {
  6581.             return $this->privates['data_collector.security'];
  6582.         }
  6583.         $c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6584.         if (isset($this->privates['data_collector.security'])) {
  6585.             return $this->privates['data_collector.security'];
  6586.         }
  6587.         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);
  6588.     }
  6589.     /**
  6590.      * Gets the private 'data_collector.time' shared service.
  6591.      *
  6592.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  6593.      */
  6594.     protected function getDataCollector_TimeService()
  6595.     {
  6596.         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))));
  6597.     }
  6598.     /**
  6599.      * Gets the private 'data_collector.translation' shared service.
  6600.      *
  6601.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  6602.      */
  6603.     protected function getDataCollector_TranslationService()
  6604.     {
  6605.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  6606.     }
  6607.     /**
  6608.      * Gets the private 'data_collector.twig' shared service.
  6609.      *
  6610.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  6611.      */
  6612.     protected function getDataCollector_TwigService()
  6613.     {
  6614.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6615.         if (isset($this->privates['data_collector.twig'])) {
  6616.             return $this->privates['data_collector.twig'];
  6617.         }
  6618.         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);
  6619.     }
  6620.     /**
  6621.      * Gets the private 'data_collector.validator' shared service.
  6622.      *
  6623.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  6624.      */
  6625.     protected function getDataCollector_ValidatorService()
  6626.     {
  6627.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6628.         if (isset($this->privates['data_collector.validator'])) {
  6629.             return $this->privates['data_collector.validator'];
  6630.         }
  6631.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector($a);
  6632.     }
  6633.     /**
  6634.      * Gets the private 'debug.argument_resolver' shared service.
  6635.      *
  6636.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  6637.      */
  6638.     protected function getDebug_ArgumentResolverService()
  6639.     {
  6640.         $a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
  6641.         if (isset($this->privates['debug.argument_resolver'])) {
  6642.             return $this->privates['debug.argument_resolver'];
  6643.         }
  6644.         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))));
  6645.     }
  6646.     /**
  6647.      * Gets the private 'debug.argument_resolver.inner' shared service.
  6648.      *
  6649.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  6650.      */
  6651.     protected function getDebug_ArgumentResolver_InnerService()
  6652.     {
  6653.         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 () {
  6654.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  6655.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  6656.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  6657.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  6658.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  6659.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  6660.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  6661.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  6662.         }, 8));
  6663.     }
  6664.     /**
  6665.      * Gets the private 'debug.controller_resolver' shared service.
  6666.      *
  6667.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  6668.      */
  6669.     protected function getDebug_ControllerResolverService()
  6670.     {
  6671.         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))));
  6672.     }
  6673.     /**
  6674.      * Gets the private 'debug.controller_resolver.inner' shared service.
  6675.      *
  6676.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  6677.      */
  6678.     protected function getDebug_ControllerResolver_InnerService()
  6679.     {
  6680.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  6681.     }
  6682.     /**
  6683.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6684.      *
  6685.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6686.      */
  6687.     protected function getDebug_DebugHandlersListenerService()
  6688.     {
  6689.         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);
  6690.     }
  6691.     /**
  6692.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  6693.      *
  6694.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6695.      */
  6696.     protected function getDebug_EventDispatcher_InnerService()
  6697.     {
  6698.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6699.     }
  6700.     /**
  6701.      * Gets the private 'debug.file_link_formatter' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6704.      */
  6705.     protected function getDebug_FileLinkFormatterService()
  6706.     {
  6707.         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 () {
  6708.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  6709.         });
  6710.     }
  6711.     /**
  6712.      * Gets the private 'debug.log_processor' shared service.
  6713.      *
  6714.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6715.      */
  6716.     protected function getDebug_LogProcessorService()
  6717.     {
  6718.         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())));
  6719.     }
  6720.     /**
  6721.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6722.      *
  6723.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6724.      */
  6725.     protected function getDebug_Security_Access_DecisionManagerService()
  6726.     {
  6727.         $a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
  6728.         if (isset($this->privates['debug.security.access.decision_manager'])) {
  6729.             return $this->privates['debug.security.access.decision_manager'];
  6730.         }
  6731.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  6732.     }
  6733.     /**
  6734.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  6735.      *
  6736.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  6737.      */
  6738.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  6739.     {
  6740.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6741.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  6742.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  6743.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  6744.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\AliasVoter'] ?? $this->load('getAliasVoter2Service'));
  6745.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Service\\Voters\\ImpersonateVoter'] ?? $this->load('getImpersonateVoter2Service'));
  6746.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\CmsVoter'] ?? $this->load('getCmsVoter2Service'));
  6747.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\InternalUserVoter'] ?? $this->load('getInternalUserVoter2Service'));
  6748.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\NotificationsVoter'] ?? $this->load('getNotificationsVoter2Service'));
  6749.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\SuperUserVoter'] ?? $this->load('getSuperUserVoter2Service'));
  6750.         }, 9), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  6751.     }
  6752.     /**
  6753.      * Gets the private 'debug.security.firewall' shared service.
  6754.      *
  6755.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6756.      */
  6757.     protected function getDebug_Security_FirewallService()
  6758.     {
  6759.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6760.         if (isset($this->privates['debug.security.firewall'])) {
  6761.             return $this->privates['debug.security.firewall'];
  6762.         }
  6763.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6764.         if (isset($this->privates['debug.security.firewall'])) {
  6765.             return $this->privates['debug.security.firewall'];
  6766.         }
  6767.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6768.     }
  6769.     /**
  6770.      * Gets the private 'debug.stopwatch' shared service.
  6771.      *
  6772.      * @return \Symfony\Component\Stopwatch\Stopwatch
  6773.      */
  6774.     protected function getDebug_StopwatchService()
  6775.     {
  6776.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  6777.     }
  6778.     /**
  6779.      * Gets the private 'debug.validator.inner' shared service.
  6780.      *
  6781.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  6782.      */
  6783.     protected function getDebug_Validator_InnerService()
  6784.     {
  6785.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  6786.         if (isset($this->privates['debug.validator.inner'])) {
  6787.             return $this->privates['debug.validator.inner'];
  6788.         }
  6789.         return $this->privates['debug.validator.inner'] = $a->getValidator();
  6790.     }
  6791.     /**
  6792.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  6793.      *
  6794.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  6795.      */
  6796.     protected function getDisallowSearchEngineIndexResponseListenerService()
  6797.     {
  6798.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  6799.     }
  6800.     /**
  6801.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  6802.      *
  6803.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  6804.      */
  6805.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  6806.     {
  6807.         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()));
  6808.     }
  6809.     /**
  6810.      * Gets the private 'doctrine.dbal.connection_factory.dsn_parser' shared service.
  6811.      *
  6812.      * @return \Doctrine\DBAL\Tools\DsnParser
  6813.      */
  6814.     protected function getDoctrine_Dbal_ConnectionFactory_DsnParserService()
  6815.     {
  6816.         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']);
  6817.     }
  6818.     /**
  6819.      * Gets the private 'doctrine.dbal.debug_middleware.default' shared service.
  6820.      *
  6821.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware
  6822.      */
  6823.     protected function getDoctrine_Dbal_DebugMiddleware_DefaultService()
  6824.     {
  6825.         $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))));
  6826.         $instance->setConnectionName('default');
  6827.         return $instance;
  6828.     }
  6829.     /**
  6830.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  6831.      *
  6832.      * @return \Doctrine\DBAL\Configuration
  6833.      */
  6834.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  6835.     {
  6836.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  6837.         $instance->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  6838.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  6839.         $instance->setMiddlewares([=> ($this->privates['doctrine.dbal.debug_middleware.default'] ?? $this->getDoctrine_Dbal_DebugMiddleware_DefaultService())]);
  6840.         return $instance;
  6841.     }
  6842.     /**
  6843.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6844.      *
  6845.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6846.      */
  6847.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6848.     {
  6849.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6850.             'App\\Doctrine\\Listeners\\UlidTransitionalListener' => ['privates''App\\Doctrine\\Listeners\\UlidTransitionalListener''getUlidTransitionalListenerService'true],
  6851.             'Cms\\CoreBundle\\EventListeners\\RestoreListener' => ['privates''Cms\\CoreBundle\\EventListeners\\RestoreListener''getRestoreListenerService'true],
  6852.             'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener' => ['privates''Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener''getBlameableListenerService'true],
  6853.             'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener' => ['privates''Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener''getTimestampableListenerService'true],
  6854.             'Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber' => ['privates''Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber''getUuidDoctrineSubscriberService'true],
  6855.             'Cms\\ModuleBundle\\Service\\ModuleDoctrineListener' => ['privates''Cms\\ModuleBundle\\Service\\ModuleDoctrineListener''getModuleDoctrineListenerService'true],
  6856.             'Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber' => ['privates''Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber''getTenantDoctrineSubscriberService'true],
  6857.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  6858.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  6859.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  6860.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  6861.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  6862.         ], [
  6863.             'App\\Doctrine\\Listeners\\UlidTransitionalListener' => '?',
  6864.             'Cms\\CoreBundle\\EventListeners\\RestoreListener' => '?',
  6865.             'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener' => '?',
  6866.             'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener' => '?',
  6867.             'Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber' => '?',
  6868.             'Cms\\ModuleBundle\\Service\\ModuleDoctrineListener' => '?',
  6869.             'Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber' => '?',
  6870.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6871.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6872.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6873.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6874.             'stof_doctrine_extensions.listener.tree' => '?',
  6875.         ]), [=> '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']]);
  6876.     }
  6877.     /**
  6878.      * Gets the private 'doctrine.dbal.default_regex_schema_filter' shared service.
  6879.      *
  6880.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter
  6881.      */
  6882.     protected function getDoctrine_Dbal_DefaultRegexSchemaFilterService()
  6883.     {
  6884.         return $this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!php__session|sf_profiler_data)~');
  6885.     }
  6886.     /**
  6887.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  6888.      *
  6889.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  6890.      */
  6891.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  6892.     {
  6893.         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)~')))]);
  6894.     }
  6895.     /**
  6896.      * Gets the private 'doctrine.dbal.legacy_schema_manager_factory' shared service.
  6897.      *
  6898.      * @return \Doctrine\DBAL\Schema\LegacySchemaManagerFactory
  6899.      */
  6900.     protected function getDoctrine_Dbal_LegacySchemaManagerFactoryService()
  6901.     {
  6902.         return $this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory();
  6903.     }
  6904.     /**
  6905.      * Gets the private 'doctrine.dbal.well_known_schema_asset_filter' shared service.
  6906.      *
  6907.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter
  6908.      */
  6909.     protected function getDoctrine_Dbal_WellKnownSchemaAssetFilterService()
  6910.     {
  6911.         return $this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']);
  6912.     }
  6913.     /**
  6914.      * Gets the private 'doctrine.debug_data_holder' shared service.
  6915.      *
  6916.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder
  6917.      */
  6918.     protected function getDoctrine_DebugDataHolderService()
  6919.     {
  6920.         return $this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]);
  6921.     }
  6922.     /**
  6923.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  6924.      *
  6925.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  6926.      */
  6927.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  6928.     {
  6929.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6930.             'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  6931.             'Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository''getRecipientRepositoryService'true],
  6932.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository''getAppRecipientRepositoryService'true],
  6933.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository''getEmailRecipientRepositoryService'true],
  6934.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository''getPhoneRecipientRepositoryService'true],
  6935.         ], [
  6936.             'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository' => '?',
  6937.             'Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository' => '?',
  6938.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository' => '?',
  6939.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository' => '?',
  6940.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository' => '?',
  6941.         ]));
  6942.     }
  6943.     /**
  6944.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6945.      *
  6946.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6947.      */
  6948.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6949.     {
  6950.         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);
  6951.     }
  6952.     /**
  6953.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  6954.      *
  6955.      * @return \Doctrine\ORM\Configuration
  6956.      */
  6957.     protected function getDoctrine_Orm_DefaultConfigurationService()
  6958.     {
  6959.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  6960.         $a = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  6961.         $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']);
  6962.         $instance->setMetadataCache($a);
  6963.         $instance->setQueryCache($a);
  6964.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6965.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  6966.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  6967.         $instance->setProxyNamespace('Proxies');
  6968.         $instance->setAutoGenerateProxyClasses(false);
  6969.         $instance->setSchemaIgnoreClasses([]);
  6970.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  6971.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6972.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  6973.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  6974.         $instance->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  6975.         $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))));
  6976.         $instance->setLazyGhostObjectEnabled(false);
  6977.         $instance->setIdentityGenerationPreferences([]);
  6978.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  6979.         $instance->addCustomHydrationMode('SINGLE_COLUMN_HYDRATOR''Cms\\CoreBundle\\Doctrine\\Hydrators\\SingleColumnHydrator');
  6980.         $instance->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  6981.         $instance->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  6982.         $instance->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  6983.         $instance->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  6984.         $instance->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  6985.         $instance->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  6986.         $instance->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  6987.         $instance->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  6988.         $instance->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  6989.         $instance->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  6990.         $instance->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  6991.         $instance->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  6992.         $instance->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  6993.         $instance->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  6994.         $instance->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  6995.         $instance->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  6996.         $instance->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  6997.         $instance->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  6998.         $instance->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  6999.         $instance->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  7000.         $instance->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  7001.         $instance->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  7002.         $instance->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  7003.         $instance->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  7004.         $instance->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  7005.         $instance->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  7006.         $instance->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  7007.         $instance->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  7008.         $instance->addCustomStringFunction('json_contains''App\\Doctrine\\DBAL\\Query\\Mysql\\JsonContains');
  7009.         $instance->addCustomStringFunction('json_extract''App\\Doctrine\\DBAL\\Query\\Mysql\\JsonExtract');
  7010.         $instance->addCustomStringFunction('json_length''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonLength');
  7011.         $instance->addCustomStringFunction('json_overlaps''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonOverlaps');
  7012.         $instance->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  7013.         $instance->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  7014.         $instance->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  7015.         $instance->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  7016.         $instance->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  7017.         $instance->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  7018.         $instance->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  7019.         $instance->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  7020.         $instance->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  7021.         $instance->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  7022.         $instance->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  7023.         $instance->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  7024.         $instance->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  7025.         $instance->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  7026.         $instance->addCustomStringFunction('type''App\\Doctrine\\ORM\\Query\\Functions\\TypeFunction');
  7027.         $instance->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  7028.         $instance->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  7029.         $instance->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  7030.         $instance->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  7031.         $instance->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  7032.         $instance->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  7033.         $instance->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  7034.         $instance->addCustomNumericFunction('bit_not''App\\Doctrine\\DBAL\\Query\\Mysql\\BitNot');
  7035.         $instance->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  7036.         $instance->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  7037.         $instance->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  7038.         $instance->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  7039.         $instance->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  7040.         $instance->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  7041.         $instance->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  7042.         $instance->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  7043.         $instance->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  7044.         $instance->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  7045.         $instance->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  7046.         $instance->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  7047.         $instance->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  7048.         $instance->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  7049.         $instance->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  7050.         $instance->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  7051.         $instance->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  7052.         $instance->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  7053.         $instance->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  7054.         $instance->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  7055.         $instance->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  7056.         $instance->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  7057.         $instance->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  7058.         $instance->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  7059.         $instance->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  7060.         $instance->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  7061.         $instance->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  7062.         $instance->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  7063.         $instance->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  7064.         $instance->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  7065.         $instance->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  7066.         $instance->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  7067.         $instance->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  7068.         $instance->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  7069.         $instance->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  7070.         $instance->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  7071.         $instance->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  7072.         $instance->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  7073.         $instance->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  7074.         $instance->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  7075.         $instance->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  7076.         $instance->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  7077.         $instance->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  7078.         $instance->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  7079.         $instance->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  7080.         $instance->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  7081.         $instance->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  7082.         $instance->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  7083.         $instance->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  7084.         $instance->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  7085.         $instance->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  7086.         $instance->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  7087.         $instance->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  7088.         $instance->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  7089.         $instance->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  7090.         $instance->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  7091.         $instance->addFilter('discardable_filter''App\\Doctrine\\ORM\\Filters\\DiscardableFilter');
  7092.         $instance->addFilter('module_proxy_placeholder_filter''Cms\\ModuleBundle\\Util\\ModuleProxyPlaceholderDoctrineFilter');
  7093.         $instance->addFilter('tenant_filter''Cms\\TenantBundle\\Util\\TenantDoctrineFilter');
  7094.         return $instance;
  7095.     }
  7096.     /**
  7097.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  7098.      *
  7099.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  7100.      */
  7101.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  7102.     {
  7103.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  7104.     }
  7105.     /**
  7106.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  7107.      *
  7108.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  7109.      */
  7110.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  7111.     {
  7112.         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);
  7113.     }
  7114.     /**
  7115.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  7116.      *
  7117.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  7118.      */
  7119.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  7120.     {
  7121.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'discardable_filter'=> 'module_proxy_placeholder_filter'], []);
  7122.     }
  7123.     /**
  7124.      * Gets the private 'doctrine.orm.naming_strategy.default' shared service.
  7125.      *
  7126.      * @return \Doctrine\ORM\Mapping\DefaultNamingStrategy
  7127.      */
  7128.     protected function getDoctrine_Orm_NamingStrategy_DefaultService()
  7129.     {
  7130.         return $this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy();
  7131.     }
  7132.     /**
  7133.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  7134.      *
  7135.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  7136.      */
  7137.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  7138.     {
  7139.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  7140.     }
  7141.     /**
  7142.      * Gets the private 'doctrine.orm.typed_field_mapper.default' shared service.
  7143.      *
  7144.      * @return \Doctrine\ORM\Mapping\DefaultTypedFieldMapper
  7145.      */
  7146.     protected function getDoctrine_Orm_TypedFieldMapper_DefaultService()
  7147.     {
  7148.         return $this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper();
  7149.     }
  7150.     /**
  7151.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  7152.      *
  7153.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  7154.      */
  7155.     protected function getDoctrine_Orm_ValidatorInitializerService()
  7156.     {
  7157.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7158.     }
  7159.     /**
  7160.      * Gets the private 'doctrine.system_cache_pool' shared service.
  7161.      *
  7162.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7163.      */
  7164.     protected function getDoctrine_SystemCachePoolService()
  7165.     {
  7166.         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()));
  7167.     }
  7168.     /**
  7169.      * Gets the private 'doctrine.system_cache_pool.recorder_inner' shared service.
  7170.      *
  7171.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7172.      */
  7173.     protected function getDoctrine_SystemCachePool_RecorderInnerService()
  7174.     {
  7175.         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()));
  7176.     }
  7177.     /**
  7178.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  7179.      *
  7180.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  7181.      */
  7182.     protected function getDoctrine_Twig_DoctrineExtensionService()
  7183.     {
  7184.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  7185.     }
  7186.     /**
  7187.      * Gets the private 'exception_listener' shared service.
  7188.      *
  7189.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7190.      */
  7191.     protected function getExceptionListener2Service()
  7192.     {
  7193.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7194.     }
  7195.     /**
  7196.      * Gets the private 'file_locator' shared service.
  7197.      *
  7198.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7199.      */
  7200.     protected function getFileLocatorService()
  7201.     {
  7202.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  7203.     }
  7204.     /**
  7205.      * Gets the private 'form.extension' shared service.
  7206.      *
  7207.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  7208.      */
  7209.     protected function getForm_ExtensionService()
  7210.     {
  7211.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7212.             'App\\Form\\Forms\\Content\\EventObjectForm' => ['privates''App\\Form\\Forms\\Content\\EventObjectForm''getEventObjectFormService'true],
  7213.             'App\\Form\\Forms\\Content\\GalleryObjectForm' => ['privates''App\\Form\\Forms\\Content\\GalleryObjectForm''getGalleryObjectFormService'true],
  7214.             'App\\Form\\Forms\\Content\\ObjectForm' => ['privates''App\\Form\\Forms\\Content\\ObjectForm''getObjectFormService'true],
  7215.             'App\\Form\\Forms\\Content\\PostObjectForm' => ['privates''App\\Form\\Forms\\Content\\PostObjectForm''getPostObjectFormService'true],
  7216.             'App\\Form\\Forms\\Content\\VideoObjectForm' => ['privates''App\\Form\\Forms\\Content\\VideoObjectForm''getVideoObjectFormService'true],
  7217.             'App\\Form\\Forms\\DummyForm' => ['privates''App\\Form\\Forms\\DummyForm''getDummyFormService'true],
  7218.             'App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm' => ['privates''App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm''getAccountRoleAssociationSearchFormService'true],
  7219.             'App\\Form\\Forms\\Searching\\AccountSearchForm' => ['privates''App\\Form\\Forms\\Searching\\AccountSearchForm''getAccountSearchFormService'true],
  7220.             'App\\Form\\Forms\\Searching\\GroupAccountSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupAccountSearchForm''getGroupAccountSearchFormService'true],
  7221.             'App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm''getGroupRoleAssociationSearchFormService'true],
  7222.             'App\\Form\\Forms\\Searching\\GroupSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupSearchForm''getGroupSearchFormService'true],
  7223.             'App\\Form\\Forms\\Searching\\LegacyProxySearchForm' => ['privates''App\\Form\\Forms\\Searching\\LegacyProxySearchForm''getLegacyProxySearchFormService'true],
  7224.             'App\\Form\\Forms\\Searching\\ObjectSearchForm' => ['privates''App\\Form\\Forms\\Searching\\ObjectSearchForm''getObjectSearchFormService'true],
  7225.             'App\\Form\\Forms\\Searching\\RoleSearchForm' => ['privates''App\\Form\\Forms\\Searching\\RoleSearchForm''getRoleSearchFormService'true],
  7226.             'App\\Form\\Forms\\Searching\\SchoolSearchForm' => ['privates''App\\Form\\Forms\\Searching\\SchoolSearchForm''getSchoolSearchFormService'true],
  7227.             'App\\Form\\Forms\\Security\\AccountType' => ['privates''App\\Form\\Forms\\Security\\AccountType''getAccountTypeService'true],
  7228.             'App\\Form\\Forms\\Security\\GroupType' => ['privates''App\\Form\\Forms\\Security\\GroupType''getGroupTypeService'true],
  7229.             'App\\Form\\Forms\\Security\\PermissionType' => ['privates''App\\Form\\Forms\\Security\\PermissionType''getPermissionTypeService'true],
  7230.             'App\\Form\\Forms\\Security\\PermissionsType' => ['privates''App\\Form\\Forms\\Security\\PermissionsType''getPermissionsTypeService'true],
  7231.             'App\\Form\\Forms\\Security\\Profile\\AccountType' => ['privates''App\\Form\\Forms\\Security\\Profile\\AccountType''getAccountType2Service'true],
  7232.             'App\\Form\\Forms\\Security\\Profile\\ContainerRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\ContainerRoleType''getContainerRoleTypeService'true],
  7233.             'App\\Form\\Forms\\Security\\Profile\\GroupType' => ['privates''App\\Form\\Forms\\Security\\Profile\\GroupType''getGroupType2Service'true],
  7234.             'App\\Form\\Forms\\Security\\Profile\\ListRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\ListRoleType''getListRoleTypeService'true],
  7235.             'App\\Form\\Forms\\Security\\Profile\\RoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\RoleType''getRoleTypeService'true],
  7236.             'App\\Form\\Forms\\Security\\Profile\\SchoolRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\SchoolRoleType''getSchoolRoleTypeService'true],
  7237.             'App\\Form\\Forms\\Security\\RoleType' => ['privates''App\\Form\\Forms\\Security\\RoleType''getRoleType2Service'true],
  7238.             'App\\Form\\Forms\\Security\\SpecialPermissionsType' => ['privates''App\\Form\\Forms\\Security\\SpecialPermissionsType''getSpecialPermissionsTypeService'true],
  7239.             'App\\Form\\Forms\\Security\\SystemProfileType' => ['privates''App\\Form\\Forms\\Security\\SystemProfileType''getSystemProfileTypeService'true],
  7240.             'App\\Form\\Forms\\System\\NotificationsConfigForm' => ['privates''App\\Form\\Forms\\System\\NotificationsConfigForm''getNotificationsConfigFormService'true],
  7241.             'App\\Form\\Forms\\System\\SchoolBrandingForm' => ['privates''App\\Form\\Forms\\System\\SchoolBrandingForm''getSchoolBrandingFormService'true],
  7242.             'App\\Form\\Forms\\System\\SchoolForm' => ['privates''App\\Form\\Forms\\System\\SchoolForm''getSchoolFormService'true],
  7243.             'App\\Form\\Forms\\System\\SchoolMobileForm' => ['privates''App\\Form\\Forms\\System\\SchoolMobileForm''getSchoolMobileFormService'true],
  7244.             'App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm' => ['privates''App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm''getSendgridDomainFormService'true],
  7245.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm''getTwilioCallerIdFormService'true],
  7246.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm''getTwilioCallerIdVerificationFormService'true],
  7247.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm''getTwilioConfigFormService'true],
  7248.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm''getTwilioAddressFormService'true],
  7249.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm''getTwilioBusinessFormService'true],
  7250.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm''getTwilioContactFormService'true],
  7251.             'App\\Form\\Type\\CronHourChoiceType' => ['privates''App\\Form\\Type\\CronHourChoiceType''getCronHourChoiceTypeService'true],
  7252.             'App\\Form\\Type\\FilesystemHiddenType' => ['privates''App\\Form\\Type\\FilesystemHiddenType''getFilesystemHiddenTypeService'true],
  7253.             'App\\Form\\Type\\FilesystemType' => ['privates''App\\Form\\Type\\FilesystemType''getFilesystemTypeService'true],
  7254.             'App\\Form\\Type\\HexColorType' => ['privates''App\\Form\\Type\\HexColorType''getHexColorTypeService'true],
  7255.             'App\\Form\\Type\\ImageFilePreviewType' => ['privates''App\\Form\\Type\\ImageFilePreviewType''getImageFilePreviewTypeService'true],
  7256.             'App\\Form\\Type\\PhoneNumberType' => ['privates''App\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  7257.             'App\\Form\\Type\\ReactMediaManagerType' => ['privates''App\\Form\\Type\\ReactMediaManagerType''getReactMediaManagerTypeService'true],
  7258.             'App\\Form\\Type\\ReactQueryBuilderType' => ['privates''App\\Form\\Type\\ReactQueryBuilderType''getReactQueryBuilderTypeService'true],
  7259.             'App\\Form\\Type\\ReactRruleGeneratorType' => ['privates''App\\Form\\Type\\ReactRruleGeneratorType''getReactRruleGeneratorTypeService'true],
  7260.             'App\\Form\\Type\\ReactShortcutsType' => ['privates''App\\Form\\Type\\ReactShortcutsType''getReactShortcutsTypeService'true],
  7261.             'App\\Form\\Type\\SchoolTypesType' => ['privates''App\\Form\\Type\\SchoolTypesType''getSchoolTypesTypeService'true],
  7262.             'App\\Form\\Type\\Select2ChoiceType' => ['privates''App\\Form\\Type\\Select2ChoiceType''getSelect2ChoiceTypeService'true],
  7263.             'App\\Form\\Type\\Select2EntityType' => ['privates''App\\Form\\Type\\Select2EntityType''getSelect2EntityTypeService'true],
  7264.             'App\\Form\\Type\\SimpleArrayType' => ['privates''App\\Form\\Type\\SimpleArrayType''getSimpleArrayTypeService'true],
  7265.             'App\\Form\\Type\\Structs\\AddressEmbeddableType' => ['privates''App\\Form\\Type\\Structs\\AddressEmbeddableType''getAddressEmbeddableTypeService'true],
  7266.             'App\\Form\\Type\\TextCounterType' => ['privates''App\\Form\\Type\\TextCounterType''getTextCounterTypeService'true],
  7267.             'App\\Form\\Type\\TextareaCounterType' => ['privates''App\\Form\\Type\\TextareaCounterType''getTextareaCounterTypeService'true],
  7268.             'Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType''getContainerAssignTypeService'true],
  7269.             'Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType''getContainerFaviconTypeService'true],
  7270.             'Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType''getContainerModuleFlagsTypeService'true],
  7271.             'Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType''getContainerMoveTypeService'true],
  7272.             'Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType''getContainerRobotsTypeService'true],
  7273.             'Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType''getContainerSitemapTypeService'true],
  7274.             'Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType''getContainerThemeTypeService'true],
  7275.             'Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType''getGenericContainerTypeService'true],
  7276.             'Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType''getIntranetContainerTypeService'true],
  7277.             'Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType''getPersonalContainerTypeService'true],
  7278.             'Cms\\ContainerBundle\\Form\\Type\\PageModalType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\PageModalType''getPageModalTypeService'true],
  7279.             'Cms\\CoreBundle\\Form\\Type\\AjaxSelectType' => ['privates''Cms\\CoreBundle\\Form\\Type\\AjaxSelectType''getAjaxSelectTypeService'true],
  7280.             'Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType' => ['privates''Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType''getBoundedTextareaTypeService'true],
  7281.             'Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType''getBulkConfirmationTypeService'true],
  7282.             'Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType''getChosenChoiceTypeService'true],
  7283.             'Cms\\CoreBundle\\Form\\Type\\ChosenEntityType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ChosenEntityType''getChosenEntityTypeService'true],
  7284.             'Cms\\CoreBundle\\Form\\Type\\ColorsType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ColorsType''getColorsTypeService'true],
  7285.             'Cms\\CoreBundle\\Form\\Type\\ConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ConfirmationType''getConfirmationTypeService'true],
  7286.             'Cms\\CoreBundle\\Form\\Type\\DateTimeType' => ['privates''Cms\\CoreBundle\\Form\\Type\\DateTimeType''getDateTimeTypeService'true],
  7287.             'Cms\\CoreBundle\\Form\\Type\\FancyDropdownType' => ['privates''Cms\\CoreBundle\\Form\\Type\\FancyDropdownType''getFancyDropdownTypeService'true],
  7288.             'Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType' => ['privates''Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType''getHtmlOverridesTypeService'true],
  7289.             'Cms\\CoreBundle\\Form\\Type\\HtmlType' => ['privates''Cms\\CoreBundle\\Form\\Type\\HtmlType''getHtmlTypeService'true],
  7290.             'Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType' => ['privates''Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType''getLocaleSettingsTypeService'true],
  7291.             'Cms\\CoreBundle\\Form\\Type\\MultiselectType' => ['privates''Cms\\CoreBundle\\Form\\Type\\MultiselectType''getMultiselectTypeService'true],
  7292.             'Cms\\CoreBundle\\Form\\Type\\SearchType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SearchType''getSearchTypeService'true],
  7293.             'Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType' => ['privates''Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType''getDateRangeFilterTypeService'true],
  7294.             'Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType' => ['privates''Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType''getTextFilterTypeService'true],
  7295.             'Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType''getSecureConfirmationTypeService'true],
  7296.             'Cms\\CoreBundle\\Form\\Type\\SlugType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SlugType''getSlugTypeService'true],
  7297.             'Cms\\CoreBundle\\Form\\Type\\SourceType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SourceType''getSourceTypeService'true],
  7298.             'Cms\\CoreBundle\\Form\\Type\\SwitchType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SwitchType''getSwitchTypeService'true],
  7299.             'Cms\\FileBundle\\Form\\Forms\\FileSearchForm' => ['privates''Cms\\FileBundle\\Form\\Forms\\FileSearchForm''getFileSearchFormService'true],
  7300.             'Cms\\FileBundle\\Form\\Forms\\FolderForm' => ['privates''Cms\\FileBundle\\Form\\Forms\\FolderForm''getFolderFormService'true],
  7301.             'Cms\\FileBundle\\Form\\Type\\AttachableType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachableType''getAttachableTypeService'true],
  7302.             'Cms\\FileBundle\\Form\\Type\\AttachmentType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachmentType''getAttachmentTypeService'true],
  7303.             'Cms\\FileBundle\\Form\\Type\\AttachmentsType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachmentsType''getAttachmentsTypeService'true],
  7304.             'Cms\\FileBundle\\Form\\Type\\FileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\FileModalType''getFileModalTypeService'true],
  7305.             'Cms\\FileBundle\\Form\\Type\\FileType' => ['privates''Cms\\FileBundle\\Form\\Type\\FileType''getFileTypeService'true],
  7306.             'Cms\\FileBundle\\Form\\Type\\FolderType' => ['privates''Cms\\FileBundle\\Form\\Type\\FolderType''getFolderTypeService'true],
  7307.             'Cms\\FileBundle\\Form\\Type\\ImageChoiceType' => ['privates''Cms\\FileBundle\\Form\\Type\\ImageChoiceType''getImageChoiceTypeService'true],
  7308.             'Cms\\FileBundle\\Form\\Type\\NodeMoveType' => ['privates''Cms\\FileBundle\\Form\\Type\\NodeMoveType''getNodeMoveTypeService'true],
  7309.             'Cms\\FileBundle\\Form\\Type\\SpecialFileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\SpecialFileModalType''getSpecialFileModalTypeService'true],
  7310.             'Cms\\FileBundle\\Form\\Type\\StevesFileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\StevesFileModalType''getStevesFileModalTypeService'true],
  7311.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType' => ['privates''Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType''getImportCreateTypeService'true],
  7312.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType' => ['privates''Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType''getImportUpdateTypeService'true],
  7313.             'Cms\\ImportBundle\\Form\\Type\\MappingType' => ['privates''Cms\\ImportBundle\\Form\\Type\\MappingType''getMappingTypeService'true],
  7314.             'Cms\\ImportBundle\\Form\\Type\\SheetType' => ['privates''Cms\\ImportBundle\\Form\\Type\\SheetType''getSheetTypeService'true],
  7315.             'Cms\\ModuleBundle\\Form\\DataAsapType' => ['privates''Cms\\ModuleBundle\\Form\\DataAsapType''getDataAsapTypeService'true],
  7316.             'Cms\\ModuleBundle\\Form\\DataDraftType' => ['privates''Cms\\ModuleBundle\\Form\\DataDraftType''getDataDraftTypeService'true],
  7317.             'Cms\\ModuleBundle\\Form\\DataRevisionType' => ['privates''Cms\\ModuleBundle\\Form\\DataRevisionType''getDataRevisionTypeService'true],
  7318.             'Cms\\ModuleBundle\\Form\\DataScheduleType' => ['privates''Cms\\ModuleBundle\\Form\\DataScheduleType''getDataScheduleTypeService'true],
  7319.             'Cms\\ModuleBundle\\Form\\DraftType' => ['privates''Cms\\ModuleBundle\\Form\\DraftType''getDraftTypeService'true],
  7320.             'Cms\\ModuleBundle\\Form\\FeedSettingsType' => ['privates''Cms\\ModuleBundle\\Form\\FeedSettingsType''getFeedSettingsTypeService'true],
  7321.             'Cms\\ModuleBundle\\Form\\PublicationType' => ['privates''Cms\\ModuleBundle\\Form\\PublicationType''getPublicationTypeService'true],
  7322.             'Cms\\ModuleBundle\\Form\\SocialMetadataType' => ['privates''Cms\\ModuleBundle\\Form\\SocialMetadataType''getSocialMetadataTypeService'true],
  7323.             'Cms\\ModuleBundle\\Form\\StandardMetadataType' => ['privates''Cms\\ModuleBundle\\Form\\StandardMetadataType''getStandardMetadataTypeService'true],
  7324.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType''getCloseActionTypeService'true],
  7325.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType''getDraftActionTypeService'true],
  7326.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType''getDuplicateTypeService'true],
  7327.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType''getMoveTypeService'true],
  7328.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType''getPublishActionTypeService'true],
  7329.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType''getSaveActionTypeService'true],
  7330.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType''getScheduleActionTypeService'true],
  7331.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType''getSubmissionActionTypeService'true],
  7332.             'Cms\\ModuleBundle\\Form\\Type\\ModuleDataType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\ModuleDataType''getModuleDataTypeService'true],
  7333.             'Cms\\ModuleBundle\\Form\\Type\\ShareType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\ShareType''getShareTypeService'true],
  7334.             'Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType''getModuleSettingsTypeService'true],
  7335.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType''getAlertBehaviorTypeService'true],
  7336.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType''getAlertLevelTypeService'true],
  7337.             'Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType''getAlertDataTypeService'true],
  7338.             'Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType''getModuleSettingsType2Service'true],
  7339.             'Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType' => ['privates''Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType''getPostDataTypeService'true],
  7340.             'Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType''getModuleSettingsType3Service'true],
  7341.             'Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType' => ['privates''Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType''getEventDataTypeService'true],
  7342.             'Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType''getModuleSettingsType4Service'true],
  7343.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType''getGalleryEditorTypeService'true],
  7344.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType''getGalleryDataTypeService'true],
  7345.             'Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType''getModuleSettingsType5Service'true],
  7346.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType''getArticleDataTypeService'true],
  7347.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType''getArticleDraftTypeService'true],
  7348.             'Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType''getModuleSettingsType6Service'true],
  7349.             'Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType' => ['privates''Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType''getPageDataTypeService'true],
  7350.             'Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType''getModuleSettingsType7Service'true],
  7351.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType''getAlternativeTitleTypeService'true],
  7352.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType''getAlternativeTitlesTypeService'true],
  7353.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType''getLinkTypeService'true],
  7354.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType''getProfileDataTypeService'true],
  7355.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType''getSearchFormTypeService'true],
  7356.             'Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType''getModuleSettingsType8Service'true],
  7357.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType''getEntryDataTypeService'true],
  7358.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType''getEntryDraftTypeService'true],
  7359.             'Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType''getModuleSettingsType9Service'true],
  7360.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType''getSnippetDataTypeService'true],
  7361.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType''getSnippetDraftTypeService'true],
  7362.             'Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType' => ['privates''Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType''getNavigationEditorTypeService'true],
  7363.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType''getGenericDeployOptionsTypeService'true],
  7364.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType''getIntranetDeployOptionsTypeService'true],
  7365.             'Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType''getSitebuilderEditorTypeService'true],
  7366.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType''getSiteplanCreateTypeService'true],
  7367.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType''getSiteplanUpdateTypeService'true],
  7368.             'Cms\\TagBundle\\Form\\Type\\TagCreateType' => ['privates''Cms\\TagBundle\\Form\\Type\\TagCreateType''getTagCreateTypeService'true],
  7369.             'Cms\\TagBundle\\Form\\Type\\TagEditType' => ['privates''Cms\\TagBundle\\Form\\Type\\TagEditType''getTagEditTypeService'true],
  7370.             'Cms\\TagBundle\\Form\\Type\\TaggableType' => ['privates''Cms\\TagBundle\\Form\\Type\\TaggableType''getTaggableTypeService'true],
  7371.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  7372.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  7373.             'Platform\\ControlPanelBundle\\Form\\AnnouncementType' => ['privates''Platform\\ControlPanelBundle\\Form\\AnnouncementType''getAnnouncementTypeService'true],
  7374.             'Platform\\ControlPanelBundle\\Form\\NewsType' => ['privates''Platform\\ControlPanelBundle\\Form\\NewsType''getNewsTypeService'true],
  7375.             'Platform\\ControlPanelBundle\\Form\\OneRosterSyncType' => ['privates''Platform\\ControlPanelBundle\\Form\\OneRosterSyncType''getOneRosterSyncTypeService'true],
  7376.             'Platform\\ControlPanelBundle\\Form\\TenantEditType' => ['privates''Platform\\ControlPanelBundle\\Form\\TenantEditType''getTenantEditTypeService'true],
  7377.             'Platform\\ControlPanelBundle\\Form\\TenantType' => ['privates''Platform\\ControlPanelBundle\\Form\\TenantType''getTenantTypeService'true],
  7378.             'Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType''getGroupType3Service'true],
  7379.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType''getPermissionType2Service'true],
  7380.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType''getPermissionsAuditTypeService'true],
  7381.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType''getPermissionsType2Service'true],
  7382.             'Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType''getRoleType3Service'true],
  7383.             'Platform\\SecurityBundle\\Form\\Type\\AccountType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\AccountType''getAccountType3Service'true],
  7384.             'Platform\\SecurityBundle\\Form\\Type\\AvatarType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\AvatarType''getAvatarTypeService'true],
  7385.             'Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType''getChangePasswordTypeService'true],
  7386.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType''getAccountLocaleTypeService'true],
  7387.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType''getAccountType4Service'true],
  7388.             'Platform\\SecurityBundle\\Form\\Type\\LoginType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\LoginType''getLoginTypeService'true],
  7389.             'Platform\\SecurityBundle\\Form\\Type\\ProfileType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ProfileType''getProfileTypeService'true],
  7390.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType''getAccountsTypeService'true],
  7391.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType''getGroupsTypeService'true],
  7392.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType''getRolesTypeService'true],
  7393.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType''getSpecialPermissionsType2Service'true],
  7394.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType''getSystemProfileType2Service'true],
  7395.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType''getResetPasswordRequestTypeService'true],
  7396.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType''getResetPasswordTypeService'true],
  7397.             'Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType''getRoleToAccountsAssignmentTypeService'true],
  7398.             'Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType''getRoleToGroupsAssignmentTypeService'true],
  7399.             'Platform\\SecurityBundle\\Form\\Type\\SignInType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\SignInType''getSignInTypeService'true],
  7400.             'Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType''getSpecialPermissionsType3Service'true],
  7401.             'Products\\AdaBundle\\Form\\Type\\AdaSettingsType' => ['privates''Products\\AdaBundle\\Form\\Type\\AdaSettingsType''getAdaSettingsTypeService'true],
  7402.             'Products\\AdaBundle\\Form\\Type\\AddFileModalType' => ['privates''Products\\AdaBundle\\Form\\Type\\AddFileModalType''getAddFileModalTypeService'true],
  7403.             'Products\\AdaBundle\\Form\\Type\\ManageModalType' => ['privates''Products\\AdaBundle\\Form\\Type\\ManageModalType''getManageModalTypeService'true],
  7404.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm''getAutomationDataFormService'true],
  7405.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm''getAutomationReviewFormService'true],
  7406.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm''getAutomationSearchFormService'true],
  7407.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm''getListSearchFormService'true],
  7408.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm''getListDataFormService'true],
  7409.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm''getListSearchForm2Service'true],
  7410.             'Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm''getContactAttemptSearchFormService'true],
  7411.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType''getChannelsTypeService'true],
  7412.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm''getEmailSuppressionSearchFormService'true],
  7413.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm''getInvocationSearchFormService'true],
  7414.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm''getMessageChannelsFormService'true],
  7415.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm''getMessageDataFormService'true],
  7416.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm''getMessageSearchFormService'true],
  7417.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType''getMessageTestContactTypeService'true],
  7418.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm''getMessageTestFormService'true],
  7419.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm''getMessageTranslationFormService'true],
  7420.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm''getMessageTranslationsFormService'true],
  7421.             'Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm''getLoginFormService'true],
  7422.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm''getProfileBuilderSearchFormService'true],
  7423.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm''getProfileSearchFormService'true],
  7424.             'Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm''getRecipientSearchFormService'true],
  7425.             'Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm''getCheckupSearchFormService'true],
  7426.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm''getStudentBuilderSearchFormService'true],
  7427.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm''getStudentSearchFormService'true],
  7428.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm''getTemplateChannelsFormService'true],
  7429.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm''getTemplateDataFormService'true],
  7430.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm''getTemplateSearchFormService'true],
  7431.             'Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType''getBannerChoiceTypeService'true],
  7432.             'Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType''getConditionQueryTypeService'true],
  7433.             'Products\\NotificationsBundle\\Form\\Type\\FancyEntityType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\FancyEntityType''getFancyEntityTypeService'true],
  7434.             'Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType''getInlineCheckboxTypeService'true],
  7435.             'Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType''getInlineChoiceTypeService'true],
  7436.             'Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType''getMessageChoiceTypeService'true],
  7437.             'Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType''getReactStaticBuilderTypeService'true],
  7438.             'Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType''getReactVoiceRecorderTypeService'true],
  7439.             'Products\\NotificationsBundle\\Form\\Type\\RecordingType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\RecordingType''getRecordingTypeService'true],
  7440.             'Products\\NotificationsBundle\\Form\\Type\\RichTextType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\RichTextType''getRichTextTypeService'true],
  7441.             'Products\\NotificationsBundle\\Form\\Type\\SourceTextType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\SourceTextType''getSourceTextTypeService'true],
  7442.             'Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType''getSteppedDateTimeTypeService'true],
  7443.             'Products\\NotificationsBundle\\Form\\Type\\ToggleType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ToggleType''getToggleTypeService'true],
  7444.             'Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType''getVoiceChoiceTypeService'true],
  7445.             'Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm''getFeedSearchFormService'true],
  7446.             'Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm''getFeedSearchForm2Service'true],
  7447.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType''getChannelsType2Service'true],
  7448.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm''getPostFormService'true],
  7449.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm''getPostReviewFormService'true],
  7450.             'Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType''getPhotoUploaderTypeService'true],
  7451.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType''getSimpleEntitySelectTypeService'true],
  7452.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType''getSimpleSelectTypeService'true],
  7453.             'Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType''getVideoMediaTypeService'true],
  7454.             'Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType''getVideoUploaderTypeService'true],
  7455.             'Products\\SocialBundle\\Form\\FacebookSelectionsForm' => ['privates''Products\\SocialBundle\\Form\\FacebookSelectionsForm''getFacebookSelectionsFormService'true],
  7456.             'Products\\SocialBundle\\Form\\SocialPostCreateForm' => ['privates''Products\\SocialBundle\\Form\\SocialPostCreateForm''getSocialPostCreateFormService'true],
  7457.             'Products\\SocialBundle\\Form\\SocialPostEditForm' => ['privates''Products\\SocialBundle\\Form\\SocialPostEditForm''getSocialPostEditFormService'true],
  7458.             'Products\\SocialBundle\\Form\\Type\\AccountsType' => ['privates''Products\\SocialBundle\\Form\\Type\\AccountsType''getAccountsType2Service'true],
  7459.             'Products\\SocialBundle\\Form\\Type\\LinkPreviewType' => ['privates''Products\\SocialBundle\\Form\\Type\\LinkPreviewType''getLinkPreviewTypeService'true],
  7460.             'Products\\SocialBundle\\Form\\Type\\MessageType' => ['privates''Products\\SocialBundle\\Form\\Type\\MessageType''getMessageTypeService'true],
  7461.             'Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType' => ['privates''Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType''getMultipleDateTimeTypeService'true],
  7462.             'Products\\SocialBundle\\Form\\Type\\MultipleMediaType' => ['privates''Products\\SocialBundle\\Form\\Type\\MultipleMediaType''getMultipleMediaTypeService'true],
  7463.             'Products\\SocialBundle\\Form\\Type\\StevesDateTimeType' => ['privates''Products\\SocialBundle\\Form\\Type\\StevesDateTimeType''getStevesDateTimeTypeService'true],
  7464.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  7465.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  7466.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  7467.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  7468.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  7469.         ], [
  7470.             'App\\Form\\Forms\\Content\\EventObjectForm' => '?',
  7471.             'App\\Form\\Forms\\Content\\GalleryObjectForm' => '?',
  7472.             'App\\Form\\Forms\\Content\\ObjectForm' => '?',
  7473.             'App\\Form\\Forms\\Content\\PostObjectForm' => '?',
  7474.             'App\\Form\\Forms\\Content\\VideoObjectForm' => '?',
  7475.             'App\\Form\\Forms\\DummyForm' => '?',
  7476.             'App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm' => '?',
  7477.             'App\\Form\\Forms\\Searching\\AccountSearchForm' => '?',
  7478.             'App\\Form\\Forms\\Searching\\GroupAccountSearchForm' => '?',
  7479.             'App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm' => '?',
  7480.             'App\\Form\\Forms\\Searching\\GroupSearchForm' => '?',
  7481.             'App\\Form\\Forms\\Searching\\LegacyProxySearchForm' => '?',
  7482.             'App\\Form\\Forms\\Searching\\ObjectSearchForm' => '?',
  7483.             'App\\Form\\Forms\\Searching\\RoleSearchForm' => '?',
  7484.             'App\\Form\\Forms\\Searching\\SchoolSearchForm' => '?',
  7485.             'App\\Form\\Forms\\Security\\AccountType' => '?',
  7486.             'App\\Form\\Forms\\Security\\GroupType' => '?',
  7487.             'App\\Form\\Forms\\Security\\PermissionType' => '?',
  7488.             'App\\Form\\Forms\\Security\\PermissionsType' => '?',
  7489.             'App\\Form\\Forms\\Security\\Profile\\AccountType' => '?',
  7490.             'App\\Form\\Forms\\Security\\Profile\\ContainerRoleType' => '?',
  7491.             'App\\Form\\Forms\\Security\\Profile\\GroupType' => '?',
  7492.             'App\\Form\\Forms\\Security\\Profile\\ListRoleType' => '?',
  7493.             'App\\Form\\Forms\\Security\\Profile\\RoleType' => '?',
  7494.             'App\\Form\\Forms\\Security\\Profile\\SchoolRoleType' => '?',
  7495.             'App\\Form\\Forms\\Security\\RoleType' => '?',
  7496.             'App\\Form\\Forms\\Security\\SpecialPermissionsType' => '?',
  7497.             'App\\Form\\Forms\\Security\\SystemProfileType' => '?',
  7498.             'App\\Form\\Forms\\System\\NotificationsConfigForm' => '?',
  7499.             'App\\Form\\Forms\\System\\SchoolBrandingForm' => '?',
  7500.             'App\\Form\\Forms\\System\\SchoolForm' => '?',
  7501.             'App\\Form\\Forms\\System\\SchoolMobileForm' => '?',
  7502.             'App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm' => '?',
  7503.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm' => '?',
  7504.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm' => '?',
  7505.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm' => '?',
  7506.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm' => '?',
  7507.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm' => '?',
  7508.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm' => '?',
  7509.             'App\\Form\\Type\\CronHourChoiceType' => '?',
  7510.             'App\\Form\\Type\\FilesystemHiddenType' => '?',
  7511.             'App\\Form\\Type\\FilesystemType' => '?',
  7512.             'App\\Form\\Type\\HexColorType' => '?',
  7513.             'App\\Form\\Type\\ImageFilePreviewType' => '?',
  7514.             'App\\Form\\Type\\PhoneNumberType' => '?',
  7515.             'App\\Form\\Type\\ReactMediaManagerType' => '?',
  7516.             'App\\Form\\Type\\ReactQueryBuilderType' => '?',
  7517.             'App\\Form\\Type\\ReactRruleGeneratorType' => '?',
  7518.             'App\\Form\\Type\\ReactShortcutsType' => '?',
  7519.             'App\\Form\\Type\\SchoolTypesType' => '?',
  7520.             'App\\Form\\Type\\Select2ChoiceType' => '?',
  7521.             'App\\Form\\Type\\Select2EntityType' => '?',
  7522.             'App\\Form\\Type\\SimpleArrayType' => '?',
  7523.             'App\\Form\\Type\\Structs\\AddressEmbeddableType' => '?',
  7524.             'App\\Form\\Type\\TextCounterType' => '?',
  7525.             'App\\Form\\Type\\TextareaCounterType' => '?',
  7526.             'Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType' => '?',
  7527.             'Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType' => '?',
  7528.             'Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType' => '?',
  7529.             'Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType' => '?',
  7530.             'Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType' => '?',
  7531.             'Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType' => '?',
  7532.             'Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType' => '?',
  7533.             'Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType' => '?',
  7534.             'Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType' => '?',
  7535.             'Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType' => '?',
  7536.             'Cms\\ContainerBundle\\Form\\Type\\PageModalType' => '?',
  7537.             'Cms\\CoreBundle\\Form\\Type\\AjaxSelectType' => '?',
  7538.             'Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType' => '?',
  7539.             'Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType' => '?',
  7540.             'Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType' => '?',
  7541.             'Cms\\CoreBundle\\Form\\Type\\ChosenEntityType' => '?',
  7542.             'Cms\\CoreBundle\\Form\\Type\\ColorsType' => '?',
  7543.             'Cms\\CoreBundle\\Form\\Type\\ConfirmationType' => '?',
  7544.             'Cms\\CoreBundle\\Form\\Type\\DateTimeType' => '?',
  7545.             'Cms\\CoreBundle\\Form\\Type\\FancyDropdownType' => '?',
  7546.             'Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType' => '?',
  7547.             'Cms\\CoreBundle\\Form\\Type\\HtmlType' => '?',
  7548.             'Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType' => '?',
  7549.             'Cms\\CoreBundle\\Form\\Type\\MultiselectType' => '?',
  7550.             'Cms\\CoreBundle\\Form\\Type\\SearchType' => '?',
  7551.             'Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType' => '?',
  7552.             'Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType' => '?',
  7553.             'Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType' => '?',
  7554.             'Cms\\CoreBundle\\Form\\Type\\SlugType' => '?',
  7555.             'Cms\\CoreBundle\\Form\\Type\\SourceType' => '?',
  7556.             'Cms\\CoreBundle\\Form\\Type\\SwitchType' => '?',
  7557.             'Cms\\FileBundle\\Form\\Forms\\FileSearchForm' => '?',
  7558.             'Cms\\FileBundle\\Form\\Forms\\FolderForm' => '?',
  7559.             'Cms\\FileBundle\\Form\\Type\\AttachableType' => '?',
  7560.             'Cms\\FileBundle\\Form\\Type\\AttachmentType' => '?',
  7561.             'Cms\\FileBundle\\Form\\Type\\AttachmentsType' => '?',
  7562.             'Cms\\FileBundle\\Form\\Type\\FileModalType' => '?',
  7563.             'Cms\\FileBundle\\Form\\Type\\FileType' => '?',
  7564.             'Cms\\FileBundle\\Form\\Type\\FolderType' => '?',
  7565.             'Cms\\FileBundle\\Form\\Type\\ImageChoiceType' => '?',
  7566.             'Cms\\FileBundle\\Form\\Type\\NodeMoveType' => '?',
  7567.             'Cms\\FileBundle\\Form\\Type\\SpecialFileModalType' => '?',
  7568.             'Cms\\FileBundle\\Form\\Type\\StevesFileModalType' => '?',
  7569.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType' => '?',
  7570.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType' => '?',
  7571.             'Cms\\ImportBundle\\Form\\Type\\MappingType' => '?',
  7572.             'Cms\\ImportBundle\\Form\\Type\\SheetType' => '?',
  7573.             'Cms\\ModuleBundle\\Form\\DataAsapType' => '?',
  7574.             'Cms\\ModuleBundle\\Form\\DataDraftType' => '?',
  7575.             'Cms\\ModuleBundle\\Form\\DataRevisionType' => '?',
  7576.             'Cms\\ModuleBundle\\Form\\DataScheduleType' => '?',
  7577.             'Cms\\ModuleBundle\\Form\\DraftType' => '?',
  7578.             'Cms\\ModuleBundle\\Form\\FeedSettingsType' => '?',
  7579.             'Cms\\ModuleBundle\\Form\\PublicationType' => '?',
  7580.             'Cms\\ModuleBundle\\Form\\SocialMetadataType' => '?',
  7581.             'Cms\\ModuleBundle\\Form\\StandardMetadataType' => '?',
  7582.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType' => '?',
  7583.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType' => '?',
  7584.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType' => '?',
  7585.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType' => '?',
  7586.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType' => '?',
  7587.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType' => '?',
  7588.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType' => '?',
  7589.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType' => '?',
  7590.             'Cms\\ModuleBundle\\Form\\Type\\ModuleDataType' => '?',
  7591.             'Cms\\ModuleBundle\\Form\\Type\\ShareType' => '?',
  7592.             'Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType' => '?',
  7593.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType' => '?',
  7594.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType' => '?',
  7595.             'Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType' => '?',
  7596.             'Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType' => '?',
  7597.             'Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType' => '?',
  7598.             'Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType' => '?',
  7599.             'Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType' => '?',
  7600.             'Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType' => '?',
  7601.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType' => '?',
  7602.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType' => '?',
  7603.             'Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType' => '?',
  7604.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType' => '?',
  7605.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType' => '?',
  7606.             'Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType' => '?',
  7607.             'Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType' => '?',
  7608.             'Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType' => '?',
  7609.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType' => '?',
  7610.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType' => '?',
  7611.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType' => '?',
  7612.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType' => '?',
  7613.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType' => '?',
  7614.             'Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType' => '?',
  7615.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType' => '?',
  7616.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType' => '?',
  7617.             'Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType' => '?',
  7618.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType' => '?',
  7619.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType' => '?',
  7620.             'Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType' => '?',
  7621.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType' => '?',
  7622.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType' => '?',
  7623.             'Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType' => '?',
  7624.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType' => '?',
  7625.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType' => '?',
  7626.             'Cms\\TagBundle\\Form\\Type\\TagCreateType' => '?',
  7627.             'Cms\\TagBundle\\Form\\Type\\TagEditType' => '?',
  7628.             'Cms\\TagBundle\\Form\\Type\\TaggableType' => '?',
  7629.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  7630.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  7631.             'Platform\\ControlPanelBundle\\Form\\AnnouncementType' => '?',
  7632.             'Platform\\ControlPanelBundle\\Form\\NewsType' => '?',
  7633.             'Platform\\ControlPanelBundle\\Form\\OneRosterSyncType' => '?',
  7634.             'Platform\\ControlPanelBundle\\Form\\TenantEditType' => '?',
  7635.             'Platform\\ControlPanelBundle\\Form\\TenantType' => '?',
  7636.             'Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType' => '?',
  7637.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType' => '?',
  7638.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType' => '?',
  7639.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType' => '?',
  7640.             'Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType' => '?',
  7641.             'Platform\\SecurityBundle\\Form\\Type\\AccountType' => '?',
  7642.             'Platform\\SecurityBundle\\Form\\Type\\AvatarType' => '?',
  7643.             'Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType' => '?',
  7644.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType' => '?',
  7645.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType' => '?',
  7646.             'Platform\\SecurityBundle\\Form\\Type\\LoginType' => '?',
  7647.             'Platform\\SecurityBundle\\Form\\Type\\ProfileType' => '?',
  7648.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType' => '?',
  7649.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType' => '?',
  7650.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType' => '?',
  7651.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType' => '?',
  7652.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType' => '?',
  7653.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType' => '?',
  7654.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType' => '?',
  7655.             'Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType' => '?',
  7656.             'Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType' => '?',
  7657.             'Platform\\SecurityBundle\\Form\\Type\\SignInType' => '?',
  7658.             'Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType' => '?',
  7659.             'Products\\AdaBundle\\Form\\Type\\AdaSettingsType' => '?',
  7660.             'Products\\AdaBundle\\Form\\Type\\AddFileModalType' => '?',
  7661.             'Products\\AdaBundle\\Form\\Type\\ManageModalType' => '?',
  7662.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm' => '?',
  7663.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm' => '?',
  7664.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm' => '?',
  7665.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm' => '?',
  7666.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm' => '?',
  7667.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm' => '?',
  7668.             'Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm' => '?',
  7669.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType' => '?',
  7670.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm' => '?',
  7671.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm' => '?',
  7672.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm' => '?',
  7673.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm' => '?',
  7674.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm' => '?',
  7675.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType' => '?',
  7676.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm' => '?',
  7677.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm' => '?',
  7678.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm' => '?',
  7679.             'Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm' => '?',
  7680.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm' => '?',
  7681.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm' => '?',
  7682.             'Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm' => '?',
  7683.             'Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm' => '?',
  7684.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm' => '?',
  7685.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm' => '?',
  7686.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm' => '?',
  7687.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm' => '?',
  7688.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm' => '?',
  7689.             'Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType' => '?',
  7690.             'Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType' => '?',
  7691.             'Products\\NotificationsBundle\\Form\\Type\\FancyEntityType' => '?',
  7692.             'Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType' => '?',
  7693.             'Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType' => '?',
  7694.             'Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType' => '?',
  7695.             'Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType' => '?',
  7696.             'Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType' => '?',
  7697.             'Products\\NotificationsBundle\\Form\\Type\\RecordingType' => '?',
  7698.             'Products\\NotificationsBundle\\Form\\Type\\RichTextType' => '?',
  7699.             'Products\\NotificationsBundle\\Form\\Type\\SourceTextType' => '?',
  7700.             'Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType' => '?',
  7701.             'Products\\NotificationsBundle\\Form\\Type\\ToggleType' => '?',
  7702.             'Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType' => '?',
  7703.             'Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm' => '?',
  7704.             'Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm' => '?',
  7705.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType' => '?',
  7706.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm' => '?',
  7707.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm' => '?',
  7708.             'Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType' => '?',
  7709.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType' => '?',
  7710.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType' => '?',
  7711.             'Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType' => '?',
  7712.             'Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType' => '?',
  7713.             'Products\\SocialBundle\\Form\\FacebookSelectionsForm' => '?',
  7714.             'Products\\SocialBundle\\Form\\SocialPostCreateForm' => '?',
  7715.             'Products\\SocialBundle\\Form\\SocialPostEditForm' => '?',
  7716.             'Products\\SocialBundle\\Form\\Type\\AccountsType' => '?',
  7717.             'Products\\SocialBundle\\Form\\Type\\LinkPreviewType' => '?',
  7718.             'Products\\SocialBundle\\Form\\Type\\MessageType' => '?',
  7719.             'Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType' => '?',
  7720.             'Products\\SocialBundle\\Form\\Type\\MultipleMediaType' => '?',
  7721.             'Products\\SocialBundle\\Form\\Type\\StevesDateTimeType' => '?',
  7722.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7723.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7724.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7725.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7726.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7727.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7728.             yield => ($this->privates['App\\Form\\Extension\\TooltipExtension'] ?? ($this->privates['App\\Form\\Extension\\TooltipExtension'] = new \App\Form\Extension\TooltipExtension()));
  7729.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\AddonExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\AddonExtension'] = new \Cms\CoreBundle\Form\Extension\AddonExtension()));
  7730.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\CategoryExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\CategoryExtension'] = new \Cms\CoreBundle\Form\Extension\CategoryExtension()));
  7731.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\EmbeddedExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\EmbeddedExtension'] = new \Cms\CoreBundle\Form\Extension\EmbeddedExtension()));
  7732.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\HelpExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\HelpExtension'] = new \Cms\CoreBundle\Form\Extension\HelpExtension()));
  7733.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowAttrsExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowAttrsExtension'] = new \Cms\CoreBundle\Form\Extension\RowAttrsExtension()));
  7734.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowExtension'] = new \Cms\CoreBundle\Form\Extension\RowExtension()));
  7735.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  7736.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  7737.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  7738.             yield 10 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  7739.             yield 11 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  7740.             yield 12 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  7741.         }, 13), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7742.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7743.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7744.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7745.         }, 1)], new RewindableGenerator(function () {
  7746.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  7747.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  7748.         }, 2));
  7749.     }
  7750.     /**
  7751.      * Gets the private 'form.registry' shared service.
  7752.      *
  7753.      * @return \Symfony\Component\Form\FormRegistry
  7754.      */
  7755.     protected function getForm_RegistryService()
  7756.     {
  7757.         $a = ($this->privates['form.extension'] ?? $this->getForm_ExtensionService());
  7758.         if (isset($this->privates['form.registry'])) {
  7759.             return $this->privates['form.registry'];
  7760.         }
  7761.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> $a], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
  7762.     }
  7763.     /**
  7764.      * Gets the private 'form.resolved_type_factory' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  7767.      */
  7768.     protected function getForm_ResolvedTypeFactoryService()
  7769.     {
  7770.         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()));
  7771.     }
  7772.     /**
  7773.      * Gets the private 'fragment.listener' shared service.
  7774.      *
  7775.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  7776.      */
  7777.     protected function getFragment_ListenerService()
  7778.     {
  7779.         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');
  7780.     }
  7781.     /**
  7782.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7783.      *
  7784.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7785.      */
  7786.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7787.     {
  7788.         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())));
  7789.     }
  7790.     /**
  7791.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  7792.      *
  7793.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  7794.      */
  7795.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  7796.     {
  7797.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  7798.     }
  7799.     /**
  7800.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7801.      *
  7802.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7803.      */
  7804.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7805.     {
  7806.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7807.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7808.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7809.         }
  7810.         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);
  7811.     }
  7812.     /**
  7813.      * Gets the private 'identity_translator' shared service.
  7814.      *
  7815.      * @return \Symfony\Component\Translation\IdentityTranslator
  7816.      */
  7817.     protected function getIdentityTranslatorService()
  7818.     {
  7819.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  7820.     }
  7821.     /**
  7822.      * Gets the private 'joshtronic\LoremIpsum' shared autowired service.
  7823.      *
  7824.      * @return \joshtronic\LoremIpsum
  7825.      */
  7826.     protected function getLoremIpsumService()
  7827.     {
  7828.         return $this->privates['joshtronic\\LoremIpsum'] = new \joshtronic\LoremIpsum();
  7829.     }
  7830.     /**
  7831.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared autowired service.
  7832.      *
  7833.      * @return \libphonenumber\PhoneNumberUtil
  7834.      */
  7835.     protected function getPhoneNumberUtilService()
  7836.     {
  7837.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  7838.     }
  7839.     /**
  7840.      * Gets the private 'locale_aware_listener' shared service.
  7841.      *
  7842.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7843.      */
  7844.     protected function getLocaleAwareListenerService()
  7845.     {
  7846.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7847.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7848.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7849.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7850.     }
  7851.     /**
  7852.      * Gets the private 'locale_listener' shared service.
  7853.      *
  7854.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7855.      */
  7856.     protected function getLocaleListenerService()
  7857.     {
  7858.         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, []);
  7859.     }
  7860.     /**
  7861.      * Gets the private 'monolog.handler.console' shared service.
  7862.      *
  7863.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7864.      */
  7865.     protected function getMonolog_Handler_ConsoleService()
  7866.     {
  7867.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7868.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7869.         return $instance;
  7870.     }
  7871.     /**
  7872.      * Gets the private 'monolog.handler.main' shared service.
  7873.      *
  7874.      * @return \Monolog\Handler\FingersCrossedHandler
  7875.      */
  7876.     protected function getMonolog_Handler_MainService()
  7877.     {
  7878.         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);
  7879.     }
  7880.     /**
  7881.      * Gets the private 'monolog.handler.main.http_code_strategy' shared service.
  7882.      *
  7883.      * @return \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy
  7884.      */
  7885.     protected function getMonolog_Handler_Main_HttpCodeStrategyService()
  7886.     {
  7887.         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'));
  7888.     }
  7889.     /**
  7890.      * Gets the private 'monolog.handler.main2' shared service.
  7891.      *
  7892.      * @return \Monolog\Handler\FingersCrossedHandler
  7893.      */
  7894.     protected function getMonolog_Handler_Main2Service()
  7895.     {
  7896.         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);
  7897.     }
  7898.     /**
  7899.      * Gets the private 'monolog.handler.main2.http_code_strategy' shared service.
  7900.      *
  7901.      * @return \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy
  7902.      */
  7903.     protected function getMonolog_Handler_Main2_HttpCodeStrategyService()
  7904.     {
  7905.         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'));
  7906.     }
  7907.     /**
  7908.      * Gets the private 'monolog.handler.nested' shared service.
  7909.      *
  7910.      * @return \Monolog\Handler\StreamHandler
  7911.      */
  7912.     protected function getMonolog_Handler_NestedService()
  7913.     {
  7914.         $this->privates['monolog.handler.nested'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/test.log'), 'ERROR'trueNULLfalse);
  7915.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7916.         return $instance;
  7917.     }
  7918.     /**
  7919.      * Gets the private 'monolog.logger' shared service.
  7920.      *
  7921.      * @return \Symfony\Bridge\Monolog\Logger
  7922.      */
  7923.     protected function getMonolog_LoggerService()
  7924.     {
  7925.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7926.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7927.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7928.         $instance->useMicrosecondTimestamps(true);
  7929.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7930.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7931.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7932.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7933.         return $instance;
  7934.     }
  7935.     /**
  7936.      * Gets the private 'monolog.logger.cache' shared service.
  7937.      *
  7938.      * @return \Symfony\Bridge\Monolog\Logger
  7939.      */
  7940.     protected function getMonolog_Logger_CacheService()
  7941.     {
  7942.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7943.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7944.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7945.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7946.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7947.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7948.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7949.         return $instance;
  7950.     }
  7951.     /**
  7952.      * Gets the private 'monolog.logger.event' shared service.
  7953.      *
  7954.      * @return \Symfony\Bridge\Monolog\Logger
  7955.      */
  7956.     protected function getMonolog_Logger_EventService()
  7957.     {
  7958.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  7959.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7960.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7961.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7962.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7963.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7964.         return $instance;
  7965.     }
  7966.     /**
  7967.      * Gets the private 'monolog.logger.php' shared service.
  7968.      *
  7969.      * @return \Symfony\Bridge\Monolog\Logger
  7970.      */
  7971.     protected function getMonolog_Logger_PhpService()
  7972.     {
  7973.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  7974.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7975.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7976.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7977.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7978.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7979.         return $instance;
  7980.     }
  7981.     /**
  7982.      * Gets the private 'monolog.logger.profiler' shared service.
  7983.      *
  7984.      * @return \Symfony\Bridge\Monolog\Logger
  7985.      */
  7986.     protected function getMonolog_Logger_ProfilerService()
  7987.     {
  7988.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  7989.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7990.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7991.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7992.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7993.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7994.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7995.         return $instance;
  7996.     }
  7997.     /**
  7998.      * Gets the private 'monolog.logger.request' shared service.
  7999.      *
  8000.      * @return \Symfony\Bridge\Monolog\Logger
  8001.      */
  8002.     protected function getMonolog_Logger_RequestService()
  8003.     {
  8004.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8005.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8006.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8007.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8008.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8009.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8010.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8011.         return $instance;
  8012.     }
  8013.     /**
  8014.      * Gets the private 'monolog.logger.router' shared service.
  8015.      *
  8016.      * @return \Symfony\Bridge\Monolog\Logger
  8017.      */
  8018.     protected function getMonolog_Logger_RouterService()
  8019.     {
  8020.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  8021.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8022.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8023.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8024.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8025.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8026.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8027.         return $instance;
  8028.     }
  8029.     /**
  8030.      * Gets the private 'monolog.logger.security' shared service.
  8031.      *
  8032.      * @return \Symfony\Bridge\Monolog\Logger
  8033.      */
  8034.     protected function getMonolog_Logger_SecurityService()
  8035.     {
  8036.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8037.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8038.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8039.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8040.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8041.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8042.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8043.         return $instance;
  8044.     }
  8045.     /**
  8046.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  8047.      *
  8048.      * @return \Monolog\Processor\PsrLogMessageProcessor
  8049.      */
  8050.     protected function getMonolog_Processor_PsrLogMessageService()
  8051.     {
  8052.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  8053.     }
  8054.     /**
  8055.      * Gets the private 'nelmio_cors.cacheable_response_vary_listener' shared service.
  8056.      *
  8057.      * @return \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener
  8058.      */
  8059.     protected function getNelmioCors_CacheableResponseVaryListenerService()
  8060.     {
  8061.         return $this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener();
  8062.     }
  8063.     /**
  8064.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  8065.      *
  8066.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  8067.      */
  8068.     protected function getNelmioCors_CorsListenerService()
  8069.     {
  8070.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->privates['nelmio_cors.options_resolver'] ?? $this->getNelmioCors_OptionsResolverService()));
  8071.     }
  8072.     /**
  8073.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  8074.      *
  8075.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  8076.      */
  8077.     protected function getNelmioCors_OptionsProvider_ConfigService()
  8078.     {
  8079.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  8080.     }
  8081.     /**
  8082.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  8083.      *
  8084.      * @return \Nelmio\CorsBundle\Options\Resolver
  8085.      */
  8086.     protected function getNelmioCors_OptionsResolverService()
  8087.     {
  8088.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  8089.     }
  8090.     /**
  8091.      * Gets the private 'parameter_bag' shared service.
  8092.      *
  8093.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8094.      */
  8095.     protected function getParameterBagService()
  8096.     {
  8097.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8098.     }
  8099.     /**
  8100.      * Gets the private 'profiler_listener' shared service.
  8101.      *
  8102.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8103.      */
  8104.     protected function getProfilerListenerService()
  8105.     {
  8106.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8107.         if (isset($this->privates['profiler_listener'])) {
  8108.             return $this->privates['profiler_listener'];
  8109.         }
  8110.         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);
  8111.     }
  8112.     /**
  8113.      * Gets the private 'property_info' shared service.
  8114.      *
  8115.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8116.      */
  8117.     protected function getPropertyInfoService()
  8118.     {
  8119.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8120.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  8121.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8122.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8123.         }, 3), new RewindableGenerator(function () {
  8124.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8125.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8126.         }, 2), new RewindableGenerator(function () {
  8127.             return new \EmptyIterator();
  8128.         }, 0), new RewindableGenerator(function () {
  8129.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8130.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8131.         }, 2), new RewindableGenerator(function () {
  8132.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8133.         }, 1));
  8134.     }
  8135.     /**
  8136.      * Gets the private 'response_listener' shared service.
  8137.      *
  8138.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  8139.      */
  8140.     protected function getResponseListenerService()
  8141.     {
  8142.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  8143.     }
  8144.     /**
  8145.      * Gets the private 'router.expression_language_provider' shared service.
  8146.      *
  8147.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8148.      */
  8149.     protected function getRouter_ExpressionLanguageProviderService()
  8150.     {
  8151.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8152.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  8153.         ], [
  8154.             'env' => 'Closure',
  8155.         ]));
  8156.     }
  8157.     /**
  8158.      * Gets the private 'router.request_context' shared service.
  8159.      *
  8160.      * @return \Symfony\Component\Routing\RequestContext
  8161.      */
  8162.     protected function getRouter_RequestContextService()
  8163.     {
  8164.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8165.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8166.         return $instance;
  8167.     }
  8168.     /**
  8169.      * Gets the private 'router_listener' shared service.
  8170.      *
  8171.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8172.      */
  8173.     protected function getRouterListenerService()
  8174.     {
  8175.         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);
  8176.     }
  8177.     /**
  8178.      * Gets the private 'security.authentication.manager' shared service.
  8179.      *
  8180.      * @return \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager
  8181.      */
  8182.     protected function getSecurity_Authentication_ManagerService()
  8183.     {
  8184.         return $this->privates['security.authentication.manager'] = new \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager();
  8185.     }
  8186.     /**
  8187.      * Gets the private 'security.authentication.trust_resolver' shared service.
  8188.      *
  8189.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  8190.      */
  8191.     protected function getSecurity_Authentication_TrustResolverService()
  8192.     {
  8193.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  8194.     }
  8195.     /**
  8196.      * Gets the private 'security.context_listener.0' shared service.
  8197.      *
  8198.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8199.      */
  8200.     protected function getSecurity_ContextListener_0Service()
  8201.     {
  8202.         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 () {
  8203.             yield => ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  8204.             yield => ($this->privates['App\\Security\\Guard\\PortalUserProvider'] ?? $this->load('getPortalUserProviderService'));
  8205.             yield => ($this->privates['App\\Security\\Guard\\PortalAdminUserProvider'] ?? $this->load('getPortalAdminUserProviderService'));
  8206.         }, 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']);
  8207.     }
  8208.     /**
  8209.      * Gets the private 'security.context_listener.1' shared service.
  8210.      *
  8211.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8212.      */
  8213.     protected function getSecurity_ContextListener_1Service()
  8214.     {
  8215.         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 () {
  8216.             yield => ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  8217.             yield => ($this->privates['App\\Security\\Guard\\PortalUserProvider'] ?? $this->load('getPortalUserProviderService'));
  8218.             yield => ($this->privates['App\\Security\\Guard\\PortalAdminUserProvider'] ?? $this->load('getPortalAdminUserProviderService'));
  8219.         }, 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']);
  8220.     }
  8221.     /**
  8222.      * Gets the private 'security.event_dispatcher.dashboard' shared service.
  8223.      *
  8224.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8225.      */
  8226.     protected function getSecurity_EventDispatcher_DashboardService()
  8227.     {
  8228.         $this->privates['security.event_dispatcher.dashboard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8229.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8230.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  8231.         }, => 'onSymfonyComponentSecurityHttpEventLogoutEvent'], 0);
  8232.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8233.             return ($this->privates['security.listener.dashboard.user_provider'] ?? $this->load('getSecurity_Listener_Dashboard_UserProviderService'));
  8234.         }, => 'checkPassport'], 2048);
  8235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8236.             return ($this->privates['security.listener.session.dashboard'] ?? $this->load('getSecurity_Listener_Session_DashboardService'));
  8237.         }, => 'onSuccessfulLogin'], 0);
  8238.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8239.             return ($this->privates['security.logout.listener.default.dashboard'] ?? $this->load('getSecurity_Logout_Listener_Default_DashboardService'));
  8240.         }, => 'onLogout'], 64);
  8241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8242.             return ($this->privates['security.logout.listener.session.dashboard'] ?? ($this->privates['security.logout.listener.session.dashboard'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8243.         }, => 'onLogout'], 0);
  8244.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8245.             return ($this->privates['security.listener.user_checker.dashboard'] ?? $this->load('getSecurity_Listener_UserChecker_DashboardService'));
  8246.         }, => 'preCheckCredentials'], 256);
  8247.         $instance->addListener('security.authentication.success', [=> function () {
  8248.             return ($this->privates['security.listener.user_checker.dashboard'] ?? $this->load('getSecurity_Listener_UserChecker_DashboardService'));
  8249.         }, => 'postCheckCredentials'], 256);
  8250.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8251.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  8252.         }, => 'checkPassport'], 1024);
  8253.         $instance->addListener('security.authentication.success', [=> function () {
  8254.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8255.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  8256.         $instance->addListener('security.authentication.success', [=> function () {
  8257.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8258.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  8259.         $instance->addListener('security.authentication.success', [=> function () {
  8260.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8261.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  8262.         $instance->addListener('security.authentication.success', [=> function () {
  8263.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8264.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  8265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  8266.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8267.         }, => 'onLoginFailureRedirectToLogin'], 0);
  8268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8269.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8270.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  8271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8272.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8273.         }, => 'onLoginSuccessRedirection'], 0);
  8274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8275.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8276.         }, => 'onLogout'], 0);
  8277.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8278.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  8279.         }, => 'checkPassport'], 0);
  8280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8281.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  8282.         }, => 'onLoginSuccess'], 0);
  8283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8284.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  8285.         }, => 'checkPassport'], 512);
  8286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8287.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  8288.         }, => 'onLogout'], 0);
  8289.         return $instance;
  8290.     }
  8291.     /**
  8292.      * Gets the private 'security.event_dispatcher.portal' shared service.
  8293.      *
  8294.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8295.      */
  8296.     protected function getSecurity_EventDispatcher_PortalService()
  8297.     {
  8298.         $this->privates['security.event_dispatcher.portal'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8299.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8300.             return ($this->privates['security.listener.portal.user_provider'] ?? $this->load('getSecurity_Listener_Portal_UserProviderService'));
  8301.         }, => 'checkPassport'], 2048);
  8302.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8303.             return ($this->privates['security.listener.session.portal'] ?? $this->load('getSecurity_Listener_Session_PortalService'));
  8304.         }, => 'onSuccessfulLogin'], 0);
  8305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8306.             return ($this->privates['security.logout.listener.default.portal'] ?? $this->load('getSecurity_Logout_Listener_Default_PortalService'));
  8307.         }, => 'onLogout'], 64);
  8308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8309.             return ($this->privates['security.logout.listener.session.portal'] ?? ($this->privates['security.logout.listener.session.portal'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8310.         }, => 'onLogout'], 0);
  8311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8312.             return ($this->privates['security.listener.user_checker.portal'] ?? $this->load('getSecurity_Listener_UserChecker_PortalService'));
  8313.         }, => 'preCheckCredentials'], 256);
  8314.         $instance->addListener('security.authentication.success', [=> function () {
  8315.             return ($this->privates['security.listener.user_checker.portal'] ?? $this->load('getSecurity_Listener_UserChecker_PortalService'));
  8316.         }, => 'postCheckCredentials'], 256);
  8317.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8318.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  8319.         }, => 'checkPassport'], 1024);
  8320.         $instance->addListener('security.authentication.success', [=> function () {
  8321.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8322.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  8323.         $instance->addListener('security.authentication.success', [=> function () {
  8324.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8325.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  8326.         $instance->addListener('security.authentication.success', [=> function () {
  8327.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8328.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  8329.         $instance->addListener('security.authentication.success', [=> function () {
  8330.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8331.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  8332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  8333.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8334.         }, => 'onLoginFailureRedirectToLogin'], 0);
  8335.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8336.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8337.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  8338.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8339.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8340.         }, => 'onLoginSuccessRedirection'], 0);
  8341.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8342.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8343.         }, => 'onLogout'], 0);
  8344.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8345.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  8346.         }, => 'checkPassport'], 0);
  8347.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8348.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  8349.         }, => 'onLoginSuccess'], 0);
  8350.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8351.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  8352.         }, => 'checkPassport'], 512);
  8353.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8354.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  8355.         }, => 'onLogout'], 0);
  8356.         return $instance;
  8357.     }
  8358.     /**
  8359.      * Gets the private 'security.firewall.map' shared service.
  8360.      *
  8361.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8362.      */
  8363.     protected function getSecurity_Firewall_MapService()
  8364.     {
  8365.         $a = ($this->privates['.service_locator.Rwgh_w3'] ?? $this->get_ServiceLocator_RwghW3Service());
  8366.         if (isset($this->privates['security.firewall.map'])) {
  8367.             return $this->privates['security.firewall.map'];
  8368.         }
  8369.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8370.             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)/')));
  8371.             yield 'security.firewall.map.context.portal' => ($this->privates['App\\Security\\Firewall\\PortalFirewall'] ?? $this->getPortalFirewallService());
  8372.             yield 'security.firewall.map.context.portal_api' => ($this->privates['App\\Security\\Firewall\\PortalApiFirewall'] ?? ($this->privates['App\\Security\\Firewall\\PortalApiFirewall'] = new \App\Security\Firewall\PortalApiFirewall()));
  8373.             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()));
  8374.             yield 'security.firewall.map.context.dashboard' => ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardRequestMatcher'] ?? $this->load('getDashboardRequestMatcherService'));
  8375.         }, 5));
  8376.     }
  8377.     /**
  8378.      * Gets the private 'security.helper' shared service.
  8379.      *
  8380.      * @return \Symfony\Component\Security\Core\Security
  8381.      */
  8382.     protected function getSecurity_HelperService()
  8383.     {
  8384.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8385.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8386.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8387.         ], [
  8388.             'security.authorization_checker' => '?',
  8389.             'security.token_storage' => '?',
  8390.         ]));
  8391.     }
  8392.     /**
  8393.      * Gets the private 'security.impersonate_url_generator' shared service.
  8394.      *
  8395.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  8396.      */
  8397.     protected function getSecurity_ImpersonateUrlGeneratorService()
  8398.     {
  8399.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  8400.         if (isset($this->privates['security.impersonate_url_generator'])) {
  8401.             return $this->privates['security.impersonate_url_generator'];
  8402.         }
  8403.         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()));
  8404.     }
  8405.     /**
  8406.      * Gets the private 'security.logout_url_generator' shared service.
  8407.      *
  8408.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8409.      */
  8410.     protected function getSecurity_LogoutUrlGeneratorService()
  8411.     {
  8412.         $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()));
  8413.         $instance->registerListener('portal''app.notifications.portal.login.logout''logout''_csrf_token'NULL'portal');
  8414.         $instance->registerListener('portal_api''/logout''logout''_csrf_token'NULLNULL);
  8415.         $instance->registerListener('portal_admin_api''/logout''logout''_csrf_token'NULLNULL);
  8416.         $instance->registerListener('dashboard''app.platform.security.logout''logout''_csrf_token'NULL'dashboard');
  8417.         return $instance;
  8418.     }
  8419.     /**
  8420.      * Gets the private 'security.rememberme.response_listener' shared service.
  8421.      *
  8422.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  8423.      */
  8424.     protected function getSecurity_Rememberme_ResponseListenerService()
  8425.     {
  8426.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  8427.     }
  8428.     /**
  8429.      * Gets the private 'security.role_hierarchy' shared service.
  8430.      *
  8431.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8432.      */
  8433.     protected function getSecurity_RoleHierarchyService()
  8434.     {
  8435.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]);
  8436.     }
  8437.     /**
  8438.      * Gets the private 'security.untracked_token_storage' shared service.
  8439.      *
  8440.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  8441.      */
  8442.     protected function getSecurity_UntrackedTokenStorageService()
  8443.     {
  8444.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  8445.     }
  8446.     /**
  8447.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  8448.      *
  8449.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  8450.      */
  8451.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  8452.     {
  8453.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  8454.     }
  8455.     /**
  8456.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8457.      *
  8458.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8459.      */
  8460.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8461.     {
  8462.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8463.     }
  8464.     /**
  8465.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  8466.      *
  8467.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  8468.      */
  8469.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  8470.     {
  8471.         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())));
  8472.     }
  8473.     /**
  8474.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  8475.      *
  8476.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  8477.      */
  8478.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  8479.     {
  8480.         return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  8481.     }
  8482.     /**
  8483.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8484.      *
  8485.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8486.      */
  8487.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8488.     {
  8489.         $a = ($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService());
  8490.         if (isset($this->privates['sensio_framework_extra.converter.listener'])) {
  8491.             return $this->privates['sensio_framework_extra.converter.listener'];
  8492.         }
  8493.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8494.     }
  8495.     /**
  8496.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  8497.      *
  8498.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  8499.      */
  8500.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  8501.     {
  8502.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8503.         $a = ($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ContainerConverter'] ?? $this->getContainerConverterService());
  8504.         $b = ($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'] ?? $this->getModuleEntityConverterService());
  8505.         $instance->add($a, -2'cms__container');
  8506.         $instance->add($a0NULL);
  8507.         $instance->add($b, -3'cms__module_entity');
  8508.         $instance->add($b0NULL);
  8509.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  8510.         $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');
  8511.         return $instance;
  8512.     }
  8513.     /**
  8514.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  8515.      *
  8516.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  8517.      */
  8518.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  8519.     {
  8520.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  8521.     }
  8522.     /**
  8523.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8524.      *
  8525.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8526.      */
  8527.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8528.     {
  8529.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8530.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8531.             return $this->privates['sensio_framework_extra.security.listener'];
  8532.         }
  8533.         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()));
  8534.     }
  8535.     /**
  8536.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  8537.      *
  8538.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  8539.      */
  8540.     protected function getSensioFrameworkExtra_View_GuesserService()
  8541.     {
  8542.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8543.     }
  8544.     /**
  8545.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8546.      *
  8547.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8548.      */
  8549.     protected function getSensioFrameworkExtra_View_ListenerService()
  8550.     {
  8551.         $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))))));
  8552.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8553.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8554.         ], [
  8555.             'twig' => '?',
  8556.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8557.         return $instance;
  8558.     }
  8559.     /**
  8560.      * Gets the private 'streamed_response_listener' shared service.
  8561.      *
  8562.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  8563.      */
  8564.     protected function getStreamedResponseListenerService()
  8565.     {
  8566.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  8567.     }
  8568.     /**
  8569.      * Gets the private 'test.session.listener' shared service.
  8570.      *
  8571.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8572.      */
  8573.     protected function getTest_Session_ListenerService()
  8574.     {
  8575.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8576.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  8577.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  8578.         ], [
  8579.             'session' => '?',
  8580.             'session_factory' => '?',
  8581.         ]), true$this->parameters['session.storage.options']);
  8582.     }
  8583.     /**
  8584.      * Gets the private 'translator.default' shared service.
  8585.      *
  8586.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8587.      */
  8588.     protected function getTranslator_DefaultService()
  8589.     {
  8590.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8591.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  8592.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  8593.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  8594.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  8595.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  8596.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  8597.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  8598.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  8599.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  8600.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  8601.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  8602.         ], [
  8603.             'translation.loader.csv' => '?',
  8604.             'translation.loader.dat' => '?',
  8605.             'translation.loader.ini' => '?',
  8606.             'translation.loader.json' => '?',
  8607.             'translation.loader.mo' => '?',
  8608.             'translation.loader.php' => '?',
  8609.             'translation.loader.po' => '?',
  8610.             'translation.loader.qt' => '?',
  8611.             'translation.loader.res' => '?',
  8612.             'translation.loader.xliff' => '?',
  8613.             'translation.loader.yml' => '?',
  8614.         ]), ($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']]], []);
  8615.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8616.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  8617.         return $instance;
  8618.     }
  8619.     /**
  8620.      * Gets the private 'translator.formatter.default' shared service.
  8621.      *
  8622.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  8623.      */
  8624.     protected function getTranslator_Formatter_DefaultService()
  8625.     {
  8626.         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())));
  8627.     }
  8628.     /**
  8629.      * Gets the private 'twig.app_variable' shared service.
  8630.      *
  8631.      * @return \Symfony\Bridge\Twig\AppVariable
  8632.      */
  8633.     protected function getTwig_AppVariableService()
  8634.     {
  8635.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  8636.         $instance->setEnvironment('test');
  8637.         $instance->setDebug(true);
  8638.         if ($this->has('.container.private.security.token_storage')) {
  8639.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8640.         }
  8641.         if ($this->has('request_stack')) {
  8642.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8643.         }
  8644.         return $instance;
  8645.     }
  8646.     /**
  8647.      * Gets the private 'twig.configurator.environment' shared service.
  8648.      *
  8649.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  8650.      */
  8651.     protected function getTwig_Configurator_EnvironmentService()
  8652.     {
  8653.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  8654.     }
  8655.     /**
  8656.      * Gets the private 'twig.extension.assets' shared service.
  8657.      *
  8658.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  8659.      */
  8660.     protected function getTwig_Extension_AssetsService()
  8661.     {
  8662.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  8663.     }
  8664.     /**
  8665.      * Gets the private 'twig.extension.code' shared service.
  8666.      *
  8667.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  8668.      */
  8669.     protected function getTwig_Extension_CodeService()
  8670.     {
  8671.         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');
  8672.     }
  8673.     /**
  8674.      * Gets the private 'twig.extension.debug' shared service.
  8675.      *
  8676.      * @return \Twig\Extension\DebugExtension
  8677.      */
  8678.     protected function getTwig_Extension_DebugService()
  8679.     {
  8680.         return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
  8681.     }
  8682.     /**
  8683.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  8684.      *
  8685.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  8686.      */
  8687.     protected function getTwig_Extension_Debug_StopwatchService()
  8688.     {
  8689.         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);
  8690.     }
  8691.     /**
  8692.      * Gets the private 'twig.extension.expression' shared service.
  8693.      *
  8694.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  8695.      */
  8696.     protected function getTwig_Extension_ExpressionService()
  8697.     {
  8698.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  8699.     }
  8700.     /**
  8701.      * Gets the private 'twig.extension.form' shared service.
  8702.      *
  8703.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  8704.      */
  8705.     protected function getTwig_Extension_FormService()
  8706.     {
  8707.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8708.     }
  8709.     /**
  8710.      * Gets the private 'twig.extension.httpfoundation' shared service.
  8711.      *
  8712.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  8713.      */
  8714.     protected function getTwig_Extension_HttpfoundationService()
  8715.     {
  8716.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  8717.     }
  8718.     /**
  8719.      * Gets the private 'twig.extension.httpkernel' shared service.
  8720.      *
  8721.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  8722.      */
  8723.     protected function getTwig_Extension_HttpkernelService()
  8724.     {
  8725.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  8726.     }
  8727.     /**
  8728.      * Gets the private 'twig.extension.logout_url' shared service.
  8729.      *
  8730.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  8731.      */
  8732.     protected function getTwig_Extension_LogoutUrlService()
  8733.     {
  8734.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  8735.     }
  8736.     /**
  8737.      * Gets the private 'twig.extension.profiler' shared service.
  8738.      *
  8739.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  8740.      */
  8741.     protected function getTwig_Extension_ProfilerService()
  8742.     {
  8743.         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))));
  8744.     }
  8745.     /**
  8746.      * Gets the private 'twig.extension.routing' shared service.
  8747.      *
  8748.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  8749.      */
  8750.     protected function getTwig_Extension_RoutingService()
  8751.     {
  8752.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  8753.     }
  8754.     /**
  8755.      * Gets the private 'twig.extension.security' shared service.
  8756.      *
  8757.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  8758.      */
  8759.     protected function getTwig_Extension_SecurityService()
  8760.     {
  8761.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8762.         if (isset($this->privates['twig.extension.security'])) {
  8763.             return $this->privates['twig.extension.security'];
  8764.         }
  8765.         $b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
  8766.         if (isset($this->privates['twig.extension.security'])) {
  8767.             return $this->privates['twig.extension.security'];
  8768.         }
  8769.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a$b);
  8770.     }
  8771.     /**
  8772.      * Gets the private 'twig.extension.security_csrf' shared service.
  8773.      *
  8774.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  8775.      */
  8776.     protected function getTwig_Extension_SecurityCsrfService()
  8777.     {
  8778.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  8779.     }
  8780.     /**
  8781.      * Gets the private 'twig.extension.serializer' shared service.
  8782.      *
  8783.      * @return \Symfony\Bridge\Twig\Extension\SerializerExtension
  8784.      */
  8785.     protected function getTwig_Extension_SerializerService()
  8786.     {
  8787.         return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
  8788.     }
  8789.     /**
  8790.      * Gets the private 'twig.extension.string' shared service.
  8791.      *
  8792.      * @return \Twig\Extra\String\StringExtension
  8793.      */
  8794.     protected function getTwig_Extension_StringService()
  8795.     {
  8796.         return $this->privates['twig.extension.string'] = new \Twig\Extra\String\StringExtension();
  8797.     }
  8798.     /**
  8799.      * Gets the private 'twig.extension.trans' shared service.
  8800.      *
  8801.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  8802.      */
  8803.     protected function getTwig_Extension_TransService()
  8804.     {
  8805.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8806.     }
  8807.     /**
  8808.      * Gets the private 'twig.extension.webprofiler' shared service.
  8809.      *
  8810.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  8811.      */
  8812.     protected function getTwig_Extension_WebprofilerService()
  8813.     {
  8814.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  8815.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8816.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  8817.     }
  8818.     /**
  8819.      * Gets the private 'twig.extension.yaml' shared service.
  8820.      *
  8821.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  8822.      */
  8823.     protected function getTwig_Extension_YamlService()
  8824.     {
  8825.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  8826.     }
  8827.     /**
  8828.      * Gets the private 'twig.loader.chain' shared service.
  8829.      *
  8830.      * @return \Twig\Loader\ChainLoader
  8831.      */
  8832.     protected function getTwig_Loader_ChainService()
  8833.     {
  8834.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  8835.         $instance->addLoader(($this->services['Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader'] ?? $this->getDatabaseLoaderService()));
  8836.         $instance->addLoader(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()));
  8837.         return $instance;
  8838.     }
  8839.     /**
  8840.      * Gets the private 'twig.loader.native_filesystem' shared service.
  8841.      *
  8842.      * @return \Twig\Loader\FilesystemLoader
  8843.      */
  8844.     protected function getTwig_Loader_NativeFilesystemService()
  8845.     {
  8846.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  8847.         $instance->addPath((\dirname(__DIR__4).'/ui/twig'), 'ui');
  8848.         $instance->addPath((\dirname(__DIR__4).'/ui2022'), 'ui2022');
  8849.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'package$');
  8850.         $instance->addPath((\dirname(__DIR__4).'/themes/packages'), 'packages');
  8851.         $instance->addPath((\dirname(__DIR__4).'/src/App/Resources/views'), 'App');
  8852.         $instance->addPath((\dirname(__DIR__4).'/src/App/Resources/views'), '!App');
  8853.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/BulletinBundle/Resources/views'), 'CmsBulletin');
  8854.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/BulletinBundle/Resources/views'), '!CmsBulletin');
  8855.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/views'), 'CmsContainer');
  8856.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/views'), '!CmsContainer');
  8857.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContentBundle/Resources/views'), 'CmsContent');
  8858.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContentBundle/Resources/views'), '!CmsContent');
  8859.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/views'), 'CmsCore');
  8860.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/views'), '!CmsCore');
  8861.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Resources/views'), 'CmsDevelopment');
  8862.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Resources/views'), '!CmsDevelopment');
  8863.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/views'), 'CmsDomain');
  8864.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/views'), '!CmsDomain');
  8865.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/views'), 'CmsFile');
  8866.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/views'), '!CmsFile');
  8867.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/views'), 'CmsFrontend');
  8868.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/views'), '!CmsFrontend');
  8869.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/views'), 'CmsImport');
  8870.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/views'), '!CmsImport');
  8871.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/views'), 'CmsLog');
  8872.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/views'), '!CmsLog');
  8873.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/views'), 'CmsModule');
  8874.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/views'), '!CmsModule');
  8875.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Resources/views'), 'CmsModulesGallery');
  8876.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Resources/views'), '!CmsModulesGallery');
  8877.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Resources/views'), 'CmsModulesPeople');
  8878.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Resources/views'), '!CmsModulesPeople');
  8879.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/NavigationBundle/Resources/views'), 'CmsNavigation');
  8880.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/NavigationBundle/Resources/views'), '!CmsNavigation');
  8881.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/RedirectBundle/Resources/views'), 'CmsRedirect');
  8882.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/RedirectBundle/Resources/views'), '!CmsRedirect');
  8883.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Resources/views'), 'CmsSitebuilder');
  8884.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Resources/views'), '!CmsSitebuilder');
  8885.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SyncBundle/Resources/views'), 'CmsSync');
  8886.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SyncBundle/Resources/views'), '!CmsSync');
  8887.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TagBundle/Resources/views'), 'CmsTag');
  8888.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TagBundle/Resources/views'), '!CmsTag');
  8889.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/views'), 'CmsTenant');
  8890.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/views'), '!CmsTenant');
  8891.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/views'), 'CmsTheme');
  8892.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/views'), '!CmsTheme');
  8893.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WidgetBundle/Resources/views'), 'CmsWidget');
  8894.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WidgetBundle/Resources/views'), '!CmsWidget');
  8895.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/views'), 'CmsWorkflows');
  8896.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/views'), '!CmsWorkflows');
  8897.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  8898.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  8899.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  8900.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  8901.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  8902.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  8903.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Resources/views'), 'PlatformControlPanel');
  8904.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Resources/views'), '!PlatformControlPanel');
  8905.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/MarketingBundle/Resources/views'), 'PlatformMarketing');
  8906.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/MarketingBundle/Resources/views'), '!PlatformMarketing');
  8907.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/views'), 'PlatformSecurity');
  8908.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/views'), '!PlatformSecurity');
  8909.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AdaBundle/Resources/views'), 'ProductsAda');
  8910.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AdaBundle/Resources/views'), '!ProductsAda');
  8911.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AppBundle/Resources/views'), 'ProductsApp');
  8912.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AppBundle/Resources/views'), '!ProductsApp');
  8913.         $instance->addPath((\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/views'), 'ProductsNotifications');
  8914.         $instance->addPath((\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/views'), '!ProductsNotifications');
  8915.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/views'), 'ProductsSchoolNow');
  8916.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/views'), '!ProductsSchoolNow');
  8917.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SocialBundle/Resources/views'), 'ProductsSocial');
  8918.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SocialBundle/Resources/views'), '!ProductsSocial');
  8919.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  8920.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  8921.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  8922.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  8923.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  8924.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  8925.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Atlas'), 'packageAtlas');
  8926.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageAtlas');
  8927.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/BlueGoose'), 'packageBlueGoose');
  8928.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBlueGoose');
  8929.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Blueash'), 'packageBlueash');
  8930.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBlueash');
  8931.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Bridgetown'), 'packageBridgetown');
  8932.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBridgetown');
  8933.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Brixton'), 'packageBrixton');
  8934.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBrixton');
  8935.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Canyon'), 'packageCanyon');
  8936.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageCanyon');
  8937.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Chance'), 'packageChance');
  8938.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageChance');
  8939.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Charming'), 'packageCharming');
  8940.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageCharming');
  8941.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Eaglecreek'), 'packageEaglecreek');
  8942.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageEaglecreek');
  8943.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Fairview'), 'packageFairview');
  8944.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFairview');
  8945.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Fallhaven'), 'packageFallhaven');
  8946.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFallhaven');
  8947.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/FirstClass'), 'packageFirstClass');
  8948.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFirstClass');
  8949.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Graceland'), 'packageGraceland');
  8950.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageGraceland');
  8951.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Grayslake'), 'packageGrayslake');
  8952.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageGrayslake');
  8953.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Kildeer'), 'packageKildeer');
  8954.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageKildeer');
  8955.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Kirby'), 'packageKirby');
  8956.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageKirby');
  8957.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Metropolis'), 'packageMetropolis');
  8958.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageMetropolis');
  8959.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Morgan'), 'packageMorgan');
  8960.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageMorgan');
  8961.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Northwood'), 'packageNorthwood');
  8962.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageNorthwood');
  8963.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/NotreDameSJ'), 'packageNotreDameSJ');
  8964.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageNotreDameSJ');
  8965.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/PalmMeadow'), 'packagePalmMeadow');
  8966.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packagePalmMeadow');
  8967.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/ParkRidge'), 'packageParkRidge');
  8968.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageParkRidge');
  8969.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Rosewood'), 'packageRosewood');
  8970.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageRosewood');
  8971.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Schiller'), 'packageSchiller');
  8972.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSchiller');
  8973.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Springfield'), 'packageSpringfield');
  8974.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSpringfield');
  8975.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Summit'), 'packageSummit');
  8976.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSummit');
  8977.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/ThomasEdison'), 'packageThomasEdison');
  8978.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageThomasEdison');
  8979.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Windsor'), 'packageWindsor');
  8980.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageWindsor');
  8981.         return $instance;
  8982.     }
  8983.     /**
  8984.      * Gets the private 'twig.missing_extension_suggestor' shared service.
  8985.      *
  8986.      * @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
  8987.      */
  8988.     protected function getTwig_MissingExtensionSuggestorService()
  8989.     {
  8990.         return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  8991.     }
  8992.     /**
  8993.      * Gets the private 'twig.profile' shared service.
  8994.      *
  8995.      * @return \Twig\Profiler\Profile
  8996.      */
  8997.     protected function getTwig_ProfileService()
  8998.     {
  8999.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  9000.     }
  9001.     /**
  9002.      * Gets the private 'twig.runtime_loader' shared service.
  9003.      *
  9004.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  9005.      */
  9006.     protected function getTwig_RuntimeLoaderService()
  9007.     {
  9008.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9009.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  9010.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  9011.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  9012.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  9013.         ], [
  9014.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  9015.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  9016.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  9017.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  9018.         ]));
  9019.     }
  9020.     /**
  9021.      * Gets the private 'uri_signer' shared service.
  9022.      *
  9023.      * @return \Symfony\Component\HttpKernel\UriSigner
  9024.      */
  9025.     protected function getUriSignerService()
  9026.     {
  9027.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('7I9h37k0mTc3343P47hc9zKSBBj3rpFt');
  9028.     }
  9029.     /**
  9030.      * Gets the private 'url_helper' shared service.
  9031.      *
  9032.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  9033.      */
  9034.     protected function getUrlHelperService()
  9035.     {
  9036.         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()));
  9037.     }
  9038.     /**
  9039.      * Gets the private 'validate_request_listener' shared service.
  9040.      *
  9041.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  9042.      */
  9043.     protected function getValidateRequestListenerService()
  9044.     {
  9045.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  9046.     }
  9047.     /**
  9048.      * Gets the private 'validator.builder' shared service.
  9049.      *
  9050.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9051.      */
  9052.     protected function getValidator_BuilderService()
  9053.     {
  9054.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9055.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  9056.         if ($this->has('translator')) {
  9057.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9058.         }
  9059.         $instance->setTranslationDomain('validators');
  9060.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9061.         $instance->enableAnnotationMapping(true);
  9062.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9063.         $instance->addMethodMapping('loadValidatorMetadata');
  9064.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
  9065.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  9066.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  9067.         return $instance;
  9068.     }
  9069.     /**
  9070.      * Gets the private 'validator.property_info_loader' shared service.
  9071.      *
  9072.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  9073.      */
  9074.     protected function getValidator_PropertyInfoLoaderService()
  9075.     {
  9076.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9077.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  9078.     }
  9079.     /**
  9080.      * Gets the private 'validator.validator_factory' shared service.
  9081.      *
  9082.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  9083.      */
  9084.     protected function getValidator_ValidatorFactoryService()
  9085.     {
  9086.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9087.             'Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator' => ['privates''Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator''getDateRangeValidatorService'true],
  9088.             'Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator' => ['privates''Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator''getUniqueDomainNameValidatorService'true],
  9089.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator' => ['privates''Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator''getModuleReservedSlugsValidatorService'true],
  9090.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator' => ['privates''Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator''getModuleSlugValidatorService'true],
  9091.             'Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator' => ['privates''Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator''getUniqueWithinTenantConstraintValidatorService'true],
  9092.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  9093.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  9094.             'Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator' => ['privates''Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator''getPasswordStrengthValidatorService'true],
  9095.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  9096.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  9097.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  9098.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  9099.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  9100.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  9101.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  9102.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  9103.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  9104.             'unique_within_tenant' => ['privates''Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator''getUniqueWithinTenantConstraintValidatorService'true],
  9105.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  9106.         ], [
  9107.             'Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator' => '?',
  9108.             'Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator' => '?',
  9109.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator' => '?',
  9110.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator' => '?',
  9111.             'Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator' => '?',
  9112.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  9113.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  9114.             'Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator' => '?',
  9115.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9116.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9117.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9118.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9119.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9120.             'doctrine.orm.validator.unique' => '?',
  9121.             'ewz_recaptcha.true' => '?',
  9122.             'ewz_recaptcha.v3.true' => '?',
  9123.             'security.validator.user_password' => '?',
  9124.             'unique_within_tenant' => '?',
  9125.             'validator.expression' => '?',
  9126.         ]));
  9127.     }
  9128.     /**
  9129.      * Gets the private 'web_profiler.csp.handler' shared service.
  9130.      *
  9131.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9132.      */
  9133.     protected function getWebProfiler_Csp_HandlerService()
  9134.     {
  9135.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9136.     }
  9137.     /**
  9138.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9139.      *
  9140.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9141.      */
  9142.     protected function getWebProfiler_DebugToolbarService()
  9143.     {
  9144.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9145.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9146.             return $this->privates['web_profiler.debug_toolbar'];
  9147.         }
  9148.         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);
  9149.     }
  9150.     /**
  9151.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  9152.      *
  9153.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  9154.      */
  9155.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  9156.     {
  9157.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9158.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  9159.         ], [
  9160.             '_default' => '?',
  9161.         ]), '_default');
  9162.     }
  9163.     /**
  9164.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  9165.      *
  9166.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  9167.      */
  9168.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  9169.     {
  9170.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9171.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  9172.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  9173.         ], [
  9174.             'webpack_encore.entrypoint_lookup_collection' => '?',
  9175.             'webpack_encore.tag_renderer' => '?',
  9176.         ]));
  9177.     }
  9178.     /**
  9179.      * Gets the public 'cache_clearer' alias.
  9180.      *
  9181.      * @return object The ".container.private.cache_clearer" service.
  9182.      */
  9183.     protected function getCacheClearerService()
  9184.     {
  9185.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9186.         return $this->get('.container.private.cache_clearer');
  9187.     }
  9188.     /**
  9189.      * Gets the public 'filesystem' alias.
  9190.      *
  9191.      * @return object The ".container.private.filesystem" service.
  9192.      */
  9193.     protected function getFilesystemService()
  9194.     {
  9195.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9196.         return $this->get('.container.private.filesystem');
  9197.     }
  9198.     /**
  9199.      * Gets the public 'serializer' alias.
  9200.      *
  9201.      * @return object The ".container.private.serializer" service.
  9202.      */
  9203.     protected function getSerializerService()
  9204.     {
  9205.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9206.         return $this->get('.container.private.serializer');
  9207.     }
  9208.     /**
  9209.      * Gets the public 'security.csrf.token_manager' alias.
  9210.      *
  9211.      * @return object The ".container.private.security.csrf.token_manager" service.
  9212.      */
  9213.     protected function getSecurity_Csrf_TokenManagerService()
  9214.     {
  9215.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9216.         return $this->get('.container.private.security.csrf.token_manager');
  9217.     }
  9218.     /**
  9219.      * Gets the public 'form.factory' alias.
  9220.      *
  9221.      * @return object The ".container.private.form.factory" service.
  9222.      */
  9223.     protected function getForm_FactoryService()
  9224.     {
  9225.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9226.         return $this->get('.container.private.form.factory');
  9227.     }
  9228.     /**
  9229.      * Gets the public 'form.type.file' alias.
  9230.      *
  9231.      * @return object The ".container.private.form.type.file" service.
  9232.      */
  9233.     protected function getForm_Type_FileService()
  9234.     {
  9235.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9236.         return $this->get('.container.private.form.type.file');
  9237.     }
  9238.     /**
  9239.      * Gets the public 'profiler' alias.
  9240.      *
  9241.      * @return object The ".container.private.profiler" service.
  9242.      */
  9243.     protected function getProfilerService()
  9244.     {
  9245.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9246.         return $this->get('.container.private.profiler');
  9247.     }
  9248.     /**
  9249.      * Gets the public 'security.authorization_checker' alias.
  9250.      *
  9251.      * @return object The ".container.private.security.authorization_checker" service.
  9252.      */
  9253.     protected function getSecurity_AuthorizationCheckerService()
  9254.     {
  9255.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9256.         return $this->get('.container.private.security.authorization_checker');
  9257.     }
  9258.     /**
  9259.      * Gets the public 'security.token_storage' alias.
  9260.      *
  9261.      * @return object The ".container.private.security.token_storage" service.
  9262.      */
  9263.     protected function getSecurity_TokenStorageService()
  9264.     {
  9265.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9266.         return $this->get('.container.private.security.token_storage');
  9267.     }
  9268.     /**
  9269.      * Gets the public 'twig' alias.
  9270.      *
  9271.      * @return object The ".container.private.twig" service.
  9272.      */
  9273.     protected function getTwigService()
  9274.     {
  9275.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9276.         return $this->get('.container.private.twig');
  9277.     }
  9278.     /**
  9279.      * Gets the public 'security.password_encoder' alias.
  9280.      *
  9281.      * @return object The ".container.private.security.password_encoder" service.
  9282.      */
  9283.     protected function getSecurity_PasswordEncoderService()
  9284.     {
  9285.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9286.         return $this->get('.container.private.security.password_encoder');
  9287.     }
  9288.     /**
  9289.      * Gets the public 'session' alias.
  9290.      *
  9291.      * @return object The ".container.private.session" service.
  9292.      */
  9293.     protected function getSessionService()
  9294.     {
  9295.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9296.         return $this->get('.container.private.session');
  9297.     }
  9298.     /**
  9299.      * Gets the public 'validator' alias.
  9300.      *
  9301.      * @return object The ".container.private.validator" service.
  9302.      */
  9303.     protected function getValidatorService()
  9304.     {
  9305.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9306.         return $this->get('.container.private.validator');
  9307.     }
  9308.     /**
  9309.      * @return array|bool|float|int|string|\UnitEnum|null
  9310.      */
  9311.     public function getParameter(string $name)
  9312.     {
  9313.         if (isset($this->buildParameters[$name])) {
  9314.             return $this->buildParameters[$name];
  9315.         }
  9316.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9317.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9318.         }
  9319.         if (isset($this->loadedDynamicParameters[$name])) {
  9320.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9321.         }
  9322.         return $this->parameters[$name];
  9323.     }
  9324.     public function hasParameter(string $name): bool
  9325.     {
  9326.         if (isset($this->buildParameters[$name])) {
  9327.             return true;
  9328.         }
  9329.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9330.     }
  9331.     public function setParameter(string $name$value): void
  9332.     {
  9333.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9334.     }
  9335.     public function getParameterBag(): ParameterBagInterface
  9336.     {
  9337.         if (null === $this->parameterBag) {
  9338.             $parameters $this->parameters;
  9339.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9340.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9341.             }
  9342.             foreach ($this->buildParameters as $name => $value) {
  9343.                 $parameters[$name] = $value;
  9344.             }
  9345.             $this->parameterBag = new FrozenParameterBag($parameters);
  9346.         }
  9347.         return $this->parameterBag;
  9348.     }
  9349.     private $loadedDynamicParameters = [
  9350.         'kernel.runtime_environment' => false,
  9351.         'kernel.build_dir' => false,
  9352.         'kernel.cache_dir' => false,
  9353.         'google_recaptcha_site_key' => false,
  9354.         'doctrine.orm.proxy_dir' => false,
  9355.         'debug.container.dump' => false,
  9356.         'serializer.mapping.cache.file' => false,
  9357.         'session.save_path' => false,
  9358.         'validator.mapping.cache.file' => false,
  9359.         'profiler.storage.dsn' => false,
  9360.     ];
  9361.     private $dynamicParameters = [];
  9362.     private function getDynamicParameter(string $name)
  9363.     {
  9364.         switch ($name) {
  9365.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9366.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9367.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9368.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  9369.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9370.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelTestDebugContainer.xml'); break;
  9371.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9372.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  9373.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9374.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9375.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9376.         }
  9377.         $this->loadedDynamicParameters[$name] = true;
  9378.         return $this->dynamicParameters[$name] = $value;
  9379.     }
  9380.     protected function getDefaultParameters(): array
  9381.     {
  9382.         return [
  9383.             'kernel.project_dir' => \dirname(__DIR__4),
  9384.             'kernel.environment' => 'test',
  9385.             'kernel.debug' => true,
  9386.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9387.             'kernel.bundles' => [
  9388.                 'AppBundle' => 'App\\AppBundle',
  9389.                 'CmsAssetsBundle' => 'Cms\\AssetsBundle\\CmsAssetsBundle',
  9390.                 'CmsBulletinBundle' => 'Cms\\BulletinBundle\\CmsBulletinBundle',
  9391.                 'CmsContainerBundle' => 'Cms\\ContainerBundle\\CmsContainerBundle',
  9392.                 'CmsContentBundle' => 'Cms\\ContentBundle\\CmsContentBundle',
  9393.                 'CmsCoreBundle' => 'Cms\\CoreBundle\\CmsCoreBundle',
  9394.                 'CmsDevelopmentBundle' => 'Cms\\DevelopmentBundle\\CmsDevelopmentBundle',
  9395.                 'CmsDomainBundle' => 'Cms\\DomainBundle\\CmsDomainBundle',
  9396.                 'CmsFileBundle' => 'Cms\\FileBundle\\CmsFileBundle',
  9397.                 'CmsFrontendBundle' => 'Cms\\FrontendBundle\\CmsFrontendBundle',
  9398.                 'CmsImportBundle' => 'Cms\\ImportBundle\\CmsImportBundle',
  9399.                 'CmsLogBundle' => 'Cms\\LogBundle\\CmsLogBundle',
  9400.                 'CmsModuleBundle' => 'Cms\\ModuleBundle\\CmsModuleBundle',
  9401.                 'CmsModulesAlertBundle' => 'Cms\\Modules\\AlertBundle\\CmsModulesAlertBundle',
  9402.                 'CmsModulesBlogBundle' => 'Cms\\Modules\\BlogBundle\\CmsModulesBlogBundle',
  9403.                 'CmsModulesCalendarBundle' => 'Cms\\Modules\\CalendarBundle\\CmsModulesCalendarBundle',
  9404.                 'CmsModulesGalleryBundle' => 'Cms\\Modules\\GalleryBundle\\CmsModulesGalleryBundle',
  9405.                 'CmsModulesNewsBundle' => 'Cms\\Modules\\NewsBundle\\CmsModulesNewsBundle',
  9406.                 'CmsModulesPageBundle' => 'Cms\\Modules\\PageBundle\\CmsModulesPageBundle',
  9407.                 'CmsModulesPeopleBundle' => 'Cms\\Modules\\PeopleBundle\\CmsModulesPeopleBundle',
  9408.                 'CmsModulesQuestionBundle' => 'Cms\\Modules\\QuestionBundle\\CmsModulesQuestionBundle',
  9409.                 'CmsModulesSnippetBundle' => 'Cms\\Modules\\SnippetBundle\\CmsModulesSnippetBundle',
  9410.                 'CmsNavigationBundle' => 'Cms\\NavigationBundle\\CmsNavigationBundle',
  9411.                 'CmsRedirectBundle' => 'Cms\\RedirectBundle\\CmsRedirectBundle',
  9412.                 'CmsSitebuilderBundle' => 'Cms\\SitebuilderBundle\\CmsSitebuilderBundle',
  9413.                 'CmsSyncBundle' => 'Cms\\SyncBundle\\CmsSyncBundle',
  9414.                 'CmsSystemBundle' => 'Cms\\SystemBundle\\CmsSystemBundle',
  9415.                 'CmsTagBundle' => 'Cms\\TagBundle\\CmsTagBundle',
  9416.                 'CmsTenantBundle' => 'Cms\\TenantBundle\\CmsTenantBundle',
  9417.                 'CmsThemeBundle' => 'Cms\\ThemeBundle\\CmsThemeBundle',
  9418.                 'CmsWidgetBundle' => 'Cms\\WidgetBundle\\CmsWidgetBundle',
  9419.                 'CmsWorkflowsBundle' => 'Cms\\WorkflowsBundle\\CmsWorkflowsBundle',
  9420.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9421.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9422.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9423.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  9424.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9425.                 'PlatformControlPanelBundle' => 'Platform\\ControlPanelBundle\\PlatformControlPanelBundle',
  9426.                 'PlatformMarketingBundle' => 'Platform\\MarketingBundle\\PlatformMarketingBundle',
  9427.                 'PlatformQueueBundle' => 'Platform\\QueueBundle\\PlatformQueueBundle',
  9428.                 'PlatformSecurityBundle' => 'Platform\\SecurityBundle\\PlatformSecurityBundle',
  9429.                 'ProductsAdaBundle' => 'Products\\AdaBundle\\ProductsAdaBundle',
  9430.                 'ProductsAppBundle' => 'Products\\AppBundle\\ProductsAppBundle',
  9431.                 'ProductsNotificationsBundle' => 'Products\\NotificationsBundle\\ProductsNotificationsBundle',
  9432.                 'ProductsSchoolNowBundle' => 'Products\\SchoolNowBundle\\ProductsSchoolNowBundle',
  9433.                 'ProductsSocialBundle' => 'Products\\SocialBundle\\ProductsSocialBundle',
  9434.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9435.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  9436.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9437.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9438.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9439.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9440.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9441.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9442.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9443.                 'RollbarBundle' => 'Rollbar\\Symfony\\RollbarBundle\\RollbarBundle',
  9444.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  9445.             ],
  9446.             'kernel.bundles_metadata' => [
  9447.                 'AppBundle' => [
  9448.                     'path' => (\dirname(__DIR__4).'/src/App'),
  9449.                     'namespace' => 'App',
  9450.                 ],
  9451.                 'CmsAssetsBundle' => [
  9452.                     'path' => (\dirname(__DIR__4).'/src/Cms/AssetsBundle'),
  9453.                     'namespace' => 'Cms\\AssetsBundle',
  9454.                 ],
  9455.                 'CmsBulletinBundle' => [
  9456.                     'path' => (\dirname(__DIR__4).'/src/Cms/BulletinBundle'),
  9457.                     'namespace' => 'Cms\\BulletinBundle',
  9458.                 ],
  9459.                 'CmsContainerBundle' => [
  9460.                     'path' => (\dirname(__DIR__4).'/src/Cms/ContainerBundle'),
  9461.                     'namespace' => 'Cms\\ContainerBundle',
  9462.                 ],
  9463.                 'CmsContentBundle' => [
  9464.                     'path' => (\dirname(__DIR__4).'/src/Cms/ContentBundle'),
  9465.                     'namespace' => 'Cms\\ContentBundle',
  9466.                 ],
  9467.                 'CmsCoreBundle' => [
  9468.                     'path' => (\dirname(__DIR__4).'/src/Cms/CoreBundle'),
  9469.                     'namespace' => 'Cms\\CoreBundle',
  9470.                 ],
  9471.                 'CmsDevelopmentBundle' => [
  9472.                     'path' => (\dirname(__DIR__4).'/src/Cms/DevelopmentBundle'),
  9473.                     'namespace' => 'Cms\\DevelopmentBundle',
  9474.                 ],
  9475.                 'CmsDomainBundle' => [
  9476.                     'path' => (\dirname(__DIR__4).'/src/Cms/DomainBundle'),
  9477.                     'namespace' => 'Cms\\DomainBundle',
  9478.                 ],
  9479.                 'CmsFileBundle' => [
  9480.                     'path' => (\dirname(__DIR__4).'/src/Cms/FileBundle'),
  9481.                     'namespace' => 'Cms\\FileBundle',
  9482.                 ],
  9483.                 'CmsFrontendBundle' => [
  9484.                     'path' => (\dirname(__DIR__4).'/src/Cms/FrontendBundle'),
  9485.                     'namespace' => 'Cms\\FrontendBundle',
  9486.                 ],
  9487.                 'CmsImportBundle' => [
  9488.                     'path' => (\dirname(__DIR__4).'/src/Cms/ImportBundle'),
  9489.                     'namespace' => 'Cms\\ImportBundle',
  9490.                 ],
  9491.                 'CmsLogBundle' => [
  9492.                     'path' => (\dirname(__DIR__4).'/src/Cms/LogBundle'),
  9493.                     'namespace' => 'Cms\\LogBundle',
  9494.                 ],
  9495.                 'CmsModuleBundle' => [
  9496.                     'path' => (\dirname(__DIR__4).'/src/Cms/ModuleBundle'),
  9497.                     'namespace' => 'Cms\\ModuleBundle',
  9498.                 ],
  9499.                 'CmsModulesAlertBundle' => [
  9500.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle'),
  9501.                     'namespace' => 'Cms\\Modules\\AlertBundle',
  9502.                 ],
  9503.                 'CmsModulesBlogBundle' => [
  9504.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle'),
  9505.                     'namespace' => 'Cms\\Modules\\BlogBundle',
  9506.                 ],
  9507.                 'CmsModulesCalendarBundle' => [
  9508.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle'),
  9509.                     'namespace' => 'Cms\\Modules\\CalendarBundle',
  9510.                 ],
  9511.                 'CmsModulesGalleryBundle' => [
  9512.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle'),
  9513.                     'namespace' => 'Cms\\Modules\\GalleryBundle',
  9514.                 ],
  9515.                 'CmsModulesNewsBundle' => [
  9516.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle'),
  9517.                     'namespace' => 'Cms\\Modules\\NewsBundle',
  9518.                 ],
  9519.                 'CmsModulesPageBundle' => [
  9520.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle'),
  9521.                     'namespace' => 'Cms\\Modules\\PageBundle',
  9522.                 ],
  9523.                 'CmsModulesPeopleBundle' => [
  9524.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle'),
  9525.                     'namespace' => 'Cms\\Modules\\PeopleBundle',
  9526.                 ],
  9527.                 'CmsModulesQuestionBundle' => [
  9528.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle'),
  9529.                     'namespace' => 'Cms\\Modules\\QuestionBundle',
  9530.                 ],
  9531.                 'CmsModulesSnippetBundle' => [
  9532.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle'),
  9533.                     'namespace' => 'Cms\\Modules\\SnippetBundle',
  9534.                 ],
  9535.                 'CmsNavigationBundle' => [
  9536.                     'path' => (\dirname(__DIR__4).'/src/Cms/NavigationBundle'),
  9537.                     'namespace' => 'Cms\\NavigationBundle',
  9538.                 ],
  9539.                 'CmsRedirectBundle' => [
  9540.                     'path' => (\dirname(__DIR__4).'/src/Cms/RedirectBundle'),
  9541.                     'namespace' => 'Cms\\RedirectBundle',
  9542.                 ],
  9543.                 'CmsSitebuilderBundle' => [
  9544.                     'path' => (\dirname(__DIR__4).'/src/Cms/SitebuilderBundle'),
  9545.                     'namespace' => 'Cms\\SitebuilderBundle',
  9546.                 ],
  9547.                 'CmsSyncBundle' => [
  9548.                     'path' => (\dirname(__DIR__4).'/src/Cms/SyncBundle'),
  9549.                     'namespace' => 'Cms\\SyncBundle',
  9550.                 ],
  9551.                 'CmsSystemBundle' => [
  9552.                     'path' => (\dirname(__DIR__4).'/src/Cms/SystemBundle'),
  9553.                     'namespace' => 'Cms\\SystemBundle',
  9554.                 ],
  9555.                 'CmsTagBundle' => [
  9556.                     'path' => (\dirname(__DIR__4).'/src/Cms/TagBundle'),
  9557.                     'namespace' => 'Cms\\TagBundle',
  9558.                 ],
  9559.                 'CmsTenantBundle' => [
  9560.                     'path' => (\dirname(__DIR__4).'/src/Cms/TenantBundle'),
  9561.                     'namespace' => 'Cms\\TenantBundle',
  9562.                 ],
  9563.                 'CmsThemeBundle' => [
  9564.                     'path' => (\dirname(__DIR__4).'/src/Cms/ThemeBundle'),
  9565.                     'namespace' => 'Cms\\ThemeBundle',
  9566.                 ],
  9567.                 'CmsWidgetBundle' => [
  9568.                     'path' => (\dirname(__DIR__4).'/src/Cms/WidgetBundle'),
  9569.                     'namespace' => 'Cms\\WidgetBundle',
  9570.                 ],
  9571.                 'CmsWorkflowsBundle' => [
  9572.                     'path' => (\dirname(__DIR__4).'/src/Cms/WorkflowsBundle'),
  9573.                     'namespace' => 'Cms\\WorkflowsBundle',
  9574.                 ],
  9575.                 'DoctrineBundle' => [
  9576.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9577.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9578.                 ],
  9579.                 'DoctrineFixturesBundle' => [
  9580.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9581.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9582.                 ],
  9583.                 'DoctrineMigrationsBundle' => [
  9584.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9585.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9586.                 ],
  9587.                 'EWZRecaptchaBundle' => [
  9588.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  9589.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  9590.                 ],
  9591.                 'NelmioCorsBundle' => [
  9592.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9593.                     'namespace' => 'Nelmio\\CorsBundle',
  9594.                 ],
  9595.                 'PlatformControlPanelBundle' => [
  9596.                     'path' => (\dirname(__DIR__4).'/src/Platform/ControlPanelBundle'),
  9597.                     'namespace' => 'Platform\\ControlPanelBundle',
  9598.                 ],
  9599.                 'PlatformMarketingBundle' => [
  9600.                     'path' => (\dirname(__DIR__4).'/src/Platform/MarketingBundle'),
  9601.                     'namespace' => 'Platform\\MarketingBundle',
  9602.                 ],
  9603.                 'PlatformQueueBundle' => [
  9604.                     'path' => (\dirname(__DIR__4).'/src/Platform/QueueBundle'),
  9605.                     'namespace' => 'Platform\\QueueBundle',
  9606.                 ],
  9607.                 'PlatformSecurityBundle' => [
  9608.                     'path' => (\dirname(__DIR__4).'/src/Platform/SecurityBundle'),
  9609.                     'namespace' => 'Platform\\SecurityBundle',
  9610.                 ],
  9611.                 'ProductsAdaBundle' => [
  9612.                     'path' => (\dirname(__DIR__4).'/src/Products/AdaBundle'),
  9613.                     'namespace' => 'Products\\AdaBundle',
  9614.                 ],
  9615.                 'ProductsAppBundle' => [
  9616.                     'path' => (\dirname(__DIR__4).'/src/Products/AppBundle'),
  9617.                     'namespace' => 'Products\\AppBundle',
  9618.                 ],
  9619.                 'ProductsNotificationsBundle' => [
  9620.                     'path' => (\dirname(__DIR__4).'/src/Products/NotificationsBundle'),
  9621.                     'namespace' => 'Products\\NotificationsBundle',
  9622.                 ],
  9623.                 'ProductsSchoolNowBundle' => [
  9624.                     'path' => (\dirname(__DIR__4).'/src/Products/SchoolNowBundle'),
  9625.                     'namespace' => 'Products\\SchoolNowBundle',
  9626.                 ],
  9627.                 'ProductsSocialBundle' => [
  9628.                     'path' => (\dirname(__DIR__4).'/src/Products/SocialBundle'),
  9629.                     'namespace' => 'Products\\SocialBundle',
  9630.                 ],
  9631.                 'SensioFrameworkExtraBundle' => [
  9632.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9633.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9634.                 ],
  9635.                 'StofDoctrineExtensionsBundle' => [
  9636.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  9637.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  9638.                 ],
  9639.                 'FrameworkBundle' => [
  9640.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9641.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9642.                 ],
  9643.                 'MonologBundle' => [
  9644.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9645.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9646.                 ],
  9647.                 'SecurityBundle' => [
  9648.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9649.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9650.                 ],
  9651.                 'TwigBundle' => [
  9652.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9653.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9654.                 ],
  9655.                 'WebpackEncoreBundle' => [
  9656.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9657.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9658.                 ],
  9659.                 'WebProfilerBundle' => [
  9660.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9661.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9662.                 ],
  9663.                 'TwigExtraBundle' => [
  9664.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9665.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9666.                 ],
  9667.                 'RollbarBundle' => [
  9668.                     'path' => (\dirname(__DIR__4).'/vendor/rollbar/rollbar-php-symfony-bundle'),
  9669.                     'namespace' => 'Rollbar\\Symfony\\RollbarBundle',
  9670.                 ],
  9671.                 'LexikJWTAuthenticationBundle' => [
  9672.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  9673.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  9674.                 ],
  9675.             ],
  9676.             'kernel.charset' => 'UTF-8',
  9677.             'kernel.container_class' => 'App_KernelTestDebugContainer',
  9678.             'container.autowiring.strict_mode' => true,
  9679.             'container.dumper.inline_class_loader' => true,
  9680.             'cloud' => [
  9681.                 'account' => 'fcd500f81e0a',
  9682.                 'region' => 'us-east-0',
  9683.                 'zone' => 'us-east-0z',
  9684.                 'instance' => 'ea99a67c5aeee7786',
  9685.                 'instance_id' => 'i-ea99a67c5aeee7786',
  9686.                 'instance_type' => 'm0.size',
  9687.                 'image' => 'ami-dbef0267',
  9688.                 'arch' => 'arch',
  9689.                 'kernel' => 'aki-9e561ab7',
  9690.                 'timestamp' => '2000-01-01T00:00:00Z',
  9691.             ],
  9692.             'secret' => '7I9h37k0mTc3343P47hc9zKSBBj3rpFt',
  9693.             'app.security.csadmin.password' => 'oKuktAVMJfbXt4@h',
  9694.             'app.crs.jwt_secret_key' => '95f0ab842295ca193f6e162dd9226a897ac4acd3cf59323db8e54e4f7077282f',
  9695.             'database_host' => 'dev-cms-database.cluster-crkzfyax6fdz.us-east-1.rds.amazonaws.com',
  9696.             'database_name' => 'campussuite-test',
  9697.             'database_user' => 'campussuite-test',
  9698.             'database_password' => 'dgTBGHz9gyLQq5DRBHCyYxnAgrdvaJUh',
  9699.             'blitline.application.id' => '5f8NjQzYn0_Tb2CWI2wFRhQ',
  9700.             'blitline.application.secret' => '22ySGiF0qAalTOvT1XJu_Ng',
  9701.             'blitline.application.public_token' => '9onQBv9I4Djg17oYU_N_JNw',
  9702.             'amazon.s3' => [
  9703.                 'version' => '2006-03-01',
  9704.                 'region' => 'us-east-1',
  9705.                 'account_id' => '661711043306',
  9706.                 'user' => 'campusuite--test',
  9707.                 'credentials' => [
  9708.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9709.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9710.                 ],
  9711.             ],
  9712.             'amazon.s3_drop' => [
  9713.                 'version' => '2006-03-01',
  9714.                 'region' => 'us-east-1',
  9715.                 'user' => 'campusuite--test',
  9716.                 'credentials' => [
  9717.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9718.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9719.                 ],
  9720.             ],
  9721.             'amazon.s3_cdn' => [
  9722.                 'version' => '2006-03-01',
  9723.                 'region' => 'us-east-1',
  9724.                 'user' => 'campusuite--test',
  9725.                 'credentials' => [
  9726.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9727.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9728.                 ],
  9729.             ],
  9730.             'amazon.polly' => [
  9731.                 'scheme' => 'https',
  9732.                 'version' => 'latest',
  9733.                 'region' => 'us-east-1',
  9734.                 'credentials' => [
  9735.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9736.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9737.                 ],
  9738.             ],
  9739.             'recaptcha.public_key' => '6LffNR8TAAAAAFfwHRlc6c0zGZEhKdyrngsMBAaU',
  9740.             'recaptcha.private_key' => '6LffNR8TAAAAAHPxH2L54eaW6DgIz3Z1myMwdtq6',
  9741.             'teamwork_pm.token' => 'twp_gCTxMesyQJbmvX9yZsu45rrDLgtp',
  9742.             'teamwork_pm.host' => 'teamworkpm.net',
  9743.             'teamwork_pm.project_id' => '3718',
  9744.             'facebook' => [
  9745.                 'key' => '205225326574197',
  9746.                 'secret' => '4d293f02b34a57bfedbf724a79f9018f',
  9747.             ],
  9748.             'twitter' => [
  9749.                 'key' => 'NNvs07MLtid9qCf8QzEG3NGzM',
  9750.                 'secret' => 'fFsM75af47v5zTqdaAwnfwVNao5VcdkoemKBgQESdfuME0NGzt',
  9751.             ],
  9752.             'logger.rollbar.envs' => [
  9753.                 => 'dev',
  9754.                 => 'test',
  9755.                 => 'prod',
  9756.             ],
  9757.             'logger.rollbar.key' => '5ec135ab95df41198dbba7c6cb0904e1',
  9758.             'google.api_key' => 'AIzaSyDKDXIFHzh-IEgWlBScoLzyM9AzkpZ8UCs',
  9759.             'wsc.customer_id' => '1:0dsJ4-xdR041-cj2EO-75RLt2-aOG4B-NvwQi2-YDZA64-QEJTa3-NYLSD2-Vne1e1-vXPa8-T4f',
  9760.             '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',
  9761.             'app.mq.default.user' => 'campussuite',
  9762.             'app.mq.default.password' => 'T9PewGDnmfZ7d7',
  9763.             'app.vendors.sendgrid.primary.api_key_id' => 'i5dWOGEwT52rROuzsvhMJg',
  9764.             'app.vendors.sendgrid.primary.api_key' => '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',
  9765.             'app.vendors.twilio.primary.api_key_sid' => 'SK7e04ffaa87577d9ecd44537788c70a61',
  9766.             'app.vendors.twilio.primary.api_key_secret' => 'DLjVKEFvbqExwuc7MrqnQbf1YIKMXEGF',
  9767.             'app.vendors.firebase.primary.private_key_id' => 'c62249df49b823ea1daed7c8350214b53c954311',
  9768.             '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-----',
  9769.             'app.vendors.rebrandly.api.key' => '128d0616c8ce42dbb0d1432e060ed62b',
  9770.             '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-----',
  9771.             'app.mobile_api.public.oauth.authorization_server.encryption_key' => 'Ks1n5nHFdkSyqtdX/iJdZEf/63/dTtAGiMID4ZXLzBg=',
  9772.             '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-----',
  9773.             'campussuite.cms.domain.ssl' => [
  9774.                 'letsencrypt_account_contact' => 'domains@innersync.com',
  9775.                 'letsencrypt_environment' => 'letsencrypt',
  9776.                 'letsencrypt_key_path' => '/app/app/Resources/data/acme-v01.api.letsencrypt.org.directory.pem',
  9777.                 'key_digest_alg' => 'SHA256',
  9778.                 'key_bits' => 4096,
  9779.                 'key_type' => 'RSA',
  9780.             ],
  9781.             'campussuite.cms.domain.ssl_deployment' => [
  9782.                 'app_env' => 'test',
  9783.                 'os_user' => 'campussuite',
  9784.                 'root_path' => '/srv/campussuite/ssl',
  9785.                 'nginx_path' => '/srv/campussuite/nginx/conf.d',
  9786.                 'files_path' => '/srv/campussuite/ssl/files',
  9787.                 'lock_name' => 'ssl_deployment.pid',
  9788.                 'state_path' => '/srv/campussuite/ssl/ssl_deployment',
  9789.                 'state_name' => 'ssl_deployment',
  9790.                 'key_name' => 'private.key',
  9791.                 'cert_name' => 'cert.crt',
  9792.                 'bundle_name' => 'bundle.crt',
  9793.                 'combo_name' => 'combo.crt',
  9794.             ],
  9795.             'version.hash' => '47598713cf7a5e04bae7f75c58c92cd1252bc1bc',
  9796.             'version.branch' => 'branch',
  9797.             'version.tag' => 'v0.0.0',
  9798.             'version' => [
  9799.                 'hash' => '47598713cf7a5e04bae7f75c58c92cd1252bc1bc',
  9800.                 'branch' => 'branch',
  9801.                 'tag' => 'v0.0.0',
  9802.             ],
  9803.             'default_locale' => 'en',
  9804.             'locale' => 'en',
  9805.             'app.vendors.slack.hooks' => [
  9806.                 'notifications' => 'https://hooks.slack.com/services/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',
  9807.             ],
  9808.             'app.vendors.rebrandly.api.workspace' => '0e9ab0d7f6694210ae6cf5d015e0d903',
  9809.             'app.security.csadmin.username' => 'csadmin@innersync.com',
  9810.             'database_driver' => 'pdo_mysql',
  9811.             'database_port' => 3306,
  9812.             'templating.globals.class' => 'Cms\\CoreBundle\\Service\\Twig\\GlobalVariables',
  9813.             'pdo.db_options' => [
  9814.                 'db_username' => 'campussuite-test',
  9815.                 'db_password' => 'dgTBGHz9gyLQq5DRBHCyYxnAgrdvaJUh',
  9816.                 'db_table' => 'php__session',
  9817.                 'db_id_col' => 'id',
  9818.                 'db_data_col' => 'data',
  9819.                 'db_time_col' => 'tstamp',
  9820.                 'db_lifetime_col' => 'lifetime',
  9821.             ],
  9822.             'kernel.temp_dir' => (\dirname(__DIR__3).'/temp'),
  9823.             'kernel.dumps_dir' => (\dirname(__DIR__3).'/dumps'),
  9824.             'kernel.web_dir' => (\dirname(__DIR__4).'/public'),
  9825.             'kernel.themes_path' => '/themes',
  9826.             'kernel.themes_dir' => (\dirname(__DIR__4).'/themes'),
  9827.             'kernel.starters_path' => '/themes/starters',
  9828.             'kernel.starters_dir' => (\dirname(__DIR__4).'/themes/starters'),
  9829.             'kernel.ui_dir' => (\dirname(__DIR__4).'/ui'),
  9830.             'kernel.assets_dir' => (\dirname(__DIR__4).'/public/assets'),
  9831.             'kernel.widgets_dir' => (\dirname(__DIR__4).'/themes/bases/Campussuite2015/widgets'),
  9832.             'kernel.mobile_dir' => (\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/public/mobile-app'),
  9833.             'kernel.base_dir' => \dirname(__DIR__4),
  9834.             'modules.base_namespace' => 'Cms\\Modules',
  9835.             'cms.assets.force_local' => false,
  9836.             'dashboard.hostname' => 'test.campussuite.com',
  9837.             'app.routing.cluster' => 'test',
  9838.             'communication_phone' => '+18556937460',
  9839.             'cms.container.staging.domain' => 'campussuite.site',
  9840.             'cms.core.policies.ferpa.timestamp' => '2022-01-27T00:00:00Z',
  9841.             'campussuite.cms.sitebuilder.models' => [
  9842.                 => 'Blank with ADA Pages',
  9843.                 => 'Community Development District',
  9844.                 => 'Community Development District Inframark',
  9845.                 => 'Community Development District Rizzetta',
  9846.                 => 'District',
  9847.                 => 'Early Childhood',
  9848.                 => 'Elementary',
  9849.                 => 'High',
  9850.                 => 'Higher Education',
  9851.                 => 'Middle',
  9852.                 10 => 'Teacher',
  9853.                 11 => 'Update Center',
  9854.             ],
  9855.             'campussuite.cms.module.reserved_slugs' => [
  9856.                 => 'alert',
  9857.                 => 'blog',
  9858.                 => 'calendar',
  9859.                 => 'feed',
  9860.                 => 'gallery',
  9861.                 => 'news',
  9862.                 => 'page',
  9863.                 => 'people',
  9864.                 => 'question',
  9865.                 => 'snippet',
  9866.             ],
  9867.             'campussuite.cms.module.clear.settings' => [
  9868.                 'days_before' => 10,
  9869.                 'save_last' => 10,
  9870.             ],
  9871.             'cms.file.supported_extensions' => [
  9872.                 'image' => [
  9873.                     'jpg' => [
  9874.                         'mime' => 'image/jpeg',
  9875.                         'type' => 'image',
  9876.                     ],
  9877.                     'jpeg' => [
  9878.                         'mime' => 'image/jpeg',
  9879.                         'type' => 'image',
  9880.                     ],
  9881.                     'png' => [
  9882.                         'mime' => 'image/png',
  9883.                         'type' => 'image',
  9884.                     ],
  9885.                     'bmp' => [
  9886.                         'mime' => 'image/bmp',
  9887.                         'type' => 'image',
  9888.                     ],
  9889.                     'gif' => [
  9890.                         'mime' => 'image/gif',
  9891.                         'type' => 'image',
  9892.                     ],
  9893.                     'tif' => [
  9894.                         'mime' => 'image/tiff',
  9895.                         'type' => 'image',
  9896.                     ],
  9897.                     'tiff' => [
  9898.                         'mime' => 'image/tiff',
  9899.                         'type' => 'image',
  9900.                     ],
  9901.                     'eps' => [
  9902.                         'mime' => 'application/postscript',
  9903.                         'type' => 'image',
  9904.                     ],
  9905.                     'svg' => [
  9906.                         'mime' => 'image/svg+xml',
  9907.                         'type' => 'image',
  9908.                     ],
  9909.                 ],
  9910.                 'document' => [
  9911.                     'htm' => [
  9912.                         'mime' => 'text/html',
  9913.                         'type' => 'document',
  9914.                     ],
  9915.                     'html' => [
  9916.                         'mime' => 'text/html',
  9917.                         'type' => 'document',
  9918.                     ],
  9919.                     'css' => [
  9920.                         'mime' => 'text/css',
  9921.                         'type' => 'document',
  9922.                     ],
  9923.                     'js' => [
  9924.                         'mime' => 'application/javascript',
  9925.                         'type' => 'document',
  9926.                     ],
  9927.                     'psd' => [
  9928.                         'mime' => 'image/vnd.adobe.photoshop',
  9929.                         'type' => 'document',
  9930.                     ],
  9931.                     'doc' => [
  9932.                         'mime' => 'application/msword',
  9933.                         'type' => 'document',
  9934.                     ],
  9935.                     'dot' => [
  9936.                         'mime' => 'application/msword',
  9937.                         'type' => 'document',
  9938.                     ],
  9939.                     'docx' => [
  9940.                         'mime' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
  9941.                         'type' => 'document',
  9942.                     ],
  9943.                     'dotx' => [
  9944.                         'mime' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template',
  9945.                         'type' => 'document',
  9946.                     ],
  9947.                     'docm' => [
  9948.                         'mime' => 'application/vnd.ms-word.document.macroEnabled.12',
  9949.                         'type' => 'document',
  9950.                     ],
  9951.                     'dotm' => [
  9952.                         'mime' => 'application/vnd.ms-word.template.macroEnabled.12',
  9953.                         'type' => 'document',
  9954.                     ],
  9955.                     'xls' => [
  9956.                         'mime' => 'application/vnd.ms-excel',
  9957.                         'type' => 'document',
  9958.                     ],
  9959.                     'xlt' => [
  9960.                         'mime' => 'application/vnd.ms-excel',
  9961.                         'type' => 'document',
  9962.                     ],
  9963.                     'xlsx' => [
  9964.                         'mime' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
  9965.                         'type' => 'document',
  9966.                     ],
  9967.                     'xltx' => [
  9968.                         'mime' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template',
  9969.                         'type' => 'document',
  9970.                     ],
  9971.                     'pps' => [
  9972.                         'mime' => 'application/vnd.ms-powerpoint',
  9973.                         'type' => 'document',
  9974.                     ],
  9975.                     'ppsx' => [
  9976.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow',
  9977.                         'type' => 'document',
  9978.                     ],
  9979.                     'ppt' => [
  9980.                         'mime' => 'application/vnd.ms-powerpoint',
  9981.                         'type' => 'document',
  9982.                     ],
  9983.                     'pot' => [
  9984.                         'mime' => 'application/vnd.ms-powerpoint',
  9985.                         'type' => 'document',
  9986.                     ],
  9987.                     'pptx' => [
  9988.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
  9989.                         'type' => 'document',
  9990.                     ],
  9991.                     'potx' => [
  9992.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.template',
  9993.                         'type' => 'document',
  9994.                     ],
  9995.                     'pdf' => [
  9996.                         'mime' => 'application/pdf',
  9997.                         'type' => 'document',
  9998.                     ],
  9999.                     'pub' => [
  10000.                         'mime' => 'application/x-mspublisher',
  10001.                         'type' => 'document',
  10002.                     ],
  10003.                     'txt' => [
  10004.                         'mime' => 'text/plain',
  10005.                         'type' => 'document',
  10006.                     ],
  10007.                     'csv' => [
  10008.                         'mime' => 'text/csv',
  10009.                         'type' => 'document',
  10010.                     ],
  10011.                     'zip' => [
  10012.                         'mime' => 'application/zip',
  10013.                         'type' => 'document',
  10014.                     ],
  10015.                     'eot' => [
  10016.                         'mime' => 'application/vnd.ms-fontobject',
  10017.                         'type' => 'document',
  10018.                     ],
  10019.                     'ttf' => [
  10020.                         'mime' => 'font/ttf',
  10021.                         'type' => 'document',
  10022.                     ],
  10023.                     'woff' => [
  10024.                         'mime' => 'font/woff',
  10025.                         'type' => 'document',
  10026.                     ],
  10027.                     'woff2' => [
  10028.                         'mime' => 'font/woff2',
  10029.                         'type' => 'document',
  10030.                     ],
  10031.                     'crt' => [
  10032.                         'mime' => 'application/octet-stream',
  10033.                         'type' => 'document',
  10034.                     ],
  10035.                     'rtf' => [
  10036.                         'mime' => 'application/rtf',
  10037.                         'type' => 'document',
  10038.                     ],
  10039.                     'ics' => [
  10040.                         'mime' => 'text/calendar',
  10041.                         'type' => 'document',
  10042.                     ],
  10043.                 ],
  10044.                 'audio' => [
  10045.                     'mp3' => [
  10046.                         'mime' => 'audio/mpeg',
  10047.                         'type' => 'audio',
  10048.                     ],
  10049.                     'wav' => [
  10050.                         'mime' => 'audio/wav',
  10051.                         'type' => 'audio',
  10052.                     ],
  10053.                 ],
  10054.                 'video' => [
  10055.                     'mov' => [
  10056.                         'mime' => 'video/quicktime',
  10057.                         'type' => 'video',
  10058.                     ],
  10059.                     'mp4' => [
  10060.                         'mime' => 'video/mp4',
  10061.                         'type' => 'video',
  10062.                     ],
  10063.                     'm4v' => [
  10064.                         'mime' => 'video/mp4',
  10065.                         'type' => 'video',
  10066.                     ],
  10067.                 ],
  10068.             ],
  10069.             'app.notifications.recording.phone' => '+18598006569',
  10070.             'app.vendors.sendgrid.primary.credentials' => [
  10071.                 'api_key_id' => 'i5dWOGEwT52rROuzsvhMJg',
  10072.                 'api_key' => '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',
  10073.             ],
  10074.             'app.vendors.twilio.organization_sid' => 'ORa1cb9bdab5184af5b609c5ad05469243',
  10075.             'app.vendors.twilio.primary.account_sid' => 'ACe5b489074c7e36fcb566675aec6c2104',
  10076.             'app.vendors.twilio.primary.credentials' => [
  10077.                 'account_sid' => 'ACe5b489074c7e36fcb566675aec6c2104',
  10078.                 'api_key_sid' => 'SK7e04ffaa87577d9ecd44537788c70a61',
  10079.                 'api_key_secret' => 'DLjVKEFvbqExwuc7MrqnQbf1YIKMXEGF',
  10080.             ],
  10081.             'app.vendors.firebase.primary.credentials' => [
  10082.                 'service_account_json' => [
  10083.                     'type' => 'service_account',
  10084.                     'project_id' => 'schoolnow-live',
  10085.                     'private_key_id' => 'c62249df49b823ea1daed7c8350214b53c954311',
  10086.                     '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-----',
  10087.                     'client_email' => 'firebase-adminsdk-z3owu@schoolnow-live.iam.gserviceaccount.com',
  10088.                     'client_id' => '106294753262086809948',
  10089.                     'auth_uri' => 'https://accounts.google.com/o/oauth2/auth',
  10090.                     'token_uri' => 'https://oauth2.googleapis.com/token',
  10091.                     'auth_provider_x509_cert_url' => 'https://www.googleapis.com/oauth2/v1/certs',
  10092.                     'client_x509_cert_url' => 'https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-z3owu%40schoolnow-live.iam.gserviceaccount.com',
  10093.                 ],
  10094.             ],
  10095.             'app.aws.s3.buckets.blob' => 'campussuite-storage',
  10096.             'app.aws.s3.buckets.logs' => 'campussuite-logs',
  10097.             'app.aws.s3.buckets.bulk' => 'campussuite-bulk',
  10098.             'app.aws.s3.buckets.assets' => 'campussuite-assets',
  10099.             'app.routing.apexes' => [
  10100.                 => 'campussuite.net',
  10101.                 => 'campussuite.partners',
  10102.                 => 'campussuite.host',
  10103.                 => 'campussuite.com',
  10104.                 => 'campussuite.io',
  10105.                 => 'campussuite.com',
  10106.                 => 'campussuite.app',
  10107.                 => 'campussuite.sites',
  10108.             ],
  10109.             'app.routing.hostnames' => [
  10110.                 => 'campussuite.net',
  10111.                 => 'campussuite.partners',
  10112.                 => '*.campussuite.partners',
  10113.                 => 'campussuite.host',
  10114.                 => '*.campussuite.host',
  10115.                 => 'campussuite.com',
  10116.                 => '*.campussuite.com',
  10117.                 => 'campussuite.io',
  10118.                 => '*.campussuite.io',
  10119.                 => 'campussuite.com',
  10120.                 10 => '*.campussuite.com',
  10121.                 11 => 'campussuite.app',
  10122.                 12 => '*.campussuite.app',
  10123.                 13 => 'campussuite.sites',
  10124.                 14 => '*.campussuite.sites',
  10125.             ],
  10126.             'app.routing.apexes_regex' => '/^campussuite\\.(?:net|partners|host|com|io|app)$/',
  10127.             'app.routing.hostnames_regex' => '/^(?:[^.]+\\.)?campussuite\\.(?:net|partners|host|com|io|app)$/',
  10128.             'app.routing.apexes.admin' => 'campussuite.net',
  10129.             'app.routing.hostnames.admin_core' => '{cluster}.{tld}',
  10130.             'app.routing.apexes.partner' => 'campussuite.partners',
  10131.             'app.routing.hostnames.partner_core' => '{cluster}.{tld}',
  10132.             'app.routing.hostnames.partner_shards' => '{shard}.{cluster}.{tld}',
  10133.             'app.routing.apexes.customer' => 'campussuite.host',
  10134.             'app.routing.hostnames.customer_core' => '{cluster}.{tld}',
  10135.             'app.routing.hostnames.customer_shards' => '{shard}.{cluster}.{tld}',
  10136.             'app.routing.apexes.system' => 'campussuite.com',
  10137.             'app.routing.hostnames.system_core' => '{cluster}.{tld}',
  10138.             'app.routing.hostnames.system_shards' => '{shard}.{cluster}.{tld}',
  10139.             'app.routing.apexes.api' => 'campussuite.io',
  10140.             'app.routing.hostnames.api_core' => '{cluster}.{tld}',
  10141.             'app.routing.hostnames.api_shards' => '{shard}.{cluster}.{tld}',
  10142.             'app.routing.apexes.portal' => 'campussuite.com',
  10143.             'app.routing.hostnames.portal_core' => '{cluster}.{tld}',
  10144.             'app.routing.hostnames.portal_shards' => '{shard}.{cluster}.{tld}',
  10145.             'app.routing.apexes.mobile' => 'campussuite.app',
  10146.             'app.routing.hostnames.mobile_core' => '{cluster}.{tld}',
  10147.             'app.routing.hostnames.mobile_shards' => '{shard}.{cluster}.{tld}',
  10148.             'app.routing.apexes.sites' => 'campussuite.sites',
  10149.             'app.routing.hostnames.sites_core' => '{cluster}.{tld}',
  10150.             'app.routing.hostnames.sites_shards' => '{shard}.{cluster}.{tld}',
  10151.             'app.routing.regexes.ulid' => '[0-7][0-9a-hA-HjJkKmMnNp-tP-Tv-zV-Z]{25}',
  10152.             '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}',
  10153.             'cms.assets.default_versions' => [
  10154.                 'RecordRTC' => '5.6.2',
  10155.                 'ace' => '1.4.12',
  10156.                 'anchorme' => '1.1.2',
  10157.                 'blueimp-md5' => '2.19.0',
  10158.                 'bootstrap-colorpicker' => '2.1.0',
  10159.                 'bootstrap-datetimepicker' => '4.17.45',
  10160.                 'bootstrap-slider' => '4.5.4',
  10161.                 'bootstrap-switch' => '3.3.2',
  10162.                 'bootstrap' => '3.4.1',
  10163.                 'breakpoints' => '9310e15aeae4adb4a37a812cfe9334ad2e5cd6e3',
  10164.                 'chart-js' => '3.8.0',
  10165.                 'chosen' => '1.4.2',
  10166.                 'ckeditor' => '4.13.1',
  10167.                 'classie' => '1.0.1',
  10168.                 'clipboardjs' => '2.0.4',
  10169.                 'cropit' => '0.4.5',
  10170.                 'cropper' => '1.0.0',
  10171.                 'croppic' => '1c3162febd667a8b81fdcb5e285b4abf38fa005c',
  10172.                 'd3' => '3.4.13',
  10173.                 'datetimepicker' => '2.5.20',
  10174.                 'dropzone' => '4.3.0',
  10175.                 'durandal' => '2.1.0',
  10176.                 'floating-ui' => '1.14.7',
  10177.                 'font-awesome' => '4.7.0',
  10178.                 'fontawesome-pro' => '5.15.4',
  10179.                 'gmaps' => '0.4.16',
  10180.                 'headjs' => '1.0.3',
  10181.                 'highlightjs' => '8.4',
  10182.                 'holder' => '2.4.1',
  10183.                 'html5shiv' => '3.7.3',
  10184.                 'imagesloaded' => '4.1.0',
  10185.                 'isotope' => '2.2.2',
  10186.                 'jquery-boilerplate' => '3.5.0',
  10187.                 'jquery-caret' => '1.5.2',
  10188.                 'jquery-cookie' => '1.4.1',
  10189.                 'jquery-doubletaptogo' => '3.0.2',
  10190.                 'jquery-file-upload' => '9.9.3',
  10191.                 'jquery-hotkeys' => 'f24f1da275aab7881ab501055c256add6f690de4',
  10192.                 'jquery-infinitescroll' => '3.0.2',
  10193.                 'jquery-lazyload' => '1.9.4',
  10194.                 'jquery-maskedinput' => '1.4.1',
  10195.                 'jquery-migrate' => '1.4.1',
  10196.                 'jquery-nearest' => '1.3.0',
  10197.                 'jquery-qrcode' => '0.11.0',
  10198.                 'jquery-responsive-tabs' => '1.5.2',
  10199.                 'jquery-scrollbar' => '0.2.7',
  10200.                 'jquery-scrollstop' => '1.2.0',
  10201.                 'jquery-slimscroll' => '1.3.3',
  10202.                 'jquery-tageditor' => '1.0.13',
  10203.                 'jquery-ui' => '1.12.1',
  10204.                 'jquery-validate' => '1.19.2',
  10205.                 'jquery.ns-autogrow' => '1.1.6',
  10206.                 'jquery1' => '1.12.4',
  10207.                 'jquery2' => '2.2.4',
  10208.                 'jquery3' => '3.4.1',
  10209.                 'jquery' => '1.12.4',
  10210.                 'js-yaml' => '3.4.6',
  10211.                 'knockout' => '3.4.0',
  10212.                 'magnific-popup' => '1.1.0',
  10213.                 'masonry' => '4.2.0',
  10214.                 'match-height' => '0.7.0',
  10215.                 'mixitup' => '2.1.7',
  10216.                 'moment' => '2.24.0',
  10217.                 'nvd3' => '1.1.15-beta',
  10218.                 'owl-carousel' => 'a797299539fa33d87ad79bfd93e33d8aaeac10ea',
  10219.                 'p5' => '0.5.5',
  10220.                 'palette-js' => '8418158452401c15d276d9632b88933aa581718f',
  10221.                 'parallaxjs' => '1.4.2',
  10222.                 'require-text' => '2.0.12',
  10223.                 'require' => '2.1.15',
  10224.                 'respond' => '1.4.2',
  10225.                 'responsive-tabs' => '1.4.3',
  10226.                 'select2' => '4.1.0-rc.0',
  10227.                 'sidr' => '1.2.1',
  10228.                 'sugar' => '1.4.1',
  10229.                 'toastr' => '1.2.2',
  10230.                 'underscore' => '1.7.0',
  10231.                 'uri-js' => '1.18.3',
  10232.                 'wavesurfer' => '6.2.0',
  10233.             ],
  10234.             'cms.assets.cdn_config' => [
  10235.                 'proxy' => 'cdn.campussuite.com',
  10236.                 'endpoint' => 'campussuite-cdn.s3.amazonaws.com',
  10237.                 'aws' => [
  10238.                     'version' => '2006-03-01',
  10239.                     'region' => 'us-east-1',
  10240.                     'user' => 'campusuite--test',
  10241.                     'credentials' => [
  10242.                         'key' => 'AKIAZUEINHLVC5XPCIFL',
  10243.                         'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  10244.                     ],
  10245.                 ],
  10246.                 'bucket' => 'campussuite-cdn',
  10247.                 'expiration' => '+1 year',
  10248.                 'dir' => (\dirname(__DIR__4).'/public/assets'),
  10249.             ],
  10250.             'campussuite.cms.domain.ssl.acme_account_contact' => 'domains@innersync.com',
  10251.             'campussuite.cms.domain.ssl.acme_key_path' => (\dirname(__DIR__4).'%/src/App/Resources/acme/domains@innersync.com.pem'),
  10252.             'campussuite.cms.domain.ssl.acme_account_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.json'),
  10253.             'campussuite.cms.domain.ssl.acme_private_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pem'),
  10254.             'campussuite.cms.domain.ssl.acme_public_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pub.pem'),
  10255.             'campussuite.cms.domain.ssl.acme_endpoint' => 'https://acme-v02.api.letsencrypt.org/directory',
  10256.             'campussuite.cms.domain.ssl_acme' => [
  10257.                 'account_contact' => 'domains@innersync.com',
  10258.                 'account_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.json'),
  10259.                 'private_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pem'),
  10260.                 'public_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pub.pem'),
  10261.                 'endpoint' => 'https://acme-v02.api.letsencrypt.org/directory',
  10262.             ],
  10263.             'campussuite.cms.domain.ssl_deployment.os_user' => 'campussuite',
  10264.             'campussuite.cms.domain.ssl_deployment.root_path' => '/home/campussuite/.campussuite/ssl',
  10265.             'campussuite.cms.domain.ssl_deployment.lock_name' => 'ssl_deployment.pid',
  10266.             'campussuite.cms.domain.ssl_deployment.state_name' => 'ssl_deployment',
  10267.             'campussuite.cms.domain.ssl_deployment.key_name' => 'private.key',
  10268.             'campussuite.cms.domain.ssl_deployment.cert_name' => 'cert.crt',
  10269.             'campussuite.cms.domain.ssl_deployment.bundle_name' => 'bundle.crt',
  10270.             'campussuite.cms.domain.ssl_deployment.combo_name' => 'combo.crt',
  10271.             'campussuite.cms.domain.dns.default_a_record' => '107.20.149.85',
  10272.             'campussuite.cms.domain.dns.default_cname_record' => 'app.campussuite.com',
  10273.             'campussuite.cms.domain.dns' => [
  10274.                 'default_a_record' => '107.20.149.85',
  10275.                 'default_cname_record' => 'app.campussuite.com',
  10276.             ],
  10277.             'thumbnails' => [
  10278.                 'image_avatar' => [
  10279.                     'size' => [
  10280.                         'w' => 128,
  10281.                         'h' => 128,
  10282.                     ],
  10283.                     'framing' => 'crop',
  10284.                     'backColor' => 'white',
  10285.                     'quality' => 100,
  10286.                 ],
  10287.             ],
  10288.             'campussuite.cms.theme.overrides' => [
  10289.                 => '/modules/Alert/List/build/tpl.html.twig',
  10290.                 => '/modules/Alert/View/build/tpl.html.twig',
  10291.                 => '/modules/Blog/List/build/tpl.html.twig',
  10292.                 => '/modules/Blog/View/build/tpl.html.twig',
  10293.                 => '/modules/Calendar/List/build/tpl.html.twig',
  10294.                 => '/modules/Calendar/View/build/tpl.html.twig',
  10295.                 => '/modules/Events/List/build/tpl.html.twig',
  10296.                 => '/modules/Events/View/build/sn.html.twig',
  10297.                 => '/modules/Events/View/build/tpl.html.twig',
  10298.                 => '/modules/Feed/List/build/tpl.html.twig',
  10299.                 10 => '/modules/Feed/View/build/tpl.html.twig',
  10300.                 11 => '/modules/Gallery/List/build/sn.html.twig',
  10301.                 12 => '/modules/Gallery/List/build/tpl.html.twig',
  10302.                 13 => '/modules/Gallery/View/build/sn.html.twig',
  10303.                 14 => '/modules/Gallery/View/build/tpl.html.twig',
  10304.                 15 => '/modules/News/List/build/sn.html.twig',
  10305.                 16 => '/modules/News/List/build/tpl.html.twig',
  10306.                 17 => '/modules/News/View/build/sn.html.twig',
  10307.                 18 => '/modules/News/View/build/tpl.html.twig',
  10308.                 19 => '/modules/Notifications/View/build/tpl.html.twig',
  10309.                 20 => '/modules/People/List/build/tpl.html.twig',
  10310.                 21 => '/modules/People/View/build/tpl.html.twig',
  10311.                 22 => '/modules/Question/List/build/tpl.html.twig',
  10312.                 23 => '/modules/Question/View/build/tpl.html.twig',
  10313.                 24 => '/system/http/403/build/tpl.html.twig',
  10314.                 25 => '/system/http/404/build/tpl.html.twig',
  10315.                 26 => '/system/http/500/build/tpl.html.twig',
  10316.                 27 => '/widgets/Accordion/build/tpl.html.twig',
  10317.                 28 => '/widgets/Address/build/tpl.html.twig',
  10318.                 29 => '/widgets/AlertBanner/build/tpl.html.twig',
  10319.                 30 => '/widgets/Block/build/tpl.html.twig',
  10320.                 31 => '/widgets/Blockquote/build/tpl.html.twig',
  10321.                 32 => '/widgets/Breadcrumbs/build/tpl.html.twig',
  10322.                 33 => '/widgets/Button/build/tpl.html.twig',
  10323.                 34 => '/widgets/Column/build/tpl.html.twig',
  10324.                 35 => '/widgets/DepartmentName/build/tpl.html.twig',
  10325.                 36 => '/widgets/Divider/build/tpl.html.twig',
  10326.                 37 => '/widgets/FacebookLike/build/tpl.html.twig',
  10327.                 38 => '/widgets/FileList/build/tpl.html.twig',
  10328.                 39 => '/widgets/GalleryFolder/build/tpl.html.twig',
  10329.                 40 => '/widgets/GoogleDriveEmbed/build/tpl.html.twig',
  10330.                 41 => '/widgets/GoogleMap/build/tpl.html.twig',
  10331.                 42 => '/widgets/GoogleTranslate/build/tpl.html.twig',
  10332.                 43 => '/widgets/Heading/build/tpl.html.twig',
  10333.                 44 => '/widgets/Html/build/tpl.html.twig',
  10334.                 45 => '/widgets/HtmlSource/build/tpl.html.twig',
  10335.                 46 => '/widgets/Icon/build/tpl.html.twig',
  10336.                 47 => '/widgets/IconGroup/build/tpl.html.twig',
  10337.                 48 => '/widgets/Image/build/tpl.html.twig',
  10338.                 49 => '/widgets/Jumbotron/build/tpl.html.twig',
  10339.                 50 => '/widgets/MegaMenu/build/tpl.html.twig',
  10340.                 51 => '/widgets/ModuleAlertFeature/build/tpl.html.twig',
  10341.                 52 => '/widgets/ModuleAlertList/build/tpl.html.twig',
  10342.                 53 => '/widgets/ModuleAlertListBanner/build/tpl.html.twig',
  10343.                 54 => '/widgets/ModuleAlertListGrid/build/tpl.html.twig',
  10344.                 55 => '/widgets/ModuleBlogFeature/build/tpl.html.twig',
  10345.                 56 => '/widgets/ModuleBlogList/build/tpl.html.twig',
  10346.                 57 => '/widgets/ModuleBlogListGrid/build/tpl.html.twig',
  10347.                 58 => '/widgets/ModuleBlogOwlCarousel/build/tpl.html.twig',
  10348.                 59 => '/widgets/ModuleCalendarList/build/tpl.html.twig',
  10349.                 60 => '/widgets/ModuleCalendarListGrid/build/tpl.html.twig',
  10350.                 61 => '/widgets/ModuleCalendarOwlCarousel/build/tpl.html.twig',
  10351.                 62 => '/widgets/ModuleGalleryFeature/build/sn.html.twig',
  10352.                 63 => '/widgets/ModuleGalleryFeature/build/tpl.html.twig',
  10353.                 64 => '/widgets/ModuleGalleryList/build/sn.html.twig',
  10354.                 65 => '/widgets/ModuleGalleryList/build/tpl.html.twig',
  10355.                 66 => '/widgets/ModuleNewsFeature/build/tpl.html.twig',
  10356.                 67 => '/widgets/ModuleNewsList/build/sn.html.twig',
  10357.                 68 => '/widgets/ModuleNewsList/build/tpl.html.twig',
  10358.                 69 => '/widgets/ModuleNewsListGrid/build/sn.html.twig',
  10359.                 70 => '/widgets/ModuleNewsListGrid/build/tpl.html.twig',
  10360.                 71 => '/widgets/ModuleNewsOwlCarousel/build/sn.html.twig',
  10361.                 72 => '/widgets/ModuleNewsOwlCarousel/build/tpl.html.twig',
  10362.                 73 => '/widgets/ModulePeopleDirectory/build/tpl.html.twig',
  10363.                 74 => '/widgets/ModulePeopleGridLarge/build/tpl.html.twig',
  10364.                 75 => '/widgets/ModulePeopleGridSmall/build/tpl.html.twig',
  10365.                 76 => '/widgets/ModulePeopleList/build/tpl.html.twig',
  10366.                 77 => '/widgets/ModulePeopleListGridLarge/build/tpl.html.twig',
  10367.                 78 => '/widgets/ModulePeopleListGridSmall/build/tpl.html.twig',
  10368.                 79 => '/widgets/ModulePeopleOwlCarousel/build/tpl.html.twig',
  10369.                 80 => '/widgets/ModuleQuestionListAccordion/build/tpl.html.twig',
  10370.                 81 => '/widgets/Navigation/build/tpl.html.twig',
  10371.                 82 => '/widgets/OwlCarousel/build/tpl.html.twig',
  10372.                 83 => '/widgets/OwlSlider/build/tpl.html.twig',
  10373.                 84 => '/widgets/Parallax/build/tpl.html.twig',
  10374.                 85 => '/widgets/ProfileCard/build/tpl.html.twig',
  10375.                 86 => '/widgets/Row/build/tpl.html.twig',
  10376.                 87 => '/widgets/ScriptSource/build/tpl.html.twig',
  10377.                 88 => '/widgets/Search/build/tpl.html.twig',
  10378.                 89 => '/widgets/SharedContent/build/tpl.html.twig',
  10379.                 90 => '/widgets/SocialLinks/build/tpl.html.twig',
  10380.                 91 => '/widgets/Tabs/build/tpl.html.twig',
  10381.                 92 => '/widgets/TwitterTweet/build/tpl.html.twig',
  10382.                 93 => '/widgets/Video/build/tpl.html.twig',
  10383.                 94 => '/widgets/Zone/build/tpl.html.twig',
  10384.             ],
  10385.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10386.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10387.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10388.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10389.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10390.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10391.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10392.             'doctrine.entity_managers' => [
  10393.                 'default' => 'doctrine.orm.default_entity_manager',
  10394.             ],
  10395.             'doctrine.default_entity_manager' => 'default',
  10396.             'doctrine.dbal.connection_factory.types' => [
  10397.                 'bigint' => [
  10398.                     'class' => 'App\\Doctrine\\DBAL\\Types\\NativeBigIntType',
  10399.                 ],
  10400.                 'bitwise_authentication_types' => [
  10401.                     'class' => 'Cms\\TenantBundle\\Doctrine\\Types\\AuthenticationTypesBitwiseType',
  10402.                 ],
  10403.                 'bitwise_file_flags' => [
  10404.                     'class' => 'Cms\\FileBundle\\Doctrine\\Types\\FileFlagsBitwiseType',
  10405.                 ],
  10406.                 'bitwise_one_roster_state' => [
  10407.                     'class' => 'Cms\\CoreBundle\\Doctrine\\Types\\OneRosterStateBitwiseType',
  10408.                 ],
  10409.                 'bitwise_products' => [
  10410.                     'class' => 'Cms\\TenantBundle\\Doctrine\\Types\\ProductsBitwiseType',
  10411.                 ],
  10412.                 'condition_config' => [
  10413.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ConditionConfigType',
  10414.                 ],
  10415.                 'condition_query' => [
  10416.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ConditionQueryType',
  10417.                 ],
  10418.                 'datetime' => [
  10419.                     'class' => 'Cms\\CoreBundle\\Util\\Doctrine\\UtcDateTimeType',
  10420.                 ],
  10421.                 'datetime_immutable' => [
  10422.                     'class' => 'Cms\\CoreBundle\\Util\\Doctrine\\UtcDateTimeImmutableType',
  10423.                 ],
  10424.                 'media' => [
  10425.                     'class' => 'App\\Doctrine\\DBAL\\Types\\MediaType',
  10426.                 ],
  10427.                 'media_array' => [
  10428.                     'class' => 'App\\Doctrine\\DBAL\\Types\\MediaArrayType',
  10429.                 ],
  10430.                 'shortcut_array' => [
  10431.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ShortcutArrayType',
  10432.                 ],
  10433.                 'ulid' => [
  10434.                     'class' => 'App\\Doctrine\\DBAL\\Types\\UlidType',
  10435.                 ],
  10436.                 'uuid' => [
  10437.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  10438.                 ],
  10439.             ],
  10440.             'doctrine.connections' => [
  10441.                 'default' => 'doctrine.dbal.default_connection',
  10442.             ],
  10443.             'doctrine.default_connection' => 'default',
  10444.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10445.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10446.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10447.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10448.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10449.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10450.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10451.             'doctrine.orm.cache.memcache_port' => 11211,
  10452.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10453.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10454.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10455.             'doctrine.orm.cache.memcached_port' => 11211,
  10456.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10457.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10458.             'doctrine.orm.cache.redis_host' => 'localhost',
  10459.             'doctrine.orm.cache.redis_port' => 6379,
  10460.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10461.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10462.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10463.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10464.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10465.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10466.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10467.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10468.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10469.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10470.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10471.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10472.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10473.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10474.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10475.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10476.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10477.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10478.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10479.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10480.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10481.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10482.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  10483.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10484.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10485.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10486.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10487.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10488.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10489.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10490.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10491.             'doctrine.orm.auto_generate_proxy_classes' => false,
  10492.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10493.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10494.             'doctrine.migrations.preferred_em' => NULL,
  10495.             'doctrine.migrations.preferred_connection' => NULL,
  10496.             'ewz_recaptcha.public_key' => '6LeCw2ggAAAAAFEAXpJGfA_xuO1tXHmI5iCdYrUX',
  10497.             'ewz_recaptcha.private_key' => '6LeCw2ggAAAAACr-Fj_azYItG7Q55kJBkl-qKfPO',
  10498.             'ewz_recaptcha.locale_key' => 'en',
  10499.             'ewz_recaptcha.enabled' => true,
  10500.             'ewz_recaptcha.version' => 3,
  10501.             'ewz_recaptcha.hide_badge' => false,
  10502.             'ewz_recaptcha.score_threshold' => 0.65,
  10503.             'ewz_recaptcha.verify_host' => false,
  10504.             'ewz_recaptcha.ajax' => false,
  10505.             'ewz_recaptcha.api_host' => 'www.google.com',
  10506.             'ewz_recaptcha.locale_from_request' => false,
  10507.             'ewz_recaptcha.timeout' => NULL,
  10508.             'ewz_recaptcha.trusted_roles' => [
  10509.             ],
  10510.             'ewz_recaptcha.http_proxy' => [
  10511.                 'host' => NULL,
  10512.                 'port' => NULL,
  10513.                 'auth' => NULL,
  10514.             ],
  10515.             'ewz_recaptcha.service_definition' => [
  10516.             ],
  10517.             'twig.form.resources' => [
  10518.                 => 'form_div_layout.html.twig',
  10519.                 => '@CmsCore/Form/fields.html.twig',
  10520.                 => '@CmsContent/Form/fields.html.twig',
  10521.                 => '@CmsNavigation/Form/fields.html.twig',
  10522.                 => '@CmsSitebuilder/Form/fields.html.twig',
  10523.                 => '@CmsFile/Form/fields.html.twig',
  10524.                 => '@CmsModulesGallery/Form/fields.html.twig',
  10525.                 => '@ProductsSocial/fields.html.twig',
  10526.                 => '@EWZRecaptcha/Form/v3/ewz_recaptcha_widget.html.twig',
  10527.                 => '@App/form/types/phone_number.html.twig',
  10528.             ],
  10529.             'nelmio_cors.map' => [
  10530.                 '^/api/' => [
  10531.                     'allow_origin' => true,
  10532.                     'allow_headers' => [
  10533.                         => 'x-custom-auth',
  10534.                         => 'content-type',
  10535.                         => 'authorization',
  10536.                         => 'x-requested-with',
  10537.                     ],
  10538.                     'allow_methods' => [
  10539.                         => 'POST',
  10540.                         => 'PUT',
  10541.                         => 'GET',
  10542.                         => 'DELETE',
  10543.                     ],
  10544.                     'max_age' => 3600,
  10545.                 ],
  10546.                 '^/admin-api/' => [
  10547.                     'allow_origin' => true,
  10548.                     'allow_headers' => [
  10549.                         => 'x-custom-auth',
  10550.                         => 'content-type',
  10551.                         => 'authorization',
  10552.                         => 'x-requested-with',
  10553.                     ],
  10554.                     'allow_methods' => [
  10555.                         => 'POST',
  10556.                         => 'PUT',
  10557.                         => 'GET',
  10558.                         => 'DELETE',
  10559.                     ],
  10560.                     'max_age' => 3600,
  10561.                 ],
  10562.             ],
  10563.             'nelmio_cors.defaults' => [
  10564.                 'allow_origin' => [
  10565.                 ],
  10566.                 'allow_credentials' => false,
  10567.                 'allow_headers' => [
  10568.                 ],
  10569.                 'allow_private_network' => false,
  10570.                 'expose_headers' => [
  10571.                 ],
  10572.                 'allow_methods' => [
  10573.                 ],
  10574.                 'max_age' => 0,
  10575.                 'hosts' => [
  10576.                 ],
  10577.                 'origin_regex' => false,
  10578.                 'forced_allow_origin_value' => NULL,
  10579.                 'skip_same_as_origin' => true,
  10580.             ],
  10581.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10582.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10583.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10584.             'app.platform.security.oauth.providers' => [
  10585.                 'classlink' => [
  10586.                     'client' => [
  10587.                         'dev' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10588.                         'test' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10589.                         'prod' => 'c1606760397289a2b358134554f34259f54470b15a65',
  10590.                     ],
  10591.                     'secret' => [
  10592.                         'dev' => '46de7912ec923aa35a6aa8e89557f078',
  10593.                         'test' => '46de7912ec923aa35a6aa8e89557f078',
  10594.                         'prod' => 'dfe474a2b0259922e20c9cd72cb420b4',
  10595.                     ],
  10596.                 ],
  10597.                 'gg4l' => [
  10598.                     'client' => [
  10599.                         'dev' => 'PTRQSVRZDE',
  10600.                         'test' => 'PTRQSVRZDE',
  10601.                         'prod' => 'PTRQSVRZDE',
  10602.                     ],
  10603.                     'secret' => [
  10604.                         'dev' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10605.                         'test' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10606.                         'prod' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10607.                     ],
  10608.                 ],
  10609.                 'clever' => [
  10610.                     'client' => [
  10611.                         'dev' => '0a42746563afb64004af',
  10612.                         'test' => '1cc3a76e6bf6d1e39103',
  10613.                         'prod' => '4a216d0cc88ec88dc1f7',
  10614.                     ],
  10615.                     'secret' => [
  10616.                         'dev' => '5331759c7e66c4f3152878e4cfd7196ef04745e3',
  10617.                         'test' => '052f655192a6e0aec6bcaff752aac4b089e91506',
  10618.                         'prod' => '9087bf3374e27748a6aff11d358c31e569958e11',
  10619.                     ],
  10620.                 ],
  10621.                 'google' => [
  10622.                     'client' => [
  10623.                         'dev' => '533982147525-j8uvb7l2bdr4oii08o9f9p6gatfaqc8n.apps.googleusercontent.com',
  10624.                         'test' => '332730624903-o4kdi0l9scm0334ukbv6e14nr66ltcpl.apps.googleusercontent.com',
  10625.                         'prod' => '273948280713-8d5qvcd5daq6nmi331e0r5ss8gh0eq38.apps.googleusercontent.com',
  10626.                     ],
  10627.                     'secret' => [
  10628.                         'dev' => 'ogJx0gdmtuj_xrajsSvmU-fO',
  10629.                         'test' => 'J-doGDMrv4pWXZ8GYWLZaSiX',
  10630.                         'prod' => 'flFltOjYSFNCCYbq2mkS2Hvj',
  10631.                     ],
  10632.                 ],
  10633.                 'microsoft' => [
  10634.                     'client' => [
  10635.                         'dev' => 'e6f2e977-3550-47a4-bf3c-4926a6dd9f3c',
  10636.                         'test' => '97e04e80-a1a4-45a2-a52d-9b6f5e64081d',
  10637.                         'prod' => '987f0c6a-b716-4ed0-91aa-7a227606f06d',
  10638.                     ],
  10639.                     'secret' => [
  10640.                         'dev' => 'oechMNOJ;!izaTLI12537;$',
  10641.                         'test' => 'geOSXI549}[%lbnsnRWP88;',
  10642.                         'prod' => 'jgdpMEUUR900)#nsvRS81?^',
  10643.                     ],
  10644.                 ],
  10645.             ],
  10646.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  10647.             'stof_doctrine_extensions.default_locale' => 'en_US',
  10648.             'stof_doctrine_extensions.translation_fallback' => false,
  10649.             'stof_doctrine_extensions.persist_default_translation' => false,
  10650.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  10651.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  10652.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  10653.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  10654.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  10655.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  10656.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  10657.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  10658.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  10659.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  10660.             'event_dispatcher.event_aliases' => [
  10661.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10662.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10663.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10664.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10665.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10666.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10667.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10668.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10669.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10670.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10671.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10672.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10673.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10674.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10675.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10676.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10677.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10678.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10679.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10680.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10681.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10682.             ],
  10683.             'fragment.renderer.hinclude.global_template' => NULL,
  10684.             'fragment.path' => '/_fragment',
  10685.             'kernel.secret' => '7I9h37k0mTc3343P47hc9zKSBBj3rpFt',
  10686.             'kernel.http_method_override' => false,
  10687.             'kernel.trusted_hosts' => [
  10688.             ],
  10689.             'kernel.default_locale' => 'en',
  10690.             'kernel.enabled_locales' => [
  10691.             ],
  10692.             'kernel.error_controller' => 'error_controller',
  10693.             'debug.file_link_format' => NULL,
  10694.             'test.client.parameters' => [
  10695.             ],
  10696.             'asset.request_context.base_path' => NULL,
  10697.             'asset.request_context.secure' => NULL,
  10698.             'translator.logging' => false,
  10699.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10700.             'debug.error_handler.throw_at' => -1,
  10701.             'router.request_context.host' => 'localhost',
  10702.             'router.request_context.scheme' => 'http',
  10703.             'router.request_context.base_url' => '',
  10704.             'router.resource' => 'kernel::loadRoutes',
  10705.             'request_listener.http_port' => 80,
  10706.             'request_listener.https_port' => 443,
  10707.             'session.metadata.storage_key' => '_sf2_meta',
  10708.             'session.storage.options' => [
  10709.                 'cache_limiter' => '0',
  10710.                 'cookie_lifetime' => 0,
  10711.                 'cookie_secure' => true,
  10712.                 'cookie_httponly' => true,
  10713.                 'gc_maxlifetime' => 57600,
  10714.                 'gc_probability' => 1,
  10715.             ],
  10716.             'session.metadata.update_threshold' => 0,
  10717.             'form.type_extension.csrf.enabled' => true,
  10718.             'form.type_extension.csrf.field_name' => '_token',
  10719.             'validator.translation_domain' => 'validators',
  10720.             'profiler_listener.only_exceptions' => false,
  10721.             'profiler_listener.only_main_requests' => true,
  10722.             'monolog.use_microseconds' => true,
  10723.             'monolog.swift_mailer.handlers' => [
  10724.             ],
  10725.             'monolog.handlers_to_channels' => [
  10726.                 'monolog.handler.console' => NULL,
  10727.                 'monolog.handler.main2' => NULL,
  10728.                 'monolog.handler.main' => [
  10729.                     'type' => 'exclusive',
  10730.                     'elements' => [
  10731.                         => 'event',
  10732.                         => 'php',
  10733.                         => 'deprecation',
  10734.                     ],
  10735.                 ],
  10736.             ],
  10737.             'security.role_hierarchy.roles' => [
  10738.             ],
  10739.             'security.access.denied_url' => NULL,
  10740.             'security.authentication.manager.erase_credentials' => true,
  10741.             'security.authentication.session_strategy.strategy' => 'migrate',
  10742.             'security.access.always_authenticate_before_granting' => false,
  10743.             'security.authentication.hide_user_not_found' => true,
  10744.             'security.firewalls' => [
  10745.                 => 'dev',
  10746.                 => 'portal',
  10747.                 => 'portal_api',
  10748.                 => 'portal_admin_api',
  10749.                 => 'dashboard',
  10750.             ],
  10751.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10752.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10753.             'web_profiler.debug_toolbar.mode' => 2,
  10754.             'rollbar.config' => [
  10755.                 'enabled' => true,
  10756.                 'access_token' => '5ec135ab95df41198dbba7c6cb0904e1',
  10757.                 'environment' => 'test',
  10758.                 'agent_log_location' => (\dirname(__DIR__6).'/tmp'),
  10759.                 'allow_exec' => true,
  10760.                 'endpoint' => 'https://api.rollbar.com/api/1/',
  10761.                 'base_api_url' => NULL,
  10762.                 'autodetect_branch' => false,
  10763.                 'branch' => NULL,
  10764.                 'capture_error_stacktraces' => true,
  10765.                 'check_ignore' => NULL,
  10766.                 'code_version' => '',
  10767.                 'custom' => NULL,
  10768.                 'custom_data_method' => NULL,
  10769.                 'error_sample_rates' => [
  10770.                 ],
  10771.                 'exception_sample_rates' => [
  10772.                 ],
  10773.                 'fluent_host' => '127.0.0.1',
  10774.                 'fluent_port' => 24224,
  10775.                 'fluent_tag' => 'rollbar',
  10776.                 'handler' => 'blocking',
  10777.                 'host' => NULL,
  10778.                 'include_error_code_context' => NULL,
  10779.                 'include_exception_code_context' => NULL,
  10780.                 'included_errno' => 4375,
  10781.                 'log_payload' => false,
  10782.                 'log_payload_logger' => NULL,
  10783.                 'person' => NULL,
  10784.                 'person_fn' => NULL,
  10785.                 'capture_ip' => true,
  10786.                 'capture_username' => false,
  10787.                 'capture_email' => false,
  10788.                 'root' => NULL,
  10789.                 'scrubber' => NULL,
  10790.                 'scrub_fields' => [
  10791.                     => 'passwd',
  10792.                     => 'password',
  10793.                     => 'secret',
  10794.                     => 'confirm_password',
  10795.                     => 'password_confirmation',
  10796.                     => 'auth_token',
  10797.                     => 'csrf_token',
  10798.                     => 'access_token',
  10799.                 ],
  10800.                 'scrub_safelist' => NULL,
  10801.                 'timeout' => 3,
  10802.                 'transmit' => true,
  10803.                 'custom_truncation' => NULL,
  10804.                 'report_suppressed' => false,
  10805.                 'use_error_reporting' => false,
  10806.                 'proxy' => NULL,
  10807.                 'send_message_trace' => false,
  10808.                 'include_raw_request_body' => NULL,
  10809.                 'local_vars_dump' => true,
  10810.                 'max_nesting_depth' => -1,
  10811.                 'max_items' => 10,
  10812.                 'minimum_level' => 0,
  10813.                 'verbose' => 'none',
  10814.                 'verbose_logger' => NULL,
  10815.                 'raise_on_error' => false,
  10816.                 'transformer' => NULL,
  10817.             ],
  10818.             'lexik_jwt_authentication.pass_phrase' => '',
  10819.             'lexik_jwt_authentication.token_ttl' => 3600,
  10820.             'lexik_jwt_authentication.clock_skew' => 0,
  10821.             'lexik_jwt_authentication.user_identity_field' => 'username',
  10822.             'lexik_jwt_authentication.allow_no_expiration' => false,
  10823.             'lexik_jwt_authentication.user_id_claim' => 'username',
  10824.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'HS512',
  10825.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  10826.             'app.platform.security.oauth.providers.classlink.client' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10827.             'app.platform.security.oauth.providers.classlink.secret' => '46de7912ec923aa35a6aa8e89557f078',
  10828.             'app.platform.security.oauth.providers.gg4l.client' => 'PTRQSVRZDE',
  10829.             'app.platform.security.oauth.providers.gg4l.secret' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10830.             'app.platform.security.oauth.providers.clever.client' => '1cc3a76e6bf6d1e39103',
  10831.             'app.platform.security.oauth.providers.clever.secret' => '052f655192a6e0aec6bcaff752aac4b089e91506',
  10832.             'app.platform.security.oauth.providers.google.client' => '332730624903-o4kdi0l9scm0334ukbv6e14nr66ltcpl.apps.googleusercontent.com',
  10833.             'app.platform.security.oauth.providers.google.secret' => 'J-doGDMrv4pWXZ8GYWLZaSiX',
  10834.             'app.platform.security.oauth.providers.microsoft.client' => '97e04e80-a1a4-45a2-a52d-9b6f5e64081d',
  10835.             'app.platform.security.oauth.providers.microsoft.secret' => 'geOSXI549}[%lbnsnRWP88;',
  10836.             'data_collector.templates' => [
  10837.                 'data_collector.request' => [
  10838.                     => 'request',
  10839.                     => '@WebProfiler/Collector/request.html.twig',
  10840.                 ],
  10841.                 'Cms\\DevelopmentBundle\\Collector\\TenantCollector' => [
  10842.                     => 'cms.development.collector.tenant',
  10843.                     => '@CmsDevelopment/Collector/tenant.html.twig',
  10844.                 ],
  10845.                 'Cms\\DevelopmentBundle\\Collector\\SecurityCollector' => [
  10846.                     => 'cms.development.collector.security',
  10847.                     => '@CmsDevelopment/Collector/security.html.twig',
  10848.                 ],
  10849.                 'data_collector.time' => [
  10850.                     => 'time',
  10851.                     => '@WebProfiler/Collector/time.html.twig',
  10852.                 ],
  10853.                 'data_collector.memory' => [
  10854.                     => 'memory',
  10855.                     => '@WebProfiler/Collector/memory.html.twig',
  10856.                 ],
  10857.                 'data_collector.validator' => [
  10858.                     => 'validator',
  10859.                     => '@WebProfiler/Collector/validator.html.twig',
  10860.                 ],
  10861.                 'data_collector.ajax' => [
  10862.                     => 'ajax',
  10863.                     => '@WebProfiler/Collector/ajax.html.twig',
  10864.                 ],
  10865.                 'data_collector.form' => [
  10866.                     => 'form',
  10867.                     => '@WebProfiler/Collector/form.html.twig',
  10868.                 ],
  10869.                 'data_collector.exception' => [
  10870.                     => 'exception',
  10871.                     => '@WebProfiler/Collector/exception.html.twig',
  10872.                 ],
  10873.                 'data_collector.logger' => [
  10874.                     => 'logger',
  10875.                     => '@WebProfiler/Collector/logger.html.twig',
  10876.                 ],
  10877.                 'data_collector.events' => [
  10878.                     => 'events',
  10879.                     => '@WebProfiler/Collector/events.html.twig',
  10880.                 ],
  10881.                 'data_collector.router' => [
  10882.                     => 'router',
  10883.                     => '@WebProfiler/Collector/router.html.twig',
  10884.                 ],
  10885.                 'data_collector.cache' => [
  10886.                     => 'cache',
  10887.                     => '@WebProfiler/Collector/cache.html.twig',
  10888.                 ],
  10889.                 'data_collector.translation' => [
  10890.                     => 'translation',
  10891.                     => '@WebProfiler/Collector/translation.html.twig',
  10892.                 ],
  10893.                 'data_collector.security' => [
  10894.                     => 'security',
  10895.                     => '@Security/Collector/security.html.twig',
  10896.                 ],
  10897.                 'data_collector.twig' => [
  10898.                     => 'twig',
  10899.                     => '@WebProfiler/Collector/twig.html.twig',
  10900.                 ],
  10901.                 'data_collector.doctrine' => [
  10902.                     => 'db',
  10903.                     => '@Doctrine/Collector/db.html.twig',
  10904.                 ],
  10905.                 'data_collector.config' => [
  10906.                     => 'config',
  10907.                     => '@WebProfiler/Collector/config.html.twig',
  10908.                 ],
  10909.             ],
  10910.             'cms.theme.packages' => [
  10911.                 'Atlas' => [
  10912.                     'name' => 'Atlas',
  10913.                     'description' => 'The Atlas design style includes two header layouts to choose from.'."\n".'',
  10914.                     'framework' => 'bootstrap',
  10915.                     'framework_version' => '3.4.1',
  10916.                     'language' => NULL,
  10917.                     'base' => 'Campussuite2015',
  10918.                     'tenants' => [
  10919.                     ],
  10920.                     'preview' => '/themes/Atlas/images/preview.jpg',
  10921.                     'screenshots' => [
  10922.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  10923.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  10924.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  10925.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  10926.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  10927.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  10928.                     ],
  10929.                     'scripts' => [
  10930.                         => [
  10931.                             'group' => NULL,
  10932.                             'priority' => NULL,
  10933.                             'urls' => [
  10934.                                 => '/themes/Atlas/scripts/atlas.js',
  10935.                             ],
  10936.                         ],
  10937.                     ],
  10938.                     'styles' => [
  10939.                         => [
  10940.                             'group' => 'fonts',
  10941.                             'priority' => NULL,
  10942.                             'urls' => [
  10943.                                 => 'font-awesome::/css/font-awesome.min.css',
  10944.                             ],
  10945.                         ],
  10946.                         => [
  10947.                             'group' => NULL,
  10948.                             'priority' => NULL,
  10949.                             'sources' => [
  10950.                             ],
  10951.                         ],
  10952.                     ],
  10953.                     'widget_restrictions' => [
  10954.                         => 'Blank',
  10955.                     ],
  10956.                     'key' => 'Atlas',
  10957.                     'layouts' => [
  10958.                         'DefaultOuter' => [
  10959.                             'name' => 'Atlas Default Outer',
  10960.                             'description' => 'Header with quick links and location informaiton. The header does not include a top bar.'."\n".'',
  10961.                             'regions' => [
  10962.                                 'content' => [
  10963.                                     'allow' => [
  10964.                                     ],
  10965.                                     'contents' => [
  10966.                                         => [
  10967.                                             '__fqcn__' => 'widgets/Zone/Zone',
  10968.                                             'key' => 'content',
  10969.                                         ],
  10970.                                     ],
  10971.                                     'key' => 'content',
  10972.                                 ],
  10973.                                 'alert_bar' => [
  10974.                                     'allow' => [
  10975.                                         => 'AlertBanner',
  10976.                                     ],
  10977.                                     'contents' => [
  10978.                                         => [
  10979.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  10980.                                             'id' => 10814,
  10981.                                             'limit' => 5,
  10982.                                         ],
  10983.                                     ],
  10984.                                     'key' => 'alert_bar',
  10985.                                 ],
  10986.                                 'header_main_a' => [
  10987.                                     'allow' => [
  10988.                                         => 'Html',
  10989.                                     ],
  10990.                                     'contents' => [
  10991.                                         => [
  10992.                                             '__fqcn__' => 'widgets/Html/Html',
  10993.                                             'content' => '[header main a]'."\n".'',
  10994.                                         ],
  10995.                                     ],
  10996.                                     'key' => 'header_main_a',
  10997.                                 ],
  10998.                                 'header_main_b' => [
  10999.                                     'allow' => [
  11000.                                         => 'Html',
  11001.                                     ],
  11002.                                     'contents' => [
  11003.                                         => [
  11004.                                             '__fqcn__' => 'widgets/Html/Html',
  11005.                                             'content' => '[header main b]'."\n".'',
  11006.                                         ],
  11007.                                     ],
  11008.                                     'key' => 'header_main_b',
  11009.                                 ],
  11010.                                 'header_logo' => [
  11011.                                     'allow' => [
  11012.                                         => 'Html',
  11013.                                     ],
  11014.                                     'contents' => [
  11015.                                         => [
  11016.                                             '__fqcn__' => 'widgets/Html/Html',
  11017.                                             'content' => '[logo main]'."\n".'',
  11018.                                         ],
  11019.                                     ],
  11020.                                     'key' => 'header_logo',
  11021.                                 ],
  11022.                                 'header_logo_small' => [
  11023.                                     'allow' => [
  11024.                                         => 'Html',
  11025.                                     ],
  11026.                                     'contents' => [
  11027.                                         => [
  11028.                                             '__fqcn__' => 'widgets/Html/Html',
  11029.                                             'content' => '[logo small]'."\n".'',
  11030.                                         ],
  11031.                                     ],
  11032.                                     'key' => 'header_logo_small',
  11033.                                 ],
  11034.                                 'header_menu' => [
  11035.                                     'allow' => [
  11036.                                     ],
  11037.                                     'contents' => [
  11038.                                         => [
  11039.                                             '__fqcn__' => 'widgets/Html/Html',
  11040.                                             'content' => '[header nav]'."\n".'',
  11041.                                         ],
  11042.                                     ],
  11043.                                     'key' => 'header_menu',
  11044.                                 ],
  11045.                                 'footer_main' => [
  11046.                                     'allow' => [
  11047.                                         => 'Html',
  11048.                                     ],
  11049.                                     'contents' => [
  11050.                                         => [
  11051.                                             '__fqcn__' => 'widgets/Html/Html',
  11052.                                             'content' => '[footer main]'."\n".'',
  11053.                                         ],
  11054.                                     ],
  11055.                                     'key' => 'footer_main',
  11056.                                 ],
  11057.                                 'footer_bottom' => [
  11058.                                     'allow' => [
  11059.                                         => 'Html',
  11060.                                     ],
  11061.                                     'contents' => [
  11062.                                         => [
  11063.                                             '__fqcn__' => 'widgets/Html/Html',
  11064.                                             'content' => '[footer bottom]'."\n".'',
  11065.                                         ],
  11066.                                     ],
  11067.                                     'key' => 'footer_bottom',
  11068.                                 ],
  11069.                             ],
  11070.                             'key' => 'DefaultOuter',
  11071.                         ],
  11072.                         'Outer000' => [
  11073.                             'name' => 'Outer Header 000',
  11074.                             '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".'',
  11075.                             'regions' => [
  11076.                                 'content' => [
  11077.                                     'allow' => [
  11078.                                     ],
  11079.                                     'contents' => [
  11080.                                         => [
  11081.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11082.                                             'key' => 'content',
  11083.                                         ],
  11084.                                     ],
  11085.                                     'key' => 'content',
  11086.                                 ],
  11087.                             ],
  11088.                             'key' => 'Outer000',
  11089.                         ],
  11090.                         'Outer004' => [
  11091.                             'name' => 'Outer Header 004',
  11092.                             'description' => 'Outer layout for Header 004.'."\n".'',
  11093.                             'regions' => [
  11094.                                 'content' => [
  11095.                                     'allow' => [
  11096.                                     ],
  11097.                                     'contents' => [
  11098.                                         => [
  11099.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11100.                                             'key' => 'content',
  11101.                                         ],
  11102.                                     ],
  11103.                                     'key' => 'content',
  11104.                                 ],
  11105.                             ],
  11106.                             'key' => 'Outer004',
  11107.                         ],
  11108.                         'OuterB' => [
  11109.                             'name' => 'Atlas Outer B',
  11110.                             'description' => 'Header with search and translate. Header includes a top bar with utility links.'."\n".'',
  11111.                             'regions' => [
  11112.                                 'content' => [
  11113.                                     'allow' => [
  11114.                                     ],
  11115.                                     'contents' => [
  11116.                                         => [
  11117.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11118.                                             'key' => 'content',
  11119.                                         ],
  11120.                                     ],
  11121.                                     'key' => 'content',
  11122.                                 ],
  11123.                                 'alert_bar' => [
  11124.                                     'allow' => [
  11125.                                         => 'AlertBanner',
  11126.                                     ],
  11127.                                     'contents' => [
  11128.                                         => [
  11129.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11130.                                             'id' => 10814,
  11131.                                             'limit' => 5,
  11132.                                         ],
  11133.                                     ],
  11134.                                     'key' => 'alert_bar',
  11135.                                 ],
  11136.                                 'header_top' => [
  11137.                                     'allow' => [
  11138.                                         => 'Html',
  11139.                                     ],
  11140.                                     'contents' => [
  11141.                                         => [
  11142.                                             '__fqcn__' => 'widgets/Html/Html',
  11143.                                             'content' => '[header top]'."\n".'',
  11144.                                         ],
  11145.                                     ],
  11146.                                     'key' => 'header_top',
  11147.                                 ],
  11148.                                 'header_main' => [
  11149.                                     'allow' => [
  11150.                                         => 'Html',
  11151.                                     ],
  11152.                                     'contents' => [
  11153.                                         => [
  11154.                                             '__fqcn__' => 'widgets/Html/Html',
  11155.                                             'content' => '[header main]'."\n".'',
  11156.                                         ],
  11157.                                     ],
  11158.                                     'key' => 'header_main',
  11159.                                 ],
  11160.                                 'header_logo' => [
  11161.                                     'allow' => [
  11162.                                         => 'Html',
  11163.                                     ],
  11164.                                     'contents' => [
  11165.                                         => [
  11166.                                             '__fqcn__' => 'widgets/Html/Html',
  11167.                                             'content' => '[logo main]'."\n".'',
  11168.                                         ],
  11169.                                     ],
  11170.                                     'key' => 'header_logo',
  11171.                                 ],
  11172.                                 'header_logo_small' => [
  11173.                                     'allow' => [
  11174.                                         => 'Html',
  11175.                                     ],
  11176.                                     'contents' => [
  11177.                                         => [
  11178.                                             '__fqcn__' => 'widgets/Html/Html',
  11179.                                             'content' => '[logo small]'."\n".'',
  11180.                                         ],
  11181.                                     ],
  11182.                                     'key' => 'header_logo_small',
  11183.                                 ],
  11184.                                 'header_menu' => [
  11185.                                     'allow' => [
  11186.                                     ],
  11187.                                     'contents' => [
  11188.                                         => [
  11189.                                             '__fqcn__' => 'widgets/Html/Html',
  11190.                                             'content' => '[header nav]'."\n".'',
  11191.                                         ],
  11192.                                     ],
  11193.                                     'key' => 'header_menu',
  11194.                                 ],
  11195.                                 'footer_main' => [
  11196.                                     'allow' => [
  11197.                                         => 'Html',
  11198.                                     ],
  11199.                                     'contents' => [
  11200.                                         => [
  11201.                                             '__fqcn__' => 'widgets/Html/Html',
  11202.                                             'content' => '[footer main]'."\n".'',
  11203.                                         ],
  11204.                                     ],
  11205.                                     'key' => 'footer_main',
  11206.                                 ],
  11207.                                 'footer_bottom' => [
  11208.                                     'allow' => [
  11209.                                         => 'Html',
  11210.                                     ],
  11211.                                     'contents' => [
  11212.                                         => [
  11213.                                             '__fqcn__' => 'widgets/Html/Html',
  11214.                                             'content' => '[footer bottom]'."\n".'',
  11215.                                         ],
  11216.                                     ],
  11217.                                     'key' => 'footer_bottom',
  11218.                                 ],
  11219.                             ],
  11220.                             'key' => 'OuterB',
  11221.                         ],
  11222.                         'OuterC' => [
  11223.                             'name' => 'Atlas Outer C',
  11224.                             '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".'',
  11225.                             'regions' => [
  11226.                                 'content' => [
  11227.                                     'allow' => [
  11228.                                     ],
  11229.                                     'contents' => [
  11230.                                         => [
  11231.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11232.                                             'key' => 'content',
  11233.                                         ],
  11234.                                     ],
  11235.                                     'key' => 'content',
  11236.                                 ],
  11237.                             ],
  11238.                             'key' => 'OuterC',
  11239.                         ],
  11240.                         'OuterD' => [
  11241.                             'name' => 'Atlas Outer D',
  11242.                             '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".'',
  11243.                             'regions' => [
  11244.                                 'content' => [
  11245.                                     'allow' => [
  11246.                                     ],
  11247.                                     'contents' => [
  11248.                                         => [
  11249.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11250.                                             'key' => 'content',
  11251.                                         ],
  11252.                                     ],
  11253.                                     'key' => 'content',
  11254.                                 ],
  11255.                             ],
  11256.                             'key' => 'OuterD',
  11257.                         ],
  11258.                     ],
  11259.                 ],
  11260.                 'BlueGoose' => [
  11261.                     'name' => 'Blue Goose',
  11262.                     'description' => '<p>The Blue Goose design style.</p>'."\n".'',
  11263.                     'framework' => 'bootstrap',
  11264.                     'framework_version' => '3.4.1',
  11265.                     'language' => NULL,
  11266.                     'base' => 'Campussuite2015',
  11267.                     'tenants' => [
  11268.                     ],
  11269.                     'preview' => '/themes/BlueGoose/images/preview.jpg',
  11270.                     'screenshots' => [
  11271.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11272.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11273.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11274.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11275.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11276.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11277.                     ],
  11278.                     'scripts' => [
  11279.                         => [
  11280.                             'group' => NULL,
  11281.                             'priority' => NULL,
  11282.                             'urls' => [
  11283.                                 => '/themes/BlueGoose/scripts/package.js',
  11284.                             ],
  11285.                         ],
  11286.                     ],
  11287.                     'styles' => [
  11288.                         => [
  11289.                             'group' => 'fonts',
  11290.                             'priority' => NULL,
  11291.                             'urls' => [
  11292.                                 => 'font-awesome::/css/font-awesome.min.css',
  11293.                             ],
  11294.                         ],
  11295.                         => [
  11296.                             'group' => NULL,
  11297.                             'priority' => NULL,
  11298.                             'sources' => [
  11299.                             ],
  11300.                         ],
  11301.                     ],
  11302.                     'widget_restrictions' => [
  11303.                         => 'Blank',
  11304.                     ],
  11305.                     'key' => 'BlueGoose',
  11306.                     'layouts' => [
  11307.                         'DefaultOuter' => [
  11308.                             'name' => 'BlueGoose Default Outer',
  11309.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  11310.                             'regions' => [
  11311.                                 'content' => [
  11312.                                     'allow' => [
  11313.                                     ],
  11314.                                     'contents' => [
  11315.                                         => [
  11316.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11317.                                             'key' => 'content',
  11318.                                         ],
  11319.                                     ],
  11320.                                     'key' => 'content',
  11321.                                 ],
  11322.                                 'header_utility' => [
  11323.                                     'allow' => [
  11324.                                         => 'Html',
  11325.                                     ],
  11326.                                     'contents' => [
  11327.                                         => [
  11328.                                             '__fqcn__' => 'widgets/Html/Html',
  11329.                                             'content' => '[header utility]'."\n".'',
  11330.                                         ],
  11331.                                     ],
  11332.                                     'key' => 'header_utility',
  11333.                                 ],
  11334.                                 'header_search' => [
  11335.                                     'allow' => [
  11336.                                         => 'Html',
  11337.                                     ],
  11338.                                     'contents' => [
  11339.                                         => [
  11340.                                             '__fqcn__' => 'widgets/Html/Html',
  11341.                                             'content' => '[header search]'."\n".'',
  11342.                                         ],
  11343.                                     ],
  11344.                                     'key' => 'header_search',
  11345.                                 ],
  11346.                                 'header_logo' => [
  11347.                                     'allow' => [
  11348.                                         => 'Html',
  11349.                                     ],
  11350.                                     'contents' => [
  11351.                                         => [
  11352.                                             '__fqcn__' => 'widgets/Html/Html',
  11353.                                             'content' => '[header logo]'."\n".'',
  11354.                                         ],
  11355.                                     ],
  11356.                                     'key' => 'header_logo',
  11357.                                 ],
  11358.                                 'header_main_menu' => [
  11359.                                     'allow' => [
  11360.                                         => 'Html',
  11361.                                     ],
  11362.                                     'contents' => [
  11363.                                         => [
  11364.                                             '__fqcn__' => 'widgets/Html/Html',
  11365.                                             'content' => '[header main menu]',
  11366.                                         ],
  11367.                                     ],
  11368.                                     'key' => 'header_main_menu',
  11369.                                 ],
  11370.                             ],
  11371.                             'key' => 'DefaultOuter',
  11372.                         ],
  11373.                     ],
  11374.                 ],
  11375.                 'Blueash' => [
  11376.                     'name' => 'Blueash',
  11377.                     'description' => '<strong>Currently unavailable</strong>. The Blueash design style is currently under construction.'."\n".'',
  11378.                     'framework' => 'bootstrap',
  11379.                     'framework_version' => '3.4.1',
  11380.                     'language' => NULL,
  11381.                     'base' => 'Campussuite2015',
  11382.                     'tenants' => [
  11383.                     ],
  11384.                     'preview' => '/themes/Blueash/images/preview.jpg',
  11385.                     'screenshots' => [
  11386.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11387.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11388.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11389.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11390.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11391.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11392.                     ],
  11393.                     'scripts' => [
  11394.                         => [
  11395.                             'group' => NULL,
  11396.                             'priority' => NULL,
  11397.                             'urls' => [
  11398.                                 => '/themes/Blueash/scripts/blueash.js',
  11399.                             ],
  11400.                         ],
  11401.                     ],
  11402.                     'styles' => [
  11403.                         => [
  11404.                             'group' => 'fonts',
  11405.                             'priority' => NULL,
  11406.                             'urls' => [
  11407.                                 => 'font-awesome::/css/font-awesome.min.css',
  11408.                             ],
  11409.                         ],
  11410.                         => [
  11411.                             'group' => NULL,
  11412.                             'priority' => NULL,
  11413.                             'sources' => [
  11414.                             ],
  11415.                         ],
  11416.                     ],
  11417.                     'widget_restrictions' => [
  11418.                         => 'Blank',
  11419.                     ],
  11420.                     'key' => 'Blueash',
  11421.                     'layouts' => [
  11422.                         'DefaultOuter' => [
  11423.                             'name' => 'Blueash Default Outer',
  11424.                             'description' => 'In progress.'."\n".'',
  11425.                             'regions' => [
  11426.                                 'content' => [
  11427.                                     'allow' => [
  11428.                                     ],
  11429.                                     'contents' => [
  11430.                                         => [
  11431.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11432.                                             'key' => 'content',
  11433.                                         ],
  11434.                                     ],
  11435.                                     'key' => 'content',
  11436.                                 ],
  11437.                             ],
  11438.                             'key' => 'DefaultOuter',
  11439.                         ],
  11440.                     ],
  11441.                 ],
  11442.                 'Bridgetown' => [
  11443.                     'name' => 'Bridgetown',
  11444.                     'description' => 'The Bridgetown design style includes a single header layout (see preview).'."\n".'',
  11445.                     'framework' => 'bootstrap',
  11446.                     'framework_version' => '3.4.1',
  11447.                     'language' => NULL,
  11448.                     'base' => 'Campussuite2015',
  11449.                     'tenants' => [
  11450.                     ],
  11451.                     'preview' => '/themes/Bridgetown/images/preview.jpg',
  11452.                     'screenshots' => [
  11453.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11454.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11455.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11456.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11457.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11458.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11459.                     ],
  11460.                     'scripts' => [
  11461.                         => [
  11462.                             'group' => NULL,
  11463.                             'priority' => NULL,
  11464.                             'urls' => [
  11465.                                 => '/themes/Bridgetown/scripts/bridgetown.js',
  11466.                             ],
  11467.                         ],
  11468.                     ],
  11469.                     'styles' => [
  11470.                         => [
  11471.                             'group' => 'fonts',
  11472.                             'priority' => NULL,
  11473.                             'urls' => [
  11474.                                 => 'font-awesome::/css/font-awesome.min.css',
  11475.                             ],
  11476.                         ],
  11477.                         => [
  11478.                             'group' => NULL,
  11479.                             'priority' => NULL,
  11480.                             'sources' => [
  11481.                             ],
  11482.                         ],
  11483.                     ],
  11484.                     'widget_restrictions' => [
  11485.                         => 'Blank',
  11486.                     ],
  11487.                     'key' => 'Bridgetown',
  11488.                     'layouts' => [
  11489.                         'DefaultOuter' => [
  11490.                             'name' => 'Bridgetown Outer Default',
  11491.                             'description' => 'The Bridgetown \'Default Outer\' Template. This template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  11492.                             'regions' => [
  11493.                                 'content' => [
  11494.                                     'allow' => [
  11495.                                     ],
  11496.                                     'contents' => [
  11497.                                         => [
  11498.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11499.                                             'key' => 'content',
  11500.                                         ],
  11501.                                     ],
  11502.                                     'key' => 'content',
  11503.                                 ],
  11504.                                 'alert_bar' => [
  11505.                                     'allow' => [
  11506.                                     ],
  11507.                                     'contents' => [
  11508.                                         => [
  11509.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11510.                                             'id' => 10814,
  11511.                                             'limit' => 5,
  11512.                                         ],
  11513.                                     ],
  11514.                                     'key' => 'alert_bar',
  11515.                                 ],
  11516.                                 'header_top' => [
  11517.                                     'allow' => [
  11518.                                     ],
  11519.                                     'contents' => [
  11520.                                         => [
  11521.                                             '__fqcn__' => 'widgets/Html/Html',
  11522.                                             'content' => '[ header top ]'."\n".'',
  11523.                                         ],
  11524.                                     ],
  11525.                                     'key' => 'header_top',
  11526.                                 ],
  11527.                                 'header_main' => [
  11528.                                     'allow' => [
  11529.                                     ],
  11530.                                     'contents' => [
  11531.                                         => [
  11532.                                             '__fqcn__' => 'widgets/Html/Html',
  11533.                                             'content' => '[ header main ]'."\n".'',
  11534.                                         ],
  11535.                                     ],
  11536.                                     'key' => 'header_main',
  11537.                                 ],
  11538.                                 'header_logo' => [
  11539.                                     'allow' => [
  11540.                                     ],
  11541.                                     'contents' => [
  11542.                                         => [
  11543.                                             '__fqcn__' => 'widgets/Html/Html',
  11544.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Bridgetown/images/logo-light.png" alt="Bridgetown">'."\n".'</a>'."\n".'',
  11545.                                         ],
  11546.                                     ],
  11547.                                     'key' => 'header_logo',
  11548.                                 ],
  11549.                                 'header_logo_small' => [
  11550.                                     'allow' => [
  11551.                                     ],
  11552.                                     'contents' => [
  11553.                                         => [
  11554.                                             '__fqcn__' => 'widgets/Html/Html',
  11555.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Bridgetown/images/logo-light.png" alt="Bridgetown">'."\n".'</a>'."\n".'',
  11556.                                         ],
  11557.                                     ],
  11558.                                     'key' => 'header_logo_small',
  11559.                                 ],
  11560.                                 'header_menu' => [
  11561.                                     'allow' => [
  11562.                                     ],
  11563.                                     'contents' => [
  11564.                                         => [
  11565.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  11566.                                             'items' => [
  11567.                                                 => [
  11568.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11569.                                                     'text' => 'About',
  11570.                                                     'link' => '/district',
  11571.                                                 ],
  11572.                                                 => [
  11573.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11574.                                                     'text' => 'Schools',
  11575.                                                     'link' => '/schools',
  11576.                                                 ],
  11577.                                                 => [
  11578.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11579.                                                     'text' => 'Parent/Students',
  11580.                                                     'link' => '/parents-students',
  11581.                                                 ],
  11582.                                                 => [
  11583.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11584.                                                     'text' => 'Departments',
  11585.                                                     'link' => '/departments',
  11586.                                                 ],
  11587.                                                 => [
  11588.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11589.                                                     'text' => 'Athletics',
  11590.                                                     'link' => '/athletics',
  11591.                                                 ],
  11592.                                                 => [
  11593.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11594.                                                     'text' => 'Board of Education',
  11595.                                                     'link' => '/board-of-education',
  11596.                                                 ],
  11597.                                                 => [
  11598.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11599.                                                     'text' => 'Community',
  11600.                                                     'link' => '/community-links',
  11601.                                                 ],
  11602.                                             ],
  11603.                                         ],
  11604.                                     ],
  11605.                                     'key' => 'header_menu',
  11606.                                 ],
  11607.                                 'footer_main' => [
  11608.                                     'allow' => [
  11609.                                     ],
  11610.                                     'contents' => [
  11611.                                         => [
  11612.                                             '__fqcn__' => 'widgets/Block/Block',
  11613.                                             'type' => 'container',
  11614.                                             'children' => [
  11615.                                                 => [
  11616.                                                     '__fqcn__' => 'widgets/Row/Row',
  11617.                                                     'structure' => '1/1',
  11618.                                                     'columns' => [
  11619.                                                         => [
  11620.                                                             '__fqcn__' => 'widgets/Row/Column',
  11621.                                                             'children' => [
  11622.                                                                 => [
  11623.                                                                     '__fqcn__' => 'widgets/Html/Html',
  11624.                                                                     'content' => '<p>[ footer main row/columns ]</p>'."\n".'',
  11625.                                                                 ],
  11626.                                                             ],
  11627.                                                         ],
  11628.                                                     ],
  11629.                                                 ],
  11630.                                             ],
  11631.                                         ],
  11632.                                     ],
  11633.                                     'key' => 'footer_main',
  11634.                                 ],
  11635.                                 'footer_bottom' => [
  11636.                                     'allow' => [
  11637.                                     ],
  11638.                                     'contents' => [
  11639.                                         => [
  11640.                                             '__fqcn__' => 'widgets/Block/Block',
  11641.                                             'type' => 'container',
  11642.                                             'children' => [
  11643.                                                 => [
  11644.                                                     '__fqcn__' => 'widgets/Row/Row',
  11645.                                                     'structure' => '1/1',
  11646.                                                     'columns' => [
  11647.                                                         => [
  11648.                                                             '__fqcn__' => 'widgets/Row/Column',
  11649.                                                             'children' => [
  11650.                                                                 => [
  11651.                                                                     '__fqcn__' => 'widgets/Html/Html',
  11652.                                                                     'content' => '<p>[ copyright and powered by ]</p>'."\n".'',
  11653.                                                                 ],
  11654.                                                             ],
  11655.                                                         ],
  11656.                                                     ],
  11657.                                                 ],
  11658.                                             ],
  11659.                                         ],
  11660.                                     ],
  11661.                                     'key' => 'footer_bottom',
  11662.                                 ],
  11663.                             ],
  11664.                             'key' => 'DefaultOuter',
  11665.                         ],
  11666.                         'OuterB' => [
  11667.                             'name' => 'Bridgetown Outer B',
  11668.                             '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".'',
  11669.                             'regions' => [
  11670.                                 'content' => [
  11671.                                     'allow' => [
  11672.                                     ],
  11673.                                     'contents' => [
  11674.                                         => [
  11675.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11676.                                             'key' => 'content',
  11677.                                         ],
  11678.                                     ],
  11679.                                     'key' => 'content',
  11680.                                 ],
  11681.                                 'alert_bar' => [
  11682.                                     'allow' => [
  11683.                                     ],
  11684.                                     'contents' => [
  11685.                                         => [
  11686.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11687.                                             'id' => 10814,
  11688.                                             'limit' => 5,
  11689.                                         ],
  11690.                                     ],
  11691.                                     'key' => 'alert_bar',
  11692.                                 ],
  11693.                                 'header_top_a' => [
  11694.                                     'allow' => [
  11695.                                     ],
  11696.                                     'contents' => [
  11697.                                         => [
  11698.                                             '__fqcn__' => 'widgets/Html/Html',
  11699.                                             'content' => '[ header top-a ]'."\n".'',
  11700.                                         ],
  11701.                                     ],
  11702.                                     'key' => 'header_top_a',
  11703.                                 ],
  11704.                                 'header_top_b' => [
  11705.                                     'allow' => [
  11706.                                     ],
  11707.                                     'contents' => [
  11708.                                         => [
  11709.                                             '__fqcn__' => 'widgets/Html/Html',
  11710.                                             'content' => '[ header top-b ]'."\n".'',
  11711.                                         ],
  11712.                                     ],
  11713.                                     'key' => 'header_top_b',
  11714.                                 ],
  11715.                                 'header_logo' => [
  11716.                                     'allow' => [
  11717.                                     ],
  11718.                                     'contents' => [
  11719.                                         => [
  11720.                                             '__fqcn__' => 'widgets/Html/Html',
  11721.                                             'content' => '[ header logo ]'."\n".'',
  11722.                                         ],
  11723.                                     ],
  11724.                                     'key' => 'header_logo',
  11725.                                 ],
  11726.                                 'header_logo_small' => [
  11727.                                     'allow' => [
  11728.                                     ],
  11729.                                     'contents' => [
  11730.                                         => [
  11731.                                             '__fqcn__' => 'widgets/Html/Html',
  11732.                                             'content' => '[ header logo-sm ]'."\n".'',
  11733.                                         ],
  11734.                                     ],
  11735.                                     'key' => 'header_logo_small',
  11736.                                 ],
  11737.                                 'header_menu' => [
  11738.                                     'allow' => [
  11739.                                     ],
  11740.                                     'contents' => [
  11741.                                         => [
  11742.                                             '__fqcn__' => 'widgets/Html/Html',
  11743.                                             'content' => '[ header menu ]'."\n".'',
  11744.                                         ],
  11745.                                     ],
  11746.                                     'key' => 'header_menu',
  11747.                                 ],
  11748.                                 'footer_main' => [
  11749.                                     'allow' => [
  11750.                                     ],
  11751.                                     'contents' => [
  11752.                                         => [
  11753.                                             '__fqcn__' => 'widgets/Html/Html',
  11754.                                             'content' => '[ footer main ]'."\n".'',
  11755.                                         ],
  11756.                                     ],
  11757.                                     'key' => 'footer_main',
  11758.                                 ],
  11759.                                 'footer_bottom' => [
  11760.                                     'allow' => [
  11761.                                     ],
  11762.                                     'contents' => [
  11763.                                         => [
  11764.                                             '__fqcn__' => 'widgets/Html/Html',
  11765.                                             'content' => '[ footer bottom ]'."\n".'',
  11766.                                         ],
  11767.                                     ],
  11768.                                     'key' => 'footer_bottom',
  11769.                                 ],
  11770.                             ],
  11771.                             'key' => 'OuterB',
  11772.                         ],
  11773.                         'OuterC' => [
  11774.                             'name' => 'Bridgetown Outer C',
  11775.                             '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".'',
  11776.                             'regions' => [
  11777.                                 'content' => [
  11778.                                     'allow' => [
  11779.                                     ],
  11780.                                     'contents' => [
  11781.                                         => [
  11782.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11783.                                             'key' => 'content',
  11784.                                         ],
  11785.                                     ],
  11786.                                     'key' => 'content',
  11787.                                 ],
  11788.                             ],
  11789.                             'key' => 'OuterC',
  11790.                         ],
  11791.                         'OuterConcordia' => [
  11792.                             'name' => 'Bridgetown Outer Concordia',
  11793.                             'description' => 'Custom outer layout for Concordia College.'."\n".'',
  11794.                             'regions' => [
  11795.                                 'content' => [
  11796.                                     'allow' => [
  11797.                                     ],
  11798.                                     'contents' => [
  11799.                                         => [
  11800.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11801.                                             'key' => 'content',
  11802.                                         ],
  11803.                                     ],
  11804.                                     'key' => 'content',
  11805.                                 ],
  11806.                             ],
  11807.                             'key' => 'OuterConcordia',
  11808.                         ],
  11809.                     ],
  11810.                 ],
  11811.                 'Brixton' => [
  11812.                     'name' => 'Brixton',
  11813.                     'description' => '<strong>Coming soon</strong>. The Brixton design style will be available soon.'."\n".'',
  11814.                     'framework' => 'bootstrap',
  11815.                     'framework_version' => '3.4.1',
  11816.                     'language' => NULL,
  11817.                     'base' => 'Campussuite2015',
  11818.                     'tenants' => [
  11819.                     ],
  11820.                     'preview' => '/themes/Brixton/images/preview.jpg',
  11821.                     'screenshots' => [
  11822.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11823.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11824.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11825.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11826.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11827.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11828.                     ],
  11829.                     'scripts' => [
  11830.                         => [
  11831.                             'group' => NULL,
  11832.                             'priority' => NULL,
  11833.                             'urls' => [
  11834.                                 => '/themes/Brixton/scripts/brixton.js',
  11835.                             ],
  11836.                         ],
  11837.                     ],
  11838.                     'styles' => [
  11839.                         => [
  11840.                             'group' => 'fonts',
  11841.                             'priority' => NULL,
  11842.                             'urls' => [
  11843.                                 => 'font-awesome::/css/font-awesome.min.css',
  11844.                             ],
  11845.                         ],
  11846.                         => [
  11847.                             'group' => NULL,
  11848.                             'priority' => NULL,
  11849.                             'sources' => [
  11850.                             ],
  11851.                         ],
  11852.                     ],
  11853.                     'widget_restrictions' => [
  11854.                         => 'Blank',
  11855.                     ],
  11856.                     'key' => 'Brixton',
  11857.                     'layouts' => [
  11858.                         'DefaultHomeOuter' => [
  11859.                             'name' => 'Brixton Default Home Outer',
  11860.                             'description' => 'Includes "Header A" and container for "Feature Slider" (full screen slider).'."\n".'',
  11861.                             'regions' => [
  11862.                                 'content' => [
  11863.                                     'allow' => [
  11864.                                     ],
  11865.                                     'contents' => [
  11866.                                         => [
  11867.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11868.                                             'key' => 'content',
  11869.                                         ],
  11870.                                     ],
  11871.                                     'key' => 'content',
  11872.                                 ],
  11873.                             ],
  11874.                             'key' => 'DefaultHomeOuter',
  11875.                         ],
  11876.                         'DefaultOuter' => [
  11877.                             'name' => 'Brixton Default Outer',
  11878.                             'description' => 'Header A.'."\n".'',
  11879.                             'regions' => [
  11880.                                 'content' => [
  11881.                                     'allow' => [
  11882.                                     ],
  11883.                                     'contents' => [
  11884.                                         => [
  11885.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11886.                                             'key' => 'content',
  11887.                                         ],
  11888.                                     ],
  11889.                                     'key' => 'content',
  11890.                                 ],
  11891.                             ],
  11892.                             'key' => 'DefaultOuter',
  11893.                         ],
  11894.                         'Outer003' => [
  11895.                             'name' => 'Outer Header 003',
  11896.                             'description' => 'Outer layout with Header003.'."\n".'',
  11897.                             'regions' => [
  11898.                                 'content' => [
  11899.                                     'allow' => [
  11900.                                     ],
  11901.                                     'contents' => [
  11902.                                         => [
  11903.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11904.                                             'key' => 'content',
  11905.                                         ],
  11906.                                     ],
  11907.                                     'key' => 'content',
  11908.                                 ],
  11909.                             ],
  11910.                             'key' => 'Outer003',
  11911.                         ],
  11912.                     ],
  11913.                 ],
  11914.                 'Canyon' => [
  11915.                     'name' => 'Canyon',
  11916.                     'description' => 'The Canyon design style includes a single header layout (see preview) and a dedicated home page outer template.'."\n".'',
  11917.                     'framework' => 'bootstrap',
  11918.                     'framework_version' => '3.4.1',
  11919.                     'language' => NULL,
  11920.                     'base' => 'Campussuite2015',
  11921.                     'tenants' => [
  11922.                     ],
  11923.                     'preview' => '/themes/Canyon/images/preview.jpg',
  11924.                     'screenshots' => [
  11925.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11926.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11927.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11928.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11929.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11930.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11931.                     ],
  11932.                     'scripts' => [
  11933.                         => [
  11934.                             'group' => NULL,
  11935.                             'priority' => NULL,
  11936.                             'urls' => [
  11937.                                 => '/themes/Canyon/scripts/canyon.js',
  11938.                             ],
  11939.                         ],
  11940.                     ],
  11941.                     'styles' => [
  11942.                         => [
  11943.                             'group' => 'fonts',
  11944.                             'priority' => NULL,
  11945.                             'urls' => [
  11946.                                 => 'font-awesome::/css/font-awesome.min.css',
  11947.                             ],
  11948.                         ],
  11949.                         => [
  11950.                             'group' => NULL,
  11951.                             'priority' => NULL,
  11952.                             'sources' => [
  11953.                             ],
  11954.                         ],
  11955.                     ],
  11956.                     'widget_restrictions' => [
  11957.                         => 'Blank',
  11958.                     ],
  11959.                     'key' => 'Canyon',
  11960.                     'layouts' => [
  11961.                         'DefaultOuter' => [
  11962.                             'name' => 'Canyon Default Outer',
  11963.                             'description' => 'Default outer template primarily used for secondary pages. Includes header with navigation and search, content region and footer.'."\n".'',
  11964.                             'regions' => [
  11965.                                 'content' => [
  11966.                                     'allow' => [
  11967.                                     ],
  11968.                                     'contents' => [
  11969.                                         => [
  11970.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11971.                                             'key' => 'content',
  11972.                                         ],
  11973.                                     ],
  11974.                                     'key' => 'content',
  11975.                                 ],
  11976.                             ],
  11977.                             'key' => 'DefaultOuter',
  11978.                         ],
  11979.                         'HomeOuter' => [
  11980.                             'name' => 'Canyon Home Outer',
  11981.                             'description' => 'Home outer template. Includes header with navigation and search, footer and feature section containing a slider, logo and mission.'."\n".'',
  11982.                             'regions' => [
  11983.                                 'content' => [
  11984.                                     'allow' => [
  11985.                                     ],
  11986.                                     'contents' => [
  11987.                                         => [
  11988.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11989.                                             'key' => 'content',
  11990.                                         ],
  11991.                                     ],
  11992.                                     'key' => 'content',
  11993.                                 ],
  11994.                             ],
  11995.                             'key' => 'HomeOuter',
  11996.                         ],
  11997.                     ],
  11998.                 ],
  11999.                 'Chance' => [
  12000.                     'name' => 'Chance',
  12001.                     'description' => '<p>The Chance design style.</p>'."\n".'',
  12002.                     'framework' => 'bootstrap',
  12003.                     'framework_version' => '3.4.1',
  12004.                     'language' => NULL,
  12005.                     'base' => 'Campussuite2015',
  12006.                     'tenants' => [
  12007.                     ],
  12008.                     'preview' => '/themes/Chance/images/preview.jpg',
  12009.                     'screenshots' => [
  12010.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12011.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12012.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12013.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12014.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12015.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12016.                     ],
  12017.                     'scripts' => [
  12018.                         => [
  12019.                             'group' => NULL,
  12020.                             'priority' => NULL,
  12021.                             'urls' => [
  12022.                                 => '/themes/Chance/scripts/package.js',
  12023.                             ],
  12024.                         ],
  12025.                     ],
  12026.                     'styles' => [
  12027.                         => [
  12028.                             'group' => 'fonts',
  12029.                             'priority' => NULL,
  12030.                             'urls' => [
  12031.                                 => 'font-awesome::/css/font-awesome.min.css',
  12032.                             ],
  12033.                         ],
  12034.                         => [
  12035.                             'group' => NULL,
  12036.                             'priority' => NULL,
  12037.                             'sources' => [
  12038.                             ],
  12039.                         ],
  12040.                     ],
  12041.                     'widget_restrictions' => [
  12042.                         => 'Blank',
  12043.                     ],
  12044.                     'key' => 'Chance',
  12045.                     'layouts' => [
  12046.                         'DefaultOuter' => [
  12047.                             'name' => 'Chance Default Outer',
  12048.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  12049.                             'regions' => [
  12050.                                 'content' => [
  12051.                                     'allow' => [
  12052.                                     ],
  12053.                                     'contents' => [
  12054.                                         => [
  12055.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12056.                                             'key' => 'content',
  12057.                                         ],
  12058.                                     ],
  12059.                                     'key' => 'content',
  12060.                                 ],
  12061.                                 'header_utils' => [
  12062.                                     'allow' => [
  12063.                                         => 'Html',
  12064.                                     ],
  12065.                                     'contents' => [
  12066.                                         => [
  12067.                                             '__fqcn__' => 'widgets/Html/Html',
  12068.                                             'content' => '[header utils]'."\n".'',
  12069.                                         ],
  12070.                                     ],
  12071.                                     'key' => 'header_utils',
  12072.                                 ],
  12073.                                 'header_search' => [
  12074.                                     'allow' => [
  12075.                                         => 'Html',
  12076.                                     ],
  12077.                                     'contents' => [
  12078.                                         => [
  12079.                                             '__fqcn__' => 'widgets/Html/Html',
  12080.                                             'content' => '[header search]'."\n".'',
  12081.                                         ],
  12082.                                     ],
  12083.                                     'key' => 'header_search',
  12084.                                 ],
  12085.                                 'header_logo' => [
  12086.                                     'allow' => [
  12087.                                         => 'Html',
  12088.                                     ],
  12089.                                     'contents' => [
  12090.                                         => [
  12091.                                             '__fqcn__' => 'widgets/Html/Html',
  12092.                                             'content' => '[header logo]'."\n".'',
  12093.                                         ],
  12094.                                     ],
  12095.                                     'key' => 'header_logo',
  12096.                                 ],
  12097.                                 'header_main_menu' => [
  12098.                                     'allow' => [
  12099.                                         => 'Html',
  12100.                                     ],
  12101.                                     'contents' => [
  12102.                                         => [
  12103.                                             '__fqcn__' => 'widgets/Html/Html',
  12104.                                             'content' => '[header main menu]'."\n".'',
  12105.                                         ],
  12106.                                     ],
  12107.                                     'key' => 'header_main_menu',
  12108.                                 ],
  12109.                                 'top_content' => [
  12110.                                     'allow' => [
  12111.                                         => 'Html',
  12112.                                     ],
  12113.                                     'contents' => [
  12114.                                         => [
  12115.                                             '__fqcn__' => 'widgets/Html/Html',
  12116.                                             'content' => '[top content]',
  12117.                                         ],
  12118.                                     ],
  12119.                                     'key' => 'top_content',
  12120.                                 ],
  12121.                             ],
  12122.                             'key' => 'DefaultOuter',
  12123.                         ],
  12124.                     ],
  12125.                 ],
  12126.                 'Charming' => [
  12127.                     'name' => 'Charming',
  12128.                     'description' => 'The Charming design style includes two header layouts to choose from.'."\n".'',
  12129.                     'framework' => 'bootstrap',
  12130.                     'framework_version' => '3.4.1',
  12131.                     'language' => NULL,
  12132.                     'base' => 'Campussuite2015',
  12133.                     'tenants' => [
  12134.                     ],
  12135.                     'preview' => '/themes/Charming/images/preview.jpg',
  12136.                     'screenshots' => [
  12137.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12138.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12139.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12140.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12141.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12142.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12143.                     ],
  12144.                     'scripts' => [
  12145.                         => [
  12146.                             'group' => NULL,
  12147.                             'priority' => NULL,
  12148.                             'urls' => [
  12149.                                 => '/themes/Charming/scripts/charming.js',
  12150.                             ],
  12151.                         ],
  12152.                     ],
  12153.                     'styles' => [
  12154.                         => [
  12155.                             'group' => 'fonts',
  12156.                             'priority' => NULL,
  12157.                             'urls' => [
  12158.                                 => 'font-awesome::/css/font-awesome.min.css',
  12159.                             ],
  12160.                         ],
  12161.                         => [
  12162.                             'group' => NULL,
  12163.                             'priority' => NULL,
  12164.                             'sources' => [
  12165.                             ],
  12166.                         ],
  12167.                     ],
  12168.                     'widget_restrictions' => [
  12169.                         => 'Blank',
  12170.                     ],
  12171.                     'key' => 'Charming',
  12172.                     'layouts' => [
  12173.                         'DefaultOuter' => [
  12174.                             'name' => 'Charming Default Outer',
  12175.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12176.                             'regions' => [
  12177.                                 'content' => [
  12178.                                     'allow' => [
  12179.                                     ],
  12180.                                     'contents' => [
  12181.                                         => [
  12182.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12183.                                             'key' => 'content',
  12184.                                         ],
  12185.                                     ],
  12186.                                     'key' => 'content',
  12187.                                 ],
  12188.                                 'header_logo' => [
  12189.                                     'allow' => [
  12190.                                     ],
  12191.                                     'contents' => [
  12192.                                         => [
  12193.                                             '__fqcn__' => 'widgets/Html/Html',
  12194.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Charming/images/logo.png" alt="Charming">'."\n".'</a>'."\n".'',
  12195.                                         ],
  12196.                                     ],
  12197.                                     'key' => 'header_logo',
  12198.                                 ],
  12199.                                 'header_logo_small' => [
  12200.                                     'allow' => [
  12201.                                     ],
  12202.                                     'contents' => [
  12203.                                         => [
  12204.                                             '__fqcn__' => 'widgets/Html/Html',
  12205.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Charming/images/logo.png" alt="Charming">'."\n".'</a>'."\n".'',
  12206.                                         ],
  12207.                                     ],
  12208.                                     'key' => 'header_logo_small',
  12209.                                 ],
  12210.                                 'header_top' => [
  12211.                                     'allow' => [
  12212.                                     ],
  12213.                                     'contents' => [
  12214.                                         => [
  12215.                                             '__fqcn__' => 'widgets/Html/Html',
  12216.                                             'content' => '[utility links and search]'."\n".'',
  12217.                                         ],
  12218.                                     ],
  12219.                                     'key' => 'header_top',
  12220.                                 ],
  12221.                                 'header_social' => [
  12222.                                     'allow' => [
  12223.                                     ],
  12224.                                     'contents' => [
  12225.                                         => [
  12226.                                             '__fqcn__' => 'widgets/Html/Html',
  12227.                                             'content' => '[social]'."\n".'',
  12228.                                         ],
  12229.                                     ],
  12230.                                     'key' => 'header_social',
  12231.                                 ],
  12232.                                 'header_main' => [
  12233.                                     'allow' => [
  12234.                                     ],
  12235.                                     'contents' => [
  12236.                                         => [
  12237.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12238.                                             'items' => [
  12239.                                                 => [
  12240.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12241.                                                     'text' => 'About',
  12242.                                                     'link' => '/district',
  12243.                                                 ],
  12244.                                                 => [
  12245.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12246.                                                     'text' => 'Schools',
  12247.                                                     'link' => '/schools',
  12248.                                                 ],
  12249.                                                 => [
  12250.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12251.                                                     'text' => 'Parent/Students',
  12252.                                                     'link' => '/parents-students',
  12253.                                                 ],
  12254.                                                 => [
  12255.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12256.                                                     'text' => 'Departments',
  12257.                                                     'link' => '/departments',
  12258.                                                 ],
  12259.                                                 => [
  12260.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12261.                                                     'text' => 'Athletics',
  12262.                                                     'link' => '/athletics',
  12263.                                                 ],
  12264.                                                 => [
  12265.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12266.                                                     'text' => 'Board of Education',
  12267.                                                     'link' => '/board-of-education',
  12268.                                                 ],
  12269.                                                 => [
  12270.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12271.                                                     'text' => 'Community',
  12272.                                                     'link' => '/community-links',
  12273.                                                 ],
  12274.                                             ],
  12275.                                         ],
  12276.                                     ],
  12277.                                     'key' => 'header_main',
  12278.                                 ],
  12279.                                 'footer_main' => [
  12280.                                     'allow' => [
  12281.                                     ],
  12282.                                     'contents' => [
  12283.                                         => [
  12284.                                             '__fqcn__' => 'widgets/Block/Block',
  12285.                                             'type' => 'container',
  12286.                                             'children' => [
  12287.                                                 => [
  12288.                                                     '__fqcn__' => 'widgets/Row/Row',
  12289.                                                     'structure' => '1/1',
  12290.                                                     'columns' => [
  12291.                                                         => [
  12292.                                                             '__fqcn__' => 'widgets/Row/Column',
  12293.                                                             'children' => [
  12294.                                                                 => [
  12295.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12296.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  12297.                                                                 ],
  12298.                                                             ],
  12299.                                                         ],
  12300.                                                     ],
  12301.                                                 ],
  12302.                                             ],
  12303.                                         ],
  12304.                                     ],
  12305.                                     'key' => 'footer_main',
  12306.                                 ],
  12307.                                 'footer_bottom' => [
  12308.                                     'allow' => [
  12309.                                     ],
  12310.                                     'contents' => [
  12311.                                         => [
  12312.                                             '__fqcn__' => 'widgets/Block/Block',
  12313.                                             'type' => 'container',
  12314.                                             'children' => [
  12315.                                                 => [
  12316.                                                     '__fqcn__' => 'widgets/Row/Row',
  12317.                                                     'structure' => '1/1',
  12318.                                                     'columns' => [
  12319.                                                         => [
  12320.                                                             '__fqcn__' => 'widgets/Row/Column',
  12321.                                                             'children' => [
  12322.                                                                 => [
  12323.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12324.                                                                     'content' => '<p>[copyright]</p>'."\n".'',
  12325.                                                                 ],
  12326.                                                             ],
  12327.                                                         ],
  12328.                                                     ],
  12329.                                                 ],
  12330.                                             ],
  12331.                                         ],
  12332.                                     ],
  12333.                                     'key' => 'footer_bottom',
  12334.                                 ],
  12335.                             ],
  12336.                             'key' => 'DefaultOuter',
  12337.                         ],
  12338.                         'OuterB' => [
  12339.                             'name' => 'Charming Outer B',
  12340.                             '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".'',
  12341.                             'regions' => [
  12342.                                 'content' => [
  12343.                                     'allow' => [
  12344.                                     ],
  12345.                                     'contents' => [
  12346.                                         => [
  12347.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12348.                                             'key' => 'content',
  12349.                                         ],
  12350.                                     ],
  12351.                                     'key' => 'content',
  12352.                                 ],
  12353.                                 'header_top_utils_1' => [
  12354.                                     'allow' => [
  12355.                                     ],
  12356.                                     'contents' => [
  12357.                                         => [
  12358.                                             '__fqcn__' => 'widgets/Html/Html',
  12359.                                             'content' => '[utils 1]'."\n".'',
  12360.                                         ],
  12361.                                     ],
  12362.                                     'key' => 'header_top_utils_1',
  12363.                                 ],
  12364.                                 'header_top_utils_2' => [
  12365.                                     'allow' => [
  12366.                                     ],
  12367.                                     'contents' => [
  12368.                                         => [
  12369.                                             '__fqcn__' => 'widgets/Html/Html',
  12370.                                             'content' => '[utils 2]'."\n".'',
  12371.                                         ],
  12372.                                     ],
  12373.                                     'key' => 'header_top_utils_2',
  12374.                                 ],
  12375.                                 'header_top_utils_3' => [
  12376.                                     'allow' => [
  12377.                                     ],
  12378.                                     'contents' => [
  12379.                                         => [
  12380.                                             '__fqcn__' => 'widgets/Html/Html',
  12381.                                             'content' => '[utils 3]'."\n".'',
  12382.                                         ],
  12383.                                     ],
  12384.                                     'key' => 'header_top_utils_3',
  12385.                                 ],
  12386.                                 'header_top_utils_4' => [
  12387.                                     'allow' => [
  12388.                                     ],
  12389.                                     'contents' => [
  12390.                                         => [
  12391.                                             '__fqcn__' => 'widgets/Html/Html',
  12392.                                             'content' => '[utils 4]'."\n".'',
  12393.                                         ],
  12394.                                     ],
  12395.                                     'key' => 'header_top_utils_4',
  12396.                                 ],
  12397.                                 'header_logo' => [
  12398.                                     'allow' => [
  12399.                                     ],
  12400.                                     'contents' => [
  12401.                                         => [
  12402.                                             '__fqcn__' => 'widgets/Html/Html',
  12403.                                             'content' => '[logo]'."\n".'',
  12404.                                         ],
  12405.                                     ],
  12406.                                     'key' => 'header_logo',
  12407.                                 ],
  12408.                                 'header_drawer_search' => [
  12409.                                     'allow' => [
  12410.                                     ],
  12411.                                     'contents' => [
  12412.                                         => [
  12413.                                             '__fqcn__' => 'widgets/Html/Html',
  12414.                                             'content' => '[drawer search]'."\n".'',
  12415.                                         ],
  12416.                                     ],
  12417.                                     'key' => 'header_drawer_search',
  12418.                                 ],
  12419.                                 'header_main_menu' => [
  12420.                                     'allow' => [
  12421.                                     ],
  12422.                                     'contents' => [
  12423.                                         => [
  12424.                                             '__fqcn__' => 'widgets/Html/Html',
  12425.                                             'content' => '[main menu]'."\n".'',
  12426.                                         ],
  12427.                                     ],
  12428.                                     'key' => 'header_main_menu',
  12429.                                 ],
  12430.                                 'header_drawer_utility_nav' => [
  12431.                                     'allow' => [
  12432.                                     ],
  12433.                                     'contents' => [
  12434.                                         => [
  12435.                                             '__fqcn__' => 'widgets/Html/Html',
  12436.                                             'content' => '[drawer util nav]'."\n".'',
  12437.                                         ],
  12438.                                     ],
  12439.                                     'key' => 'header_drawer_utility_nav',
  12440.                                 ],
  12441.                                 'header_social' => [
  12442.                                     'allow' => [
  12443.                                     ],
  12444.                                     'contents' => [
  12445.                                         => [
  12446.                                             '__fqcn__' => 'widgets/Html/Html',
  12447.                                             'content' => '[header social]'."\n".'',
  12448.                                         ],
  12449.                                     ],
  12450.                                     'key' => 'header_social',
  12451.                                 ],
  12452.                                 'footer_main' => [
  12453.                                     'allow' => [
  12454.                                     ],
  12455.                                     'contents' => [
  12456.                                         => [
  12457.                                             '__fqcn__' => 'widgets/Html/Html',
  12458.                                             'content' => '[footer main]'."\n".'',
  12459.                                         ],
  12460.                                     ],
  12461.                                     'key' => 'footer_main',
  12462.                                 ],
  12463.                                 'footer_bottom' => [
  12464.                                     'allow' => [
  12465.                                     ],
  12466.                                     'contents' => [
  12467.                                         => [
  12468.                                             '__fqcn__' => 'widgets/Html/Html',
  12469.                                             'content' => '[footer bottom]'."\n".'',
  12470.                                         ],
  12471.                                     ],
  12472.                                     'key' => 'footer_bottom',
  12473.                                 ],
  12474.                             ],
  12475.                             'key' => 'OuterB',
  12476.                         ],
  12477.                         'OuterC' => [
  12478.                             'name' => 'Charming Outer C',
  12479.                             '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".'',
  12480.                             'regions' => [
  12481.                                 'content' => [
  12482.                                     'allow' => [
  12483.                                     ],
  12484.                                     'contents' => [
  12485.                                         => [
  12486.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12487.                                             'key' => 'content',
  12488.                                         ],
  12489.                                     ],
  12490.                                     'key' => 'content',
  12491.                                 ],
  12492.                             ],
  12493.                             'key' => 'OuterC',
  12494.                         ],
  12495.                     ],
  12496.                 ],
  12497.                 'Eaglecreek' => [
  12498.                     'name' => 'Eaglecreek',
  12499.                     'description' => 'The Eaglecreek design style includes a single header layout (see preview).'."\n".'',
  12500.                     'framework' => 'bootstrap',
  12501.                     'framework_version' => '3.4.1',
  12502.                     'language' => NULL,
  12503.                     'base' => 'Campussuite2015',
  12504.                     'tenants' => [
  12505.                     ],
  12506.                     'preview' => '/themes/Eaglecreek/images/preview.jpg',
  12507.                     'screenshots' => [
  12508.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12509.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12510.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12511.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12512.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12513.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12514.                     ],
  12515.                     'scripts' => [
  12516.                         => [
  12517.                             'group' => NULL,
  12518.                             'priority' => NULL,
  12519.                             'urls' => [
  12520.                                 => '/themes/Eaglecreek/scripts/eaglecreek.js',
  12521.                             ],
  12522.                         ],
  12523.                     ],
  12524.                     'styles' => [
  12525.                         => [
  12526.                             'group' => 'fonts',
  12527.                             'priority' => NULL,
  12528.                             'urls' => [
  12529.                                 => 'font-awesome::/css/font-awesome.min.css',
  12530.                             ],
  12531.                         ],
  12532.                         => [
  12533.                             'group' => NULL,
  12534.                             'priority' => NULL,
  12535.                             'sources' => [
  12536.                             ],
  12537.                         ],
  12538.                     ],
  12539.                     'widget_restrictions' => [
  12540.                         => 'Blank',
  12541.                     ],
  12542.                     'key' => 'Eaglecreek',
  12543.                     'layouts' => [
  12544.                         'DefaultOuter' => [
  12545.                             'name' => 'Eaglecreek Default Outer',
  12546.                             '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".'',
  12547.                             'regions' => [
  12548.                                 'content' => [
  12549.                                     'allow' => [
  12550.                                     ],
  12551.                                     'contents' => [
  12552.                                         => [
  12553.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12554.                                             'key' => 'content',
  12555.                                         ],
  12556.                                     ],
  12557.                                     'key' => 'content',
  12558.                                 ],
  12559.                             ],
  12560.                             'key' => 'DefaultOuter',
  12561.                         ],
  12562.                     ],
  12563.                 ],
  12564.                 'Fairview' => [
  12565.                     'name' => 'Fairview',
  12566.                     'description' => 'The Fairview design style includes a single header layout (see preview).'."\n".'',
  12567.                     'framework' => 'bootstrap',
  12568.                     'framework_version' => '3.4.1',
  12569.                     'language' => NULL,
  12570.                     'base' => 'Campussuite2015',
  12571.                     'tenants' => [
  12572.                     ],
  12573.                     'preview' => '/themes/Fairview/images/preview.jpg',
  12574.                     'screenshots' => [
  12575.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12576.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12577.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12578.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12579.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12580.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12581.                     ],
  12582.                     'scripts' => [
  12583.                         => [
  12584.                             'group' => NULL,
  12585.                             'priority' => NULL,
  12586.                             'urls' => [
  12587.                                 => '/themes/Fairview/scripts/fairview.js',
  12588.                             ],
  12589.                         ],
  12590.                     ],
  12591.                     'styles' => [
  12592.                         => [
  12593.                             'group' => 'fonts',
  12594.                             'priority' => NULL,
  12595.                             'urls' => [
  12596.                                 => 'font-awesome::/css/font-awesome.min.css',
  12597.                             ],
  12598.                         ],
  12599.                         => [
  12600.                             'group' => NULL,
  12601.                             'priority' => NULL,
  12602.                             'sources' => [
  12603.                             ],
  12604.                         ],
  12605.                     ],
  12606.                     'widget_restrictions' => [
  12607.                         => 'Blank',
  12608.                     ],
  12609.                     'key' => 'Fairview',
  12610.                     'layouts' => [
  12611.                         'DefaultOuter' => [
  12612.                             'name' => 'Fairview Default Outer',
  12613.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12614.                             'regions' => [
  12615.                                 'content' => [
  12616.                                     'allow' => [
  12617.                                     ],
  12618.                                     'contents' => [
  12619.                                         => [
  12620.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12621.                                             'key' => 'content',
  12622.                                         ],
  12623.                                     ],
  12624.                                     'key' => 'content',
  12625.                                 ],
  12626.                                 'alert_bar' => [
  12627.                                     'allow' => [
  12628.                                     ],
  12629.                                     'contents' => [
  12630.                                         => [
  12631.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  12632.                                             'id' => 10814,
  12633.                                             'limit' => 5,
  12634.                                         ],
  12635.                                     ],
  12636.                                     'key' => 'alert_bar',
  12637.                                 ],
  12638.                                 'header_logo' => [
  12639.                                     'allow' => [
  12640.                                     ],
  12641.                                     'contents' => [
  12642.                                         => [
  12643.                                             '__fqcn__' => 'widgets/Html/Html',
  12644.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Fairview/images/logo.png" alt="Fairview">'."\n".'</a>'."\n".'',
  12645.                                         ],
  12646.                                     ],
  12647.                                     'key' => 'header_logo',
  12648.                                 ],
  12649.                                 'header_logo_small' => [
  12650.                                     'allow' => [
  12651.                                     ],
  12652.                                     'contents' => [
  12653.                                         => [
  12654.                                             '__fqcn__' => 'widgets/Html/Html',
  12655.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Fairview/images/logo.png" alt="Fairview">'."\n".'</a>'."\n".'',
  12656.                                         ],
  12657.                                     ],
  12658.                                     'key' => 'header_logo_small',
  12659.                                 ],
  12660.                                 'header_top' => [
  12661.                                     'allow' => [
  12662.                                     ],
  12663.                                     'contents' => [
  12664.                                         => [
  12665.                                             '__fqcn__' => 'widgets/Html/Html',
  12666.                                             'content' => '[header top]'."\n".'',
  12667.                                         ],
  12668.                                     ],
  12669.                                     'key' => 'header_top',
  12670.                                 ],
  12671.                                 'header_main' => [
  12672.                                     'allow' => [
  12673.                                     ],
  12674.                                     'contents' => [
  12675.                                         => [
  12676.                                             '__fqcn__' => 'widgets/Html/Html',
  12677.                                             'content' => '[header main]'."\n".'',
  12678.                                         ],
  12679.                                     ],
  12680.                                     'key' => 'header_main',
  12681.                                 ],
  12682.                                 'header_menu' => [
  12683.                                     'allow' => [
  12684.                                     ],
  12685.                                     'contents' => [
  12686.                                         => [
  12687.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12688.                                             'items' => [
  12689.                                                 => [
  12690.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12691.                                                     'text' => 'About',
  12692.                                                     'link' => '/district',
  12693.                                                 ],
  12694.                                                 => [
  12695.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12696.                                                     'text' => 'Schools',
  12697.                                                     'link' => '/schools',
  12698.                                                 ],
  12699.                                                 => [
  12700.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12701.                                                     'text' => 'Parent/Students',
  12702.                                                     'link' => '/parents-students',
  12703.                                                 ],
  12704.                                                 => [
  12705.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12706.                                                     'text' => 'Departments',
  12707.                                                     'link' => '/departments',
  12708.                                                 ],
  12709.                                                 => [
  12710.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12711.                                                     'text' => 'Athletics',
  12712.                                                     'link' => '/athletics',
  12713.                                                 ],
  12714.                                                 => [
  12715.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12716.                                                     'text' => 'Board of Education',
  12717.                                                     'link' => '/board-of-education',
  12718.                                                 ],
  12719.                                                 => [
  12720.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12721.                                                     'text' => 'Community',
  12722.                                                     'link' => '/community-links',
  12723.                                                 ],
  12724.                                             ],
  12725.                                         ],
  12726.                                     ],
  12727.                                     'key' => 'header_menu',
  12728.                                 ],
  12729.                                 'footer_main' => [
  12730.                                     'allow' => [
  12731.                                     ],
  12732.                                     'contents' => [
  12733.                                         => [
  12734.                                             '__fqcn__' => 'widgets/Block/Block',
  12735.                                             'type' => 'container',
  12736.                                             'children' => [
  12737.                                                 => [
  12738.                                                     '__fqcn__' => 'widgets/Row/Row',
  12739.                                                     'structure' => '1/1',
  12740.                                                     'columns' => [
  12741.                                                         => [
  12742.                                                             '__fqcn__' => 'widgets/Row/Column',
  12743.                                                             'children' => [
  12744.                                                                 => [
  12745.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12746.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  12747.                                                                 ],
  12748.                                                             ],
  12749.                                                         ],
  12750.                                                     ],
  12751.                                                 ],
  12752.                                             ],
  12753.                                         ],
  12754.                                     ],
  12755.                                     'key' => 'footer_main',
  12756.                                 ],
  12757.                                 'footer_bottom' => [
  12758.                                     'allow' => [
  12759.                                     ],
  12760.                                     'contents' => [
  12761.                                         => [
  12762.                                             '__fqcn__' => 'widgets/Block/Block',
  12763.                                             'type' => 'container',
  12764.                                             'children' => [
  12765.                                                 => [
  12766.                                                     '__fqcn__' => 'widgets/Row/Row',
  12767.                                                     'structure' => '1/1',
  12768.                                                     'columns' => [
  12769.                                                         => [
  12770.                                                             '__fqcn__' => 'widgets/Row/Column',
  12771.                                                             'children' => [
  12772.                                                                 => [
  12773.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12774.                                                                     'content' => '<p>[copyright]</p>'."\n".'',
  12775.                                                                 ],
  12776.                                                             ],
  12777.                                                         ],
  12778.                                                     ],
  12779.                                                 ],
  12780.                                             ],
  12781.                                         ],
  12782.                                     ],
  12783.                                     'key' => 'footer_bottom',
  12784.                                 ],
  12785.                             ],
  12786.                             'key' => 'DefaultOuter',
  12787.                         ],
  12788.                         'OuterB' => [
  12789.                             'name' => 'Fairview Outer B',
  12790.                             '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".'',
  12791.                             'regions' => [
  12792.                                 'content' => [
  12793.                                     'allow' => [
  12794.                                     ],
  12795.                                     'contents' => [
  12796.                                         => [
  12797.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12798.                                             'key' => 'content',
  12799.                                         ],
  12800.                                     ],
  12801.                                     'key' => 'content',
  12802.                                 ],
  12803.                             ],
  12804.                             'key' => 'OuterB',
  12805.                         ],
  12806.                     ],
  12807.                 ],
  12808.                 'Fallhaven' => [
  12809.                     'name' => 'Fallhaven',
  12810.                     'description' => 'The Fallhaven design style includes a single header layout (see preview).'."\n".'',
  12811.                     'framework' => 'bootstrap',
  12812.                     'framework_version' => '3.4.1',
  12813.                     'language' => NULL,
  12814.                     'base' => 'Campussuite2015',
  12815.                     'tenants' => [
  12816.                     ],
  12817.                     'preview' => '/themes/Fallhaven/images/preview.jpg',
  12818.                     'screenshots' => [
  12819.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12820.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12821.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12822.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12823.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12824.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12825.                     ],
  12826.                     'scripts' => [
  12827.                         => [
  12828.                             'group' => NULL,
  12829.                             'priority' => NULL,
  12830.                             'urls' => [
  12831.                                 => '/themes/Fallhaven/scripts/fallhaven.js',
  12832.                             ],
  12833.                         ],
  12834.                     ],
  12835.                     'styles' => [
  12836.                         => [
  12837.                             'group' => 'fonts',
  12838.                             'priority' => NULL,
  12839.                             'urls' => [
  12840.                                 => 'https://fonts.googleapis.com/css?family=Montserrat:400,700',
  12841.                                 => 'font-awesome::/css/font-awesome.min.css',
  12842.                             ],
  12843.                         ],
  12844.                         => [
  12845.                             'group' => NULL,
  12846.                             'priority' => NULL,
  12847.                             'sources' => [
  12848.                             ],
  12849.                         ],
  12850.                     ],
  12851.                     'widget_restrictions' => [
  12852.                         => 'Blank',
  12853.                     ],
  12854.                     'key' => 'Fallhaven',
  12855.                     'layouts' => [
  12856.                         'DefaultOuter' => [
  12857.                             'name' => 'Fallhaven Default Outer',
  12858.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12859.                             'regions' => [
  12860.                                 'content' => [
  12861.                                     'allow' => [
  12862.                                     ],
  12863.                                     'contents' => [
  12864.                                         => [
  12865.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12866.                                             'key' => 'content',
  12867.                                         ],
  12868.                                     ],
  12869.                                     'key' => 'content',
  12870.                                 ],
  12871.                                 'alert_bar' => [
  12872.                                     'allow' => [
  12873.                                         => 'AlertBanner',
  12874.                                     ],
  12875.                                     'contents' => [
  12876.                                         => [
  12877.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  12878.                                             'id' => 10814,
  12879.                                             'limit' => 5,
  12880.                                         ],
  12881.                                     ],
  12882.                                     'key' => 'alert_bar',
  12883.                                 ],
  12884.                                 'header_top' => [
  12885.                                     'allow' => [
  12886.                                         => 'Html',
  12887.                                     ],
  12888.                                     'contents' => [
  12889.                                         => [
  12890.                                             '__fqcn__' => 'widgets/Html/Html',
  12891.                                             'content' => '[header top]'."\n".'',
  12892.                                         ],
  12893.                                     ],
  12894.                                     'key' => 'header_top',
  12895.                                 ],
  12896.                                 'header_main' => [
  12897.                                     'allow' => [
  12898.                                         => 'Html',
  12899.                                     ],
  12900.                                     'contents' => [
  12901.                                         => [
  12902.                                             '__fqcn__' => 'widgets/Html/Html',
  12903.                                             'content' => '[header main]'."\n".'',
  12904.                                         ],
  12905.                                     ],
  12906.                                     'key' => 'header_main',
  12907.                                 ],
  12908.                                 'header_logo' => [
  12909.                                     'allow' => [
  12910.                                         => 'Html',
  12911.                                     ],
  12912.                                     'contents' => [
  12913.                                         => [
  12914.                                             '__fqcn__' => 'widgets/Html/Html',
  12915.                                             'content' => '<a href="/">'."\n".'    <img src="http://app.campussuite.com/themes/Fallhaven/images/logo.png" alt="" />'."\n".'</a>'."\n".'',
  12916.                                         ],
  12917.                                     ],
  12918.                                     'key' => 'header_logo',
  12919.                                 ],
  12920.                                 'header_logo_small' => [
  12921.                                     'allow' => [
  12922.                                         => 'Html',
  12923.                                     ],
  12924.                                     'contents' => [
  12925.                                         => [
  12926.                                             '__fqcn__' => 'widgets/Html/Html',
  12927.                                             'content' => '<a href="/">'."\n".'    <img src="http://app.campussuite.com/themes/Fallhaven/images/logo.png" alt="" />'."\n".'</a>'."\n".'',
  12928.                                         ],
  12929.                                     ],
  12930.                                     'key' => 'header_logo_small',
  12931.                                 ],
  12932.                                 'header_menu' => [
  12933.                                     'allow' => [
  12934.                                     ],
  12935.                                     'contents' => [
  12936.                                         => [
  12937.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12938.                                             'items' => [
  12939.                                                 => [
  12940.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12941.                                                     'text' => 'About',
  12942.                                                     'link' => '/district',
  12943.                                                 ],
  12944.                                                 => [
  12945.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12946.                                                     'text' => 'Schools',
  12947.                                                     'link' => '/schools',
  12948.                                                 ],
  12949.                                                 => [
  12950.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12951.                                                     'text' => 'Parent/Students',
  12952.                                                     'link' => '/parents-students',
  12953.                                                 ],
  12954.                                                 => [
  12955.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12956.                                                     'text' => 'Departments',
  12957.                                                     'link' => '/departments',
  12958.                                                 ],
  12959.                                                 => [
  12960.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12961.                                                     'text' => 'Athletics',
  12962.                                                     'link' => '/athletics',
  12963.                                                 ],
  12964.                                                 => [
  12965.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12966.                                                     'text' => 'Board of Education',
  12967.                                                     'link' => '/board-of-education',
  12968.                                                 ],
  12969.                                                 => [
  12970.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12971.                                                     'text' => 'Community',
  12972.                                                     'link' => '/community-links',
  12973.                                                 ],
  12974.                                             ],
  12975.                                         ],
  12976.                                     ],
  12977.                                     'key' => 'header_menu',
  12978.                                 ],
  12979.                                 'footer_main' => [
  12980.                                     'allow' => [
  12981.                                         => 'Html',
  12982.                                     ],
  12983.                                     'contents' => [
  12984.                                         => [
  12985.                                             '__fqcn__' => 'widgets/Html/Html',
  12986.                                             'content' => '[footer main]'."\n".'',
  12987.                                         ],
  12988.                                     ],
  12989.                                     'key' => 'footer_main',
  12990.                                 ],
  12991.                                 'footer_bottom' => [
  12992.                                     'allow' => [
  12993.                                         => 'Html',
  12994.                                     ],
  12995.                                     'contents' => [
  12996.                                         => [
  12997.                                             '__fqcn__' => 'widgets/Html/Html',
  12998.                                             'content' => '[footer bottom]'."\n".'',
  12999.                                         ],
  13000.                                     ],
  13001.                                     'key' => 'footer_bottom',
  13002.                                 ],
  13003.                             ],
  13004.                             'key' => 'DefaultOuter',
  13005.                         ],
  13006.                         'Home' => [
  13007.                             'name' => 'Outer Home',
  13008.                             'description' => 'A temporary home page outer template for Fallhaven demo.'."\n".'',
  13009.                             'regions' => [
  13010.                                 'content' => [
  13011.                                     'allow' => [
  13012.                                     ],
  13013.                                     'contents' => [
  13014.                                         => [
  13015.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13016.                                             'key' => 'content',
  13017.                                         ],
  13018.                                     ],
  13019.                                     'key' => 'content',
  13020.                                 ],
  13021.                                 'alert_bar' => [
  13022.                                     'allow' => [
  13023.                                         => 'AlertBanner',
  13024.                                     ],
  13025.                                     'contents' => [
  13026.                                         => [
  13027.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  13028.                                             'id' => 10814,
  13029.                                             'limit' => 5,
  13030.                                         ],
  13031.                                     ],
  13032.                                     'key' => 'alert_bar',
  13033.                                 ],
  13034.                                 'header_contact' => [
  13035.                                     'allow' => [
  13036.                                         => 'Html',
  13037.                                     ],
  13038.                                     'contents' => [
  13039.                                         => [
  13040.                                             '__fqcn__' => 'widgets/Html/Html',
  13041.                                             'content' => '<p>Call us at 800.123.4567</p>'."\n".'',
  13042.                                         ],
  13043.                                     ],
  13044.                                     'key' => 'header_contact',
  13045.                                 ],
  13046.                                 'header_utilities' => [
  13047.                                     'allow' => [
  13048.                                         => 'Html',
  13049.                                     ],
  13050.                                     'contents' => [
  13051.                                         => [
  13052.                                             '__fqcn__' => 'widgets/Html/Html',
  13053.                                             'content' => '<ul class="cs-util-btns">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  13054.                                         ],
  13055.                                     ],
  13056.                                     'key' => 'header_utilities',
  13057.                                 ],
  13058.                                 'header_social' => [
  13059.                                     'allow' => [
  13060.                                         => 'Html',
  13061.                                     ],
  13062.                                     'contents' => [
  13063.                                         => [
  13064.                                             '__fqcn__' => 'widgets/Html/Html',
  13065.                                             '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".'',
  13066.                                         ],
  13067.                                     ],
  13068.                                     'key' => 'header_social',
  13069.                                 ],
  13070.                                 'header_logo' => [
  13071.                                     'allow' => [
  13072.                                         => 'Html',
  13073.                                     ],
  13074.                                     'contents' => [
  13075.                                         => [
  13076.                                             '__fqcn__' => 'widgets/Html/Html',
  13077.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/public/Fallhaven/images/logo.png" alt="Fallhaven">'."\n".'</a>'."\n".'',
  13078.                                         ],
  13079.                                     ],
  13080.                                     'key' => 'header_logo',
  13081.                                 ],
  13082.                                 'header_menu' => [
  13083.                                     'allow' => [
  13084.                                         => 'Html',
  13085.                                     ],
  13086.                                     'contents' => [
  13087.                                         => [
  13088.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  13089.                                             'items' => [
  13090.                                                 => [
  13091.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13092.                                                     'text' => 'About',
  13093.                                                     'link' => '/about',
  13094.                                                     'alignment' => 'left',
  13095.                                                     'items' => [
  13096.                                                         => [
  13097.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13098.                                                             'text' => 'History',
  13099.                                                             'link' => '/about/history',
  13100.                                                             'icon' => NULL,
  13101.                                                         ],
  13102.                                                         => [
  13103.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13104.                                                             'text' => 'Mission',
  13105.                                                             'link' => '/about/mission',
  13106.                                                             'icon' => NULL,
  13107.                                                         ],
  13108.                                                         => [
  13109.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13110.                                                             'text' => 'Superintendent\'s Message',
  13111.                                                             'link' => '/about/superintendents-welcome',
  13112.                                                             'icon' => NULL,
  13113.                                                         ],
  13114.                                                         => [
  13115.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13116.                                                             'text' => 'Strategic Plan',
  13117.                                                             'link' => '/about/strategic-plan',
  13118.                                                             'icon' => NULL,
  13119.                                                         ],
  13120.                                                         => [
  13121.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13122.                                                             'text' => 'District News',
  13123.                                                             'link' => '/about/news',
  13124.                                                             'icon' => NULL,
  13125.                                                         ],
  13126.                                                         => [
  13127.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13128.                                                             'text' => 'District Calendar',
  13129.                                                             'link' => '/about/events',
  13130.                                                             'icon' => NULL,
  13131.                                                         ],
  13132.                                                         => [
  13133.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13134.                                                             'text' => 'Meet the Teachers',
  13135.                                                             'link' => '/about/people',
  13136.                                                             'icon' => NULL,
  13137.                                                         ],
  13138.                                                         => [
  13139.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13140.                                                             'text' => 'Handbook',
  13141.                                                             'link' => '/about/handbook',
  13142.                                                             'icon' => NULL,
  13143.                                                         ],
  13144.                                                         => [
  13145.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13146.                                                             'text' => 'Enrollment',
  13147.                                                             'link' => '/about/enrollment',
  13148.                                                             'icon' => NULL,
  13149.                                                         ],
  13150.                                                         => [
  13151.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13152.                                                             'text' => 'FAQs',
  13153.                                                             'link' => '/about/faqs',
  13154.                                                             'icon' => NULL,
  13155.                                                         ],
  13156.                                                         10 => [
  13157.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13158.                                                             'text' => 'Contact',
  13159.                                                             'link' => '/about/contact',
  13160.                                                             'icon' => NULL,
  13161.                                                         ],
  13162.                                                     ],
  13163.                                                 ],
  13164.                                                 => [
  13165.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13166.                                                     'text' => 'Board of Education',
  13167.                                                     'link' => '/boe/',
  13168.                                                     'alignment' => 'left',
  13169.                                                     'items' => [
  13170.                                                         => [
  13171.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13172.                                                             'text' => 'Meet the Board',
  13173.                                                             'link' => '/boe/people',
  13174.                                                             'icon' => NULL,
  13175.                                                         ],
  13176.                                                         => [
  13177.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13178.                                                             'text' => 'Meeting Schedule',
  13179.                                                             'link' => '/boe/events',
  13180.                                                             'icon' => NULL,
  13181.                                                         ],
  13182.                                                         => [
  13183.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13184.                                                             'text' => 'Policies',
  13185.                                                             'link' => '/boe/policies',
  13186.                                                             'icon' => NULL,
  13187.                                                         ],
  13188.                                                         => [
  13189.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13190.                                                             'text' => 'Strategic Plan',
  13191.                                                             'link' => '/boe/strategic-plan',
  13192.                                                             'icon' => NULL,
  13193.                                                         ],
  13194.                                                     ],
  13195.                                                 ],
  13196.                                                 => [
  13197.                                                     '__fqcn__' => 'widgets/MegaMenu/MegaItem',
  13198.                                                     'text' => 'Our Schools',
  13199.                                                     'link' => '/schools',
  13200.                                                     '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".'',
  13201.                                                 ],
  13202.                                                 => [
  13203.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13204.                                                     'text' => 'Students',
  13205.                                                     'link' => '/students',
  13206.                                                 ],
  13207.                                                 => [
  13208.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13209.                                                     'text' => 'Parents',
  13210.                                                     'link' => '/parents',
  13211.                                                 ],
  13212.                                                 => [
  13213.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13214.                                                     'text' => 'Staff',
  13215.                                                     'link' => '/staff',
  13216.                                                 ],
  13217.                                                 => [
  13218.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13219.                                                     'text' => 'Community',
  13220.                                                     'link' => '/community',
  13221.                                                 ],
  13222.                                             ],
  13223.                                         ],
  13224.                                     ],
  13225.                                     'key' => 'header_menu',
  13226.                                 ],
  13227.                                 'home_slider' => [
  13228.                                     'allow' => [
  13229.                                         => 'OwlSlider',
  13230.                                     ],
  13231.                                     'contents' => [
  13232.                                         => [
  13233.                                             '__fqcn__' => 'widgets/OwlSlider/OwlSlider',
  13234.                                             'autoStart' => true,
  13235.                                             'delay' => 5,
  13236.                                             'slides' => [
  13237.                                                 => [
  13238.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13239.                                                     'title' => 'Slide One',
  13240.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13241.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13242.                                                     'alignment' => 'left',
  13243.                                                 ],
  13244.                                                 => [
  13245.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13246.                                                     'title' => 'Slide Two',
  13247.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13248.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13249.                                                     'alignment' => 'left',
  13250.                                                 ],
  13251.                                                 => [
  13252.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13253.                                                     'title' => 'Slide Three',
  13254.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13255.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13256.                                                     'alignment' => 'left',
  13257.                                                 ],
  13258.                                             ],
  13259.                                         ],
  13260.                                     ],
  13261.                                     'key' => 'home_slider',
  13262.                                 ],
  13263.                                 'home_news_list' => [
  13264.                                     'allow' => [
  13265.                                         => 'ModuleNewsListGrid',
  13266.                                     ],
  13267.                                     'contents' => [
  13268.                                         => [
  13269.                                             '__fqcn__' => 'widgets/ModuleNewsListGrid/ModuleNewsListGrid',
  13270.                                             'id' => 10814,
  13271.                                             'limit' => 3,
  13272.                                             'heading' => 'District News',
  13273.                                             'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
  13274.                                             'linkText' => 'View All News',
  13275.                                             'showSubscribe' => false,
  13276.                                             'gridSize' => 3,
  13277.                                         ],
  13278.                                     ],
  13279.                                     'key' => 'home_news_list',
  13280.                                 ],
  13281.                                 'home_blog_list' => [
  13282.                                     'allow' => [
  13283.                                         => 'ModuleNewsListGrid',
  13284.                                     ],
  13285.                                     'contents' => [
  13286.                                         => [
  13287.                                             '__fqcn__' => 'widgets/ModuleNewsListGrid/ModuleNewsListGrid',
  13288.                                             'id' => 10814,
  13289.                                             'limit' => 3,
  13290.                                             'heading' => 'District Blog',
  13291.                                             'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
  13292.                                             'linkText' => 'View All Posts',
  13293.                                             'showSubscribe' => false,
  13294.                                             'gridSize' => 3,
  13295.                                         ],
  13296.                                     ],
  13297.                                     'key' => 'home_blog_list',
  13298.                                 ],
  13299.                                 'home_tabs' => [
  13300.                                     'allow' => [
  13301.                                         => 'Tabs',
  13302.                                     ],
  13303.                                     'contents' => [
  13304.                                         => [
  13305.                                             '__fqcn__' => 'widgets/Tabs/Tabs',
  13306.                                             'helper' => 'secondary',
  13307.                                             'tabs' => [
  13308.                                                 => [
  13309.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13310.                                                     'title' => 'Parents',
  13311.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13312.                                                 ],
  13313.                                                 => [
  13314.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13315.                                                     'title' => 'Students',
  13316.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13317.                                                 ],
  13318.                                                 => [
  13319.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13320.                                                     'title' => 'Community',
  13321.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13322.                                                 ],
  13323.                                                 => [
  13324.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13325.                                                     'title' => 'Staff',
  13326.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13327.                                                 ],
  13328.                                             ],
  13329.                                         ],
  13330.                                     ],
  13331.                                     'key' => 'home_tabs',
  13332.                                 ],
  13333.                                 'home_quicklinks' => [
  13334.                                     'allow' => [
  13335.                                         => 'Html',
  13336.                                     ],
  13337.                                     'contents' => [
  13338.                                         => [
  13339.                                             '__fqcn__' => 'widgets/Html/Html',
  13340.                                             '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".'',
  13341.                                         ],
  13342.                                     ],
  13343.                                     'key' => 'home_quicklinks',
  13344.                                 ],
  13345.                                 'footer_top' => [
  13346.                                     'allow' => [
  13347.                                         => 'Row',
  13348.                                     ],
  13349.                                     'contents' => [
  13350.                                         => [
  13351.                                             '__fqcn__' => 'widgets/Row/Row',
  13352.                                             'columns' => [
  13353.                                                 => [
  13354.                                                     '__fqcn__' => 'widgets/Row/Column',
  13355.                                                     'numerator' => 1,
  13356.                                                     'denominator' => 1,
  13357.                                                     'children' => [
  13358.                                                         => [
  13359.                                                             '__fqcn__' => 'widgets/Html/Html',
  13360.                                                             '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".'',
  13361.                                                         ],
  13362.                                                     ],
  13363.                                                 ],
  13364.                                             ],
  13365.                                         ],
  13366.                                     ],
  13367.                                     'key' => 'footer_top',
  13368.                                 ],
  13369.                                 'footer_links' => [
  13370.                                     'allow' => [
  13371.                                         => 'Row',
  13372.                                     ],
  13373.                                     'contents' => [
  13374.                                         => [
  13375.                                             '__fqcn__' => 'widgets/Row/Row',
  13376.                                             'columns' => [
  13377.                                                 => [
  13378.                                                     '__fqcn__' => 'widgets/Row/Column',
  13379.                                                     'numerator' => 1,
  13380.                                                     'denominator' => 3,
  13381.                                                     'children' => [
  13382.                                                         => [
  13383.                                                             '__fqcn__' => 'widgets/Html/Html',
  13384.                                                             '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".'',
  13385.                                                         ],
  13386.                                                     ],
  13387.                                                 ],
  13388.                                                 => [
  13389.                                                     '__fqcn__' => 'widgets/Row/Column',
  13390.                                                     'numerator' => 1,
  13391.                                                     'denominator' => 3,
  13392.                                                     'children' => [
  13393.                                                         => [
  13394.                                                             '__fqcn__' => 'widgets/Html/Html',
  13395.                                                             '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".'',
  13396.                                                         ],
  13397.                                                     ],
  13398.                                                 ],
  13399.                                                 => [
  13400.                                                     '__fqcn__' => 'widgets/Row/Column',
  13401.                                                     'numerator' => 1,
  13402.                                                     'denominator' => 3,
  13403.                                                     'children' => [
  13404.                                                         => [
  13405.                                                             '__fqcn__' => 'widgets/Html/Html',
  13406.                                                             '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".'',
  13407.                                                         ],
  13408.                                                     ],
  13409.                                                 ],
  13410.                                             ],
  13411.                                         ],
  13412.                                     ],
  13413.                                     'key' => 'footer_links',
  13414.                                 ],
  13415.                                 'footer_contact' => [
  13416.                                     'allow' => [
  13417.                                         => 'Html',
  13418.                                     ],
  13419.                                     'contents' => [
  13420.                                         => [
  13421.                                             '__fqcn__' => 'widgets/Html/Html',
  13422.                                             '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".'',
  13423.                                         ],
  13424.                                     ],
  13425.                                     'key' => 'footer_contact',
  13426.                                 ],
  13427.                             ],
  13428.                             'key' => 'Home',
  13429.                         ],
  13430.                         'Secondary' => [
  13431.                             'name' => 'Outer Default Secondary',
  13432.                             '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".'',
  13433.                             'regions' => [
  13434.                                 'content' => [
  13435.                                     'allow' => [
  13436.                                     ],
  13437.                                     'contents' => [
  13438.                                         => [
  13439.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13440.                                             'key' => 'content',
  13441.                                         ],
  13442.                                     ],
  13443.                                     'key' => 'content',
  13444.                                 ],
  13445.                                 'alert_bar' => [
  13446.                                     'allow' => [
  13447.                                         => 'AlertBanner',
  13448.                                     ],
  13449.                                     'contents' => [
  13450.                                         => [
  13451.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  13452.                                             'id' => 10814,
  13453.                                             'limit' => 5,
  13454.                                         ],
  13455.                                     ],
  13456.                                     'key' => 'alert_bar',
  13457.                                 ],
  13458.                                 'header_contact' => [
  13459.                                     'allow' => [
  13460.                                         => 'Html',
  13461.                                     ],
  13462.                                     'contents' => [
  13463.                                         => [
  13464.                                             '__fqcn__' => 'widgets/Html/Html',
  13465.                                             'content' => '<p>Call us at 800.123.4567</p>'."\n".'',
  13466.                                         ],
  13467.                                     ],
  13468.                                     'key' => 'header_contact',
  13469.                                 ],
  13470.                                 'header_utilities' => [
  13471.                                     'allow' => [
  13472.                                         => 'Html',
  13473.                                     ],
  13474.                                     'contents' => [
  13475.                                         => [
  13476.                                             '__fqcn__' => 'widgets/Html/Html',
  13477.                                             'content' => '<ul class="cs-util-btns">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  13478.                                         ],
  13479.                                     ],
  13480.                                     'key' => 'header_utilities',
  13481.                                 ],
  13482.                                 'header_social' => [
  13483.                                     'allow' => [
  13484.                                         => 'Html',
  13485.                                     ],
  13486.                                     'contents' => [
  13487.                                         => [
  13488.                                             '__fqcn__' => 'widgets/Html/Html',
  13489.                                             '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".'',
  13490.                                         ],
  13491.                                     ],
  13492.                                     'key' => 'header_social',
  13493.                                 ],
  13494.                                 'header_logo' => [
  13495.                                     'allow' => [
  13496.                                         => 'Html',
  13497.                                     ],
  13498.                                     'contents' => [
  13499.                                         => [
  13500.                                             '__fqcn__' => 'widgets/Html/Html',
  13501.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/public/Fallhaven/images/logo.png" alt="Fallhaven">'."\n".'</a>'."\n".'',
  13502.                                         ],
  13503.                                     ],
  13504.                                     'key' => 'header_logo',
  13505.                                 ],
  13506.                                 'header_menu' => [
  13507.                                     'allow' => [
  13508.                                         => 'Html',
  13509.                                     ],
  13510.                                     'contents' => [
  13511.                                         => [
  13512.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  13513.                                             'items' => [
  13514.                                                 => [
  13515.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13516.                                                     'text' => 'About',
  13517.                                                     'link' => '/about',
  13518.                                                     'alignment' => 'left',
  13519.                                                     'items' => [
  13520.                                                         => [
  13521.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13522.                                                             'text' => 'History',
  13523.                                                             'link' => '/about/history',
  13524.                                                             'icon' => NULL,
  13525.                                                         ],
  13526.                                                         => [
  13527.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13528.                                                             'text' => 'Mission',
  13529.                                                             'link' => '/about/mission',
  13530.                                                             'icon' => NULL,
  13531.                                                         ],
  13532.                                                         => [
  13533.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13534.                                                             'text' => 'Superintendent\'s Message',
  13535.                                                             'link' => '/about/superintendents-welcome',
  13536.                                                             'icon' => NULL,
  13537.                                                         ],
  13538.                                                         => [
  13539.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13540.                                                             'text' => 'Strategic Plan',
  13541.                                                             'link' => '/about/strategic-plan',
  13542.                                                             'icon' => NULL,
  13543.                                                         ],
  13544.                                                         => [
  13545.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13546.                                                             'text' => 'District News',
  13547.                                                             'link' => '/about/news',
  13548.                                                             'icon' => NULL,
  13549.                                                         ],
  13550.                                                         => [
  13551.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13552.                                                             'text' => 'District Calendar',
  13553.                                                             'link' => '/about/events',
  13554.                                                             'icon' => NULL,
  13555.                                                         ],
  13556.                                                         => [
  13557.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13558.                                                             'text' => 'Meet the Teachers',
  13559.                                                             'link' => '/about/people',
  13560.                                                             'icon' => NULL,
  13561.                                                         ],
  13562.                                                         => [
  13563.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13564.                                                             'text' => 'Handbook',
  13565.                                                             'link' => '/about/handbook',
  13566.                                                             'icon' => NULL,
  13567.                                                         ],
  13568.                                                         => [
  13569.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13570.                                                             'text' => 'Enrollment',
  13571.                                                             'link' => '/about/enrollment',
  13572.                                                             'icon' => NULL,
  13573.                                                         ],
  13574.                                                         => [
  13575.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13576.                                                             'text' => 'FAQs',
  13577.                                                             'link' => '/about/faqs',
  13578.                                                             'icon' => NULL,
  13579.                                                         ],
  13580.                                                         10 => [
  13581.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13582.                                                             'text' => 'Contact',
  13583.                                                             'link' => '/about/contact',
  13584.                                                             'icon' => NULL,
  13585.                                                         ],
  13586.                                                     ],
  13587.                                                 ],
  13588.                                                 => [
  13589.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13590.                                                     'text' => 'Board of Education',
  13591.                                                     'link' => '/boe/',
  13592.                                                     'alignment' => 'left',
  13593.                                                     'items' => [
  13594.                                                         => [
  13595.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13596.                                                             'text' => 'Meet the Board',
  13597.                                                             'link' => '/boe/people',
  13598.                                                             'icon' => NULL,
  13599.                                                         ],
  13600.                                                         => [
  13601.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13602.                                                             'text' => 'Meeting Schedule',
  13603.                                                             'link' => '/boe/events',
  13604.                                                             'icon' => NULL,
  13605.                                                         ],
  13606.                                                         => [
  13607.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13608.                                                             'text' => 'Policies',
  13609.                                                             'link' => '/boe/policies',
  13610.                                                             'icon' => NULL,
  13611.                                                         ],
  13612.                                                         => [
  13613.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13614.                                                             'text' => 'Strategic Plan',
  13615.                                                             'link' => '/boe/strategic-plan',
  13616.                                                             'icon' => NULL,
  13617.                                                         ],
  13618.                                                     ],
  13619.                                                 ],
  13620.                                                 => [
  13621.                                                     '__fqcn__' => 'widgets/MegaMenu/MegaItem',
  13622.                                                     'text' => 'Our Schools',
  13623.                                                     'link' => '/schools',
  13624.                                                     '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".'',
  13625.                                                 ],
  13626.                                                 => [
  13627.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13628.                                                     'text' => 'Students',
  13629.                                                     'link' => '/students',
  13630.                                                 ],
  13631.                                                 => [
  13632.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13633.                                                     'text' => 'Parents',
  13634.                                                     'link' => '/parents',
  13635.                                                 ],
  13636.                                                 => [
  13637.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13638.                                                     'text' => 'Staff',
  13639.                                                     'link' => '/staff',
  13640.                                                 ],
  13641.                                                 => [
  13642.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13643.                                                     'text' => 'Community',
  13644.                                                     'link' => '/community',
  13645.                                                 ],
  13646.                                             ],
  13647.                                         ],
  13648.                                     ],
  13649.                                     'key' => 'header_menu',
  13650.                                 ],
  13651.                                 'aside_menu' => [
  13652.                                     'allow' => [
  13653.                                         => 'Html',
  13654.                                     ],
  13655.                                     'contents' => [
  13656.                                         => [
  13657.                                             '__fqcn__' => 'widgets/Html/Html',
  13658.                                             'content' => '<p>[ Replace once side menu is available ]</p>'."\n".'',
  13659.                                         ],
  13660.                                     ],
  13661.                                     'key' => 'aside_menu',
  13662.                                 ],
  13663.                                 'aside_content' => [
  13664.                                     'allow' => [
  13665.                                         => 'Html',
  13666.                                     ],
  13667.                                     'contents' => [
  13668.                                         => [
  13669.                                             '__fqcn__' => 'widgets/Html/Html',
  13670.                                             'content' => '<h3>About Fallhaven</h3>'."\n".'<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13671.                                         ],
  13672.                                     ],
  13673.                                     'key' => 'aside_content',
  13674.                                 ],
  13675.                                 'aside_content_btn' => [
  13676.                                     'allow' => [
  13677.                                         => 'Button',
  13678.                                     ],
  13679.                                     'contents' => [
  13680.                                         => [
  13681.                                             '__fqcn__' => 'widgets/Button/Button',
  13682.                                             'text' => 'Learn More',
  13683.                                             'linkLocal' => '/about',
  13684.                                             'linkExternal' => 'http://www.google.com/',
  13685.                                             'useExternal' => false,
  13686.                                             'target' => '_blank',
  13687.                                             'style' => 'round',
  13688.                                             'size' => 'lg',
  13689.                                             'color' => 'success',
  13690.                                             'icon' => NULL,
  13691.                                             'alignment' => 'center',
  13692.                                             'fullWidth' => false,
  13693.                                             'title' => 'More about Fallhaven',
  13694.                                         ],
  13695.                                     ],
  13696.                                     'key' => 'aside_content_btn',
  13697.                                 ],
  13698.                                 'footer_top' => [
  13699.                                     'allow' => [
  13700.                                         => 'Row',
  13701.                                     ],
  13702.                                     'contents' => [
  13703.                                         => [
  13704.                                             '__fqcn__' => 'widgets/Row/Row',
  13705.                                             'columns' => [
  13706.                                                 => [
  13707.                                                     '__fqcn__' => 'widgets/Row/Column',
  13708.                                                     'numerator' => 1,
  13709.                                                     'denominator' => 1,
  13710.                                                     'children' => [
  13711.                                                         => [
  13712.                                                             '__fqcn__' => 'widgets/Html/Html',
  13713.                                                             '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".'',
  13714.                                                         ],
  13715.                                                     ],
  13716.                                                 ],
  13717.                                             ],
  13718.                                         ],
  13719.                                     ],
  13720.                                     'key' => 'footer_top',
  13721.                                 ],
  13722.                                 'footer_links' => [
  13723.                                     'allow' => [
  13724.                                         => 'Row',
  13725.                                     ],
  13726.                                     'contents' => [
  13727.                                         => [
  13728.                                             '__fqcn__' => 'widgets/Row/Row',
  13729.                                             'columns' => [
  13730.                                                 => [
  13731.                                                     '__fqcn__' => 'widgets/Row/Column',
  13732.                                                     'numerator' => 1,
  13733.                                                     'denominator' => 3,
  13734.                                                     'children' => [
  13735.                                                         => [
  13736.                                                             '__fqcn__' => 'widgets/Html/Html',
  13737.                                                             '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".'',
  13738.                                                         ],
  13739.                                                     ],
  13740.                                                 ],
  13741.                                                 => [
  13742.                                                     '__fqcn__' => 'widgets/Row/Column',
  13743.                                                     'numerator' => 1,
  13744.                                                     'denominator' => 3,
  13745.                                                     'children' => [
  13746.                                                         => [
  13747.                                                             '__fqcn__' => 'widgets/Html/Html',
  13748.                                                             '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".'',
  13749.                                                         ],
  13750.                                                     ],
  13751.                                                 ],
  13752.                                                 => [
  13753.                                                     '__fqcn__' => 'widgets/Row/Column',
  13754.                                                     'numerator' => 1,
  13755.                                                     'denominator' => 3,
  13756.                                                     'children' => [
  13757.                                                         => [
  13758.                                                             '__fqcn__' => 'widgets/Html/Html',
  13759.                                                             '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".'',
  13760.                                                         ],
  13761.                                                     ],
  13762.                                                 ],
  13763.                                             ],
  13764.                                         ],
  13765.                                     ],
  13766.                                     'key' => 'footer_links',
  13767.                                 ],
  13768.                                 'footer_contact' => [
  13769.                                     'allow' => [
  13770.                                         => 'Html',
  13771.                                     ],
  13772.                                     'contents' => [
  13773.                                         => [
  13774.                                             '__fqcn__' => 'widgets/Html/Html',
  13775.                                             '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".'',
  13776.                                         ],
  13777.                                     ],
  13778.                                     'key' => 'footer_contact',
  13779.                                 ],
  13780.                             ],
  13781.                             'key' => 'Secondary',
  13782.                         ],
  13783.                     ],
  13784.                 ],
  13785.                 'FirstClass' => [
  13786.                     'name' => 'First Class',
  13787.                     'description' => '<p>The First Class design style.</p>'."\n".'',
  13788.                     'framework' => 'bootstrap',
  13789.                     'framework_version' => '3.4.1',
  13790.                     'language' => NULL,
  13791.                     'base' => 'Campussuite2015',
  13792.                     'tenants' => [
  13793.                     ],
  13794.                     'preview' => '/themes/FirstClass/images/preview.jpg',
  13795.                     'screenshots' => [
  13796.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  13797.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  13798.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  13799.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  13800.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  13801.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  13802.                     ],
  13803.                     'scripts' => [
  13804.                         => [
  13805.                             'group' => NULL,
  13806.                             'priority' => NULL,
  13807.                             'urls' => [
  13808.                                 => '/themes/FirstClass/scripts/package.js',
  13809.                             ],
  13810.                         ],
  13811.                     ],
  13812.                     'styles' => [
  13813.                         => [
  13814.                             'group' => 'fonts',
  13815.                             'priority' => NULL,
  13816.                             'urls' => [
  13817.                                 => 'font-awesome::/css/font-awesome.min.css',
  13818.                             ],
  13819.                         ],
  13820.                         => [
  13821.                             'group' => NULL,
  13822.                             'priority' => NULL,
  13823.                             'sources' => [
  13824.                             ],
  13825.                         ],
  13826.                     ],
  13827.                     'widget_restrictions' => [
  13828.                         => 'Blank',
  13829.                     ],
  13830.                     'key' => 'FirstClass',
  13831.                     'layouts' => [
  13832.                         'DefaultHomeOuter' => [
  13833.                             'name' => 'First Class Default Home Outer',
  13834.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  13835.                             'regions' => [
  13836.                                 'content' => [
  13837.                                     'allow' => [
  13838.                                     ],
  13839.                                     'contents' => [
  13840.                                         => [
  13841.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13842.                                             'key' => 'content',
  13843.                                         ],
  13844.                                     ],
  13845.                                     'key' => 'content',
  13846.                                 ],
  13847.                                 'header_contacts' => [
  13848.                                     'allow' => [
  13849.                                         => 'Html',
  13850.                                     ],
  13851.                                     'contents' => [
  13852.                                         => [
  13853.                                             '__fqcn__' => 'widgets/Html/Html',
  13854.                                             'content' => '[header contacts]'."\n".'',
  13855.                                         ],
  13856.                                     ],
  13857.                                     'key' => 'header_contacts',
  13858.                                 ],
  13859.                                 'header_search' => [
  13860.                                     'allow' => [
  13861.                                         => 'Html',
  13862.                                     ],
  13863.                                     'contents' => [
  13864.                                         => [
  13865.                                             '__fqcn__' => 'widgets/Html/Html',
  13866.                                             'content' => '[header search]'."\n".'',
  13867.                                         ],
  13868.                                     ],
  13869.                                     'key' => 'header_search',
  13870.                                 ],
  13871.                                 'header_search_drawer' => [
  13872.                                     'allow' => [
  13873.                                         => 'Html',
  13874.                                     ],
  13875.                                     'contents' => [
  13876.                                         => [
  13877.                                             '__fqcn__' => 'widgets/Html/Html',
  13878.                                             'content' => '[header search drawer]'."\n".'',
  13879.                                         ],
  13880.                                     ],
  13881.                                     'key' => 'header_search_drawer',
  13882.                                 ],
  13883.                                 'header_logo' => [
  13884.                                     'allow' => [
  13885.                                         => 'Html',
  13886.                                     ],
  13887.                                     'contents' => [
  13888.                                         => [
  13889.                                             '__fqcn__' => 'widgets/Html/Html',
  13890.                                             'content' => '[header logo]'."\n".'',
  13891.                                         ],
  13892.                                     ],
  13893.                                     'key' => 'header_logo',
  13894.                                 ],
  13895.                                 'header_main_menu' => [
  13896.                                     'allow' => [
  13897.                                         => 'Html',
  13898.                                     ],
  13899.                                     'contents' => [
  13900.                                         => [
  13901.                                             '__fqcn__' => 'widgets/Html/Html',
  13902.                                             'content' => '[header main menu]'."\n".'',
  13903.                                         ],
  13904.                                     ],
  13905.                                     'key' => 'header_main_menu',
  13906.                                 ],
  13907.                                 'home_feature_slider' => [
  13908.                                     'allow' => [
  13909.                                         => 'Html',
  13910.                                     ],
  13911.                                     'contents' => [
  13912.                                         => [
  13913.                                             '__fqcn__' => 'widgets/Html/Html',
  13914.                                             'content' => '[home feature slider]',
  13915.                                         ],
  13916.                                     ],
  13917.                                     'key' => 'home_feature_slider',
  13918.                                 ],
  13919.                             ],
  13920.                             'key' => 'DefaultHomeOuter',
  13921.                         ],
  13922.                         'DefaultOuter' => [
  13923.                             'name' => 'First Class Default Outer',
  13924.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  13925.                             'regions' => [
  13926.                                 'content' => [
  13927.                                     'allow' => [
  13928.                                     ],
  13929.                                     'contents' => [
  13930.                                         => [
  13931.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13932.                                             'key' => 'content',
  13933.                                         ],
  13934.                                     ],
  13935.                                     'key' => 'content',
  13936.                                 ],
  13937.                                 'header_contacts' => [
  13938.                                     'allow' => [
  13939.                                         => 'Html',
  13940.                                     ],
  13941.                                     'contents' => [
  13942.                                         => [
  13943.                                             '__fqcn__' => 'widgets/Html/Html',
  13944.                                             'content' => '[header contacts]'."\n".'',
  13945.                                         ],
  13946.                                     ],
  13947.                                     'key' => 'header_contacts',
  13948.                                 ],
  13949.                                 'header_search' => [
  13950.                                     'allow' => [
  13951.                                         => 'Html',
  13952.                                     ],
  13953.                                     'contents' => [
  13954.                                         => [
  13955.                                             '__fqcn__' => 'widgets/Html/Html',
  13956.                                             'content' => '[header search]'."\n".'',
  13957.                                         ],
  13958.                                     ],
  13959.                                     'key' => 'header_search',
  13960.                                 ],
  13961.                                 'header_search_drawer' => [
  13962.                                     'allow' => [
  13963.                                         => 'Html',
  13964.                                     ],
  13965.                                     'contents' => [
  13966.                                         => [
  13967.                                             '__fqcn__' => 'widgets/Html/Html',
  13968.                                             'content' => '[header search drawer]'."\n".'',
  13969.                                         ],
  13970.                                     ],
  13971.                                     'key' => 'header_search_drawer',
  13972.                                 ],
  13973.                                 'header_logo' => [
  13974.                                     'allow' => [
  13975.                                         => 'Html',
  13976.                                     ],
  13977.                                     'contents' => [
  13978.                                         => [
  13979.                                             '__fqcn__' => 'widgets/Html/Html',
  13980.                                             'content' => '[header logo]'."\n".'',
  13981.                                         ],
  13982.                                     ],
  13983.                                     'key' => 'header_logo',
  13984.                                 ],
  13985.                                 'header_main_menu' => [
  13986.                                     'allow' => [
  13987.                                         => 'Html',
  13988.                                     ],
  13989.                                     'contents' => [
  13990.                                         => [
  13991.                                             '__fqcn__' => 'widgets/Html/Html',
  13992.                                             'content' => '[header main menu]',
  13993.                                         ],
  13994.                                     ],
  13995.                                     'key' => 'header_main_menu',
  13996.                                 ],
  13997.                             ],
  13998.                             'key' => 'DefaultOuter',
  13999.                         ],
  14000.                     ],
  14001.                 ],
  14002.                 'Graceland' => [
  14003.                     'name' => 'Graceland',
  14004.                     'description' => 'Graceland is a <strong>custom</strong> design style and not authorized for use on any site other than Graceland University.'."\n".'',
  14005.                     'framework' => 'bootstrap',
  14006.                     'framework_version' => '3.4.1',
  14007.                     'language' => NULL,
  14008.                     'base' => 'Campussuite2015',
  14009.                     'tenants' => [
  14010.                     ],
  14011.                     'preview' => '/themes/Graceland/images/preview.jpg',
  14012.                     'screenshots' => [
  14013.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14014.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14015.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14016.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14017.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14018.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14019.                     ],
  14020.                     'scripts' => [
  14021.                         => [
  14022.                             'group' => NULL,
  14023.                             'priority' => NULL,
  14024.                             'urls' => [
  14025.                                 => '/themes/Graceland/scripts/graceland.js',
  14026.                             ],
  14027.                         ],
  14028.                     ],
  14029.                     'styles' => [
  14030.                         => [
  14031.                             'group' => 'fonts',
  14032.                             'priority' => NULL,
  14033.                             'urls' => [
  14034.                                 => 'font-awesome::/css/font-awesome.min.css',
  14035.                             ],
  14036.                         ],
  14037.                         => [
  14038.                             'group' => NULL,
  14039.                             'priority' => NULL,
  14040.                             'sources' => [
  14041.                             ],
  14042.                         ],
  14043.                     ],
  14044.                     'widget_restrictions' => [
  14045.                         => 'Blank',
  14046.                     ],
  14047.                     'key' => 'Graceland',
  14048.                     'layouts' => [
  14049.                         'DefaultOuter' => [
  14050.                             'name' => 'Graceland Default Outer',
  14051.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14052.                             'regions' => [
  14053.                                 'content' => [
  14054.                                     'allow' => [
  14055.                                     ],
  14056.                                     'contents' => [
  14057.                                         => [
  14058.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14059.                                             'key' => 'content',
  14060.                                         ],
  14061.                                     ],
  14062.                                     'key' => 'content',
  14063.                                 ],
  14064.                                 'alert_bar' => [
  14065.                                     'allow' => [
  14066.                                         => 'AlertBanner',
  14067.                                     ],
  14068.                                     'contents' => [
  14069.                                         => [
  14070.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14071.                                             'id' => 10814,
  14072.                                             'limit' => 5,
  14073.                                         ],
  14074.                                     ],
  14075.                                     'key' => 'alert_bar',
  14076.                                 ],
  14077.                                 'header_logo' => [
  14078.                                     'allow' => [
  14079.                                         => 'Html',
  14080.                                     ],
  14081.                                     'contents' => [
  14082.                                         => [
  14083.                                             '__fqcn__' => 'widgets/Html/Html',
  14084.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14085.                                         ],
  14086.                                     ],
  14087.                                     'key' => 'header_logo',
  14088.                                 ],
  14089.                                 'header_logo_small' => [
  14090.                                     'allow' => [
  14091.                                         => 'Html',
  14092.                                     ],
  14093.                                     'contents' => [
  14094.                                         => [
  14095.                                             '__fqcn__' => 'widgets/Html/Html',
  14096.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14097.                                         ],
  14098.                                     ],
  14099.                                     'key' => 'header_logo_small',
  14100.                                 ],
  14101.                                 'header_menu' => [
  14102.                                     'allow' => [
  14103.                                         => 'Html',
  14104.                                     ],
  14105.                                     'contents' => [
  14106.                                         => [
  14107.                                             '__fqcn__' => 'widgets/Html/Html',
  14108.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14109.                                         ],
  14110.                                     ],
  14111.                                     'key' => 'header_menu',
  14112.                                 ],
  14113.                                 'footer_top' => [
  14114.                                     'allow' => [
  14115.                                         => 'Html',
  14116.                                     ],
  14117.                                     'contents' => [
  14118.                                         => [
  14119.                                             '__fqcn__' => 'widgets/Html/Html',
  14120.                                             'content' => '[ footer top section - block widget ]'."\n".'',
  14121.                                         ],
  14122.                                     ],
  14123.                                     'key' => 'footer_top',
  14124.                                 ],
  14125.                                 'footer_main' => [
  14126.                                     'allow' => [
  14127.                                         => 'Html',
  14128.                                     ],
  14129.                                     'contents' => [
  14130.                                         => [
  14131.                                             '__fqcn__' => 'widgets/Html/Html',
  14132.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14133.                                         ],
  14134.                                     ],
  14135.                                     'key' => 'footer_main',
  14136.                                 ],
  14137.                                 'footer_bottom' => [
  14138.                                     'allow' => [
  14139.                                         => 'Html',
  14140.                                     ],
  14141.                                     'contents' => [
  14142.                                         => [
  14143.                                             '__fqcn__' => 'widgets/Html/Html',
  14144.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14145.                                         ],
  14146.                                     ],
  14147.                                     'key' => 'footer_bottom',
  14148.                                 ],
  14149.                             ],
  14150.                             'key' => 'DefaultOuter',
  14151.                         ],
  14152.                     ],
  14153.                 ],
  14154.                 'Grayslake' => [
  14155.                     'name' => 'Grayslake',
  14156.                     '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".'',
  14157.                     'framework' => 'bootstrap',
  14158.                     'framework_version' => '3.4.1',
  14159.                     'language' => NULL,
  14160.                     'base' => 'Campussuite2015',
  14161.                     'tenants' => [
  14162.                     ],
  14163.                     'preview' => '/themes/Grayslake/images/preview.jpg',
  14164.                     'screenshots' => [
  14165.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14166.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14167.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14168.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14169.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14170.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14171.                     ],
  14172.                     'scripts' => [
  14173.                         => [
  14174.                             'group' => NULL,
  14175.                             'priority' => NULL,
  14176.                             'urls' => [
  14177.                                 => 'https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.runtime.min.js',
  14178.                                 => '/themes/Grayslake/scripts/instashow/jquery.instashow.min.js',
  14179.                                 => '/themes/Grayslake/scripts/grayslake.js',
  14180.                             ],
  14181.                         ],
  14182.                     ],
  14183.                     'styles' => [
  14184.                         => [
  14185.                             'group' => 'fonts',
  14186.                             'priority' => NULL,
  14187.                             'urls' => [
  14188.                                 => 'font-awesome::/css/font-awesome.min.css',
  14189.                                 => '/themes/Grayslake/scripts/instashow/jquery.instashow.min.css',
  14190.                             ],
  14191.                         ],
  14192.                         => [
  14193.                             'group' => NULL,
  14194.                             'priority' => NULL,
  14195.                             'sources' => [
  14196.                             ],
  14197.                         ],
  14198.                     ],
  14199.                     'widget_restrictions' => [
  14200.                         => 'Blank',
  14201.                     ],
  14202.                     'key' => 'Grayslake',
  14203.                     'layouts' => [
  14204.                         'DefaultOuter' => [
  14205.                             'name' => 'Grayslake Default Outer',
  14206.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14207.                             'regions' => [
  14208.                                 'content' => [
  14209.                                     'allow' => [
  14210.                                     ],
  14211.                                     'contents' => [
  14212.                                         => [
  14213.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14214.                                             'key' => 'content',
  14215.                                         ],
  14216.                                     ],
  14217.                                     'key' => 'content',
  14218.                                 ],
  14219.                                 'alert_bar' => [
  14220.                                     'allow' => [
  14221.                                     ],
  14222.                                     'contents' => [
  14223.                                         => [
  14224.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14225.                                             'id' => 10814,
  14226.                                             'limit' => 5,
  14227.                                         ],
  14228.                                     ],
  14229.                                     'key' => 'alert_bar',
  14230.                                 ],
  14231.                                 'header_logo' => [
  14232.                                     'allow' => [
  14233.                                     ],
  14234.                                     'contents' => [
  14235.                                         => [
  14236.                                             '__fqcn__' => 'widgets/Html/Html',
  14237.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Grayslake/images/grayslake-logo.png" alt="Grayslake">'."\n".'</a>'."\n".'',
  14238.                                         ],
  14239.                                     ],
  14240.                                     'key' => 'header_logo',
  14241.                                 ],
  14242.                                 'header_logo_small' => [
  14243.                                     'allow' => [
  14244.                                     ],
  14245.                                     'contents' => [
  14246.                                         => [
  14247.                                             '__fqcn__' => 'widgets/Html/Html',
  14248.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Grayslake/images/grayslake-logo-small.png" alt="Grayslake">'."\n".'</a>'."\n".'',
  14249.                                         ],
  14250.                                     ],
  14251.                                     'key' => 'header_logo_small',
  14252.                                 ],
  14253.                                 'header_utils' => [
  14254.                                     'allow' => [
  14255.                                     ],
  14256.                                     'contents' => [
  14257.                                         => [
  14258.                                             '__fqcn__' => 'widgets/Html/Html',
  14259.                                             'content' => '<ul>'."\n".'    <li><a href="#">Grayslake Central</a></li>'."\n".'    <li><a href="#">Grayslake North</a></li>'."\n".'</ul>'."\n".'',
  14260.                                         ],
  14261.                                     ],
  14262.                                     'key' => 'header_utils',
  14263.                                 ],
  14264.                                 'header_menu' => [
  14265.                                     'allow' => [
  14266.                                     ],
  14267.                                     'contents' => [
  14268.                                         => [
  14269.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  14270.                                             'items' => [
  14271.                                                 => [
  14272.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14273.                                                     'text' => 'About',
  14274.                                                     'link' => '/district',
  14275.                                                 ],
  14276.                                                 => [
  14277.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14278.                                                     'text' => 'Schools',
  14279.                                                     'link' => '/schools',
  14280.                                                 ],
  14281.                                                 => [
  14282.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14283.                                                     'text' => 'Parent/Students',
  14284.                                                     'link' => '/parents-students',
  14285.                                                 ],
  14286.                                                 => [
  14287.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14288.                                                     'text' => 'Departments',
  14289.                                                     'link' => '/departments',
  14290.                                                 ],
  14291.                                                 => [
  14292.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14293.                                                     'text' => 'Athletics',
  14294.                                                     'link' => '/athletics',
  14295.                                                 ],
  14296.                                                 => [
  14297.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14298.                                                     'text' => 'Board of Education',
  14299.                                                     'link' => '/board-of-education',
  14300.                                                 ],
  14301.                                                 => [
  14302.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14303.                                                     'text' => 'Community',
  14304.                                                     'link' => '/community-links',
  14305.                                                 ],
  14306.                                             ],
  14307.                                         ],
  14308.                                     ],
  14309.                                     'key' => 'header_menu',
  14310.                                 ],
  14311.                                 'footer_top' => [
  14312.                                     'allow' => [
  14313.                                     ],
  14314.                                     'contents' => [
  14315.                                         => [
  14316.                                             '__fqcn__' => 'widgets/Block/Block',
  14317.                                             'type' => 'container',
  14318.                                             'children' => [
  14319.                                                 => [
  14320.                                                     '__fqcn__' => 'widgets/Row/Row',
  14321.                                                     'structure' => '1/1',
  14322.                                                     'columns' => [
  14323.                                                         => [
  14324.                                                             '__fqcn__' => 'widgets/Row/Column',
  14325.                                                             'children' => [
  14326.                                                                 => [
  14327.                                                                     '__fqcn__' => 'widgets/Html/Html',
  14328.                                                                     'content' => '<p>[quicklinks and social]</p>'."\n".'',
  14329.                                                                 ],
  14330.                                                             ],
  14331.                                                         ],
  14332.                                                     ],
  14333.                                                 ],
  14334.                                             ],
  14335.                                         ],
  14336.                                     ],
  14337.                                     'key' => 'footer_top',
  14338.                                 ],
  14339.                                 'footer_main' => [
  14340.                                     'allow' => [
  14341.                                     ],
  14342.                                     'contents' => [
  14343.                                         => [
  14344.                                             '__fqcn__' => 'widgets/Block/Block',
  14345.                                             'type' => 'container',
  14346.                                             'children' => [
  14347.                                                 => [
  14348.                                                     '__fqcn__' => 'widgets/Row/Row',
  14349.                                                     'structure' => '1/1',
  14350.                                                     'columns' => [
  14351.                                                         => [
  14352.                                                             '__fqcn__' => 'widgets/Row/Column',
  14353.                                                             'children' => [
  14354.                                                                 => [
  14355.                                                                     '__fqcn__' => 'widgets/Html/Html',
  14356.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  14357.                                                                 ],
  14358.                                                             ],
  14359.                                                         ],
  14360.                                                     ],
  14361.                                                 ],
  14362.                                             ],
  14363.                                         ],
  14364.                                     ],
  14365.                                     'key' => 'footer_main',
  14366.                                 ],
  14367.                             ],
  14368.                             'key' => 'DefaultOuter',
  14369.                         ],
  14370.                     ],
  14371.                 ],
  14372.                 'Kildeer' => [
  14373.                     'name' => 'Kildeer',
  14374.                     'description' => 'Kildeer is a <strong>custom</strong> design style and not authorized for use on any site other than KCSD96 websites.'."\n".'',
  14375.                     'framework' => 'bootstrap',
  14376.                     'framework_version' => '3.4.1',
  14377.                     'language' => NULL,
  14378.                     'base' => 'Campussuite2015',
  14379.                     'tenants' => [
  14380.                     ],
  14381.                     'preview' => '/themes/Kildeer/images/preview.jpg',
  14382.                     'screenshots' => [
  14383.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14384.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14385.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14386.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14387.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14388.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14389.                     ],
  14390.                     'scripts' => [
  14391.                         => [
  14392.                             'group' => NULL,
  14393.                             'priority' => NULL,
  14394.                             'urls' => [
  14395.                                 => '/themes/Kildeer/scripts/kildeer.js',
  14396.                             ],
  14397.                         ],
  14398.                     ],
  14399.                     'styles' => [
  14400.                         => [
  14401.                             'group' => 'fonts',
  14402.                             'priority' => NULL,
  14403.                             'urls' => [
  14404.                                 => 'font-awesome::/css/font-awesome.min.css',
  14405.                             ],
  14406.                         ],
  14407.                         => [
  14408.                             'group' => NULL,
  14409.                             'priority' => NULL,
  14410.                             'sources' => [
  14411.                             ],
  14412.                         ],
  14413.                     ],
  14414.                     'widget_restrictions' => [
  14415.                         => 'Blank',
  14416.                     ],
  14417.                     'key' => 'Kildeer',
  14418.                     'layouts' => [
  14419.                         'DefaultOuter' => [
  14420.                             'name' => 'Kildeer Default Outer',
  14421.                             'description' => 'The default outer template for the Kildeer template design. This template includes the standard header, an editable region and the default footer.'."\n".'',
  14422.                             'regions' => [
  14423.                                 'content' => [
  14424.                                     'allow' => [
  14425.                                     ],
  14426.                                     'contents' => [
  14427.                                         => [
  14428.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14429.                                             'key' => 'content',
  14430.                                         ],
  14431.                                     ],
  14432.                                     'key' => 'content',
  14433.                                 ],
  14434.                             ],
  14435.                             'key' => 'DefaultOuter',
  14436.                         ],
  14437.                     ],
  14438.                 ],
  14439.                 'Kirby' => [
  14440.                     'name' => 'Kirby',
  14441.                     'description' => 'Kirby is a <strong>custom</strong> design style and not authorized for use on any site other than KSD140 websites.'."\n".'',
  14442.                     'framework' => 'bootstrap',
  14443.                     'framework_version' => '3.4.1',
  14444.                     'language' => NULL,
  14445.                     'base' => 'Campussuite2015',
  14446.                     'tenants' => [
  14447.                     ],
  14448.                     'preview' => '/themes/Kirby/images/preview.jpg',
  14449.                     'screenshots' => [
  14450.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14451.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14452.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14453.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14454.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14455.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14456.                     ],
  14457.                     'scripts' => [
  14458.                         => [
  14459.                             'group' => NULL,
  14460.                             'priority' => NULL,
  14461.                             'urls' => [
  14462.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  14463.                                 => '/themes/Kirby/scripts/kirby.js',
  14464.                             ],
  14465.                         ],
  14466.                     ],
  14467.                     'styles' => [
  14468.                         => [
  14469.                             'group' => 'fonts',
  14470.                             'priority' => NULL,
  14471.                             'urls' => [
  14472.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  14473.                                 => 'font-awesome::/css/font-awesome.min.css',
  14474.                             ],
  14475.                         ],
  14476.                         => [
  14477.                             'group' => NULL,
  14478.                             'priority' => NULL,
  14479.                             'sources' => [
  14480.                             ],
  14481.                         ],
  14482.                     ],
  14483.                     'widget_restrictions' => [
  14484.                         => 'Blank',
  14485.                     ],
  14486.                     'key' => 'Kirby',
  14487.                     'layouts' => [
  14488.                         'DefaultOuter' => [
  14489.                             'name' => 'Kirby Default Outer',
  14490.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14491.                             'regions' => [
  14492.                                 'content' => [
  14493.                                     'allow' => [
  14494.                                     ],
  14495.                                     'contents' => [
  14496.                                         => [
  14497.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14498.                                             'key' => 'content',
  14499.                                         ],
  14500.                                     ],
  14501.                                     'key' => 'content',
  14502.                                 ],
  14503.                                 'alert_bar' => [
  14504.                                     'allow' => [
  14505.                                         => 'AlertBanner',
  14506.                                     ],
  14507.                                     'contents' => [
  14508.                                         => [
  14509.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14510.                                             'id' => 10814,
  14511.                                             'limit' => 5,
  14512.                                         ],
  14513.                                     ],
  14514.                                     'key' => 'alert_bar',
  14515.                                 ],
  14516.                                 'header_logo' => [
  14517.                                     'allow' => [
  14518.                                         => 'Html',
  14519.                                     ],
  14520.                                     'contents' => [
  14521.                                         => [
  14522.                                             '__fqcn__' => 'widgets/Html/Html',
  14523.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14524.                                         ],
  14525.                                     ],
  14526.                                     'key' => 'header_logo',
  14527.                                 ],
  14528.                                 'header_logo_small' => [
  14529.                                     'allow' => [
  14530.                                         => 'Html',
  14531.                                     ],
  14532.                                     'contents' => [
  14533.                                         => [
  14534.                                             '__fqcn__' => 'widgets/Html/Html',
  14535.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14536.                                         ],
  14537.                                     ],
  14538.                                     'key' => 'header_logo_small',
  14539.                                 ],
  14540.                                 'header_menu' => [
  14541.                                     'allow' => [
  14542.                                         => 'Html',
  14543.                                     ],
  14544.                                     'contents' => [
  14545.                                         => [
  14546.                                             '__fqcn__' => 'widgets/Html/Html',
  14547.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14548.                                         ],
  14549.                                     ],
  14550.                                     'key' => 'header_menu',
  14551.                                 ],
  14552.                                 'footer_main' => [
  14553.                                     'allow' => [
  14554.                                         => 'Html',
  14555.                                     ],
  14556.                                     'contents' => [
  14557.                                         => [
  14558.                                             '__fqcn__' => 'widgets/Html/Html',
  14559.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14560.                                         ],
  14561.                                     ],
  14562.                                     'key' => 'footer_main',
  14563.                                 ],
  14564.                                 'footer_bottom' => [
  14565.                                     'allow' => [
  14566.                                         => 'Html',
  14567.                                     ],
  14568.                                     'contents' => [
  14569.                                         => [
  14570.                                             '__fqcn__' => 'widgets/Html/Html',
  14571.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14572.                                         ],
  14573.                                     ],
  14574.                                     'key' => 'footer_bottom',
  14575.                                 ],
  14576.                             ],
  14577.                             'key' => 'DefaultOuter',
  14578.                         ],
  14579.                         'HomeFeatureOuter' => [
  14580.                             'name' => 'Kirby Home Feature Outer',
  14581.                             'description' => 'Dedicated home outer template with full feature slider widget.'."\n".'',
  14582.                             'regions' => [
  14583.                                 'content' => [
  14584.                                     'allow' => [
  14585.                                     ],
  14586.                                     'contents' => [
  14587.                                         => [
  14588.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14589.                                             'key' => 'content',
  14590.                                         ],
  14591.                                     ],
  14592.                                     'key' => 'content',
  14593.                                 ],
  14594.                             ],
  14595.                             'key' => 'HomeFeatureOuter',
  14596.                         ],
  14597.                     ],
  14598.                 ],
  14599.                 'Metropolis' => [
  14600.                     'name' => 'Metropolis',
  14601.                     'description' => 'The Metropolis design style includes a single header layout (see preview).'."\n".'',
  14602.                     'framework' => 'bootstrap',
  14603.                     'framework_version' => '3.4.1',
  14604.                     'language' => NULL,
  14605.                     'base' => 'Campussuite2015',
  14606.                     'tenants' => [
  14607.                     ],
  14608.                     'preview' => '/themes/Metropolis/images/preview.jpg',
  14609.                     'screenshots' => [
  14610.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14611.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14612.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14613.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14614.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14615.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14616.                     ],
  14617.                     'scripts' => [
  14618.                         => [
  14619.                             'group' => NULL,
  14620.                             'priority' => NULL,
  14621.                             'urls' => [
  14622.                                 => '/themes/Metropolis/scripts/metropolis.js',
  14623.                             ],
  14624.                         ],
  14625.                     ],
  14626.                     'styles' => [
  14627.                         => [
  14628.                             'group' => 'fonts',
  14629.                             'priority' => NULL,
  14630.                             'urls' => [
  14631.                                 => 'font-awesome::/css/font-awesome.min.css',
  14632.                             ],
  14633.                         ],
  14634.                         => [
  14635.                             'group' => NULL,
  14636.                             'priority' => NULL,
  14637.                             'sources' => [
  14638.                             ],
  14639.                         ],
  14640.                     ],
  14641.                     'widget_restrictions' => [
  14642.                         => 'Blank',
  14643.                     ],
  14644.                     'key' => 'Metropolis',
  14645.                     'layouts' => [
  14646.                         'DefaultOuter' => [
  14647.                             'name' => 'Metropolis Default Outer',
  14648.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14649.                             'regions' => [
  14650.                                 'content' => [
  14651.                                     'allow' => [
  14652.                                     ],
  14653.                                     'contents' => [
  14654.                                         => [
  14655.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14656.                                             'key' => 'content',
  14657.                                         ],
  14658.                                     ],
  14659.                                     'key' => 'content',
  14660.                                 ],
  14661.                                 'alert_bar' => [
  14662.                                     'allow' => [
  14663.                                         => 'AlertBanner',
  14664.                                     ],
  14665.                                     'contents' => [
  14666.                                         => [
  14667.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14668.                                             'id' => 10814,
  14669.                                             'limit' => 5,
  14670.                                         ],
  14671.                                     ],
  14672.                                     'key' => 'alert_bar',
  14673.                                 ],
  14674.                                 'header_logo' => [
  14675.                                     'allow' => [
  14676.                                         => 'Html',
  14677.                                     ],
  14678.                                     'contents' => [
  14679.                                         => [
  14680.                                             '__fqcn__' => 'widgets/Html/Html',
  14681.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14682.                                         ],
  14683.                                     ],
  14684.                                     'key' => 'header_logo',
  14685.                                 ],
  14686.                                 'header_logo_small' => [
  14687.                                     'allow' => [
  14688.                                         => 'Html',
  14689.                                     ],
  14690.                                     'contents' => [
  14691.                                         => [
  14692.                                             '__fqcn__' => 'widgets/Html/Html',
  14693.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14694.                                         ],
  14695.                                     ],
  14696.                                     'key' => 'header_logo_small',
  14697.                                 ],
  14698.                                 'header_menu' => [
  14699.                                     'allow' => [
  14700.                                         => 'Html',
  14701.                                     ],
  14702.                                     'contents' => [
  14703.                                         => [
  14704.                                             '__fqcn__' => 'widgets/Html/Html',
  14705.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14706.                                         ],
  14707.                                     ],
  14708.                                     'key' => 'header_menu',
  14709.                                 ],
  14710.                                 'footer_main' => [
  14711.                                     'allow' => [
  14712.                                         => 'Html',
  14713.                                     ],
  14714.                                     'contents' => [
  14715.                                         => [
  14716.                                             '__fqcn__' => 'widgets/Html/Html',
  14717.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14718.                                         ],
  14719.                                     ],
  14720.                                     'key' => 'footer_main',
  14721.                                 ],
  14722.                                 'footer_bottom' => [
  14723.                                     'allow' => [
  14724.                                         => 'Html',
  14725.                                     ],
  14726.                                     'contents' => [
  14727.                                         => [
  14728.                                             '__fqcn__' => 'widgets/Html/Html',
  14729.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14730.                                         ],
  14731.                                     ],
  14732.                                     'key' => 'footer_bottom',
  14733.                                 ],
  14734.                             ],
  14735.                             'key' => 'DefaultOuter',
  14736.                         ],
  14737.                     ],
  14738.                 ],
  14739.                 'Morgan' => [
  14740.                     'name' => 'Morgan',
  14741.                     'description' => 'Morgan theme.'."\n".'',
  14742.                     'framework' => 'bootstrap',
  14743.                     'framework_version' => '3.4.1',
  14744.                     'language' => NULL,
  14745.                     'base' => 'Campussuite2015',
  14746.                     'tenants' => [
  14747.                     ],
  14748.                     'preview' => '/themes/Morgan/images/preview.jpg',
  14749.                     'screenshots' => [
  14750.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14751.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14752.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14753.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14754.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14755.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14756.                     ],
  14757.                     'scripts' => [
  14758.                         => [
  14759.                             'group' => NULL,
  14760.                             'priority' => NULL,
  14761.                             'urls' => [
  14762.                                 => '/themes/Morgan/scripts/theme.js',
  14763.                             ],
  14764.                         ],
  14765.                     ],
  14766.                     'styles' => [
  14767.                         => [
  14768.                             'group' => 'fonts',
  14769.                             'priority' => NULL,
  14770.                             'urls' => [
  14771.                                 => 'font-awesome::/css/font-awesome.min.css',
  14772.                             ],
  14773.                         ],
  14774.                         => [
  14775.                             'group' => NULL,
  14776.                             'priority' => NULL,
  14777.                             'sources' => [
  14778.                             ],
  14779.                         ],
  14780.                     ],
  14781.                     'widget_restrictions' => [
  14782.                         => 'Blank',
  14783.                     ],
  14784.                     'key' => 'Morgan',
  14785.                     'layouts' => [
  14786.                         'DefaultOuter' => [
  14787.                             'name' => 'Morgan Default Outer',
  14788.                             'description' => 'Morgan default header.'."\n".'',
  14789.                             'regions' => [
  14790.                                 'content' => [
  14791.                                     'allow' => [
  14792.                                     ],
  14793.                                     'contents' => [
  14794.                                         => [
  14795.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14796.                                             'key' => 'content',
  14797.                                         ],
  14798.                                     ],
  14799.                                     'key' => 'content',
  14800.                                 ],
  14801.                             ],
  14802.                             'key' => 'DefaultOuter',
  14803.                         ],
  14804.                         'Outer001' => [
  14805.                             'name' => 'Outer Header 001',
  14806.                             'description' => 'Outer layout with Header001.'."\n".'',
  14807.                             'regions' => [
  14808.                                 'content' => [
  14809.                                     'allow' => [
  14810.                                     ],
  14811.                                     'contents' => [
  14812.                                         => [
  14813.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14814.                                             'key' => 'content',
  14815.                                         ],
  14816.                                     ],
  14817.                                     'key' => 'content',
  14818.                                 ],
  14819.                             ],
  14820.                             'key' => 'Outer001',
  14821.                         ],
  14822.                     ],
  14823.                 ],
  14824.                 'Northwood' => [
  14825.                     'name' => 'Northwood',
  14826.                     'description' => '<p>The Northwood design style.</p>'."\n".'',
  14827.                     'framework' => 'bootstrap',
  14828.                     'framework_version' => '3.4.1',
  14829.                     'language' => NULL,
  14830.                     'base' => 'Campussuite2015',
  14831.                     'tenants' => [
  14832.                     ],
  14833.                     'preview' => '/themes/Northwood/images/preview.jpg',
  14834.                     'screenshots' => [
  14835.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14836.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14837.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14838.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14839.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14840.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14841.                     ],
  14842.                     'scripts' => [
  14843.                         => [
  14844.                             'group' => NULL,
  14845.                             'priority' => NULL,
  14846.                             'urls' => [
  14847.                                 => '/themes/Northwood/scripts/package.js',
  14848.                             ],
  14849.                         ],
  14850.                     ],
  14851.                     'styles' => [
  14852.                         => [
  14853.                             'group' => 'fonts',
  14854.                             'priority' => NULL,
  14855.                             'urls' => [
  14856.                                 => 'font-awesome::/css/font-awesome.min.css',
  14857.                             ],
  14858.                         ],
  14859.                         => [
  14860.                             'group' => NULL,
  14861.                             'priority' => NULL,
  14862.                             'sources' => [
  14863.                             ],
  14864.                         ],
  14865.                     ],
  14866.                     'widget_restrictions' => [
  14867.                         => 'Blank',
  14868.                     ],
  14869.                     'key' => 'Northwood',
  14870.                     'layouts' => [
  14871.                         'DefaultHomeOuter' => [
  14872.                             'name' => 'Northwood Default Home Outer',
  14873.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  14874.                             'regions' => [
  14875.                                 'content' => [
  14876.                                     'allow' => [
  14877.                                     ],
  14878.                                     'contents' => [
  14879.                                         => [
  14880.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14881.                                             'key' => 'content',
  14882.                                         ],
  14883.                                     ],
  14884.                                     'key' => 'content',
  14885.                                 ],
  14886.                                 'header_utility_nav' => [
  14887.                                     'allow' => [
  14888.                                         => 'Html',
  14889.                                     ],
  14890.                                     'contents' => [
  14891.                                         => [
  14892.                                             '__fqcn__' => 'widgets/Html/Html',
  14893.                                             'content' => '[header utility nav]'."\n".'',
  14894.                                         ],
  14895.                                     ],
  14896.                                     'key' => 'header_utility_nav',
  14897.                                 ],
  14898.                                 'header_social' => [
  14899.                                     'allow' => [
  14900.                                         => 'Html',
  14901.                                     ],
  14902.                                     'contents' => [
  14903.                                         => [
  14904.                                             '__fqcn__' => 'widgets/Html/Html',
  14905.                                             'content' => '[header social]'."\n".'',
  14906.                                         ],
  14907.                                     ],
  14908.                                     'key' => 'header_social',
  14909.                                 ],
  14910.                                 'header_main_menu' => [
  14911.                                     'allow' => [
  14912.                                         => 'Html',
  14913.                                     ],
  14914.                                     'contents' => [
  14915.                                         => [
  14916.                                             '__fqcn__' => 'widgets/Html/Html',
  14917.                                             'content' => '[header main menu]'."\n".'',
  14918.                                         ],
  14919.                                     ],
  14920.                                     'key' => 'header_main_menu',
  14921.                                 ],
  14922.                                 'header_logo' => [
  14923.                                     'allow' => [
  14924.                                         => 'Html',
  14925.                                     ],
  14926.                                     'contents' => [
  14927.                                         => [
  14928.                                             '__fqcn__' => 'widgets/Html/Html',
  14929.                                             'content' => '[header logo]'."\n".'',
  14930.                                         ],
  14931.                                     ],
  14932.                                     'key' => 'header_logo',
  14933.                                 ],
  14934.                                 'header_logo_mobile' => [
  14935.                                     'allow' => [
  14936.                                         => 'Html',
  14937.                                     ],
  14938.                                     'contents' => [
  14939.                                         => [
  14940.                                             '__fqcn__' => 'widgets/Html/Html',
  14941.                                             'content' => '[header logo mobile]'."\n".'',
  14942.                                         ],
  14943.                                     ],
  14944.                                     'key' => 'header_logo_mobile',
  14945.                                 ],
  14946.                                 'header_search' => [
  14947.                                     'allow' => [
  14948.                                         => 'Html',
  14949.                                     ],
  14950.                                     'contents' => [
  14951.                                         => [
  14952.                                             '__fqcn__' => 'widgets/Html/Html',
  14953.                                             'content' => '[header search]'."\n".'',
  14954.                                         ],
  14955.                                     ],
  14956.                                     'key' => 'header_search',
  14957.                                 ],
  14958.                                 'header_drawer_social' => [
  14959.                                     'allow' => [
  14960.                                         => 'Html',
  14961.                                     ],
  14962.                                     'contents' => [
  14963.                                         => [
  14964.                                             '__fqcn__' => 'widgets/Html/Html',
  14965.                                             'content' => '[header drawer social]',
  14966.                                         ],
  14967.                                     ],
  14968.                                     'key' => 'header_drawer_social',
  14969.                                 ],
  14970.                             ],
  14971.                             'key' => 'DefaultHomeOuter',
  14972.                         ],
  14973.                         'DefaultOuter' => [
  14974.                             'name' => 'Northwood Default Outer',
  14975.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  14976.                             'regions' => [
  14977.                                 'content' => [
  14978.                                     'allow' => [
  14979.                                     ],
  14980.                                     'contents' => [
  14981.                                         => [
  14982.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14983.                                             'key' => 'content',
  14984.                                         ],
  14985.                                     ],
  14986.                                     'key' => 'content',
  14987.                                 ],
  14988.                                 'header_utility_nav' => [
  14989.                                     'allow' => [
  14990.                                         => 'Html',
  14991.                                     ],
  14992.                                     'contents' => [
  14993.                                         => [
  14994.                                             '__fqcn__' => 'widgets/Html/Html',
  14995.                                             'content' => '[header utility nav]'."\n".'',
  14996.                                         ],
  14997.                                     ],
  14998.                                     'key' => 'header_utility_nav',
  14999.                                 ],
  15000.                                 'header_social' => [
  15001.                                     'allow' => [
  15002.                                         => 'Html',
  15003.                                     ],
  15004.                                     'contents' => [
  15005.                                         => [
  15006.                                             '__fqcn__' => 'widgets/Html/Html',
  15007.                                             'content' => '[header social]'."\n".'',
  15008.                                         ],
  15009.                                     ],
  15010.                                     'key' => 'header_social',
  15011.                                 ],
  15012.                                 'header_main_menu' => [
  15013.                                     'allow' => [
  15014.                                         => 'Html',
  15015.                                     ],
  15016.                                     'contents' => [
  15017.                                         => [
  15018.                                             '__fqcn__' => 'widgets/Html/Html',
  15019.                                             'content' => '[header main menu]'."\n".'',
  15020.                                         ],
  15021.                                     ],
  15022.                                     'key' => 'header_main_menu',
  15023.                                 ],
  15024.                                 'header_logo' => [
  15025.                                     'allow' => [
  15026.                                         => 'Html',
  15027.                                     ],
  15028.                                     'contents' => [
  15029.                                         => [
  15030.                                             '__fqcn__' => 'widgets/Html/Html',
  15031.                                             'content' => '[header logo]'."\n".'',
  15032.                                         ],
  15033.                                     ],
  15034.                                     'key' => 'header_logo',
  15035.                                 ],
  15036.                                 'header_logo_name' => [
  15037.                                     'allow' => [
  15038.                                         => 'Html',
  15039.                                     ],
  15040.                                     'contents' => [
  15041.                                         => [
  15042.                                             '__fqcn__' => 'widgets/Html/Html',
  15043.                                             'content' => '[header logo name]'."\n".'',
  15044.                                         ],
  15045.                                     ],
  15046.                                     'key' => 'header_logo_name',
  15047.                                 ],
  15048.                                 'header_search' => [
  15049.                                     'allow' => [
  15050.                                         => 'Html',
  15051.                                     ],
  15052.                                     'contents' => [
  15053.                                         => [
  15054.                                             '__fqcn__' => 'widgets/Html/Html',
  15055.                                             'content' => '[header search]'."\n".'',
  15056.                                         ],
  15057.                                     ],
  15058.                                     'key' => 'header_search',
  15059.                                 ],
  15060.                                 'header_drawer_social' => [
  15061.                                     'allow' => [
  15062.                                         => 'Html',
  15063.                                     ],
  15064.                                     'contents' => [
  15065.                                         => [
  15066.                                             '__fqcn__' => 'widgets/Html/Html',
  15067.                                             'content' => '[header drawer social]',
  15068.                                         ],
  15069.                                     ],
  15070.                                     'key' => 'header_drawer_social',
  15071.                                 ],
  15072.                             ],
  15073.                             'key' => 'DefaultOuter',
  15074.                         ],
  15075.                     ],
  15076.                 ],
  15077.                 'NotreDameSJ' => [
  15078.                     'name' => 'Notre Dame San Jose',
  15079.                     '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".'',
  15080.                     'framework' => 'bootstrap',
  15081.                     'framework_version' => '3.4.1',
  15082.                     'language' => NULL,
  15083.                     'base' => 'Campussuite2015',
  15084.                     'tenants' => [
  15085.                     ],
  15086.                     'preview' => '/themes/NotreDameSJ/images/preview.jpg',
  15087.                     'screenshots' => [
  15088.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15089.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15090.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15091.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15092.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15093.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15094.                     ],
  15095.                     'scripts' => [
  15096.                         => [
  15097.                             'group' => NULL,
  15098.                             'priority' => NULL,
  15099.                             'urls' => [
  15100.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  15101.                                 => '/themes/NotreDameSJ/scripts/ndsj.js',
  15102.                             ],
  15103.                         ],
  15104.                     ],
  15105.                     'styles' => [
  15106.                         => [
  15107.                             'group' => 'fonts',
  15108.                             'priority' => NULL,
  15109.                             'urls' => [
  15110.                                 => 'font-awesome::/css/font-awesome.min.css',
  15111.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  15112.                             ],
  15113.                         ],
  15114.                         => [
  15115.                             'group' => NULL,
  15116.                             'priority' => NULL,
  15117.                             'sources' => [
  15118.                             ],
  15119.                         ],
  15120.                     ],
  15121.                     'widget_restrictions' => [
  15122.                         => 'Blank',
  15123.                     ],
  15124.                     'key' => 'NotreDameSJ',
  15125.                     'layouts' => [
  15126.                         'DefaultOuter' => [
  15127.                             'name' => 'Notre Dame SJ Default Outer',
  15128.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  15129.                             'regions' => [
  15130.                                 'content' => [
  15131.                                     'allow' => [
  15132.                                     ],
  15133.                                     'contents' => [
  15134.                                         => [
  15135.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15136.                                             'key' => 'content',
  15137.                                         ],
  15138.                                     ],
  15139.                                     'key' => 'content',
  15140.                                 ],
  15141.                                 'alert_bar' => [
  15142.                                     'allow' => [
  15143.                                         => 'AlertBanner',
  15144.                                     ],
  15145.                                     'contents' => [
  15146.                                         => [
  15147.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15148.                                             'id' => 10814,
  15149.                                             'limit' => 5,
  15150.                                         ],
  15151.                                     ],
  15152.                                     'key' => 'alert_bar',
  15153.                                 ],
  15154.                                 'header_logo' => [
  15155.                                     'allow' => [
  15156.                                         => 'Html',
  15157.                                     ],
  15158.                                     'contents' => [
  15159.                                         => [
  15160.                                             '__fqcn__' => 'widgets/Html/Html',
  15161.                                             'content' => '[ logo main - image widget ]'."\n".'',
  15162.                                         ],
  15163.                                     ],
  15164.                                     'key' => 'header_logo',
  15165.                                 ],
  15166.                                 'header_logo_small' => [
  15167.                                     'allow' => [
  15168.                                         => 'Html',
  15169.                                     ],
  15170.                                     'contents' => [
  15171.                                         => [
  15172.                                             '__fqcn__' => 'widgets/Html/Html',
  15173.                                             'content' => '[ logo small - image widget ]'."\n".'',
  15174.                                         ],
  15175.                                     ],
  15176.                                     'key' => 'header_logo_small',
  15177.                                 ],
  15178.                                 'header_menu' => [
  15179.                                     'allow' => [
  15180.                                         => 'Html',
  15181.                                     ],
  15182.                                     'contents' => [
  15183.                                         => [
  15184.                                             '__fqcn__' => 'widgets/Html/Html',
  15185.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  15186.                                         ],
  15187.                                     ],
  15188.                                     'key' => 'header_menu',
  15189.                                 ],
  15190.                                 'footer_main' => [
  15191.                                     'allow' => [
  15192.                                         => 'Html',
  15193.                                     ],
  15194.                                     'contents' => [
  15195.                                         => [
  15196.                                             '__fqcn__' => 'widgets/Html/Html',
  15197.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  15198.                                         ],
  15199.                                     ],
  15200.                                     'key' => 'footer_main',
  15201.                                 ],
  15202.                                 'footer_bottom' => [
  15203.                                     'allow' => [
  15204.                                         => 'Html',
  15205.                                     ],
  15206.                                     'contents' => [
  15207.                                         => [
  15208.                                             '__fqcn__' => 'widgets/Html/Html',
  15209.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  15210.                                         ],
  15211.                                     ],
  15212.                                     'key' => 'footer_bottom',
  15213.                                 ],
  15214.                             ],
  15215.                             'key' => 'DefaultOuter',
  15216.                         ],
  15217.                     ],
  15218.                 ],
  15219.                 'PalmMeadow' => [
  15220.                     'name' => 'Palm Meadow',
  15221.                     'description' => 'The Palm Meadow template.'."\n".'',
  15222.                     'framework' => 'bootstrap',
  15223.                     'framework_version' => '3.4.1',
  15224.                     'language' => NULL,
  15225.                     'base' => 'Campussuite2015',
  15226.                     'tenants' => [
  15227.                     ],
  15228.                     'preview' => '/themes/PalmMeadow/images/preview.jpg',
  15229.                     'screenshots' => [
  15230.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15231.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15232.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15233.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15234.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15235.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15236.                     ],
  15237.                     'scripts' => [
  15238.                         => [
  15239.                             'group' => NULL,
  15240.                             'priority' => NULL,
  15241.                             'urls' => [
  15242.                                 => '/themes/PalmMeadow/scripts/palmmeadow.js',
  15243.                             ],
  15244.                         ],
  15245.                         => [
  15246.                             'group' => NULL,
  15247.                             'priority' => NULL,
  15248.                             'sources' => [
  15249.                             ],
  15250.                         ],
  15251.                     ],
  15252.                     'styles' => [
  15253.                         => [
  15254.                             'group' => 'fonts',
  15255.                             'priority' => NULL,
  15256.                             'urls' => [
  15257.                                 => 'font-awesome::/css/font-awesome.min.css',
  15258.                             ],
  15259.                         ],
  15260.                         => [
  15261.                             'group' => NULL,
  15262.                             'priority' => NULL,
  15263.                             'sources' => [
  15264.                             ],
  15265.                         ],
  15266.                     ],
  15267.                     'widget_restrictions' => [
  15268.                         => 'Blank',
  15269.                     ],
  15270.                     'key' => 'PalmMeadow',
  15271.                     'layouts' => [
  15272.                         'DefaultOuter' => [
  15273.                             'name' => 'Palm Meadow Outer A (default)',
  15274.                             'description' => 'The Palm Meadow Outer A layout includes a full-featured and pre-constructed header. This layout also includes a configurable footer.'."\n".'',
  15275.                             'regions' => [
  15276.                                 'content' => [
  15277.                                     'allow' => [
  15278.                                     ],
  15279.                                     'contents' => [
  15280.                                         => [
  15281.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15282.                                             'key' => 'content',
  15283.                                         ],
  15284.                                     ],
  15285.                                     'key' => 'content',
  15286.                                 ],
  15287.                             ],
  15288.                             'key' => 'DefaultOuter',
  15289.                         ],
  15290.                     ],
  15291.                 ],
  15292.                 'ParkRidge' => [
  15293.                     'name' => 'Park Ridge',
  15294.                     'description' => 'Park Ridge is a <strong>custom</strong> design style and not authorized for use on any site other than D64 websites.'."\n".'',
  15295.                     'framework' => 'bootstrap',
  15296.                     'framework_version' => '3.4.1',
  15297.                     'language' => NULL,
  15298.                     'base' => 'Campussuite2015',
  15299.                     'tenants' => [
  15300.                     ],
  15301.                     'preview' => '/themes/ParkRidge/images/preview.jpg',
  15302.                     'screenshots' => [
  15303.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15304.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15305.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15306.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15307.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15308.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15309.                     ],
  15310.                     'scripts' => [
  15311.                         => [
  15312.                             'group' => NULL,
  15313.                             'priority' => NULL,
  15314.                             'urls' => [
  15315.                                 => '/themes/ParkRidge/scripts/parkridge.js',
  15316.                             ],
  15317.                         ],
  15318.                     ],
  15319.                     'styles' => [
  15320.                         => [
  15321.                             'group' => 'fonts',
  15322.                             'priority' => NULL,
  15323.                             'urls' => [
  15324.                                 => 'font-awesome::/css/font-awesome.min.css',
  15325.                             ],
  15326.                         ],
  15327.                         => [
  15328.                             'group' => NULL,
  15329.                             'priority' => NULL,
  15330.                             'sources' => [
  15331.                             ],
  15332.                         ],
  15333.                     ],
  15334.                     'widget_restrictions' => [
  15335.                         => 'Blank',
  15336.                     ],
  15337.                     'key' => 'ParkRidge',
  15338.                     'layouts' => [
  15339.                         'DefaultOuter' => [
  15340.                             'name' => 'Park Ridge Default Outer',
  15341.                             '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".'',
  15342.                             'regions' => [
  15343.                                 'content' => [
  15344.                                     'allow' => [
  15345.                                     ],
  15346.                                     'contents' => [
  15347.                                         => [
  15348.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15349.                                             'key' => 'content',
  15350.                                         ],
  15351.                                     ],
  15352.                                     'key' => 'content',
  15353.                                 ],
  15354.                             ],
  15355.                             'key' => 'DefaultOuter',
  15356.                         ],
  15357.                     ],
  15358.                 ],
  15359.                 'Rosewood' => [
  15360.                     'name' => 'Rosewood',
  15361.                     'description' => 'The Rosewood design style includes a single header layout (see preview).'."\n".'',
  15362.                     'framework' => 'bootstrap',
  15363.                     'framework_version' => '3.4.1',
  15364.                     'language' => NULL,
  15365.                     'base' => 'Campussuite2015',
  15366.                     'tenants' => [
  15367.                     ],
  15368.                     'preview' => '/themes/Rosewood/images/preview.jpg',
  15369.                     'screenshots' => [
  15370.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15371.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15372.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15373.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15374.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15375.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15376.                     ],
  15377.                     'scripts' => [
  15378.                         => [
  15379.                             'group' => NULL,
  15380.                             'priority' => NULL,
  15381.                             'urls' => [
  15382.                                 => '/themes/Rosewood/scripts/rosewood.js',
  15383.                             ],
  15384.                         ],
  15385.                     ],
  15386.                     'styles' => [
  15387.                         => [
  15388.                             'group' => 'fonts',
  15389.                             'priority' => NULL,
  15390.                             'urls' => [
  15391.                                 => 'font-awesome::/css/font-awesome.min.css',
  15392.                             ],
  15393.                         ],
  15394.                         => [
  15395.                             'group' => NULL,
  15396.                             'priority' => NULL,
  15397.                             'sources' => [
  15398.                             ],
  15399.                         ],
  15400.                     ],
  15401.                     'widget_restrictions' => [
  15402.                         => 'Blank',
  15403.                     ],
  15404.                     'key' => 'Rosewood',
  15405.                     'layouts' => [
  15406.                         'DefaultOuter' => [
  15407.                             'name' => 'Rosewood Default Outer',
  15408.                             'description' => 'Header with quick links and location informaiton. The header does not include a top bar.'."\n".'',
  15409.                             'regions' => [
  15410.                                 'content' => [
  15411.                                     'allow' => [
  15412.                                     ],
  15413.                                     'contents' => [
  15414.                                         => [
  15415.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15416.                                             'key' => 'content',
  15417.                                         ],
  15418.                                     ],
  15419.                                     'key' => 'content',
  15420.                                 ],
  15421.                                 'alert_bar' => [
  15422.                                     'allow' => [
  15423.                                         => 'AlertBanner',
  15424.                                     ],
  15425.                                     'contents' => [
  15426.                                         => [
  15427.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15428.                                             'id' => 10814,
  15429.                                             'limit' => 5,
  15430.                                         ],
  15431.                                     ],
  15432.                                     'key' => 'alert_bar',
  15433.                                 ],
  15434.                                 'header_main_a' => [
  15435.                                     'allow' => [
  15436.                                         => 'Html',
  15437.                                     ],
  15438.                                     'contents' => [
  15439.                                         => [
  15440.                                             '__fqcn__' => 'widgets/Html/Html',
  15441.                                             'content' => '[header main a]'."\n".'',
  15442.                                         ],
  15443.                                     ],
  15444.                                     'key' => 'header_main_a',
  15445.                                 ],
  15446.                                 'header_main_b' => [
  15447.                                     'allow' => [
  15448.                                         => 'Html',
  15449.                                     ],
  15450.                                     'contents' => [
  15451.                                         => [
  15452.                                             '__fqcn__' => 'widgets/Html/Html',
  15453.                                             'content' => '[header main b]'."\n".'',
  15454.                                         ],
  15455.                                     ],
  15456.                                     'key' => 'header_main_b',
  15457.                                 ],
  15458.                                 'header_logo' => [
  15459.                                     'allow' => [
  15460.                                         => 'Html',
  15461.                                     ],
  15462.                                     'contents' => [
  15463.                                         => [
  15464.                                             '__fqcn__' => 'widgets/Html/Html',
  15465.                                             'content' => '[logo main]'."\n".'',
  15466.                                         ],
  15467.                                     ],
  15468.                                     'key' => 'header_logo',
  15469.                                 ],
  15470.                                 'header_menu' => [
  15471.                                     'allow' => [
  15472.                                     ],
  15473.                                     'contents' => [
  15474.                                         => [
  15475.                                             '__fqcn__' => 'widgets/Html/Html',
  15476.                                             'content' => '[header nav]'."\n".'',
  15477.                                         ],
  15478.                                     ],
  15479.                                     'key' => 'header_menu',
  15480.                                 ],
  15481.                                 'footer_main' => [
  15482.                                     'allow' => [
  15483.                                         => 'Html',
  15484.                                     ],
  15485.                                     'contents' => [
  15486.                                         => [
  15487.                                             '__fqcn__' => 'widgets/Html/Html',
  15488.                                             'content' => '[footer main]'."\n".'',
  15489.                                         ],
  15490.                                     ],
  15491.                                     'key' => 'footer_main',
  15492.                                 ],
  15493.                                 'footer_bottom' => [
  15494.                                     'allow' => [
  15495.                                         => 'Html',
  15496.                                     ],
  15497.                                     'contents' => [
  15498.                                         => [
  15499.                                             '__fqcn__' => 'widgets/Html/Html',
  15500.                                             'content' => '[footer bottom]'."\n".'',
  15501.                                         ],
  15502.                                     ],
  15503.                                     'key' => 'footer_bottom',
  15504.                                 ],
  15505.                             ],
  15506.                             'key' => 'DefaultOuter',
  15507.                         ],
  15508.                         'Outer002' => [
  15509.                             'name' => 'Outer Header 002',
  15510.                             'description' => 'Outer layout with Header002.'."\n".'',
  15511.                             'regions' => [
  15512.                                 'content' => [
  15513.                                     'allow' => [
  15514.                                     ],
  15515.                                     'contents' => [
  15516.                                         => [
  15517.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15518.                                             'key' => 'content',
  15519.                                         ],
  15520.                                     ],
  15521.                                     'key' => 'content',
  15522.                                 ],
  15523.                             ],
  15524.                             'key' => 'Outer002',
  15525.                         ],
  15526.                     ],
  15527.                 ],
  15528.                 'Schiller' => [
  15529.                     'name' => 'Schiller',
  15530.                     'description' => 'Schiller is a <strong>custom</strong> design style and not authorized for use on any site other than SD81 websites.'."\n".'',
  15531.                     'framework' => 'bootstrap',
  15532.                     'framework_version' => '3.4.1',
  15533.                     'language' => NULL,
  15534.                     'base' => 'Campussuite2015',
  15535.                     'tenants' => [
  15536.                     ],
  15537.                     'preview' => '/themes/Schiller/images/preview.jpg',
  15538.                     'screenshots' => [
  15539.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15540.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15541.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15542.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15543.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15544.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15545.                     ],
  15546.                     'scripts' => [
  15547.                         => [
  15548.                             'group' => NULL,
  15549.                             'priority' => NULL,
  15550.                             'urls' => [
  15551.                                 => '/themes/Schiller/scripts/schiller.js',
  15552.                             ],
  15553.                         ],
  15554.                     ],
  15555.                     'styles' => [
  15556.                         => [
  15557.                             'group' => 'fonts',
  15558.                             'priority' => NULL,
  15559.                             'urls' => [
  15560.                                 => 'font-awesome::/css/font-awesome.min.css',
  15561.                             ],
  15562.                         ],
  15563.                         => [
  15564.                             'group' => NULL,
  15565.                             'priority' => NULL,
  15566.                             'sources' => [
  15567.                             ],
  15568.                         ],
  15569.                     ],
  15570.                     'widget_restrictions' => [
  15571.                         => 'Blank',
  15572.                     ],
  15573.                     'key' => 'Schiller',
  15574.                     'layouts' => [
  15575.                         'DefaultOuter' => [
  15576.                             'name' => 'Kildeer Default Outer',
  15577.                             'description' => 'The default outer template for the Kildeer template design. This template includes the standard header, an editable region and the default footer.'."\n".'',
  15578.                             'regions' => [
  15579.                                 'content' => [
  15580.                                     'allow' => [
  15581.                                     ],
  15582.                                     'contents' => [
  15583.                                         => [
  15584.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15585.                                             'key' => 'content',
  15586.                                         ],
  15587.                                     ],
  15588.                                     'key' => 'content',
  15589.                                 ],
  15590.                             ],
  15591.                             'key' => 'DefaultOuter',
  15592.                         ],
  15593.                     ],
  15594.                 ],
  15595.                 'Springfield' => [
  15596.                     'name' => 'Springfield',
  15597.                     'description' => 'The Springfield design style includes a single header layout (see preview).'."\n".'',
  15598.                     'framework' => 'bootstrap',
  15599.                     'framework_version' => '3.4.1',
  15600.                     'language' => NULL,
  15601.                     'base' => 'Campussuite2015',
  15602.                     'tenants' => [
  15603.                     ],
  15604.                     'preview' => '/themes/Springfield/images/preview.jpg',
  15605.                     'screenshots' => [
  15606.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15607.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15608.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15609.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15610.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15611.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15612.                     ],
  15613.                     'scripts' => [
  15614.                         => [
  15615.                             'group' => NULL,
  15616.                             'priority' => NULL,
  15617.                             'urls' => [
  15618.                                 => '/themes/Springfield/scripts/springfield.js',
  15619.                             ],
  15620.                         ],
  15621.                     ],
  15622.                     'styles' => [
  15623.                         => [
  15624.                             'group' => 'fonts',
  15625.                             'priority' => NULL,
  15626.                             'urls' => [
  15627.                                 => 'font-awesome::/css/font-awesome.min.css',
  15628.                             ],
  15629.                         ],
  15630.                         => [
  15631.                             'group' => NULL,
  15632.                             'priority' => NULL,
  15633.                             'sources' => [
  15634.                             ],
  15635.                         ],
  15636.                     ],
  15637.                     'widget_restrictions' => [
  15638.                         => 'Blank',
  15639.                     ],
  15640.                     'key' => 'Springfield',
  15641.                     'layouts' => [
  15642.                         'DefaultOuter' => [
  15643.                             'name' => 'Springfield Default Outer',
  15644.                             'description' => 'Description.'."\n".'',
  15645.                             'regions' => [
  15646.                                 'content' => [
  15647.                                     'allow' => [
  15648.                                     ],
  15649.                                     'contents' => [
  15650.                                         => [
  15651.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15652.                                             'key' => 'content',
  15653.                                         ],
  15654.                                     ],
  15655.                                     'key' => 'content',
  15656.                                 ],
  15657.                                 'alert_bar' => [
  15658.                                     'allow' => [
  15659.                                         => 'AlertBanner',
  15660.                                     ],
  15661.                                     'contents' => [
  15662.                                         => [
  15663.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15664.                                             'id' => 10814,
  15665.                                             'limit' => 5,
  15666.                                         ],
  15667.                                     ],
  15668.                                     'key' => 'alert_bar',
  15669.                                 ],
  15670.                                 'header_main_a' => [
  15671.                                     'allow' => [
  15672.                                         => 'Html',
  15673.                                     ],
  15674.                                     'contents' => [
  15675.                                         => [
  15676.                                             '__fqcn__' => 'widgets/Html/Html',
  15677.                                             'content' => '[header main a]'."\n".'',
  15678.                                         ],
  15679.                                     ],
  15680.                                     'key' => 'header_main_a',
  15681.                                 ],
  15682.                                 'header_main_b' => [
  15683.                                     'allow' => [
  15684.                                         => 'Html',
  15685.                                     ],
  15686.                                     'contents' => [
  15687.                                         => [
  15688.                                             '__fqcn__' => 'widgets/Html/Html',
  15689.                                             'content' => '[header main b]'."\n".'',
  15690.                                         ],
  15691.                                     ],
  15692.                                     'key' => 'header_main_b',
  15693.                                 ],
  15694.                                 'header_logo' => [
  15695.                                     'allow' => [
  15696.                                         => 'Html',
  15697.                                     ],
  15698.                                     'contents' => [
  15699.                                         => [
  15700.                                             '__fqcn__' => 'widgets/Html/Html',
  15701.                                             'content' => '[logo main]'."\n".'',
  15702.                                         ],
  15703.                                     ],
  15704.                                     'key' => 'header_logo',
  15705.                                 ],
  15706.                                 'header_menu' => [
  15707.                                     'allow' => [
  15708.                                     ],
  15709.                                     'contents' => [
  15710.                                         => [
  15711.                                             '__fqcn__' => 'widgets/Html/Html',
  15712.                                             'content' => '[header nav]'."\n".'',
  15713.                                         ],
  15714.                                     ],
  15715.                                     'key' => 'header_menu',
  15716.                                 ],
  15717.                                 'footer_main' => [
  15718.                                     'allow' => [
  15719.                                         => 'Html',
  15720.                                     ],
  15721.                                     'contents' => [
  15722.                                         => [
  15723.                                             '__fqcn__' => 'widgets/Html/Html',
  15724.                                             'content' => '[footer main]'."\n".'',
  15725.                                         ],
  15726.                                     ],
  15727.                                     'key' => 'footer_main',
  15728.                                 ],
  15729.                                 'footer_bottom' => [
  15730.                                     'allow' => [
  15731.                                         => 'Html',
  15732.                                     ],
  15733.                                     'contents' => [
  15734.                                         => [
  15735.                                             '__fqcn__' => 'widgets/Html/Html',
  15736.                                             'content' => '[footer bottom]'."\n".'',
  15737.                                         ],
  15738.                                     ],
  15739.                                     'key' => 'footer_bottom',
  15740.                                 ],
  15741.                             ],
  15742.                             'key' => 'DefaultOuter',
  15743.                         ],
  15744.                     ],
  15745.                 ],
  15746.                 'Summit' => [
  15747.                     'name' => 'Summit',
  15748.                     'description' => '<p>The Summit design style.</p>'."\n".'',
  15749.                     'framework' => 'bootstrap',
  15750.                     'framework_version' => '3.4.1',
  15751.                     'language' => NULL,
  15752.                     'base' => 'Campussuite2015',
  15753.                     'tenants' => [
  15754.                     ],
  15755.                     'preview' => '/themes/Summit/images/preview.jpg',
  15756.                     'screenshots' => [
  15757.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15758.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15759.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15760.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15761.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15762.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15763.                     ],
  15764.                     'scripts' => [
  15765.                         => [
  15766.                             'group' => NULL,
  15767.                             'priority' => NULL,
  15768.                             'urls' => [
  15769.                                 => '/themes/Summit/scripts/package.js',
  15770.                             ],
  15771.                         ],
  15772.                     ],
  15773.                     'styles' => [
  15774.                         => [
  15775.                             'group' => 'fonts',
  15776.                             'priority' => NULL,
  15777.                             'urls' => [
  15778.                                 => 'font-awesome::/css/font-awesome.min.css',
  15779.                             ],
  15780.                         ],
  15781.                         => [
  15782.                             'group' => NULL,
  15783.                             'priority' => NULL,
  15784.                             'sources' => [
  15785.                             ],
  15786.                         ],
  15787.                     ],
  15788.                     'widget_restrictions' => [
  15789.                         => 'Blank',
  15790.                     ],
  15791.                     'key' => 'Summit',
  15792.                     'layouts' => [
  15793.                         'DefaultOuter' => [
  15794.                             'name' => 'Summit Default Outer',
  15795.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  15796.                             'regions' => [
  15797.                                 'content' => [
  15798.                                     'allow' => [
  15799.                                     ],
  15800.                                     'contents' => [
  15801.                                         => [
  15802.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15803.                                             'key' => 'content',
  15804.                                         ],
  15805.                                     ],
  15806.                                     'key' => 'content',
  15807.                                 ],
  15808.                                 'header_social' => [
  15809.                                     'allow' => [
  15810.                                         => 'Html',
  15811.                                     ],
  15812.                                     'contents' => [
  15813.                                         => [
  15814.                                             '__fqcn__' => 'widgets/Html/Html',
  15815.                                             'content' => '[header social]'."\n".'',
  15816.                                         ],
  15817.                                     ],
  15818.                                     'key' => 'header_social',
  15819.                                 ],
  15820.                                 'header_search' => [
  15821.                                     'allow' => [
  15822.                                         => 'Html',
  15823.                                     ],
  15824.                                     'contents' => [
  15825.                                         => [
  15826.                                             '__fqcn__' => 'widgets/Html/Html',
  15827.                                             'content' => '[header search]'."\n".'',
  15828.                                         ],
  15829.                                     ],
  15830.                                     'key' => 'header_search',
  15831.                                 ],
  15832.                                 'header_logo' => [
  15833.                                     'allow' => [
  15834.                                         => 'Html',
  15835.                                     ],
  15836.                                     'contents' => [
  15837.                                         => [
  15838.                                             '__fqcn__' => 'widgets/Html/Html',
  15839.                                             'content' => '[header logo]'."\n".'',
  15840.                                         ],
  15841.                                     ],
  15842.                                     'key' => 'header_logo',
  15843.                                 ],
  15844.                                 'header_main_menu' => [
  15845.                                     'allow' => [
  15846.                                         => 'Html',
  15847.                                     ],
  15848.                                     'contents' => [
  15849.                                         => [
  15850.                                             '__fqcn__' => 'widgets/Html/Html',
  15851.                                             'content' => '[header main menu]'."\n".'',
  15852.                                         ],
  15853.                                     ],
  15854.                                     'key' => 'header_main_menu',
  15855.                                 ],
  15856.                                 'header_utility_nav' => [
  15857.                                     'allow' => [
  15858.                                         => 'Html',
  15859.                                     ],
  15860.                                     'contents' => [
  15861.                                         => [
  15862.                                             '__fqcn__' => 'widgets/Html/Html',
  15863.                                             'content' => '[header utility nav]'."\n".'',
  15864.                                         ],
  15865.                                     ],
  15866.                                     'key' => 'header_utility_nav',
  15867.                                 ],
  15868.                                 'drawer_header_social' => [
  15869.                                     'allow' => [
  15870.                                         => 'Html',
  15871.                                     ],
  15872.                                     'contents' => [
  15873.                                         => [
  15874.                                             '__fqcn__' => 'widgets/Html/Html',
  15875.                                             'content' => '[drawer header social]'."\n".'',
  15876.                                         ],
  15877.                                     ],
  15878.                                     'key' => 'drawer_header_social',
  15879.                                 ],
  15880.                             ],
  15881.                             'key' => 'DefaultOuter',
  15882.                         ],
  15883.                     ],
  15884.                 ],
  15885.                 'ThomasEdison' => [
  15886.                     'name' => 'Thomas Edison',
  15887.                     'description' => '<p>The Thomas Edison design style.</p>'."\n".'',
  15888.                     'framework' => 'bootstrap',
  15889.                     'framework_version' => '3.4.1',
  15890.                     'language' => NULL,
  15891.                     'base' => 'Campussuite2015',
  15892.                     'tenants' => [
  15893.                     ],
  15894.                     'preview' => '/themes/ThomasEdison/images/preview.jpg',
  15895.                     'screenshots' => [
  15896.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15897.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15898.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15899.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15900.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15901.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15902.                     ],
  15903.                     'scripts' => [
  15904.                         => [
  15905.                             'group' => NULL,
  15906.                             'priority' => NULL,
  15907.                             'urls' => [
  15908.                                 => '/themes/ThomasEdison/scripts/cookie.js',
  15909.                                 => '/themes/ThomasEdison/scripts/package.js',
  15910.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  15911.                             ],
  15912.                         ],
  15913.                     ],
  15914.                     'styles' => [
  15915.                         => [
  15916.                             'group' => 'fonts',
  15917.                             'priority' => NULL,
  15918.                             'urls' => [
  15919.                                 => 'font-awesome::/css/font-awesome.min.css',
  15920.                                 => 'https://fonts.googleapis.com/css?family=Oswald:700&display=swap',
  15921.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  15922.                             ],
  15923.                         ],
  15924.                         => [
  15925.                             'group' => NULL,
  15926.                             'priority' => NULL,
  15927.                             'sources' => [
  15928.                             ],
  15929.                         ],
  15930.                     ],
  15931.                     'widget_restrictions' => [
  15932.                         => 'Blank',
  15933.                     ],
  15934.                     'key' => 'ThomasEdison',
  15935.                     'layouts' => [
  15936.                         'DefaultOuter' => [
  15937.                             'name' => 'Thomas Edison Default Outer',
  15938.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  15939.                             'regions' => [
  15940.                                 'content' => [
  15941.                                     'allow' => [
  15942.                                     ],
  15943.                                     'contents' => [
  15944.                                         => [
  15945.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15946.                                             'key' => 'content',
  15947.                                         ],
  15948.                                     ],
  15949.                                     'key' => 'content',
  15950.                                 ],
  15951.                                 'header_logo' => [
  15952.                                     'allow' => [
  15953.                                         => 'Html',
  15954.                                     ],
  15955.                                     'contents' => [
  15956.                                         => [
  15957.                                             '__fqcn__' => 'widgets/Html/Html',
  15958.                                             'content' => '[header logo]'."\n".'',
  15959.                                         ],
  15960.                                     ],
  15961.                                     'key' => 'header_logo',
  15962.                                 ],
  15963.                                 'header_utility_nav' => [
  15964.                                     'allow' => [
  15965.                                         => 'Html',
  15966.                                     ],
  15967.                                     'contents' => [
  15968.                                         => [
  15969.                                             '__fqcn__' => 'widgets/Html/Html',
  15970.                                             'content' => '[header utility nav]'."\n".'',
  15971.                                         ],
  15972.                                     ],
  15973.                                     'key' => 'header_utility_nav',
  15974.                                 ],
  15975.                                 'header_search' => [
  15976.                                     'allow' => [
  15977.                                         => 'Html',
  15978.                                     ],
  15979.                                     'contents' => [
  15980.                                         => [
  15981.                                             '__fqcn__' => 'widgets/Html/Html',
  15982.                                             'content' => '[header search]'."\n".'',
  15983.                                         ],
  15984.                                     ],
  15985.                                     'key' => 'header_search',
  15986.                                 ],
  15987.                                 'header_main_menu' => [
  15988.                                     'allow' => [
  15989.                                         => 'Html',
  15990.                                     ],
  15991.                                     'contents' => [
  15992.                                         => [
  15993.                                             '__fqcn__' => 'widgets/Html/Html',
  15994.                                             'content' => '[header main menu]'."\n".'',
  15995.                                         ],
  15996.                                     ],
  15997.                                     'key' => 'header_main_menu',
  15998.                                 ],
  15999.                                 'header_logo_small' => [
  16000.                                     'allow' => [
  16001.                                         => 'Html',
  16002.                                     ],
  16003.                                     'contents' => [
  16004.                                         => [
  16005.                                             '__fqcn__' => 'widgets/Html/Html',
  16006.                                             'content' => '[header logo small]',
  16007.                                         ],
  16008.                                     ],
  16009.                                     'key' => 'header_logo_small',
  16010.                                 ],
  16011.                             ],
  16012.                             'key' => 'DefaultOuter',
  16013.                         ],
  16014.                         'DefaultOuter2019' => [
  16015.                             'name' => 'Thomas Edison Default Outer 2019',
  16016.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16017.                             'regions' => [
  16018.                                 'content' => [
  16019.                                     'allow' => [
  16020.                                     ],
  16021.                                     'contents' => [
  16022.                                         => [
  16023.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16024.                                             'key' => 'content',
  16025.                                         ],
  16026.                                     ],
  16027.                                     'key' => 'content',
  16028.                                 ],
  16029.                             ],
  16030.                             'key' => 'DefaultOuter2019',
  16031.                         ],
  16032.                         'PartnersOuter' => [
  16033.                             'name' => 'Thomas Edison Partners Outer',
  16034.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16035.                             'regions' => [
  16036.                                 'content' => [
  16037.                                     'allow' => [
  16038.                                     ],
  16039.                                     'contents' => [
  16040.                                         => [
  16041.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16042.                                             'key' => 'content',
  16043.                                         ],
  16044.                                     ],
  16045.                                     'key' => 'content',
  16046.                                 ],
  16047.                                 'header_logo' => [
  16048.                                     'allow' => [
  16049.                                         => 'Html',
  16050.                                     ],
  16051.                                     'contents' => [
  16052.                                         => [
  16053.                                             '__fqcn__' => 'widgets/Html/Html',
  16054.                                             'content' => '[header logo]'."\n".'',
  16055.                                         ],
  16056.                                     ],
  16057.                                     'key' => 'header_logo',
  16058.                                 ],
  16059.                                 'header_partner_logo' => [
  16060.                                     'allow' => [
  16061.                                         => 'Html',
  16062.                                     ],
  16063.                                     'contents' => [
  16064.                                         => [
  16065.                                             '__fqcn__' => 'widgets/Html/Html',
  16066.                                             'content' => '[header partner logo]'."\n".'',
  16067.                                         ],
  16068.                                     ],
  16069.                                     'key' => 'header_partner_logo',
  16070.                                 ],
  16071.                                 'header_main_menu' => [
  16072.                                     'allow' => [
  16073.                                         => 'Html',
  16074.                                     ],
  16075.                                     'contents' => [
  16076.                                         => [
  16077.                                             '__fqcn__' => 'widgets/Html/Html',
  16078.                                             'content' => '[header main menu]'."\n".'',
  16079.                                         ],
  16080.                                     ],
  16081.                                     'key' => 'header_main_menu',
  16082.                                 ],
  16083.                                 'header_logo_small' => [
  16084.                                     'allow' => [
  16085.                                         => 'Html',
  16086.                                     ],
  16087.                                     'contents' => [
  16088.                                         => [
  16089.                                             '__fqcn__' => 'widgets/Html/Html',
  16090.                                             'content' => '[header logo small]'."\n".'',
  16091.                                         ],
  16092.                                     ],
  16093.                                     'key' => 'header_logo_small',
  16094.                                 ],
  16095.                             ],
  16096.                             'key' => 'PartnersOuter',
  16097.                         ],
  16098.                         'PartnersOuter2019' => [
  16099.                             'name' => 'Thomas Edison Partners Outer 2019',
  16100.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16101.                             'regions' => [
  16102.                                 'content' => [
  16103.                                     'allow' => [
  16104.                                     ],
  16105.                                     'contents' => [
  16106.                                         => [
  16107.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16108.                                             'key' => 'content',
  16109.                                         ],
  16110.                                     ],
  16111.                                     'key' => 'content',
  16112.                                 ],
  16113.                             ],
  16114.                             'key' => 'PartnersOuter2019',
  16115.                         ],
  16116.                         'RfiOuter' => [
  16117.                             'name' => 'Thomas Edison Rfi Outer',
  16118.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16119.                             'regions' => [
  16120.                                 'content' => [
  16121.                                     'allow' => [
  16122.                                     ],
  16123.                                     'contents' => [
  16124.                                         => [
  16125.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16126.                                             'key' => 'content',
  16127.                                         ],
  16128.                                     ],
  16129.                                     'key' => 'content',
  16130.                                 ],
  16131.                                 'header_logo' => [
  16132.                                     'allow' => [
  16133.                                         => 'Html',
  16134.                                     ],
  16135.                                     'contents' => [
  16136.                                         => [
  16137.                                             '__fqcn__' => 'widgets/Html/Html',
  16138.                                             'content' => '[header logo]'."\n".'',
  16139.                                         ],
  16140.                                     ],
  16141.                                     'key' => 'header_logo',
  16142.                                 ],
  16143.                                 'header_logo_small' => [
  16144.                                     'allow' => [
  16145.                                         => 'Html',
  16146.                                     ],
  16147.                                     'contents' => [
  16148.                                         => [
  16149.                                             '__fqcn__' => 'widgets/Html/Html',
  16150.                                             'content' => '[header logo small]',
  16151.                                         ],
  16152.                                     ],
  16153.                                     'key' => 'header_logo_small',
  16154.                                 ],
  16155.                             ],
  16156.                             'key' => 'RfiOuter',
  16157.                         ],
  16158.                         'WatsonOuter' => [
  16159.                             'name' => 'Thomas Edison Watson Outer',
  16160.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16161.                             'regions' => [
  16162.                                 'content' => [
  16163.                                     'allow' => [
  16164.                                     ],
  16165.                                     'contents' => [
  16166.                                         => [
  16167.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16168.                                             'key' => 'content',
  16169.                                         ],
  16170.                                     ],
  16171.                                     'key' => 'content',
  16172.                                 ],
  16173.                                 'header_logo' => [
  16174.                                     'allow' => [
  16175.                                         => 'Html',
  16176.                                     ],
  16177.                                     'contents' => [
  16178.                                         => [
  16179.                                             '__fqcn__' => 'widgets/Html/Html',
  16180.                                             'content' => '[header logo]'."\n".'',
  16181.                                         ],
  16182.                                     ],
  16183.                                     'key' => 'header_logo',
  16184.                                 ],
  16185.                                 'header_utility_nav' => [
  16186.                                     'allow' => [
  16187.                                         => 'Html',
  16188.                                     ],
  16189.                                     'contents' => [
  16190.                                         => [
  16191.                                             '__fqcn__' => 'widgets/Html/Html',
  16192.                                             'content' => '[header utility nav]'."\n".'',
  16193.                                         ],
  16194.                                     ],
  16195.                                     'key' => 'header_utility_nav',
  16196.                                 ],
  16197.                                 'header_secondary_logo' => [
  16198.                                     'allow' => [
  16199.                                         => 'Html',
  16200.                                     ],
  16201.                                     'contents' => [
  16202.                                         => [
  16203.                                             '__fqcn__' => 'widgets/Html/Html',
  16204.                                             'content' => '[header secondary logo]',
  16205.                                         ],
  16206.                                     ],
  16207.                                     'key' => 'header_secondary_logo',
  16208.                                 ],
  16209.                             ],
  16210.                             'key' => 'WatsonOuter',
  16211.                         ],
  16212.                     ],
  16213.                 ],
  16214.                 'Windsor' => [
  16215.                     'name' => 'Windsor',
  16216.                     'description' => 'The Windsor design style includes two header layouts to choose from.'."\n".'',
  16217.                     'framework' => 'bootstrap',
  16218.                     'framework_version' => '3.4.1',
  16219.                     'language' => NULL,
  16220.                     'base' => 'Campussuite2015',
  16221.                     'tenants' => [
  16222.                     ],
  16223.                     'preview' => '/themes/Windsor/images/preview.jpg',
  16224.                     'screenshots' => [
  16225.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  16226.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  16227.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  16228.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  16229.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  16230.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  16231.                     ],
  16232.                     'scripts' => [
  16233.                         => [
  16234.                             'group' => NULL,
  16235.                             'priority' => NULL,
  16236.                             'urls' => [
  16237.                                 => '/themes/Windsor/scripts/windsor.js',
  16238.                             ],
  16239.                         ],
  16240.                         => [
  16241.                             'group' => NULL,
  16242.                             'priority' => NULL,
  16243.                             'sources' => [
  16244.                             ],
  16245.                         ],
  16246.                     ],
  16247.                     'styles' => [
  16248.                         => [
  16249.                             'group' => 'fonts',
  16250.                             'priority' => NULL,
  16251.                             'urls' => [
  16252.                                 => 'font-awesome::/css/font-awesome.min.css',
  16253.                             ],
  16254.                         ],
  16255.                         => [
  16256.                             'group' => NULL,
  16257.                             'priority' => NULL,
  16258.                             'sources' => [
  16259.                             ],
  16260.                         ],
  16261.                     ],
  16262.                     'widget_restrictions' => [
  16263.                         => 'Blank',
  16264.                     ],
  16265.                     'key' => 'Windsor',
  16266.                     'layouts' => [
  16267.                         'DefaultOuter' => [
  16268.                             'name' => 'Windsor Default Outer',
  16269.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  16270.                             'regions' => [
  16271.                                 'content' => [
  16272.                                     'allow' => [
  16273.                                     ],
  16274.                                     'contents' => [
  16275.                                         => [
  16276.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16277.                                             'key' => 'content',
  16278.                                         ],
  16279.                                     ],
  16280.                                     'key' => 'content',
  16281.                                 ],
  16282.                                 'alert_bar' => [
  16283.                                     'allow' => [
  16284.                                         => 'AlertBanner',
  16285.                                     ],
  16286.                                     'contents' => [
  16287.                                         => [
  16288.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  16289.                                             'id' => 10814,
  16290.                                             'limit' => 5,
  16291.                                         ],
  16292.                                     ],
  16293.                                     'key' => 'alert_bar',
  16294.                                 ],
  16295.                                 'header_logo_small' => [
  16296.                                     'allow' => [
  16297.                                         => 'Html',
  16298.                                     ],
  16299.                                     'contents' => [
  16300.                                         => [
  16301.                                             '__fqcn__' => 'widgets/Html/Html',
  16302.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/themes/package/Windsor/_pages/images/logo-lacrescent.png" alt="">'."\n".'</a>'."\n".'',
  16303.                                         ],
  16304.                                     ],
  16305.                                     'key' => 'header_logo_small',
  16306.                                 ],
  16307.                                 'header_top_a' => [
  16308.                                     'allow' => [
  16309.                                         => 'Html',
  16310.                                     ],
  16311.                                     'contents' => [
  16312.                                         => [
  16313.                                             '__fqcn__' => 'widgets/Html/Html',
  16314.                                             'content' => '<ul class="hd-utils">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  16315.                                         ],
  16316.                                     ],
  16317.                                     'key' => 'header_top_a',
  16318.                                 ],
  16319.                                 'header_top_b' => [
  16320.                                     'allow' => [
  16321.                                         => 'Html',
  16322.                                     ],
  16323.                                     'contents' => [
  16324.                                         => [
  16325.                                             '__fqcn__' => 'widgets/Html/Html',
  16326.                                             '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".'',
  16327.                                         ],
  16328.                                     ],
  16329.                                     'key' => 'header_top_b',
  16330.                                 ],
  16331.                                 'header_main_a' => [
  16332.                                     'allow' => [
  16333.                                         => 'Html',
  16334.                                     ],
  16335.                                     'contents' => [
  16336.                                         => [
  16337.                                             '__fqcn__' => 'widgets/Html/Html',
  16338.                                             'content' => '<p>header-main-a</p>'."\n".'',
  16339.                                         ],
  16340.                                     ],
  16341.                                     'key' => 'header_main_a',
  16342.                                 ],
  16343.                                 'header_logo' => [
  16344.                                     'allow' => [
  16345.                                         => 'Html',
  16346.                                     ],
  16347.                                     'contents' => [
  16348.                                         => [
  16349.                                             '__fqcn__' => 'widgets/Html/Html',
  16350.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/themes/package/Windsor/_pages/images/logo-lacrescent.png" alt="">'."\n".'</a>'."\n".'',
  16351.                                         ],
  16352.                                     ],
  16353.                                     'key' => 'header_logo',
  16354.                                 ],
  16355.                                 'header_menu' => [
  16356.                                     'allow' => [
  16357.                                         => 'Html',
  16358.                                     ],
  16359.                                     'contents' => [
  16360.                                         => [
  16361.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  16362.                                             'items' => [
  16363.                                                 => [
  16364.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16365.                                                     'text' => 'About',
  16366.                                                     'link' => '/district',
  16367.                                                 ],
  16368.                                                 => [
  16369.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16370.                                                     'text' => 'Schools',
  16371.                                                     'link' => '/schools',
  16372.                                                 ],
  16373.                                                 => [
  16374.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16375.                                                     'text' => 'Parent/Students',
  16376.                                                     'link' => '/parents-students',
  16377.                                                 ],
  16378.                                                 => [
  16379.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16380.                                                     'text' => 'Departments',
  16381.                                                     'link' => '/departments',
  16382.                                                 ],
  16383.                                                 => [
  16384.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16385.                                                     'text' => 'Athletics',
  16386.                                                     'link' => '/athletics',
  16387.                                                 ],
  16388.                                                 => [
  16389.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16390.                                                     'text' => 'Board of Education',
  16391.                                                     'link' => '/board-of-education',
  16392.                                                 ],
  16393.                                                 => [
  16394.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16395.                                                     'text' => 'Community',
  16396.                                                     'link' => '/community-links',
  16397.                                                 ],
  16398.                                             ],
  16399.                                         ],
  16400.                                     ],
  16401.                                     'key' => 'header_menu',
  16402.                                 ],
  16403.                                 'footer_top' => [
  16404.                                     'allow' => [
  16405.                                         => 'Row',
  16406.                                     ],
  16407.                                     'contents' => [
  16408.                                         => [
  16409.                                             '__fqcn__' => 'widgets/Row/Row',
  16410.                                             'structure' => '1/1',
  16411.                                             'columns' => [
  16412.                                                 => [
  16413.                                                     '__fqcn__' => 'widgets/Row/Column',
  16414.                                                     'children' => [
  16415.                                                         => [
  16416.                                                             '__fqcn__' => 'widgets/Html/Html',
  16417.                                                             '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".'',
  16418.                                                         ],
  16419.                                                     ],
  16420.                                                 ],
  16421.                                             ],
  16422.                                         ],
  16423.                                     ],
  16424.                                     'key' => 'footer_top',
  16425.                                 ],
  16426.                                 'footer_main' => [
  16427.                                     'allow' => [
  16428.                                         => 'Row',
  16429.                                     ],
  16430.                                     'contents' => [
  16431.                                         => [
  16432.                                             '__fqcn__' => 'widgets/Row/Row',
  16433.                                             'structure' => '1/4 1/4 1/4 1/4',
  16434.                                             'columns' => [
  16435.                                                 => [
  16436.                                                     '__fqcn__' => 'widgets/Row/Column',
  16437.                                                     'classes' => 'ft-nav',
  16438.                                                     'children' => [
  16439.                                                         => [
  16440.                                                             '__fqcn__' => 'widgets/Html/Html',
  16441.                                                             '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".'',
  16442.                                                         ],
  16443.                                                     ],
  16444.                                                 ],
  16445.                                                 => [
  16446.                                                     '__fqcn__' => 'widgets/Row/Column',
  16447.                                                     'classes' => 'ft-nav',
  16448.                                                     'children' => [
  16449.                                                         => [
  16450.                                                             '__fqcn__' => 'widgets/Html/Html',
  16451.                                                             '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".'',
  16452.                                                         ],
  16453.                                                     ],
  16454.                                                 ],
  16455.                                                 => [
  16456.                                                     '__fqcn__' => 'widgets/Row/Column',
  16457.                                                     'classes' => 'ft-nav',
  16458.                                                     'children' => [
  16459.                                                         => [
  16460.                                                             '__fqcn__' => 'widgets/Html/Html',
  16461.                                                             '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".'',
  16462.                                                         ],
  16463.                                                     ],
  16464.                                                 ],
  16465.                                                 => [
  16466.                                                     '__fqcn__' => 'widgets/Row/Column',
  16467.                                                     'classes' => 'ft-nav',
  16468.                                                     'children' => [
  16469.                                                         => [
  16470.                                                             '__fqcn__' => 'widgets/Html/Html',
  16471.                                                             '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".'',
  16472.                                                         ],
  16473.                                                     ],
  16474.                                                 ],
  16475.                                             ],
  16476.                                         ],
  16477.                                     ],
  16478.                                     'key' => 'footer_main',
  16479.                                 ],
  16480.                                 'our_schools' => [
  16481.                                     'allow' => [
  16482.                                         => 'Section',
  16483.                                     ],
  16484.                                     'contents' => [
  16485.                                         => [
  16486.                                             '__fqcn__' => 'widgets/Block/Block',
  16487.                                             'type' => 'container',
  16488.                                         ],
  16489.                                     ],
  16490.                                     'key' => 'our_schools',
  16491.                                 ],
  16492.                                 'footer_bottom_a' => [
  16493.                                     'allow' => [
  16494.                                         => 'Row',
  16495.                                     ],
  16496.                                     'contents' => [
  16497.                                         => [
  16498.                                             '__fqcn__' => 'widgets/Row/Row',
  16499.                                             'structure' => '1/1',
  16500.                                             'columns' => [
  16501.                                                 => [
  16502.                                                     '__fqcn__' => 'widgets/Row/Column',
  16503.                                                     'children' => [
  16504.                                                         => [
  16505.                                                             '__fqcn__' => 'widgets/Html/Html',
  16506.                                                             'content' => '<p>[insert icon group widget]</p>'."\n".'',
  16507.                                                         ],
  16508.                                                     ],
  16509.                                                 ],
  16510.                                             ],
  16511.                                         ],
  16512.                                     ],
  16513.                                     'key' => 'footer_bottom_a',
  16514.                                 ],
  16515.                                 'footer_bottom_b' => [
  16516.                                     'allow' => [
  16517.                                         => 'Row',
  16518.                                     ],
  16519.                                     'contents' => [
  16520.                                         => [
  16521.                                             '__fqcn__' => 'widgets/Row/Row',
  16522.                                             'structure' => '1/1',
  16523.                                             'columns' => [
  16524.                                                 => [
  16525.                                                     '__fqcn__' => 'widgets/Row/Column',
  16526.                                                     'children' => [
  16527.                                                         => [
  16528.                                                             '__fqcn__' => 'widgets/Html/Html',
  16529.                                                             '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".'',
  16530.                                                         ],
  16531.                                                     ],
  16532.                                                 ],
  16533.                                             ],
  16534.                                         ],
  16535.                                     ],
  16536.                                     'key' => 'footer_bottom_b',
  16537.                                 ],
  16538.                             ],
  16539.                             'key' => 'DefaultOuter',
  16540.                         ],
  16541.                         'OuterB' => [
  16542.                             'name' => 'Windsor Outer B',
  16543.                             '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".'',
  16544.                             'regions' => [
  16545.                                 'content' => [
  16546.                                     'allow' => [
  16547.                                     ],
  16548.                                     'contents' => [
  16549.                                         => [
  16550.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16551.                                             'key' => 'content',
  16552.                                         ],
  16553.                                     ],
  16554.                                     'key' => 'content',
  16555.                                 ],
  16556.                                 'header_top_utils_1' => [
  16557.                                     'allow' => [
  16558.                                         => 'Html',
  16559.                                     ],
  16560.                                     'contents' => [
  16561.                                         => [
  16562.                                             '__fqcn__' => 'widgets/Html/Html',
  16563.                                             'content' => '[header top utils 1]'."\n".'',
  16564.                                         ],
  16565.                                     ],
  16566.                                     'key' => 'header_top_utils_1',
  16567.                                 ],
  16568.                                 'header_top_utils_2' => [
  16569.                                     'allow' => [
  16570.                                         => 'Html',
  16571.                                     ],
  16572.                                     'contents' => [
  16573.                                         => [
  16574.                                             '__fqcn__' => 'widgets/Html/Html',
  16575.                                             'content' => '[header top utils 2]'."\n".'',
  16576.                                         ],
  16577.                                     ],
  16578.                                     'key' => 'header_top_utils_2',
  16579.                                 ],
  16580.                                 'header_top_utils_3' => [
  16581.                                     'allow' => [
  16582.                                         => 'Html',
  16583.                                     ],
  16584.                                     'contents' => [
  16585.                                         => [
  16586.                                             '__fqcn__' => 'widgets/Html/Html',
  16587.                                             'content' => '[header top utils 3]'."\n".'',
  16588.                                         ],
  16589.                                     ],
  16590.                                     'key' => 'header_top_utils_3',
  16591.                                 ],
  16592.                                 'header_top_utils_4' => [
  16593.                                     'allow' => [
  16594.                                         => 'Html',
  16595.                                     ],
  16596.                                     'contents' => [
  16597.                                         => [
  16598.                                             '__fqcn__' => 'widgets/Html/Html',
  16599.                                             'content' => '[header top utils 4]'."\n".'',
  16600.                                         ],
  16601.                                     ],
  16602.                                     'key' => 'header_top_utils_4',
  16603.                                 ],
  16604.                                 'header_logo' => [
  16605.                                     'allow' => [
  16606.                                         => 'Html',
  16607.                                     ],
  16608.                                     'contents' => [
  16609.                                         => [
  16610.                                             '__fqcn__' => 'widgets/Html/Html',
  16611.                                             'content' => '[header logo]'."\n".'',
  16612.                                         ],
  16613.                                     ],
  16614.                                     'key' => 'header_logo',
  16615.                                 ],
  16616.                                 'header_drawer_search' => [
  16617.                                     'allow' => [
  16618.                                         => 'Html',
  16619.                                     ],
  16620.                                     'contents' => [
  16621.                                         => [
  16622.                                             '__fqcn__' => 'widgets/Html/Html',
  16623.                                             'content' => '[header drawer search]'."\n".'',
  16624.                                         ],
  16625.                                     ],
  16626.                                     'key' => 'header_drawer_search',
  16627.                                 ],
  16628.                                 'header_main_menu' => [
  16629.                                     'allow' => [
  16630.                                         => 'Html',
  16631.                                     ],
  16632.                                     'contents' => [
  16633.                                         => [
  16634.                                             '__fqcn__' => 'widgets/Html/Html',
  16635.                                             'content' => '[header main menu]'."\n".'',
  16636.                                         ],
  16637.                                     ],
  16638.                                     'key' => 'header_main_menu',
  16639.                                 ],
  16640.                                 'header_drawer_utils' => [
  16641.                                     'allow' => [
  16642.                                         => 'Html',
  16643.                                     ],
  16644.                                     'contents' => [
  16645.                                         => [
  16646.                                             '__fqcn__' => 'widgets/Html/Html',
  16647.                                             'content' => '[header drawer utils]'."\n".'',
  16648.                                         ],
  16649.                                     ],
  16650.                                     'key' => 'header_drawer_utils',
  16651.                                 ],
  16652.                                 'header_drawer_social' => [
  16653.                                     'allow' => [
  16654.                                         => 'Html',
  16655.                                     ],
  16656.                                     'contents' => [
  16657.                                         => [
  16658.                                             '__fqcn__' => 'widgets/Html/Html',
  16659.                                             'content' => '[header drawer social]'."\n".'',
  16660.                                         ],
  16661.                                     ],
  16662.                                     'key' => 'header_drawer_social',
  16663.                                 ],
  16664.                             ],
  16665.                             'key' => 'OuterB',
  16666.                         ],
  16667.                         'OuterC' => [
  16668.                             'name' => 'Windsor Outer C',
  16669.                             '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".'',
  16670.                             'regions' => [
  16671.                                 'content' => [
  16672.                                     'allow' => [
  16673.                                     ],
  16674.                                     'contents' => [
  16675.                                         => [
  16676.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16677.                                             'key' => 'content',
  16678.                                         ],
  16679.                                     ],
  16680.                                     'key' => 'content',
  16681.                                 ],
  16682.                             ],
  16683.                             'key' => 'OuterC',
  16684.                         ],
  16685.                     ],
  16686.                 ],
  16687.             ],
  16688.             'cms.widget.widgets' => [
  16689.                 'Accordion' => [
  16690.                     'name' => 'Accordion',
  16691.                     'enabled' => true,
  16692.                     'required' => true,
  16693.                     'description' => 'Vertically stacked collapsable panels of content.'."\n".'',
  16694.                     'pinned' => false,
  16695.                     'category' => 'Design',
  16696.                     'tags' => [
  16697.                     ],
  16698.                     'plugin' => true,
  16699.                     'scripts' => [
  16700.                     ],
  16701.                     'styles' => [
  16702.                     ],
  16703.                     'processor' => false,
  16704.                     'key' => 'Accordion',
  16705.                 ],
  16706.                 'Address' => [
  16707.                     'name' => 'Address',
  16708.                     'enabled' => true,
  16709.                     'required' => true,
  16710.                     'description' => 'Embeds address typography.'."\n".'',
  16711.                     'pinned' => false,
  16712.                     'category' => 'Advanced',
  16713.                     'tags' => [
  16714.                     ],
  16715.                     'plugin' => false,
  16716.                     'scripts' => [
  16717.                     ],
  16718.                     'styles' => [
  16719.                     ],
  16720.                     'key' => 'Address',
  16721.                 ],
  16722.                 'AlertBanner' => [
  16723.                     'name' => 'Alert Banner',
  16724.                     'enabled' => true,
  16725.                     'required' => true,
  16726.                     'description' => 'Banner of alerts.'."\n".'',
  16727.                     'pinned' => false,
  16728.                     'category' => 'Alerts',
  16729.                     'tags' => [
  16730.                     ],
  16731.                     'plugin' => true,
  16732.                     'scripts' => [
  16733.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  16734.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  16735.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  16736.                     ],
  16737.                     'styles' => [
  16738.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  16739.                     ],
  16740.                     'key' => 'AlertBanner',
  16741.                 ],
  16742.                 'Block' => [
  16743.                     'name' => 'Section',
  16744.                     'enabled' => true,
  16745.                     'required' => true,
  16746.                     'description' => 'Basic DIV container with content; for advanced usage.'."\n".'',
  16747.                     'pinned' => true,
  16748.                     'category' => 'Design',
  16749.                     'tags' => [
  16750.                     ],
  16751.                     'plugin' => false,
  16752.                     'scripts' => [
  16753.                     ],
  16754.                     'styles' => [
  16755.                     ],
  16756.                     'key' => 'Block',
  16757.                 ],
  16758.                 'Blockquote' => [
  16759.                     'name' => 'Blockquote',
  16760.                     'enabled' => true,
  16761.                     'required' => true,
  16762.                     'description' => 'Embeds basic blockquote typography.'."\n".'',
  16763.                     'pinned' => false,
  16764.                     'category' => 'Design',
  16765.                     'tags' => [
  16766.                     ],
  16767.                     'plugin' => false,
  16768.                     'scripts' => [
  16769.                     ],
  16770.                     'styles' => [
  16771.                     ],
  16772.                     'key' => 'Blockquote',
  16773.                 ],
  16774.                 'Breadcrumbs' => [
  16775.                     'name' => 'Breadcrumbs',
  16776.                     'enabled' => true,
  16777.                     'required' => true,
  16778.                     'description' => 'Embeds navigation-based "crumbs" onto the page.'."\n".'',
  16779.                     'pinned' => false,
  16780.                     'category' => 'Page Layout/Structure',
  16781.                     'tags' => [
  16782.                     ],
  16783.                     'plugin' => false,
  16784.                     'scripts' => [
  16785.                     ],
  16786.                     'styles' => [
  16787.                     ],
  16788.                     'key' => 'Breadcrumbs',
  16789.                 ],
  16790.                 'Button' => [
  16791.                     'name' => 'Button',
  16792.                     'enabled' => true,
  16793.                     'required' => true,
  16794.                     'description' => 'Embeds basic button typography and behavior.'."\n".'',
  16795.                     'pinned' => false,
  16796.                     'category' => 'Design',
  16797.                     'tags' => [
  16798.                     ],
  16799.                     'plugin' => false,
  16800.                     'scripts' => [
  16801.                     ],
  16802.                     'styles' => [
  16803.                     ],
  16804.                     'key' => 'Button',
  16805.                 ],
  16806.                 'ButtonDropdown' => [
  16807.                     'name' => 'Button Dropdown',
  16808.                     'enabled' => true,
  16809.                     'required' => true,
  16810.                     'description' => 'Embeds a button with a dropdown panel.'."\n".'',
  16811.                     'pinned' => false,
  16812.                     'category' => 'Design',
  16813.                     'tags' => [
  16814.                     ],
  16815.                     'plugin' => false,
  16816.                     'scripts' => [
  16817.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  16818.                     ],
  16819.                     'styles' => [
  16820.                     ],
  16821.                     'key' => 'ButtonDropdown',
  16822.                 ],
  16823.                 'Column' => [
  16824.                     'name' => 'Column',
  16825.                     'enabled' => true,
  16826.                     'required' => true,
  16827.                     'description' => 'Designates a grid column.'."\n".'',
  16828.                     'pinned' => false,
  16829.                     'category' => 'Design',
  16830.                     'tags' => [
  16831.                     ],
  16832.                     'plugin' => false,
  16833.                     'scripts' => [
  16834.                     ],
  16835.                     'styles' => [
  16836.                     ],
  16837.                     'key' => 'Column',
  16838.                 ],
  16839.                 'ContentTemplateEmbed' => [
  16840.                     'name' => 'Content Template Embed',
  16841.                     'enabled' => true,
  16842.                     'required' => true,
  16843.                     'description' => 'Embeds the source of a content template into the page.'."\n".'',
  16844.                     'pinned' => false,
  16845.                     'category' => 'Advanced',
  16846.                     'tags' => [
  16847.                     ],
  16848.                     'plugin' => false,
  16849.                     'scripts' => [
  16850.                     ],
  16851.                     'styles' => [
  16852.                     ],
  16853.                     'key' => 'ContentTemplateEmbed',
  16854.                 ],
  16855.                 'DepartmentName' => [
  16856.                     'name' => 'Department Name',
  16857.                     'enabled' => true,
  16858.                     'required' => true,
  16859.                     'description' => 'Displays Department Name.'."\n".'',
  16860.                     'pinned' => false,
  16861.                     'category' => 'Page Layout/Structure',
  16862.                     'tags' => [
  16863.                     ],
  16864.                     'plugin' => false,
  16865.                     'scripts' => [
  16866.                     ],
  16867.                     'styles' => [
  16868.                     ],
  16869.                     'key' => 'DepartmentName',
  16870.                 ],
  16871.                 'Divider' => [
  16872.                     'name' => 'Divider',
  16873.                     'enabled' => true,
  16874.                     'required' => true,
  16875.                     'description' => 'Embeds a styled horizontal rule into the content.'."\n".'',
  16876.                     'pinned' => false,
  16877.                     'category' => 'Design',
  16878.                     'tags' => [
  16879.                     ],
  16880.                     'plugin' => false,
  16881.                     'scripts' => [
  16882.                     ],
  16883.                     'styles' => [
  16884.                     ],
  16885.                     'key' => 'Divider',
  16886.                 ],
  16887.                 'FacebookLike' => [
  16888.                     'name' => 'Facebook Like Button',
  16889.                     'enabled' => false,
  16890.                     'required' => true,
  16891.                     'description' => 'Embeds the standard Facebook "like" button to share/like the page through Facebook only.'."\n".'',
  16892.                     'pinned' => false,
  16893.                     'category' => 'Design',
  16894.                     'tags' => [
  16895.                     ],
  16896.                     'plugin' => true,
  16897.                     'scripts' => [
  16898.                     ],
  16899.                     'styles' => [
  16900.                     ],
  16901.                     'key' => 'FacebookLike',
  16902.                 ],
  16903.                 'FeedList' => [
  16904.                     'name' => 'Feed List',
  16905.                     'enabled' => true,
  16906.                     'required' => true,
  16907.                     'description' => 'Lists out feed entries based on configuration.'."\n".'',
  16908.                     'pinned' => false,
  16909.                     'category' => 'Feed',
  16910.                     'tags' => [
  16911.                     ],
  16912.                     'plugin' => false,
  16913.                     'scripts' => [
  16914.                     ],
  16915.                     'styles' => [
  16916.                     ],
  16917.                     'key' => 'FeedList',
  16918.                 ],
  16919.                 'FileList' => [
  16920.                     'name' => 'File List',
  16921.                     'enabled' => true,
  16922.                     'required' => true,
  16923.                     'description' => 'Lists out files based on configuration.'."\n".'',
  16924.                     'pinned' => false,
  16925.                     'category' => 'Advanced',
  16926.                     'tags' => [
  16927.                     ],
  16928.                     'plugin' => true,
  16929.                     'scripts' => [
  16930.                     ],
  16931.                     'styles' => [
  16932.                     ],
  16933.                     'key' => 'FileList',
  16934.                 ],
  16935.                 'GalleryFolder' => [
  16936.                     'name' => 'Folder Gallery',
  16937.                     'enabled' => true,
  16938.                     'required' => true,
  16939.                     'description' => 'Creates gallery from images in folder.'."\n".'',
  16940.                     'pinned' => false,
  16941.                     'category' => 'Design',
  16942.                     'tags' => [
  16943.                     ],
  16944.                     'plugin' => true,
  16945.                     'scripts' => [
  16946.                         => 'masonry::/dist/masonry.pkgd.min.js',
  16947.                         => 'imagesloaded::/imagesloaded.pkgd.min.js',
  16948.                         => 'magnific-popup::/dist/jquery.magnific-popup.min.js',
  16949.                     ],
  16950.                     'styles' => [
  16951.                         => 'magnific-popup::/dist/magnific-popup.css',
  16952.                     ],
  16953.                     'deprecated' => true,
  16954.                     'key' => 'GalleryFolder',
  16955.                 ],
  16956.                 'GoogleDriveEmbed' => [
  16957.                     'name' => 'Google Drive Embed',
  16958.                     'enabled' => true,
  16959.                     'required' => true,
  16960.                     'description' => 'Lists of files in google drive folder.'."\n".'',
  16961.                     'pinned' => false,
  16962.                     'category' => 'Google',
  16963.                     'tags' => [
  16964.                     ],
  16965.                     'plugin' => false,
  16966.                     'scripts' => [
  16967.                     ],
  16968.                     'styles' => [
  16969.                     ],
  16970.                     'key' => 'GoogleDriveEmbed',
  16971.                 ],
  16972.                 'GoogleMap' => [
  16973.                     'name' => 'Google Map',
  16974.                     'enabled' => true,
  16975.                     'required' => true,
  16976.                     'description' => 'Embeds a Google map into the page; can set starting coordinates and add basic "markers" to the map.'."\n".'',
  16977.                     'pinned' => false,
  16978.                     'category' => 'Google',
  16979.                     'tags' => [
  16980.                     ],
  16981.                     'plugin' => true,
  16982.                     'scripts' => [
  16983.                     ],
  16984.                     'styles' => [
  16985.                     ],
  16986.                     'key' => 'GoogleMap',
  16987.                 ],
  16988.                 'GoogleTranslate' => [
  16989.                     'name' => 'Google Translate',
  16990.                     'enabled' => true,
  16991.                     'required' => true,
  16992.                     'description' => 'Embeds Google translate component.'."\n".'',
  16993.                     'pinned' => false,
  16994.                     'category' => 'Google',
  16995.                     'tags' => [
  16996.                     ],
  16997.                     'plugin' => false,
  16998.                     'scripts' => [
  16999.                         => 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit',
  17000.                     ],
  17001.                     'styles' => [
  17002.                     ],
  17003.                     'key' => 'GoogleTranslate',
  17004.                 ],
  17005.                 'Heading' => [
  17006.                     'name' => 'Heading',
  17007.                     'enabled' => false,
  17008.                     'required' => true,
  17009.                     'description' => 'Embeds heading typography (H1, H2, H3, etc).'."\n".'',
  17010.                     'pinned' => false,
  17011.                     'category' => 'Design',
  17012.                     'tags' => [
  17013.                     ],
  17014.                     'plugin' => false,
  17015.                     'scripts' => [
  17016.                     ],
  17017.                     'styles' => [
  17018.                     ],
  17019.                     'key' => 'Heading',
  17020.                 ],
  17021.                 'Html' => [
  17022.                     'name' => 'Text',
  17023.                     'enabled' => true,
  17024.                     'required' => true,
  17025.                     'description' => 'Allows for HTML-based input using a WYSIWYG.'."\n".'',
  17026.                     'pinned' => true,
  17027.                     'category' => 'Design',
  17028.                     'tags' => [
  17029.                     ],
  17030.                     'plugin' => false,
  17031.                     'scripts' => [
  17032.                     ],
  17033.                     'styles' => [
  17034.                     ],
  17035.                     'key' => 'Html',
  17036.                 ],
  17037.                 'HtmlSource' => [
  17038.                     'name' => 'HTML Source',
  17039.                     'enabled' => true,
  17040.                     'required' => true,
  17041.                     'description' => 'Provides a stylized HTML syntax editor for writing custom HTML source code.'."\n".'',
  17042.                     'pinned' => false,
  17043.                     'category' => 'Advanced',
  17044.                     'tags' => [
  17045.                     ],
  17046.                     'plugin' => false,
  17047.                     'scripts' => [
  17048.                     ],
  17049.                     'styles' => [
  17050.                     ],
  17051.                     'key' => 'HtmlSource',
  17052.                 ],
  17053.                 'Icon' => [
  17054.                     'name' => 'Icon',
  17055.                     'enabled' => true,
  17056.                     'required' => true,
  17057.                     'description' => 'Embeds icon typography.'."\n".'',
  17058.                     'pinned' => false,
  17059.                     'category' => 'Design',
  17060.                     'tags' => [
  17061.                     ],
  17062.                     'plugin' => false,
  17063.                     'scripts' => [
  17064.                     ],
  17065.                     'styles' => [
  17066.                     ],
  17067.                     'key' => 'Icon',
  17068.                 ],
  17069.                 'IconGroup' => [
  17070.                     'name' => 'Icon Group',
  17071.                     'enabled' => true,
  17072.                     'required' => true,
  17073.                     'description' => 'Embeds icon group typography.'."\n".'',
  17074.                     'pinned' => false,
  17075.                     'category' => 'Design',
  17076.                     'tags' => [
  17077.                     ],
  17078.                     'plugin' => false,
  17079.                     'scripts' => [
  17080.                     ],
  17081.                     'styles' => [
  17082.                     ],
  17083.                     'key' => 'IconGroup',
  17084.                 ],
  17085.                 'Image' => [
  17086.                     'name' => 'Image',
  17087.                     'enabled' => true,
  17088.                     'required' => true,
  17089.                     'description' => 'Embeds an image into the content via a custom URL source.'."\n".'',
  17090.                     'pinned' => true,
  17091.                     'category' => 'Design',
  17092.                     'tags' => [
  17093.                     ],
  17094.                     'plugin' => false,
  17095.                     'scripts' => [
  17096.                     ],
  17097.                     'styles' => [
  17098.                     ],
  17099.                     'key' => 'Image',
  17100.                 ],
  17101.                 'Jumbotron' => [
  17102.                     'name' => 'Jumbotron',
  17103.                     'enabled' => false,
  17104.                     'required' => true,
  17105.                     'description' => 'Embeds "jumbotron" typography.'."\n".'',
  17106.                     'pinned' => false,
  17107.                     'category' => 'Design',
  17108.                     'tags' => [
  17109.                     ],
  17110.                     'plugin' => false,
  17111.                     'scripts' => [
  17112.                     ],
  17113.                     'styles' => [
  17114.                     ],
  17115.                     'key' => 'Jumbotron',
  17116.                 ],
  17117.                 'MegaMenu' => [
  17118.                     'name' => 'Mega Menu',
  17119.                     'enabled' => true,
  17120.                     'required' => true,
  17121.                     'description' => 'Allows for creation of custom "mega menus" for header-based navigation.'."\n".'',
  17122.                     'pinned' => false,
  17123.                     'category' => 'Page Layout/Structure',
  17124.                     'tags' => [
  17125.                     ],
  17126.                     'plugin' => true,
  17127.                     'scripts' => [
  17128.                         => 'jquery-doubletaptogo::/dist/jquery.dcd.doubletaptogo.min.js',
  17129.                     ],
  17130.                     'styles' => [
  17131.                     ],
  17132.                     'key' => 'MegaMenu',
  17133.                 ],
  17134.                 'ModuleAlertFeature' => [
  17135.                     'name' => 'Alert Feature',
  17136.                     'enabled' => false,
  17137.                     'required' => true,
  17138.                     'description' => 'Shows basic details of a single alert item.'."\n".'',
  17139.                     'pinned' => false,
  17140.                     'category' => 'Alerts',
  17141.                     'tags' => [
  17142.                     ],
  17143.                     'plugin' => false,
  17144.                     'scripts' => [
  17145.                     ],
  17146.                     'styles' => [
  17147.                     ],
  17148.                     'key' => 'ModuleAlertFeature',
  17149.                 ],
  17150.                 'ModuleAlertList' => [
  17151.                     'name' => 'Alerts List',
  17152.                     'enabled' => true,
  17153.                     'required' => true,
  17154.                     'description' => 'Shows a list of alerts; configurable by the user.'."\n".'',
  17155.                     'pinned' => false,
  17156.                     'category' => 'Alerts',
  17157.                     'tags' => [
  17158.                     ],
  17159.                     'plugin' => false,
  17160.                     'scripts' => [
  17161.                     ],
  17162.                     'styles' => [
  17163.                     ],
  17164.                     'key' => 'ModuleAlertList',
  17165.                 ],
  17166.                 'ModuleAlertListGrid' => [
  17167.                     'name' => 'Alerts Grid',
  17168.                     'enabled' => true,
  17169.                     'required' => true,
  17170.                     'description' => 'Shows a grid of alerts; configurable by the user.'."\n".'',
  17171.                     'pinned' => false,
  17172.                     'category' => 'Alerts',
  17173.                     'tags' => [
  17174.                     ],
  17175.                     'plugin' => false,
  17176.                     'scripts' => [
  17177.                     ],
  17178.                     'styles' => [
  17179.                     ],
  17180.                     'key' => 'ModuleAlertListGrid',
  17181.                 ],
  17182.                 'ModuleBlogFeature' => [
  17183.                     'name' => 'Blog Feature',
  17184.                     'enabled' => false,
  17185.                     'required' => true,
  17186.                     'description' => 'Shows details for a single post in a blog.'."\n".'',
  17187.                     'pinned' => false,
  17188.                     'category' => 'Blog',
  17189.                     'tags' => [
  17190.                     ],
  17191.                     'plugin' => false,
  17192.                     'scripts' => [
  17193.                     ],
  17194.                     'styles' => [
  17195.                     ],
  17196.                     'key' => 'ModuleBlogFeature',
  17197.                 ],
  17198.                 'ModuleBlogList' => [
  17199.                     'name' => 'Blog List',
  17200.                     'enabled' => true,
  17201.                     'required' => true,
  17202.                     'description' => 'Basic list of blog posts; configurable by the user.'."\n".'',
  17203.                     'pinned' => false,
  17204.                     'category' => 'Blog',
  17205.                     'tags' => [
  17206.                     ],
  17207.                     'plugin' => false,
  17208.                     'scripts' => [
  17209.                     ],
  17210.                     'styles' => [
  17211.                     ],
  17212.                     'key' => 'ModuleBlogList',
  17213.                 ],
  17214.                 'ModuleBlogListGrid' => [
  17215.                     'name' => 'Blogs Grid',
  17216.                     'enabled' => true,
  17217.                     'required' => true,
  17218.                     'description' => 'Thumbnail grid view for a list of blog posts.'."\n".'',
  17219.                     'pinned' => false,
  17220.                     'category' => 'Blog',
  17221.                     'tags' => [
  17222.                     ],
  17223.                     'plugin' => false,
  17224.                     'scripts' => [
  17225.                     ],
  17226.                     'styles' => [
  17227.                     ],
  17228.                     'key' => 'ModuleBlogListGrid',
  17229.                 ],
  17230.                 'ModuleBlogOwlCarousel' => [
  17231.                     'name' => 'Blog Carousel',
  17232.                     'enabled' => true,
  17233.                     'required' => true,
  17234.                     'description' => 'Blog list rendered as a carousel.'."\n".'',
  17235.                     'pinned' => false,
  17236.                     'category' => 'Blog',
  17237.                     'tags' => [
  17238.                     ],
  17239.                     'plugin' => true,
  17240.                     'scripts' => [
  17241.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17242.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17243.                     ],
  17244.                     'styles' => [
  17245.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17246.                     ],
  17247.                     'key' => 'ModuleBlogOwlCarousel',
  17248.                 ],
  17249.                 'ModuleCalendarList' => [
  17250.                     'name' => 'Calendar List',
  17251.                     'enabled' => true,
  17252.                     'required' => true,
  17253.                     'description' => 'A list of events from the calendar modules; configurable by the user.'."\n".'',
  17254.                     'pinned' => false,
  17255.                     'category' => 'Calendar',
  17256.                     'tags' => [
  17257.                     ],
  17258.                     'plugin' => false,
  17259.                     'scripts' => [
  17260.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17261.                     ],
  17262.                     'styles' => [
  17263.                     ],
  17264.                     'key' => 'ModuleCalendarList',
  17265.                 ],
  17266.                 'ModuleCalendarListGrid' => [
  17267.                     'name' => 'Calendar Grid',
  17268.                     'enabled' => true,
  17269.                     'required' => true,
  17270.                     'description' => 'Thumbnail grid view of the basic calendar list.'."\n".'',
  17271.                     'pinned' => false,
  17272.                     'category' => 'Calendar',
  17273.                     'tags' => [
  17274.                     ],
  17275.                     'plugin' => false,
  17276.                     'scripts' => [
  17277.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17278.                     ],
  17279.                     'styles' => [
  17280.                     ],
  17281.                     'key' => 'ModuleCalendarListGrid',
  17282.                 ],
  17283.                 'ModuleCalendarMini' => [
  17284.                     'name' => 'Mini Calendar',
  17285.                     'enabled' => true,
  17286.                     'required' => true,
  17287.                     'description' => 'A graphical view of a calendar that can be embedded in places like sidebars.'."\n".'',
  17288.                     'pinned' => false,
  17289.                     'category' => 'Calendar',
  17290.                     'tags' => [
  17291.                     ],
  17292.                     'plugin' => true,
  17293.                     'scripts' => [
  17294.                     ],
  17295.                     'styles' => [
  17296.                     ],
  17297.                     'key' => 'ModuleCalendarMini',
  17298.                 ],
  17299.                 'ModuleCalendarOwlCarousel' => [
  17300.                     'name' => 'Calendar Carousel',
  17301.                     'enabled' => true,
  17302.                     'required' => true,
  17303.                     'description' => 'Calendar events list rendered as a carousel.'."\n".'',
  17304.                     'pinned' => false,
  17305.                     'category' => 'Calendar',
  17306.                     'tags' => [
  17307.                     ],
  17308.                     'plugin' => true,
  17309.                     'scripts' => [
  17310.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17311.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17312.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17313.                     ],
  17314.                     'styles' => [
  17315.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17316.                     ],
  17317.                     'key' => 'ModuleCalendarOwlCarousel',
  17318.                 ],
  17319.                 'ModuleGalleryFeature' => [
  17320.                     'name' => 'Gallery Feature',
  17321.                     'enabled' => true,
  17322.                     'required' => true,
  17323.                     'description' => 'Renders gallery images'."\n".'',
  17324.                     'pinned' => false,
  17325.                     'category' => 'Gallery',
  17326.                     'tags' => [
  17327.                     ],
  17328.                     'plugin' => true,
  17329.                     'scripts' => [
  17330.                         => 'masonry::/dist/masonry.pkgd.min.js',
  17331.                         => 'imagesloaded::/imagesloaded.pkgd.min.js',
  17332.                         => 'magnific-popup::/dist/jquery.magnific-popup.min.js',
  17333.                     ],
  17334.                     'styles' => [
  17335.                         => 'magnific-popup::/dist/magnific-popup.css',
  17336.                     ],
  17337.                     'key' => 'ModuleGalleryFeature',
  17338.                 ],
  17339.                 'ModuleGalleryList' => [
  17340.                     'name' => 'Gallery List',
  17341.                     'enabled' => true,
  17342.                     'required' => true,
  17343.                     'description' => 'Lists out gallery gallerys based on configuration.'."\n".'',
  17344.                     'pinned' => false,
  17345.                     'category' => 'Gallery',
  17346.                     'tags' => [
  17347.                     ],
  17348.                     'plugin' => false,
  17349.                     'scripts' => [
  17350.                     ],
  17351.                     'styles' => [
  17352.                     ],
  17353.                     'key' => 'ModuleGalleryList',
  17354.                 ],
  17355.                 'ModuleNewsFeature' => [
  17356.                     'name' => 'News Feature',
  17357.                     'enabled' => false,
  17358.                     'required' => true,
  17359.                     'description' => 'Details of a single news item.'."\n".'',
  17360.                     'pinned' => false,
  17361.                     'category' => 'News',
  17362.                     'tags' => [
  17363.                     ],
  17364.                     'plugin' => false,
  17365.                     'scripts' => [
  17366.                     ],
  17367.                     'styles' => [
  17368.                     ],
  17369.                     'key' => 'ModuleNewsFeature',
  17370.                 ],
  17371.                 'ModuleNewsList' => [
  17372.                     'name' => 'News List',
  17373.                     'enabled' => true,
  17374.                     'required' => true,
  17375.                     'description' => 'Lists out news articles based on configuration.'."\n".'',
  17376.                     'pinned' => false,
  17377.                     'category' => 'News',
  17378.                     'tags' => [
  17379.                     ],
  17380.                     'plugin' => false,
  17381.                     'scripts' => [
  17382.                     ],
  17383.                     'styles' => [
  17384.                     ],
  17385.                     'key' => 'ModuleNewsList',
  17386.                 ],
  17387.                 'ModuleNewsListExpanded' => [
  17388.                     'name' => 'News List Expanded',
  17389.                     'enabled' => true,
  17390.                     'required' => true,
  17391.                     'description' => 'Lists out full news articles based on configuration.'."\n".'',
  17392.                     'pinned' => false,
  17393.                     'category' => 'News',
  17394.                     'tags' => [
  17395.                     ],
  17396.                     'plugin' => false,
  17397.                     'scripts' => [
  17398.                     ],
  17399.                     'styles' => [
  17400.                     ],
  17401.                     'key' => 'ModuleNewsListExpanded',
  17402.                 ],
  17403.                 'ModuleNewsListGrid' => [
  17404.                     'name' => 'News Grid',
  17405.                     'enabled' => true,
  17406.                     'required' => true,
  17407.                     'description' => 'Thumbnail grid view of the basic news list.'."\n".'',
  17408.                     'pinned' => false,
  17409.                     'category' => 'News',
  17410.                     'tags' => [
  17411.                     ],
  17412.                     'plugin' => false,
  17413.                     'scripts' => [
  17414.                     ],
  17415.                     'styles' => [
  17416.                     ],
  17417.                     'key' => 'ModuleNewsListGrid',
  17418.                 ],
  17419.                 'ModuleNewsOwlCarousel' => [
  17420.                     'name' => 'News Carousel',
  17421.                     'enabled' => true,
  17422.                     'required' => true,
  17423.                     'description' => 'News list rendered as a carousel.'."\n".'',
  17424.                     'pinned' => false,
  17425.                     'category' => 'News',
  17426.                     'tags' => [
  17427.                     ],
  17428.                     'plugin' => true,
  17429.                     'scripts' => [
  17430.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17431.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17432.                     ],
  17433.                     'styles' => [
  17434.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17435.                     ],
  17436.                     'key' => 'ModuleNewsOwlCarousel',
  17437.                 ],
  17438.                 'ModulePeopleDirectory' => [
  17439.                     'name' => 'People Directory',
  17440.                     'enabled' => true,
  17441.                     'required' => true,
  17442.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17443.                     'pinned' => false,
  17444.                     'category' => 'People',
  17445.                     'tags' => [
  17446.                     ],
  17447.                     'plugin' => false,
  17448.                     'scripts' => [
  17449.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17450.                     ],
  17451.                     'styles' => [
  17452.                     ],
  17453.                     'key' => 'ModulePeopleDirectory',
  17454.                 ],
  17455.                 'ModulePeopleList' => [
  17456.                     'name' => 'People List',
  17457.                     'enabled' => true,
  17458.                     'required' => true,
  17459.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17460.                     'pinned' => false,
  17461.                     'category' => 'People',
  17462.                     'tags' => [
  17463.                     ],
  17464.                     'plugin' => false,
  17465.                     'scripts' => [
  17466.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17467.                     ],
  17468.                     'styles' => [
  17469.                     ],
  17470.                     'key' => 'ModulePeopleList',
  17471.                 ],
  17472.                 'ModulePeopleListFeatured' => [
  17473.                     'name' => 'People List Featured',
  17474.                     'enabled' => true,
  17475.                     'required' => true,
  17476.                     'description' => 'Lists out basic information for selected people profiles.'."\n".'',
  17477.                     'pinned' => false,
  17478.                     'category' => 'People',
  17479.                     'tags' => [
  17480.                     ],
  17481.                     'plugin' => false,
  17482.                     'scripts' => [
  17483.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17484.                     ],
  17485.                     'styles' => [
  17486.                     ],
  17487.                     'key' => 'ModulePeopleListFeatured',
  17488.                 ],
  17489.                 'ModulePeopleListGridLarge' => [
  17490.                     'name' => 'People List Grid',
  17491.                     'enabled' => true,
  17492.                     'required' => true,
  17493.                     'description' => 'Thumbnail grid view of the basic people list.'."\n".'',
  17494.                     'pinned' => false,
  17495.                     'category' => 'People',
  17496.                     'tags' => [
  17497.                     ],
  17498.                     'plugin' => false,
  17499.                     'scripts' => [
  17500.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17501.                     ],
  17502.                     'styles' => [
  17503.                     ],
  17504.                     'key' => 'ModulePeopleListGridLarge',
  17505.                 ],
  17506.                 'ModulePeopleListGridSmall' => [
  17507.                     'name' => 'People List Grid Small',
  17508.                     'enabled' => false,
  17509.                     'required' => true,
  17510.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17511.                     'pinned' => false,
  17512.                     'category' => 'People',
  17513.                     'tags' => [
  17514.                     ],
  17515.                     'plugin' => false,
  17516.                     'scripts' => [
  17517.                     ],
  17518.                     'styles' => [
  17519.                     ],
  17520.                     'key' => 'ModulePeopleListGridSmall',
  17521.                 ],
  17522.                 'ModulePeopleOwlCarousel' => [
  17523.                     'name' => 'People Carousel',
  17524.                     'enabled' => true,
  17525.                     'required' => true,
  17526.                     'description' => 'People list rendered as a carousel.'."\n".'',
  17527.                     'pinned' => false,
  17528.                     'category' => 'People',
  17529.                     'tags' => [
  17530.                     ],
  17531.                     'plugin' => true,
  17532.                     'scripts' => [
  17533.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17534.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17535.                     ],
  17536.                     'styles' => [
  17537.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17538.                     ],
  17539.                     'key' => 'ModulePeopleOwlCarousel',
  17540.                 ],
  17541.                 'ModulePeopleSearch' => [
  17542.                     'name' => 'People Search',
  17543.                     'enabled' => true,
  17544.                     'required' => true,
  17545.                     'description' => 'Lists out profiles by name, lastname or department'."\n".'',
  17546.                     'pinned' => false,
  17547.                     'category' => 'People',
  17548.                     'tags' => [
  17549.                     ],
  17550.                     'plugin' => false,
  17551.                     'scripts' => [
  17552.                     ],
  17553.                     'styles' => [
  17554.                     ],
  17555.                     'key' => 'ModulePeopleSearch',
  17556.                 ],
  17557.                 'ModulePeopleWebsiteList' => [
  17558.                     'name' => 'People Websites List',
  17559.                     'enabled' => true,
  17560.                     'required' => true,
  17561.                     'description' => 'Lists out people profiles that have websites registered to them.'."\n".'',
  17562.                     'pinned' => false,
  17563.                     'category' => 'People',
  17564.                     'tags' => [
  17565.                     ],
  17566.                     'plugin' => false,
  17567.                     'scripts' => [
  17568.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17569.                     ],
  17570.                     'styles' => [
  17571.                     ],
  17572.                     'key' => 'ModulePeopleWebsiteList',
  17573.                 ],
  17574.                 'ModuleQuestionListAccordion' => [
  17575.                     'name' => 'FAQ Accordion',
  17576.                     'enabled' => true,
  17577.                     'required' => true,
  17578.                     'description' => 'Shows a set of questions as an accordion.'."\n".'',
  17579.                     'pinned' => false,
  17580.                     'category' => 'Advanced',
  17581.                     'tags' => [
  17582.                     ],
  17583.                     'plugin' => true,
  17584.                     'scripts' => [
  17585.                     ],
  17586.                     'styles' => [
  17587.                     ],
  17588.                     'key' => 'ModuleQuestionListAccordion',
  17589.                 ],
  17590.                 'Navigation' => [
  17591.                     'name' => 'Secondary Navigation',
  17592.                     'enabled' => true,
  17593.                     'required' => true,
  17594.                     'description' => 'Embeds "side" navigation.'."\n".'',
  17595.                     'pinned' => false,
  17596.                     'category' => 'Page Layout/Structure',
  17597.                     'tags' => [
  17598.                     ],
  17599.                     'plugin' => false,
  17600.                     'scripts' => [
  17601.                     ],
  17602.                     'styles' => [
  17603.                     ],
  17604.                     'key' => 'Navigation',
  17605.                 ],
  17606.                 'OwlCarousel' => [
  17607.                     'name' => 'Carousel',
  17608.                     'enabled' => true,
  17609.                     'required' => true,
  17610.                     'description' => 'Basic carousel for content based on the Owl plugin.'."\n".'',
  17611.                     'pinned' => false,
  17612.                     'category' => 'Design',
  17613.                     'tags' => [
  17614.                     ],
  17615.                     'plugin' => true,
  17616.                     'scripts' => [
  17617.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17618.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17619.                     ],
  17620.                     'styles' => [
  17621.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17622.                     ],
  17623.                     'key' => 'OwlCarousel',
  17624.                 ],
  17625.                 'OwlCarouselEditable' => [
  17626.                     'name' => 'Editable Carousel',
  17627.                     'enabled' => true,
  17628.                     'required' => true,
  17629.                     'description' => 'Basic carousel for content based on the Owl plugin, using the editor to manage content.'."\n".'',
  17630.                     'pinned' => false,
  17631.                     'category' => 'Design',
  17632.                     'tags' => [
  17633.                     ],
  17634.                     'plugin' => true,
  17635.                     'scripts' => [
  17636.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17637.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17638.                     ],
  17639.                     'styles' => [
  17640.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17641.                     ],
  17642.                     'key' => 'OwlCarouselEditable',
  17643.                 ],
  17644.                 'OwlFeatureSlider' => [
  17645.                     'name' => 'Custom Homepage Banner',
  17646.                     'enabled' => true,
  17647.                     'required' => true,
  17648.                     'description' => 'Slider based on the Owl plugin for full-screen effect.'."\n".'',
  17649.                     'pinned' => false,
  17650.                     'category' => 'Design',
  17651.                     'tags' => [
  17652.                     ],
  17653.                     'plugin' => true,
  17654.                     'scripts' => [
  17655.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17656.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17657.                     ],
  17658.                     'styles' => [
  17659.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17660.                     ],
  17661.                     'key' => 'OwlFeatureSlider',
  17662.                 ],
  17663.                 'OwlSlider' => [
  17664.                     'name' => 'Homepage Banner',
  17665.                     'enabled' => true,
  17666.                     'required' => true,
  17667.                     'description' => 'Basic slider based on the Owl plugin.'."\n".'',
  17668.                     'pinned' => false,
  17669.                     'category' => 'Design',
  17670.                     'tags' => [
  17671.                     ],
  17672.                     'plugin' => true,
  17673.                     'scripts' => [
  17674.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17675.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17676.                     ],
  17677.                     'styles' => [
  17678.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17679.                     ],
  17680.                     'key' => 'OwlSlider',
  17681.                 ],
  17682.                 'Parallax' => [
  17683.                     'name' => 'Parallax',
  17684.                     'enabled' => false,
  17685.                     'required' => true,
  17686.                     'description' => 'Create basic parallax effects.'."\n".'',
  17687.                     'pinned' => false,
  17688.                     'category' => 'Design',
  17689.                     'tags' => [
  17690.                     ],
  17691.                     'plugin' => true,
  17692.                     'scripts' => [
  17693.                         => 'parallaxjs::parallax.min.js',
  17694.                     ],
  17695.                     'styles' => [
  17696.                     ],
  17697.                     'key' => 'Parallax',
  17698.                 ],
  17699.                 'PdfEmbed' => [
  17700.                     'name' => 'PDF Embed',
  17701.                     'enabled' => false,
  17702.                     'required' => true,
  17703.                     'description' => 'Embeds a PDF into the content.'."\n".'',
  17704.                     'pinned' => false,
  17705.                     'category' => 'Advanced',
  17706.                     'tags' => [
  17707.                     ],
  17708.                     'plugin' => false,
  17709.                     'scripts' => [
  17710.                     ],
  17711.                     'styles' => [
  17712.                     ],
  17713.                     'deprecated' => false,
  17714.                     'key' => 'PdfEmbed',
  17715.                 ],
  17716.                 'PersonalProfileCard' => [
  17717.                     'name' => 'Personal Profile Card',
  17718.                     'enabled' => true,
  17719.                     'required' => true,
  17720.                     'description' => 'Embeds basic profile feature for a personal site.'."\n".'',
  17721.                     'pinned' => false,
  17722.                     'category' => 'People',
  17723.                     'tags' => [
  17724.                     ],
  17725.                     'plugin' => false,
  17726.                     'scripts' => [
  17727.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17728.                     ],
  17729.                     'styles' => [
  17730.                     ],
  17731.                     'key' => 'PersonalProfileCard',
  17732.                 ],
  17733.                 'ProfileCard' => [
  17734.                     'name' => 'Profile Card',
  17735.                     'enabled' => true,
  17736.                     'required' => true,
  17737.                     'description' => 'Profile card'."\n".'',
  17738.                     'pinned' => false,
  17739.                     'category' => 'People',
  17740.                     'tags' => [
  17741.                     ],
  17742.                     'plugin' => false,
  17743.                     'scripts' => [
  17744.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17745.                     ],
  17746.                     'styles' => [
  17747.                     ],
  17748.                     'key' => 'ProfileCard',
  17749.                 ],
  17750.                 'Row' => [
  17751.                     'name' => 'Layout',
  17752.                     'enabled' => true,
  17753.                     'required' => true,
  17754.                     'description' => 'Create a grid row for laying out content.'."\n".'',
  17755.                     'pinned' => true,
  17756.                     'category' => 'Design',
  17757.                     'tags' => [
  17758.                     ],
  17759.                     'plugin' => false,
  17760.                     'scripts' => [
  17761.                     ],
  17762.                     'styles' => [
  17763.                     ],
  17764.                     'key' => 'Row',
  17765.                 ],
  17766.                 'RssEmbed' => [
  17767.                     'name' => 'RSS Embed',
  17768.                     'enabled' => true,
  17769.                     'required' => true,
  17770.                     'description' => 'Lists out RSS feed entries based on configuration.'."\n".'',
  17771.                     'pinned' => false,
  17772.                     'category' => 'Blog',
  17773.                     'tags' => [
  17774.                     ],
  17775.                     'plugin' => false,
  17776.                     'scripts' => [
  17777.                     ],
  17778.                     'styles' => [
  17779.                     ],
  17780.                     'key' => 'RssEmbed',
  17781.                 ],
  17782.                 'ScriptSource' => [
  17783.                     'name' => 'Script Source',
  17784.                     'enabled' => true,
  17785.                     'required' => true,
  17786.                     'description' => 'Provide syntax editor for custom Javascript code development.'."\n".'',
  17787.                     'pinned' => false,
  17788.                     'category' => 'Advanced',
  17789.                     'tags' => [
  17790.                     ],
  17791.                     'plugin' => false,
  17792.                     'scripts' => [
  17793.                     ],
  17794.                     'styles' => [
  17795.                     ],
  17796.                     'key' => 'ScriptSource',
  17797.                 ],
  17798.                 'Search' => [
  17799.                     'name' => 'Google Search',
  17800.                     'enabled' => false,
  17801.                     'required' => true,
  17802.                     'description' => 'Embed Google-friendly search bar.'."\n".'',
  17803.                     'pinned' => false,
  17804.                     'category' => 'Google',
  17805.                     'tags' => [
  17806.                     ],
  17807.                     'plugin' => false,
  17808.                     'scripts' => [
  17809.                     ],
  17810.                     'styles' => [
  17811.                     ],
  17812.                     'key' => 'Search',
  17813.                 ],
  17814.                 'SharedContent' => [
  17815.                     'name' => 'Shared Content',
  17816.                     'enabled' => true,
  17817.                     'required' => true,
  17818.                     'description' => 'Embeds a shared content snippet.'."\n".'',
  17819.                     'pinned' => false,
  17820.                     'category' => 'Design',
  17821.                     'tags' => [
  17822.                     ],
  17823.                     'plugin' => false,
  17824.                     'scripts' => [
  17825.                     ],
  17826.                     'styles' => [
  17827.                     ],
  17828.                     'key' => 'SharedContent',
  17829.                 ],
  17830.                 'SharedContentDynamic' => [
  17831.                     'name' => 'Shared Content Dynamic',
  17832.                     'enabled' => true,
  17833.                     'required' => true,
  17834.                     'description' => 'Embeds a shared content snippet based on naming conventions and dynamic lookups.'."\n".'',
  17835.                     'pinned' => false,
  17836.                     'category' => 'Advanced',
  17837.                     'tags' => [
  17838.                     ],
  17839.                     'plugin' => false,
  17840.                     'scripts' => [
  17841.                     ],
  17842.                     'styles' => [
  17843.                     ],
  17844.                     'key' => 'SharedContentDynamic',
  17845.                 ],
  17846.                 'SharedContentDynamicBlock' => [
  17847.                     'name' => 'Shared Content Dynamic Block',
  17848.                     'enabled' => false,
  17849.                     'required' => false,
  17850.                     'description' => 'TODO'."\n".'',
  17851.                     'pinned' => false,
  17852.                     'category' => 'Advanced',
  17853.                     'tags' => [
  17854.                     ],
  17855.                     'plugin' => false,
  17856.                     'scripts' => [
  17857.                     ],
  17858.                     'styles' => [
  17859.                     ],
  17860.                     'key' => 'SharedContentDynamicBlock',
  17861.                 ],
  17862.                 'SiteMap' => [
  17863.                     'name' => 'Site Map',
  17864.                     'enabled' => true,
  17865.                     'required' => true,
  17866.                     'description' => 'Embeds an A-Z sorted sitemap.'."\n".'',
  17867.                     'pinned' => false,
  17868.                     'category' => 'Advanced',
  17869.                     'tags' => [
  17870.                     ],
  17871.                     'plugin' => false,
  17872.                     'scripts' => [
  17873.                     ],
  17874.                     'styles' => [
  17875.                     ],
  17876.                     'key' => 'SiteMap',
  17877.                 ],
  17878.                 'SocialLinks' => [
  17879.                     'name' => 'Social Sharing Links',
  17880.                     'enabled' => false,
  17881.                     'required' => true,
  17882.                     'description' => 'Embeds a common set of social sharing icons into the page.'."\n".'',
  17883.                     'pinned' => false,
  17884.                     'category' => 'Design',
  17885.                     'tags' => [
  17886.                     ],
  17887.                     'plugin' => false,
  17888.                     'scripts' => [
  17889.                     ],
  17890.                     'styles' => [
  17891.                     ],
  17892.                     'key' => 'SocialLinks',
  17893.                 ],
  17894.                 'Tabs' => [
  17895.                     'name' => 'Tabs',
  17896.                     'enabled' => true,
  17897.                     'required' => true,
  17898.                     'description' => 'Horizontally tabbed content panels.'."\n".'',
  17899.                     'pinned' => false,
  17900.                     'category' => 'Design',
  17901.                     'tags' => [
  17902.                     ],
  17903.                     'plugin' => true,
  17904.                     'scripts' => [
  17905.                         => 'jquery-responsive-tabs::/js/jquery.responsiveTabs.min.js',
  17906.                     ],
  17907.                     'styles' => [
  17908.                     ],
  17909.                     'key' => 'Tabs',
  17910.                 ],
  17911.                 'TwitterFeed' => [
  17912.                     'name' => 'Twitter Feed',
  17913.                     'enabled' => true,
  17914.                     'required' => true,
  17915.                     'description' => 'Embeds Twitter feed into the content.'."\n".'',
  17916.                     'pinned' => false,
  17917.                     'category' => 'Design',
  17918.                     'tags' => [
  17919.                     ],
  17920.                     'plugin' => true,
  17921.                     'processor' => true,
  17922.                     'scripts' => [
  17923.                         => 'https://platform.twitter.com/widgets.js',
  17924.                     ],
  17925.                     'styles' => [
  17926.                     ],
  17927.                     'key' => 'TwitterFeed',
  17928.                 ],
  17929.                 'TwitterTweet' => [
  17930.                     'name' => 'Twitter Tweet',
  17931.                     'enabled' => false,
  17932.                     'required' => true,
  17933.                     'description' => 'Embeds basic Twitter "tweeting" button into the content.'."\n".'',
  17934.                     'pinned' => false,
  17935.                     'category' => 'Design',
  17936.                     'tags' => [
  17937.                     ],
  17938.                     'plugin' => false,
  17939.                     'scripts' => [
  17940.                     ],
  17941.                     'styles' => [
  17942.                     ],
  17943.                     'key' => 'TwitterTweet',
  17944.                 ],
  17945.                 'Video' => [
  17946.                     'name' => 'Video',
  17947.                     'enabled' => true,
  17948.                     'required' => true,
  17949.                     'description' => 'Embeds a video (YouTube or Vimeo) into the content via a URL source.'."\n".'',
  17950.                     'pinned' => false,
  17951.                     'category' => 'Design',
  17952.                     'tags' => [
  17953.                     ],
  17954.                     'plugin' => false,
  17955.                     'scripts' => [
  17956.                     ],
  17957.                     'styles' => [
  17958.                     ],
  17959.                     'key' => 'Video',
  17960.                 ],
  17961.                 'Zone' => [
  17962.                     'name' => 'Editable Region',
  17963.                     'enabled' => true,
  17964.                     'required' => true,
  17965.                     'description' => 'Designates a section of content that should be flagged as an "editable region".'."\n".'',
  17966.                     'pinned' => false,
  17967.                     'category' => 'Page Layout/Structure',
  17968.                     'tags' => [
  17969.                     ],
  17970.                     'plugin' => false,
  17971.                     'scripts' => [
  17972.                     ],
  17973.                     'styles' => [
  17974.                     ],
  17975.                     'key' => 'Zone',
  17976.                 ],
  17977.             ],
  17978.             'platform.security.permissions' => [
  17979.                 'app.notifications.automations.admin' => [
  17980.                     'legacy' => false,
  17981.                     'meta' => [
  17982.                         'type' => 'notifications',
  17983.                         'global' => true,
  17984.                     ],
  17985.                     'name' => 'Automations manager',
  17986.                     'product' => 'Automations',
  17987.                     'category' => 'Administrative',
  17988.                     'description' => NULL,
  17989.                     'key' => 'app.notifications.automations.admin',
  17990.                 ],
  17991.                 'app.notifications.contacts.admin' => [
  17992.                     'legacy' => false,
  17993.                     'meta' => [
  17994.                         'type' => 'notifications',
  17995.                         'global' => true,
  17996.                     ],
  17997.                     'name' => 'Contacts manager',
  17998.                     'product' => 'Notifications',
  17999.                     'category' => 'Administrative',
  18000.                     'description' => NULL,
  18001.                     'key' => 'app.notifications.contacts.admin',
  18002.                 ],
  18003.                 'app.notifications.contacts.view' => [
  18004.                     'legacy' => false,
  18005.                     'meta' => [
  18006.                         'type' => 'notifications',
  18007.                         'global' => true,
  18008.                     ],
  18009.                     'name' => 'Contacts viewer',
  18010.                     'product' => 'Notifications',
  18011.                     'category' => 'Administrative',
  18012.                     'description' => NULL,
  18013.                     'key' => 'app.notifications.contacts.view',
  18014.                 ],
  18015.                 'app.notifications.lists.admin' => [
  18016.                     'legacy' => false,
  18017.                     'meta' => [
  18018.                         'type' => 'notifications',
  18019.                         'global' => false,
  18020.                     ],
  18021.                     'name' => 'Lists manager',
  18022.                     'product' => 'Notifications',
  18023.                     'category' => 'Administrative',
  18024.                     'description' => NULL,
  18025.                     'key' => 'app.notifications.lists.admin',
  18026.                 ],
  18027.                 'app.notifications.onboarding.admin' => [
  18028.                     'legacy' => false,
  18029.                     'meta' => [
  18030.                         'type' => 'notifications',
  18031.                         'global' => true,
  18032.                     ],
  18033.                     'name' => 'Onboarding manager',
  18034.                     'product' => 'Notifications',
  18035.                     'category' => 'Administrative',
  18036.                     'description' => NULL,
  18037.                     'key' => 'app.notifications.onboarding.admin',
  18038.                 ],
  18039.                 'app.notifications.templates.admin' => [
  18040.                     'legacy' => false,
  18041.                     'meta' => [
  18042.                         'type' => 'notifications',
  18043.                         'global' => true,
  18044.                     ],
  18045.                     'name' => 'Templates manager',
  18046.                     'product' => 'Notifications',
  18047.                     'category' => 'Administrative',
  18048.                     'description' => NULL,
  18049.                     'key' => 'app.notifications.templates.admin',
  18050.                 ],
  18051.                 'app.notifications.messaging.general' => [
  18052.                     'legacy' => false,
  18053.                     'meta' => [
  18054.                         'type' => 'notifications',
  18055.                         'global' => false,
  18056.                     ],
  18057.                     'name' => 'Send general messaging',
  18058.                     'product' => 'Notifications',
  18059.                     'category' => 'Messaging',
  18060.                     'description' => NULL,
  18061.                     'key' => 'app.notifications.messaging.general',
  18062.                 ],
  18063.                 'app.notifications.messaging.urgent' => [
  18064.                     'legacy' => false,
  18065.                     'meta' => [
  18066.                         'type' => 'notifications',
  18067.                         'global' => false,
  18068.                     ],
  18069.                     'name' => 'Send urgent messages',
  18070.                     'product' => 'Notifications',
  18071.                     'category' => 'Messaging',
  18072.                     'description' => NULL,
  18073.                     'key' => 'app.notifications.messaging.urgent',
  18074.                 ],
  18075.                 'campussuite.cms.tenant.manage' => [
  18076.                     'legacy' => false,
  18077.                     'meta' => [
  18078.                         'type' => 'cms',
  18079.                         'global' => true,
  18080.                     ],
  18081.                     'name' => 'Manage global/universal tenant information',
  18082.                     'product' => 'Platform',
  18083.                     'category' => 'Administrative',
  18084.                     'description' => NULL,
  18085.                     'key' => 'campussuite.cms.tenant.manage',
  18086.                 ],
  18087.                 'app.schools.admin' => [
  18088.                     'legacy' => false,
  18089.                     'meta' => [
  18090.                         'type' => 'cms',
  18091.                         'global' => true,
  18092.                     ],
  18093.                     'name' => 'School/brand manager',
  18094.                     'product' => 'Platform',
  18095.                     'category' => 'Administrative',
  18096.                     'description' => NULL,
  18097.                     'key' => 'app.schools.admin',
  18098.                 ],
  18099.                 'app.security.admin' => [
  18100.                     'legacy' => false,
  18101.                     'meta' => [
  18102.                         'type' => 'cms',
  18103.                         'global' => true,
  18104.                     ],
  18105.                     'name' => 'Security manager',
  18106.                     'product' => 'Platform',
  18107.                     'category' => 'Administrative',
  18108.                     'description' => NULL,
  18109.                     'key' => 'app.security.admin',
  18110.                 ],
  18111.                 'app.social.admin' => [
  18112.                     'legacy' => false,
  18113.                     'meta' => [
  18114.                         'type' => 'cms',
  18115.                         'global' => true,
  18116.                     ],
  18117.                     'name' => 'Social media accounts manager',
  18118.                     'product' => 'Platform',
  18119.                     'category' => 'Administrative',
  18120.                     'description' => NULL,
  18121.                     'key' => 'app.social.admin',
  18122.                 ],
  18123.                 'campussuite.smm.manage' => [
  18124.                     'legacy' => false,
  18125.                     'meta' => [
  18126.                         'type' => 'cms',
  18127.                         'global' => true,
  18128.                     ],
  18129.                     'name' => 'Fully manage social media manager data',
  18130.                     'product' => 'Social Media Manager',
  18131.                     'category' => 'Administration',
  18132.                     'description' => NULL,
  18133.                     'key' => 'campussuite.smm.manage',
  18134.                 ],
  18135.                 'campussuite.ada.manage' => [
  18136.                     'legacy' => false,
  18137.                     'meta' => [
  18138.                         'type' => 'cms',
  18139.                         'global' => true,
  18140.                     ],
  18141.                     'name' => 'Manage the subscription-only ADA features',
  18142.                     'product' => 'Websites',
  18143.                     'category' => 'Accessibility',
  18144.                     'description' => NULL,
  18145.                     'key' => 'campussuite.ada.manage',
  18146.                 ],
  18147.                 'campussuite.cms.domain.manage' => [
  18148.                     'legacy' => false,
  18149.                     'meta' => [
  18150.                         'type' => 'cms',
  18151.                         'global' => true,
  18152.                     ],
  18153.                     'name' => 'Manage domains',
  18154.                     'product' => 'Websites',
  18155.                     'category' => 'Administrative',
  18156.                     'description' => NULL,
  18157.                     'key' => 'campussuite.cms.domain.manage',
  18158.                 ],
  18159.                 'campussuite.cms.sync.manage' => [
  18160.                     'legacy' => false,
  18161.                     'meta' => [
  18162.                         'type' => 'cms',
  18163.                         'global' => false,
  18164.                     ],
  18165.                     'name' => 'Manage iCal syncs',
  18166.                     'product' => 'Websites',
  18167.                     'category' => 'Administrative',
  18168.                     'description' => NULL,
  18169.                     'key' => 'campussuite.cms.sync.manage',
  18170.                 ],
  18171.                 'campussuite.cms.import.manage' => [
  18172.                     'legacy' => false,
  18173.                     'meta' => [
  18174.                         'type' => 'cms',
  18175.                         'global' => true,
  18176.                     ],
  18177.                     'name' => 'Manage imports',
  18178.                     'product' => 'Websites',
  18179.                     'category' => 'Administrative',
  18180.                     'description' => NULL,
  18181.                     'key' => 'campussuite.cms.import.manage',
  18182.                 ],
  18183.                 'campussuite.cms.locks.manage' => [
  18184.                     'legacy' => false,
  18185.                     'meta' => [
  18186.                         'type' => 'cms',
  18187.                         'global' => true,
  18188.                     ],
  18189.                     'name' => 'Manage locks on data in the system',
  18190.                     'product' => 'Websites',
  18191.                     'category' => 'Administrative',
  18192.                     'description' => NULL,
  18193.                     'key' => 'campussuite.cms.locks.manage',
  18194.                 ],
  18195.                 'campussuite.cms.process.manage' => [
  18196.                     'legacy' => true,
  18197.                     'meta' => [
  18198.                         'type' => 'cms',
  18199.                         'global' => true,
  18200.                     ],
  18201.                     'name' => 'Manage process checklist',
  18202.                     'product' => 'Websites',
  18203.                     'category' => 'Administrative',
  18204.                     'description' => NULL,
  18205.                     'key' => 'campussuite.cms.process.manage',
  18206.                 ],
  18207.                 'campussuite.cms.redirects.manage' => [
  18208.                     'legacy' => false,
  18209.                     'meta' => [
  18210.                         'type' => 'cms',
  18211.                         'global' => true,
  18212.                     ],
  18213.                     'name' => 'Manage redirects',
  18214.                     'product' => 'Websites',
  18215.                     'category' => 'Administrative',
  18216.                     'description' => NULL,
  18217.                     'key' => 'campussuite.cms.redirects.manage',
  18218.                 ],
  18219.                 'campussuite.cms.sitebuilder.manage' => [
  18220.                     'legacy' => true,
  18221.                     'meta' => [
  18222.                         'type' => 'cms',
  18223.                         'global' => true,
  18224.                     ],
  18225.                     'name' => 'Manage siteplans',
  18226.                     'category' => 'Administrative',
  18227.                     'product' => 'Websites',
  18228.                     'description' => NULL,
  18229.                     'key' => 'campussuite.cms.sitebuilder.manage',
  18230.                 ],
  18231.                 'campussuite.cms.tags.manage' => [
  18232.                     'legacy' => false,
  18233.                     'meta' => [
  18234.                         'type' => 'cms',
  18235.                         'global' => true,
  18236.                     ],
  18237.                     'name' => 'Manage system-defined tags',
  18238.                     'product' => 'Websites',
  18239.                     'category' => 'Administrative',
  18240.                     'description' => NULL,
  18241.                     'key' => 'campussuite.cms.tags.manage',
  18242.                 ],
  18243.                 'campussuite.cms.theme.manage' => [
  18244.                     'legacy' => false,
  18245.                     'meta' => [
  18246.                         'type' => 'cms',
  18247.                         'global' => true,
  18248.                     ],
  18249.                     'name' => 'Manage themes, layouts, and content templates',
  18250.                     'product' => 'Websites',
  18251.                     'category' => 'Administrative',
  18252.                     'description' => NULL,
  18253.                     'key' => 'campussuite.cms.theme.manage',
  18254.                 ],
  18255.                 'campussuite.cms.log.manage' => [
  18256.                     'legacy' => false,
  18257.                     'meta' => [
  18258.                         'type' => 'cms',
  18259.                         'global' => true,
  18260.                     ],
  18261.                     'name' => 'View system log data',
  18262.                     'product' => 'Websites',
  18263.                     'category' => 'Analytics',
  18264.                     'description' => NULL,
  18265.                     'key' => 'campussuite.cms.log.manage',
  18266.                 ],
  18267.                 'campussuite.cms.stats.manage' => [
  18268.                     'legacy' => false,
  18269.                     'meta' => [
  18270.                         'type' => 'cms',
  18271.                         'global' => true,
  18272.                     ],
  18273.                     'name' => 'View system statistical usage data',
  18274.                     'product' => 'Websites',
  18275.                     'category' => 'Analytics',
  18276.                     'description' => NULL,
  18277.                     'key' => 'campussuite.cms.stats.manage',
  18278.                 ],
  18279.                 'app.feed.pin' => [
  18280.                     'legacy' => false,
  18281.                     'meta' => [
  18282.                         'type' => 'cms',
  18283.                         'global' => false,
  18284.                     ],
  18285.                     'name' => 'Feed pinning',
  18286.                     'product' => 'Websites',
  18287.                     'category' => 'Content',
  18288.                     'description' => NULL,
  18289.                     'key' => 'app.feed.pin',
  18290.                 ],
  18291.                 'campussuite.cms.module.manage' => [
  18292.                     'legacy' => false,
  18293.                     'meta' => [
  18294.                         'type' => 'cms',
  18295.                         'global' => false,
  18296.                     ],
  18297.                     'name' => 'Fully manage data of any module type',
  18298.                     'product' => 'Websites',
  18299.                     'category' => 'Content',
  18300.                     'description' => 'Quick permission for enabled access to all data module types (Alert, Blog, Calendar, Feed, Gallery, News, Page, People, Question, and Shared Content).',
  18301.                     'key' => 'campussuite.cms.module.manage',
  18302.                 ],
  18303.                 'campussuite.cms.modules.alert.manage' => [
  18304.                     'legacy' => false,
  18305.                     'meta' => [
  18306.                         'type' => 'cms',
  18307.                         'global' => false,
  18308.                     ],
  18309.                     'name' => 'Manage data for Alert modules',
  18310.                     'product' => 'Websites',
  18311.                     'category' => 'Content',
  18312.                     'description' => NULL,
  18313.                     'key' => 'campussuite.cms.modules.alert.manage',
  18314.                 ],
  18315.                 'campussuite.cms.modules.blog.manage' => [
  18316.                     'legacy' => false,
  18317.                     'meta' => [
  18318.                         'type' => 'cms',
  18319.                         'global' => false,
  18320.                     ],
  18321.                     'name' => 'Manage data for Blog modules',
  18322.                     'product' => 'Websites',
  18323.                     'category' => 'Content',
  18324.                     'description' => NULL,
  18325.                     'key' => 'campussuite.cms.modules.blog.manage',
  18326.                 ],
  18327.                 'campussuite.cms.modules.calendar.manage' => [
  18328.                     'legacy' => false,
  18329.                     'meta' => [
  18330.                         'type' => 'cms',
  18331.                         'global' => false,
  18332.                     ],
  18333.                     'name' => 'Manage data for Calendar modules',
  18334.                     'product' => 'Websites',
  18335.                     'category' => 'Content',
  18336.                     'description' => NULL,
  18337.                     'key' => 'campussuite.cms.modules.calendar.manage',
  18338.                 ],
  18339.                 'campussuite.cms.modules.feed.manage' => [
  18340.                     'legacy' => true,
  18341.                     'meta' => [
  18342.                         'type' => 'cms',
  18343.                         'global' => false,
  18344.                     ],
  18345.                     'name' => 'Manage data for Feed modules',
  18346.                     'product' => 'Websites',
  18347.                     'category' => 'Content',
  18348.                     'description' => NULL,
  18349.                     'key' => 'campussuite.cms.modules.feed.manage',
  18350.                 ],
  18351.                 'campussuite.cms.modules.gallery.manage' => [
  18352.                     'legacy' => false,
  18353.                     'meta' => [
  18354.                         'type' => 'cms',
  18355.                         'global' => false,
  18356.                     ],
  18357.                     'name' => 'Manage data for Gallery modules',
  18358.                     'product' => 'Websites',
  18359.                     'category' => 'Content',
  18360.                     'description' => NULL,
  18361.                     'key' => 'campussuite.cms.modules.gallery.manage',
  18362.                 ],
  18363.                 'campussuite.cms.modules.news.manage' => [
  18364.                     'legacy' => false,
  18365.                     'meta' => [
  18366.                         'type' => 'cms',
  18367.                         'global' => false,
  18368.                     ],
  18369.                     'name' => 'Manage data for News modules',
  18370.                     'product' => 'Websites',
  18371.                     'category' => 'Content',
  18372.                     'description' => NULL,
  18373.                     'key' => 'campussuite.cms.modules.news.manage',
  18374.                 ],
  18375.                 'campussuite.cms.modules.page.manage' => [
  18376.                     'legacy' => false,
  18377.                     'meta' => [
  18378.                         'type' => 'cms',
  18379.                         'global' => false,
  18380.                     ],
  18381.                     'name' => 'Manage data for Page modules',
  18382.                     'product' => 'Websites',
  18383.                     'category' => 'Content',
  18384.                     'description' => NULL,
  18385.                     'key' => 'campussuite.cms.modules.page.manage',
  18386.                 ],
  18387.                 'campussuite.cms.modules.people.manage' => [
  18388.                     'legacy' => false,
  18389.                     'meta' => [
  18390.                         'type' => 'cms',
  18391.                         'global' => false,
  18392.                     ],
  18393.                     'name' => 'Manage data for People modules',
  18394.                     'product' => 'Websites',
  18395.                     'category' => 'Content',
  18396.                     'description' => NULL,
  18397.                     'key' => 'campussuite.cms.modules.people.manage',
  18398.                 ],
  18399.                 'campussuite.cms.modules.question.manage' => [
  18400.                     'legacy' => false,
  18401.                     'meta' => [
  18402.                         'type' => 'cms',
  18403.                         'global' => false,
  18404.                     ],
  18405.                     'name' => 'Manage data for Question modules',
  18406.                     'product' => 'Websites',
  18407.                     'category' => 'Content',
  18408.                     'description' => NULL,
  18409.                     'key' => 'campussuite.cms.modules.question.manage',
  18410.                 ],
  18411.                 'campussuite.cms.modules.snippet.manage' => [
  18412.                     'legacy' => false,
  18413.                     'meta' => [
  18414.                         'type' => 'cms',
  18415.                         'global' => false,
  18416.                     ],
  18417.                     'name' => 'Manage data for Shared Content modules',
  18418.                     'product' => 'Websites',
  18419.                     'category' => 'Content',
  18420.                     'description' => NULL,
  18421.                     'key' => 'campussuite.cms.modules.snippet.manage',
  18422.                 ],
  18423.                 'campussuite.cms.core.test' => [
  18424.                     'legacy' => true,
  18425.                     'meta' => [
  18426.                         'type' => 'cms',
  18427.                         'global' => true,
  18428.                     ],
  18429.                     'name' => 'Permission for testing purposes',
  18430.                     'product' => 'Websites',
  18431.                     'category' => 'Debugging',
  18432.                     'description' => NULL,
  18433.                     'key' => 'campussuite.cms.core.test',
  18434.                 ],
  18435.                 'campussuite.platform.security.groups.manage' => [
  18436.                     'legacy' => true,
  18437.                     'meta' => [
  18438.                         'type' => 'cms',
  18439.                         'global' => true,
  18440.                     ],
  18441.                     'name' => 'Manage security groups',
  18442.                     'product' => 'Websites',
  18443.                     'category' => 'Security',
  18444.                     'description' => NULL,
  18445.                     'key' => 'campussuite.platform.security.groups.manage',
  18446.                 ],
  18447.                 'campussuite.platform.security.roles.manage' => [
  18448.                     'legacy' => true,
  18449.                     'meta' => [
  18450.                         'type' => 'cms',
  18451.                         'global' => true,
  18452.                     ],
  18453.                     'name' => 'Manage security roles',
  18454.                     'product' => 'Websites',
  18455.                     'category' => 'Security',
  18456.                     'description' => NULL,
  18457.                     'key' => 'campussuite.platform.security.roles.manage',
  18458.                 ],
  18459.                 'campussuite.platform.security.accounts.manage' => [
  18460.                     'legacy' => true,
  18461.                     'meta' => [
  18462.                         'type' => 'cms',
  18463.                         'global' => true,
  18464.                     ],
  18465.                     'name' => 'Manage user accounts',
  18466.                     'product' => 'Websites',
  18467.                     'category' => 'Security',
  18468.                     'description' => NULL,
  18469.                     'key' => 'campussuite.platform.security.accounts.manage',
  18470.                 ],
  18471.                 'campussuite.cms.container.personal.manage' => [
  18472.                     'legacy' => false,
  18473.                     'meta' => [
  18474.                         'type' => 'cms',
  18475.                         'global' => false,
  18476.                     ],
  18477.                     'name' => 'Fully manage any teacher sites',
  18478.                     'product' => 'Websites',
  18479.                     'category' => 'Sites & Departments',
  18480.                     'description' => 'Allows admin access to any teacher site in the system, regardless of whether or not a teacher site belongs to that user.',
  18481.                     'key' => 'campussuite.cms.container.personal.manage',
  18482.                 ],
  18483.                 'campussuite.cms.container.intranet.manage' => [
  18484.                     'legacy' => false,
  18485.                     'meta' => [
  18486.                         'type' => 'cms',
  18487.                         'global' => false,
  18488.                     ],
  18489.                     'name' => 'Fully manage intranets',
  18490.                     'product' => 'Websites',
  18491.                     'category' => 'Sites & Departments',
  18492.                     'description' => NULL,
  18493.                     'key' => 'campussuite.cms.container.intranet.manage',
  18494.                 ],
  18495.                 'campussuite.cms.container.generic.manage' => [
  18496.                     'legacy' => false,
  18497.                     'meta' => [
  18498.                         'type' => 'cms',
  18499.                         'global' => false,
  18500.                     ],
  18501.                     'name' => 'Fully manage websites',
  18502.                     'product' => 'Websites',
  18503.                     'category' => 'Sites & Departments',
  18504.                     'description' => NULL,
  18505.                     'key' => 'campussuite.cms.container.generic.manage',
  18506.                 ],
  18507.                 'campussuite.cms.file.manage' => [
  18508.                     'legacy' => false,
  18509.                     'meta' => [
  18510.                         'type' => 'cms',
  18511.                         'global' => false,
  18512.                     ],
  18513.                     'name' => 'Manage folders and files',
  18514.                     'product' => 'Websites',
  18515.                     'category' => 'Sites & Departments',
  18516.                     'description' => NULL,
  18517.                     'key' => 'campussuite.cms.file.manage',
  18518.                 ],
  18519.                 'campussuite.cms.container.generic.navigation' => [
  18520.                     'legacy' => false,
  18521.                     'meta' => [
  18522.                         'type' => 'cms',
  18523.                         'global' => false,
  18524.                     ],
  18525.                     'name' => 'Manage web department navigation',
  18526.                     'product' => 'Websites',
  18527.                     'category' => 'Sites & Departments',
  18528.                     'description' => NULL,
  18529.                     'key' => 'campussuite.cms.container.generic.navigation',
  18530.                 ],
  18531.                 'campussuite.cms.me.profiles' => [
  18532.                     'legacy' => false,
  18533.                     'meta' => [
  18534.                         'type' => 'cms',
  18535.                         'global' => true,
  18536.                     ],
  18537.                     'name' => 'Allow full management of user profile',
  18538.                     'product' => 'Websites',
  18539.                     'category' => 'User Privileges',
  18540.                     'description' => 'Users logging in will be able to modify existing faculty module profiles regardless of their other publishing permissions.',
  18541.                     'key' => 'campussuite.cms.me.profiles',
  18542.                 ],
  18543.                 'campussuite.cms.me.sites' => [
  18544.                     'legacy' => false,
  18545.                     'meta' => [
  18546.                         'type' => 'cms',
  18547.                         'global' => false,
  18548.                     ],
  18549.                     'name' => 'Allow teacher sites',
  18550.                     'product' => 'Websites',
  18551.                     'category' => 'User Privileges',
  18552.                     '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.',
  18553.                     'key' => 'campussuite.cms.me.sites',
  18554.                 ],
  18555.                 'campussuite.cms.workflows.manage' => [
  18556.                     'legacy' => false,
  18557.                     'meta' => [
  18558.                         'type' => 'cms',
  18559.                         'global' => true,
  18560.                     ],
  18561.                     'name' => 'Manage workflow configuration in the system',
  18562.                     'product' => 'Websites',
  18563.                     'category' => 'Workflows',
  18564.                     'description' => NULL,
  18565.                     'key' => 'campussuite.cms.workflows.manage',
  18566.                 ],
  18567.             ],
  18568.             'platform.security.permissions.aliases' => [
  18569.                 '@app.cms.access.generic' => [
  18570.                     => 'campussuite.cms.container.generic.manage',
  18571.                     => 'campussuite.cms.module.manage',
  18572.                 ],
  18573.                 '@app.cms.access.intranet' => [
  18574.                     => 'campussuite.cms.container.intranet.manage',
  18575.                     => 'campussuite.cms.module.manage',
  18576.                 ],
  18577.                 '@app.cms.access.personal' => [
  18578.                     => 'campussuite.cms.container.personal.manage',
  18579.                     => 'campussuite.cms.module.manage',
  18580.                 ],
  18581.                 '@app.cms.modules.access' => [
  18582.                     => 'campussuite.cms.module.manage',
  18583.                     => 'campussuite.cms.modules.alert.manage',
  18584.                     => 'campussuite.cms.modules.blog.manage',
  18585.                     => 'campussuite.cms.modules.calendar.manage',
  18586.                     => 'campussuite.cms.modules.feed.manage',
  18587.                     => 'campussuite.cms.modules.gallery.manage',
  18588.                     => 'campussuite.cms.modules.news.manage',
  18589.                     => 'campussuite.cms.modules.page.manage',
  18590.                     => 'campussuite.cms.modules.people.manage',
  18591.                     => 'campussuite.cms.modules.question.manage',
  18592.                     10 => 'campussuite.cms.modules.snippet.manage',
  18593.                 ],
  18594.                 '@app.notifications.access' => [
  18595.                     => 'app.notifications.automations.admin',
  18596.                     => 'app.notifications.contacts.admin',
  18597.                     => 'app.notifications.contacts.view',
  18598.                     => 'app.notifications.lists.admin',
  18599.                     => 'app.notifications.messaging.general',
  18600.                     => 'app.notifications.messaging.urgent',
  18601.                     => 'app.notifications.onboarding.admin',
  18602.                     => 'app.notifications.templates.admin',
  18603.                 ],
  18604.             ],
  18605.             'console.command.ids' => [
  18606.                 => 'console.command.public_alias.App\\Command\\ConditionQueryExecCommand',
  18607.                 => 'console.command.public_alias.App\\Command\\FileResizeCommand',
  18608.                 => 'console.command.public_alias.App\\Command\\FirebaseSingleTestCommand',
  18609.                 => 'console.command.public_alias.App\\Command\\RebrandlyCleanupCommand',
  18610.                 => 'console.command.public_alias.App\\Command\\SchoolNowContentMigrationCommand',
  18611.                 => 'console.command.public_alias.App\\Command\\SchoolNowFilesProcessCommand',
  18612.                 => 'console.command.public_alias.App\\Command\\SchoolNowFilesUploadCommand',
  18613.                 => 'console.command.public_alias.App\\Command\\SchoolNowFixerCommand',
  18614.                 => 'console.command.public_alias.App\\Command\\SendgridDumpCommand',
  18615.                 => 'console.command.public_alias.App\\Command\\SendgridSyncCommand',
  18616.                 10 => 'console.command.public_alias.App\\Command\\TenantWebPageStatsCommand',
  18617.                 11 => 'console.command.public_alias.App\\Command\\TwilioDumpCommand',
  18618.                 12 => 'console.command.public_alias.App\\Command\\TwilioSyncCommand',
  18619.                 13 => 'console.command.public_alias.App\\Command\\UlidPopulationCommand',
  18620.                 14 => 'console.command.public_alias.App\\Command\\WebPageStatsCommand',
  18621.                 15 => 'console.command.public_alias.Cms\\AssetsBundle\\Command\\MirrorCommand',
  18622.                 16 => 'console.command.public_alias.Cms\\ContainerBundle\\Command\\ReorderCommand',
  18623.                 17 => 'console.command.public_alias.Cms\\ContainerBundle\\Command\\SwapCommand',
  18624.                 18 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\RestoreTrimCommand',
  18625.                 19 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\TwilioSubaccountCleanupCommand',
  18626.                 20 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\UpdateSharedAccountsCommand',
  18627.                 21 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\UptimeCommand',
  18628.                 22 => 'console.command.public_alias.Cms\\DevelopmentBundle\\Command\\OpenSourceSurveyCommand',
  18629.                 23 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeAccountGeneratorCommand',
  18630.                 24 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeKeyPairGeneratorCommand',
  18631.                 25 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\DnsCheckCommand',
  18632.                 26 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SelfSigningCommand',
  18633.                 27 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptProvisionCommand',
  18634.                 28 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptRenewalsCommand',
  18635.                 29 => 'console.command.public_alias.Cms\\FileBundle\\Command\\AwsRekognitionCommand',
  18636.                 30 => 'console.command.public_alias.Cms\\FileBundle\\Command\\DispositionFixCommand',
  18637.                 31 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileCheckerCommand',
  18638.                 32 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileDeletionCommand',
  18639.                 33 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileUrlReplacementToolCommand',
  18640.                 34 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FilesFixerCommand',
  18641.                 35 => 'console.command.public_alias.Cms\\FileBundle\\Command\\OptimizerDaemonCommand',
  18642.                 36 => 'console.command.public_alias.Cms\\FileBundle\\Command\\PdfMetaFixerCommand',
  18643.                 37 => 'console.command.public_alias.Cms\\FileBundle\\Command\\TreeFixCommand',
  18644.                 38 => 'console.command.public_alias.Cms\\LogBundle\\Command\\ActionsCommand',
  18645.                 39 => 'console.command.public_alias.Cms\\RedirectBundle\\Command\\RedirectsCheckerCommand',
  18646.                 40 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\DeployCommand',
  18647.                 41 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\FixerCommand',
  18648.                 42 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelCloneCommand',
  18649.                 43 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelDumpCommand',
  18650.                 44 => 'console.command.public_alias.Cms\\SystemBundle\\Command\\AnnounceCommand',
  18651.                 45 => 'console.command.public_alias.Cms\\TenantBundle\\Command\\DecommissionCommand',
  18652.                 46 => 'console.command.public_alias.Cms\\TenantBundle\\Command\\ProvisionCommand',
  18653.                 47 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\CopyLayoutCommand',
  18654.                 48 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutCommand',
  18655.                 49 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutsCommand',
  18656.                 50 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplateCommand',
  18657.                 51 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplatesCommand',
  18658.                 52 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\GenerateOverridesCommand',
  18659.                 53 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\InstallCommand',
  18660.                 54 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeCompileCommand',
  18661.                 55 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemePackagePreparationCommand',
  18662.                 56 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeStarterGenerationCommand',
  18663.                 57 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeWatcherCommand',
  18664.                 58 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\TwigDumpCommand',
  18665.                 59 => 'console.command.public_alias.Cms\\WidgetBundle\\Command\\InstallCommand',
  18666.                 60 => 'console.command.public_alias.Platform\\QueueBundle\\Command\\AsyncDaemonCommand',
  18667.                 61 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\AuditCommand',
  18668.                 62 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\CommonLoginPasswordResetCommand',
  18669.                 63 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\ContractorLoginPasswordResetCommand',
  18670.                 64 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\GroupAccountDuplicateFixerCommand',
  18671.                 65 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\SetPasswordCommand',
  18672.                 66 => 'console.command.public_alias.Products\\AdaBundle\\Command\\FileUploadFixerCommand',
  18673.             ],
  18674.         ];
  18675.     }
  18676.     protected function throw($message)
  18677.     {
  18678.         throw new RuntimeException($message);
  18679.     }
  18680. }