var/cache/test/ContainerX74tA3D/App_KernelTestDebugContainer.php line 4650

Open in your IDE?
  1. <?php
  2. namespace ContainerX74tA3D;
  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\\LoginFormAuthenticator' => 'getLoginFormAuthenticatorService',
  332.             'Platform\\SecurityBundle\\Service\\Authenticator\\OAuthInstantLoginAuthenticator' => 'getOAuthInstantLoginAuthenticatorService',
  333.             'Platform\\SecurityBundle\\Service\\Authenticator\\OAuthLoginAuthenticator' => 'getOAuthLoginAuthenticatorService',
  334.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardAccessDeniedHandler' => 'getDashboardAccessDeniedHandlerService',
  335.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardAuthenticationEntryPoint' => 'getDashboardAuthenticationEntryPointService',
  336.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardRequestMatcher' => 'getDashboardRequestMatcherService',
  337.             'Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber' => 'getDashboardSecuritySubscriberService',
  338.             'Platform\\SecurityBundle\\Service\\Login\\LoginSystem' => 'getLoginSystemService',
  339.             'Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService' => 'getOAuthProviderServiceService',
  340.             'Platform\\SecurityBundle\\Service\\OAuth\\OAuthServiceFactory' => 'getOAuthServiceFactoryService',
  341.             'Platform\\SecurityBundle\\Service\\PasswordService' => 'getPasswordServiceService',
  342.             'Platform\\SecurityBundle\\Service\\Reporters\\AccountReporter' => 'getAccountReporterService',
  343.             'Platform\\SecurityBundle\\Service\\Search\\AccountSearcher' => 'getAccountSearcherService',
  344.             'Platform\\SecurityBundle\\Service\\Search\\GroupSearcher' => 'getGroupSearcherService',
  345.             'Platform\\SecurityBundle\\Service\\Search\\RoleSearcher' => 'getRoleSearcherService',
  346.             'Platform\\SecurityBundle\\Service\\Voters\\ImpersonateVoter' => 'getImpersonateVoterService',
  347.             'Products\\AdaBundle\\Controller\\Dashboard\\ContentController' => 'getContentController2Service',
  348.             'Products\\AdaBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController9Service',
  349.             'Products\\AdaBundle\\Controller\\Dashboard\\DocumentsController' => 'getDocumentsControllerService',
  350.             'Products\\AdaBundle\\Service\\AdaFileSearcher' => 'getAdaFileSearcherService',
  351.             'Products\\AppBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController10Service',
  352.             'Products\\NotificationsBundle\\Controller\\Portal\\CheckupController' => 'getCheckupControllerService',
  353.             'Products\\NotificationsBundle\\Controller\\Portal\\LanguageController' => 'getLanguageControllerService',
  354.             'Products\\NotificationsBundle\\Controller\\Portal\\LoginController' => 'getLoginController2Service',
  355.             'Products\\NotificationsBundle\\Controller\\Portal\\MessagesController' => 'getMessagesController2Service',
  356.             'Products\\NotificationsBundle\\Controller\\System\\SendgridWebhookController' => 'getSendgridWebhookControllerService',
  357.             'Products\\NotificationsBundle\\Controller\\System\\TwilioWebhookController' => 'getTwilioWebhookControllerService',
  358.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\MessagingController' => 'getMessagingControllerService',
  359.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\PlaybackController' => 'getPlaybackControllerService',
  360.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\RecordingController' => 'getRecordingController2Service',
  361.             'Products\\NotificationsBundle\\Controller\\System\\Twilio\\VoiceController' => 'getVoiceControllerService',
  362.             'Products\\NotificationsBundle\\Service\\AutomationService' => 'getAutomationServiceService',
  363.             'Products\\NotificationsBundle\\Service\\Builder\\ConditionDictionaryBuilder' => 'getConditionDictionaryBuilderService',
  364.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\AppChannelHandler' => 'getAppChannelHandlerService',
  365.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\EmailChannelHandler' => 'getEmailChannelHandlerService',
  366.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\FacebookChannelHandler' => 'getFacebookChannelHandlerService',
  367.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\InstagramChannelHandler' => 'getInstagramChannelHandlerService',
  368.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\SmsChannelHandler' => 'getSmsChannelHandlerService',
  369.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\TwitterChannelHandler' => 'getTwitterChannelHandlerService',
  370.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\VoiceChannelHandler' => 'getVoiceChannelHandlerService',
  371.             'Products\\NotificationsBundle\\Service\\ChannelHandlers\\WebsiteChannelHandler' => 'getWebsiteChannelHandlerService',
  372.             'Products\\NotificationsBundle\\Service\\ContactMonitor' => 'getContactMonitorService',
  373.             'Products\\NotificationsBundle\\Service\\ListLogic' => 'getListLogicService',
  374.             'Products\\NotificationsBundle\\Service\\MessageLogic' => 'getMessageLogicService',
  375.             'Products\\NotificationsBundle\\Service\\OnboardingService' => 'getOnboardingServiceService',
  376.             'Products\\NotificationsBundle\\Service\\PortalService' => 'getPortalServiceService',
  377.             'Products\\NotificationsBundle\\Service\\ProfileLogic' => 'getProfileLogicService',
  378.             'Products\\NotificationsBundle\\Service\\Switchboard' => 'getSwitchboardService',
  379.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\AbstractAuthenticatedController' => 'getAbstractAuthenticatedControllerService',
  380.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\DefaultController' => 'getDefaultController11Service',
  381.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\FeedController' => 'getFeedController3Service',
  382.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\ListController' => 'getListControllerService',
  383.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\MessagesController' => 'getMessagesController3Service',
  384.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\OAuthController' => 'getOAuthController2Service',
  385.             'Products\\SchoolNowBundle\\Controller\\AdminApi\\TemplatesController' => 'getTemplatesController2Service',
  386.             'Products\\SchoolNowBundle\\Controller\\Api\\CheckupController' => 'getCheckupController2Service',
  387.             'Products\\SchoolNowBundle\\Controller\\Api\\DefaultController' => 'getDefaultController12Service',
  388.             'Products\\SchoolNowBundle\\Controller\\Api\\FeedsController' => 'getFeedsControllerService',
  389.             'Products\\SchoolNowBundle\\Controller\\Api\\ManagementController' => 'getManagementController2Service',
  390.             'Products\\SchoolNowBundle\\Controller\\Api\\OAuthController' => 'getOAuthController3Service',
  391.             'Products\\SchoolNowBundle\\Controller\\Api\\SchoolsController' => 'getSchoolsController2Service',
  392.             'Products\\SchoolNowBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController13Service',
  393.             'Products\\SchoolNowBundle\\Service\\MobileApiSerializer' => 'getMobileApiSerializerService',
  394.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractEntryNormalizer' => 'getAbstractEntryNormalizerService',
  395.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractListNormalizer' => 'getAbstractListNormalizerService',
  396.             'Products\\SchoolNowBundle\\Service\\Normalizer\\AbstractObjectNormalizer' => 'getAbstractObjectNormalizerService',
  397.             'Products\\SchoolNowBundle\\Service\\Normalizer\\MediaNormalizer' => 'getMediaNormalizerService',
  398.             'Products\\SchoolNowBundle\\Service\\Normalizer\\MessageDetailsNormalizer' => 'getMessageDetailsNormalizerService',
  399.             'Products\\SchoolNowBundle\\Service\\Normalizer\\RecordingExtendedNormalizer' => 'getRecordingExtendedNormalizerService',
  400.             'Products\\SchoolNowBundle\\Service\\Normalizer\\SchoolNormalizer' => 'getSchoolNormalizerService',
  401.             'Products\\SchoolNowBundle\\Service\\Normalizer\\TemplateDetailsNormalizer' => 'getTemplateDetailsNormalizerService',
  402.             'Products\\SchoolNowBundle\\Service\\Normalizer\\VoiceCallerIdBasicNormalizer' => 'getVoiceCallerIdBasicNormalizerService',
  403.             'Products\\SchoolNowBundle\\Service\\PostLogic' => 'getPostLogicService',
  404.             'Products\\SchoolNowBundle\\Service\\VideoMediaHelper' => 'getVideoMediaHelperService',
  405.             'Products\\SocialBundle\\Controller\\Dashboard\\DefaultController' => 'getDefaultController14Service',
  406.             'Products\\SocialBundle\\Controller\\Dashboard\\SettingsController' => 'getSettingsController2Service',
  407.             'Products\\SocialBundle\\Service\\Search\\SocialPostSearcher' => 'getSocialPostSearcherService',
  408.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  409.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  410.             'cache.app_clearer' => 'getCache_AppClearerService',
  411.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  412.             'cache.system_clearer' => 'getCache_SystemClearerService',
  413.             'cache_warmer' => 'getCacheWarmerService',
  414.             'console.command.public_alias.App\\Command\\ConditionQueryExecCommand' => 'getConditionQueryExecCommandService',
  415.             'console.command.public_alias.App\\Command\\FileResizeCommand' => 'getFileResizeCommandService',
  416.             'console.command.public_alias.App\\Command\\FirebaseSingleTestCommand' => 'getFirebaseSingleTestCommandService',
  417.             'console.command.public_alias.App\\Command\\RebrandlyCleanupCommand' => 'getRebrandlyCleanupCommandService',
  418.             'console.command.public_alias.App\\Command\\SchoolNowContentMigrationCommand' => 'getSchoolNowContentMigrationCommandService',
  419.             'console.command.public_alias.App\\Command\\SchoolNowFilesProcessCommand' => 'getSchoolNowFilesProcessCommandService',
  420.             'console.command.public_alias.App\\Command\\SchoolNowFilesUploadCommand' => 'getSchoolNowFilesUploadCommandService',
  421.             'console.command.public_alias.App\\Command\\SchoolNowFixerCommand' => 'getSchoolNowFixerCommandService',
  422.             'console.command.public_alias.App\\Command\\SendgridDumpCommand' => 'getSendgridDumpCommandService',
  423.             'console.command.public_alias.App\\Command\\SendgridSyncCommand' => 'getSendgridSyncCommandService',
  424.             'console.command.public_alias.App\\Command\\TenantWebPageStatsCommand' => 'getTenantWebPageStatsCommandService',
  425.             'console.command.public_alias.App\\Command\\TwilioDumpCommand' => 'getTwilioDumpCommandService',
  426.             'console.command.public_alias.App\\Command\\TwilioSyncCommand' => 'getTwilioSyncCommandService',
  427.             'console.command.public_alias.App\\Command\\UlidPopulationCommand' => 'getUlidPopulationCommandService',
  428.             'console.command.public_alias.App\\Command\\WebPageStatsCommand' => 'getWebPageStatsCommandService',
  429.             'console.command.public_alias.Cms\\AssetsBundle\\Command\\MirrorCommand' => 'getMirrorCommandService',
  430.             'console.command.public_alias.Cms\\ContainerBundle\\Command\\ReorderCommand' => 'getReorderCommandService',
  431.             'console.command.public_alias.Cms\\ContainerBundle\\Command\\SwapCommand' => 'getSwapCommandService',
  432.             'console.command.public_alias.Cms\\CoreBundle\\Command\\RestoreTrimCommand' => 'getRestoreTrimCommandService',
  433.             'console.command.public_alias.Cms\\CoreBundle\\Command\\TwilioSubaccountCleanupCommand' => 'getTwilioSubaccountCleanupCommandService',
  434.             'console.command.public_alias.Cms\\CoreBundle\\Command\\UpdateSharedAccountsCommand' => 'getUpdateSharedAccountsCommandService',
  435.             'console.command.public_alias.Cms\\CoreBundle\\Command\\UptimeCommand' => 'getUptimeCommandService',
  436.             'console.command.public_alias.Cms\\DevelopmentBundle\\Command\\OpenSourceSurveyCommand' => 'getOpenSourceSurveyCommandService',
  437.             'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeAccountGeneratorCommand' => 'getAcmeAccountGeneratorCommandService',
  438.             'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeKeyPairGeneratorCommand' => 'getAcmeKeyPairGeneratorCommandService',
  439.             'console.command.public_alias.Cms\\DomainBundle\\Command\\DnsCheckCommand' => 'getDnsCheckCommandService',
  440.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SelfSigningCommand' => 'getSelfSigningCommandService',
  441.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptProvisionCommand' => 'getSslLetsEncryptProvisionCommandService',
  442.             'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptRenewalsCommand' => 'getSslLetsEncryptRenewalsCommandService',
  443.             'console.command.public_alias.Cms\\FileBundle\\Command\\AwsRekognitionCommand' => 'getAwsRekognitionCommandService',
  444.             'console.command.public_alias.Cms\\FileBundle\\Command\\DispositionFixCommand' => 'getDispositionFixCommandService',
  445.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileCheckerCommand' => 'getFileCheckerCommandService',
  446.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileDeletionCommand' => 'getFileDeletionCommandService',
  447.             'console.command.public_alias.Cms\\FileBundle\\Command\\FileUrlReplacementToolCommand' => 'getFileUrlReplacementToolCommandService',
  448.             'console.command.public_alias.Cms\\FileBundle\\Command\\FilesFixerCommand' => 'getFilesFixerCommandService',
  449.             'console.command.public_alias.Cms\\FileBundle\\Command\\OptimizerDaemonCommand' => 'getOptimizerDaemonCommandService',
  450.             'console.command.public_alias.Cms\\FileBundle\\Command\\PdfMetaFixerCommand' => 'getPdfMetaFixerCommandService',
  451.             'console.command.public_alias.Cms\\FileBundle\\Command\\TreeFixCommand' => 'getTreeFixCommandService',
  452.             'console.command.public_alias.Cms\\LogBundle\\Command\\ActionsCommand' => 'getActionsCommandService',
  453.             'console.command.public_alias.Cms\\RedirectBundle\\Command\\RedirectsCheckerCommand' => 'getRedirectsCheckerCommandService',
  454.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\DeployCommand' => 'getDeployCommandService',
  455.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\FixerCommand' => 'getFixerCommandService',
  456.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelCloneCommand' => 'getModelCloneCommandService',
  457.             'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelDumpCommand' => 'getModelDumpCommandService',
  458.             'console.command.public_alias.Cms\\SystemBundle\\Command\\AnnounceCommand' => 'getAnnounceCommandService',
  459.             'console.command.public_alias.Cms\\TenantBundle\\Command\\DecommissionCommand' => 'getDecommissionCommandService',
  460.             'console.command.public_alias.Cms\\TenantBundle\\Command\\ProvisionCommand' => 'getProvisionCommandService',
  461.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\CopyLayoutCommand' => 'getCopyLayoutCommandService',
  462.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutCommand' => 'getDumpLayoutCommandService',
  463.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutsCommand' => 'getDumpLayoutsCommandService',
  464.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplateCommand' => 'getDumpTemplateCommandService',
  465.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplatesCommand' => 'getDumpTemplatesCommandService',
  466.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\GenerateOverridesCommand' => 'getGenerateOverridesCommandService',
  467.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\InstallCommand' => 'getInstallCommandService',
  468.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeCompileCommand' => 'getThemeCompileCommandService',
  469.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemePackagePreparationCommand' => 'getThemePackagePreparationCommandService',
  470.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeStarterGenerationCommand' => 'getThemeStarterGenerationCommandService',
  471.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeWatcherCommand' => 'getThemeWatcherCommandService',
  472.             'console.command.public_alias.Cms\\ThemeBundle\\Command\\TwigDumpCommand' => 'getTwigDumpCommandService',
  473.             'console.command.public_alias.Cms\\WidgetBundle\\Command\\InstallCommand' => 'getInstallCommand2Service',
  474.             'console.command.public_alias.Platform\\QueueBundle\\Command\\AsyncDaemonCommand' => 'getAsyncDaemonCommandService',
  475.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\AuditCommand' => 'getAuditCommandService',
  476.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\CommonLoginPasswordResetCommand' => 'getCommonLoginPasswordResetCommandService',
  477.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\ContractorLoginPasswordResetCommand' => 'getContractorLoginPasswordResetCommandService',
  478.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\GroupAccountDuplicateFixerCommand' => 'getGroupAccountDuplicateFixerCommandService',
  479.             'console.command.public_alias.Platform\\SecurityBundle\\Command\\SetPasswordCommand' => 'getSetPasswordCommandService',
  480.             'console.command.public_alias.Products\\AdaBundle\\Command\\FileUploadFixerCommand' => 'getFileUploadFixerCommandService',
  481.             'console.command_loader' => 'getConsole_CommandLoaderService',
  482.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  483.             'error_controller' => 'getErrorControllerService',
  484.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  485.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  486.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  487.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  488.             'routing.loader' => 'getRouting_LoaderService',
  489.             'services_resetter' => 'getServicesResetterService',
  490.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  491.             'test.service_container' => 'getTest_ServiceContainerService',
  492.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  493.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  494.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  495.         ];
  496.         $this->aliases = [
  497.             'database_connection' => 'doctrine.dbal.default_connection',
  498.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  499.         ];
  500.         $this->privates['service_container'] = function () {
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  507.             include_once \dirname(__DIR__4).'/src/App/Kernel.php';
  508.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  510.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  511.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php';
  512.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  516.             include_once \dirname(__DIR__4).'/vendor/joshtronic/php-loremipsum/src/LoremIpsum.php';
  517.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Decorator/EntityManagerDecorator.php';
  522.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Util/Doctrine/EntityManager.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  524.             include_once \dirname(__DIR__4).'/src/Profiler/MySQLProfilerStorage.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  527.             include_once \dirname(__DIR__4).'/src/App/Contracts/Service/CustomServiceSubscriberTrait.php';
  528.             include_once \dirname(__DIR__4).'/src/App/Controller/AbstractController.php';
  529.             include_once \dirname(__DIR__4).'/src/Platform/MarketingBundle/Model/ProductControllerInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  531.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/AbstractDashboardController.php';
  532.             include_once \dirname(__DIR__4).'/src/App/Controller/PaginationTrait.php';
  533.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/AccountController.php';
  534.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  538.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/AutomationController.php';
  539.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/GroupController.php';
  540.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/ProfileController.php';
  541.             include_once \dirname(__DIR__4).'/src/App/Controller/Dashboard/Settings/RoleController.php';
  542.             include_once \dirname(__DIR__4).'/src/App/Service/Content/WebUrlGenerator.php';
  543.             include_once \dirname(__DIR__4).'/src/App/Service/Data/PhoneNumberService.php';
  544.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/CloudTranslator.php';
  545.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/Translation/AbstractTranslationClient.php';
  546.             include_once \dirname(__DIR__4).'/src/App/Service/Intl/Translation/GoogleTranslationClient.php';
  547.             include_once \dirname(__DIR__4).'/src/App/Service/MediaDecorator.php';
  548.             include_once \dirname(__DIR__4).'/src/App/Service/Messaging/MessagingContext.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  553.             include_once \dirname(__DIR__4).'/src/App/Service/NgrokRouter.php';
  554.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryPreviewer.php';
  555.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryTransformer.php';
  556.             include_once \dirname(__DIR__4).'/src/App/Service/Query/ConditionQueryValidator.php';
  557.             include_once \dirname(__DIR__4).'/src/App/Service/TenantContext.php';
  558.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/Onboarding/AbstractSendgridOnboardingHandler.php';
  559.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/Onboarding/SendgridSendersOnboardingHandler.php';
  560.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Sendgrid/SendgridFactory.php';
  561.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/AbstractTwilioOnboardingHandler.php';
  562.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioCnamOnboardingHandler.php';
  563.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioPhoneOnboardingHandler.php';
  564.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioSmsOnboardingHandler.php';
  565.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/Onboarding/TwilioVoiceOnboardingHandler.php';
  566.             include_once \dirname(__DIR__4).'/src/App/Service/Vendors/Twilio/TwilioFactory.php';
  567.             include_once \dirname(__DIR__4).'/src/App/Subscriber/HstsSubscriber.php';
  568.             include_once \dirname(__DIR__4).'/src/App/Subscriber/Routing/AppContextSubscriber.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  571.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/ArraysExtension.php';
  572.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/BlobsExtension.php';
  573.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/CronTranslatorExtension.php';
  574.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/DomExtension.php';
  575.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/FormExtension.php';
  576.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/HtmlExtension.php';
  577.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/MediaExtension.php';
  578.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/MiscellaneousExtension.php';
  579.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/PhoneNumberExtension.php';
  580.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/SecurityExtension.php';
  581.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/TypesExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  583.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/ViewLayerExtension.php';
  584.             include_once \dirname(__DIR__4).'/src/App/Twig/Extension/VolatilesExtension.php';
  585.             include_once \dirname(__DIR__4).'/src/App/Twig/ViewLayerGlobal.php';
  586.             include_once \dirname(__DIR__4).'/src/App/Security/Core/Authorization/AccessTesterManager.php';
  587.             include_once \dirname(__DIR__4).'/src/App/Security/Core/Authorization/AuthorizationTester.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  590.             include_once \dirname(__DIR__4).'/src/App/Security/Firewall/PortalFirewall.php';
  591.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/StorageManager.php';
  592.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractBlobConsumer.php';
  593.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/ContactAttemptBlobConsumer.php';
  594.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/DepartmentBlobConsumer.php';
  595.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/LooseFileBlobConsumer.php';
  596.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/RecordingBlobConsumer.php';
  597.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobConsumers/SchoolBlobConsumer.php';
  598.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractBlobManager.php';
  599.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/ContactAttemptBlobManager.php';
  600.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/DepartmentBlobManager.php';
  601.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/LooseFileBlobManager.php';
  602.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/RecordingBlobManager.php';
  603.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/BlobManagers/SchoolBlobManager.php';
  604.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/AbstractStorage.php';
  605.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/Storages/AbstractS3Storage.php';
  606.             include_once \dirname(__DIR__4).'/src/App/Component/Blobs/Storages/DefaultS3Storage.php';
  607.             include_once \dirname(__DIR__4).'/src/Cms/AssetsBundle/Service/AssetCatalog.php';
  608.             include_once \dirname(__DIR__4).'/src/Cms/AssetsBundle/Service/AssetsTwigExtension.php';
  609.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Service/ContainerService.php';
  610.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Service/DebuggingService.php';
  611.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerDebuggingExtension.php';
  612.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerExtension.php';
  613.             include_once \dirname(__DIR__4).'/src/Cms/ContainerBundle/Twig/ContainerRouteExtension.php';
  614.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/ContentVariablesManager.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  616.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/SafeTwigEnvironment.php';
  617.             include_once \dirname(__DIR__4).'/src/Cms/ContentBundle/Service/Twig/ContentEditorExtension.php';
  618.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Aws/S3Wrapper.php';
  619.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/AccountCacher.php';
  620.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/CacherHub.php';
  621.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/ContainerCacher.php';
  622.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/DomainCacher.php';
  623.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/FileCacher.php';
  624.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/FolderCacher.php';
  625.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/IntranetSiteCacher.php';
  626.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/PersonalSiteCacher.php';
  627.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Cachers/SiteCacher.php';
  628.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/ContextManager.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  630.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/ExpressionLanguage/CustomExpressionFunctionProvider.php';
  631.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/LocaleManager.php';
  632.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Locksmith.php';
  633.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/SceneRenderer.php';
  634.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/StringUtils/LoremIpsumGenerator.php';
  635.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/SystemSetup.php';
  636.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Transcoding/Transcoder.php';
  637.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ArraysExtension.php';
  638.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ClassifyExtension.php';
  639.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/ContextExtension.php';
  640.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/DateTimeExtension.php';
  641.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/GlobalVariables.php';
  642.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Twig/StringExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/EventListeners/CacheOverrideListener.php';
  644.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Twig/NestedExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  648.             include_once \dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Collector/TenantCollector.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  650.             include_once \dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Collector/SecurityCollector.php';
  651.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/FileManager.php';
  652.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Image.php';
  653.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Twig/FileExtension.php';
  654.             include_once \dirname(__DIR__4).'/src/Cms/FileBundle/Service/Twig/UrlExtension.php';
  655.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/ResolverManager.php';
  656.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AbstractResolver.php';
  657.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AccountResolver.php';
  658.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/DepartmentResolver.php';
  659.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/DomainResolver.php';
  660.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/EnvironmentResolver.php';
  661.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/AbstractThemeOverridableResolver.php';
  662.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/InnerLayoutResolver.php';
  663.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/LocaleResolver.php';
  664.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/ModuleResolver.php';
  665.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/OuterLayoutResolver.php';
  666.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/SchoolResolver.php';
  667.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/TenantResolver.php';
  668.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/ThemeResolver.php';
  669.             include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/Resolvers/UrlResolver.php';
  670.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  671.             include_once \dirname(__DIR__4).'/src/Cms/LogBundle/Service/Processor/SuspiciousOperationProcessor.php';
  672.             include_once \dirname(__DIR__4).'/vendor/rollbar/rollbar-php-symfony-bundle/Factories/RollbarHandlerFactory.php';
  673.             include_once \dirname(__DIR__4).'/src/Cms/LogBundle/Service/RollbarHandlerFactory.php';
  674.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/DraftManager.php';
  675.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/ModuleManager.php';
  676.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/PublicationService.php';
  677.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Service/UrlManager.php';
  678.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Twig/ModuleListingExtension.php';
  679.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Twig/ModuleRouteExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  681.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Request/ParamConverter/ContainerConverter.php';
  682.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Request/ParamConverter/ModuleEntityConverter.php';
  683.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/ModuleConfig.php';
  684.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/RssFeedTrait.php';
  685.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/FeedTrait.php';
  686.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/FeedSecurityTrait.php';
  687.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/SocialMetaTrait.php';
  688.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/CascadingSharesTrait.php';
  689.             include_once \dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/Service/AlertModuleConfig.php';
  690.             include_once \dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/Service/BlogModuleConfig.php';
  691.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Model/Traits/FrontendActions/IcalFeedTrait.php';
  692.             include_once \dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/Service/CalendarModuleConfig.php';
  693.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/GalleryModuleConfig.php';
  694.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/ModulesGalleryEntries.php';
  695.             include_once \dirname(__DIR__4).'/src/Cms/CoreBundle/Service/Transcoding/TranscodingMapperInterface.php';
  696.             include_once \dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Service/ModulesGalleryTranscodingMapper.php';
  697.             include_once \dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/Service/NewsModuleConfig.php';
  698.             include_once \dirname(__DIR__4).'/src/Cms/Modules/PageBundle/Service/PageModuleConfig.php';
  699.             include_once \dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Service/PeopleModuleConfig.php';
  700.             include_once \dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/Service/QuestionModuleConfig.php';
  701.             include_once \dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/Service/SnippetModuleConfig.php';
  702.             include_once \dirname(__DIR__4).'/src/Cms/NavigationBundle/Service/NavigationTranscodingMapper.php';
  703.             include_once \dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Service/SitebuilderTranscodingMapper.php';
  704.             include_once \dirname(__DIR__4).'/src/Cms/TenantBundle/Service/Twig/TenantExtension.php';
  705.             include_once \dirname(__DIR__4).'/src/Cms/TenantBundle/Listener/PolicyListener.php';
  706.             include_once \dirname(__DIR__4).'/src/Cms/ThemeBundle/Service/PackageManager.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  708.             include_once \dirname(__DIR__4).'/src/Cms/ThemeBundle/Service/Twig/Loader/DatabaseLoader.php';
  709.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/Twig/WidgetExtension.php';
  710.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/WidgetDependencyInjector.php';
  711.             include_once \dirname(__DIR__4).'/src/Cms/WidgetBundle/Service/WidgetTranscodingMapper.php';
  712.             include_once \dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Service/WorkflowsContentManager.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/BlacklistSchemaAssetFilter.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  726.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  727.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  728.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  730.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  732.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  733.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  735.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  739.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  741.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  742.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  743.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  744.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  745.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  746.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  747.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  748.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  749.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  750.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  751.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  757.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  758.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  759.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  760.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  761.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  762.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  767.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  768.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  770.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  772.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  773.             include_once \dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Listeners/RequestListener.php';
  774.             include_once \dirname(__DIR__4).'/src/Platform/MarketingBundle/Listeners/UpsellListener.php';
  775.             include_once \dirname(__DIR__4).'/src/Platform/QueueBundle/Service/AsyncQueueService.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  777.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/AccountProvider.php';
  778.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Auditor.php';
  779.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Sentry.php';
  780.             include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Listeners/AccountStatusListener.php';
  781.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/AutomationController.php';
  782.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/DefaultController.php';
  783.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ListsController.php';
  784.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/LogsController.php';
  785.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/MessagesController.php';
  786.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/CallerIdsController.php';
  787.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/DefaultController.php';
  788.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/DomainsController.php';
  789.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/EmailSuppressionController.php';
  790.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/NotificationsConfigController.php';
  791.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/Onboarding/PhonesController.php';
  792.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ProfileController.php';
  793.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/RecordingController.php';
  794.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/ReportsController.php';
  795.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/SisController.php';
  796.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/StudentsController.php';
  797.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Dashboard/TemplatesController.php';
  798.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/AbstractPortalController.php';
  799.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Controller/Portal/ManagementController.php';
  800.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/EmailTemplateGeneratorFactory.php';
  801.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/ListBuilderService.php';
  802.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/ListItemProvider.php';
  803.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/MergeParamsProvider.php';
  804.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Notifications/NotificationsConfigService.php';
  805.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Notifications/TranslationService.php';
  806.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/Query/NotificationsConditionQueryBuilder.php';
  807.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/RecordingLogic.php';
  808.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Service/TemplateLogic.php';
  809.             include_once \dirname(__DIR__4).'/src/Products/NotificationsBundle/Subscriber/LanguageSubscriber.php';
  810.             include_once \dirname(__DIR__4).'/src/Products/SchoolNowBundle/Subscriber/ApiControllerSubscriber.php';
  811.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  812.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  813.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  814.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  815.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  817.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  818.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  819.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  820.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  822.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  823.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  824.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  884.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  885.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  886.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  933.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  936.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  938.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  941.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  942.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  943.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  944.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  945.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  946.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/NoopAuthenticationManager.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  971.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  979.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  982.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  983.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  998.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  999.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1019.             include_once \dirname(__DIR__4).'/src/Cms/ModuleBundle/Util/ModuleAnnotationDriver.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1062.         };
  1063.     }
  1064.     public function compile(): void
  1065.     {
  1066.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1067.     }
  1068.     public function isCompiled(): bool
  1069.     {
  1070.         return true;
  1071.     }
  1072.     public function getRemovedIds(): array
  1073.     {
  1074.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1075.     }
  1076.     protected function load($file$lazyLoad true)
  1077.     {
  1078.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1079.             return $class::do($this$lazyLoad);
  1080.         }
  1081.         if ('.' === $file[-4]) {
  1082.             $class substr($class0, -4);
  1083.         } else {
  1084.             $file .= '.php';
  1085.         }
  1086.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1087.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1088.     }
  1089.     /**
  1090.      * Gets the public '.container.private.form.factory' shared service.
  1091.      *
  1092.      * @return \Symfony\Component\Form\FormFactory
  1093.      */
  1094.     protected function get_Container_Private_Form_FactoryService()
  1095.     {
  1096.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1097.         if (isset($this->services['.container.private.form.factory'])) {
  1098.             return $this->services['.container.private.form.factory'];
  1099.         }
  1100.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1101.     }
  1102.     /**
  1103.      * Gets the public '.container.private.profiler' shared service.
  1104.      *
  1105.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1106.      */
  1107.     protected function get_Container_Private_ProfilerService()
  1108.     {
  1109.         $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);
  1110.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1111.         $instance->add(($this->privates['Cms\\DevelopmentBundle\\Collector\\TenantCollector'] ?? $this->getTenantCollectorService()));
  1112.         $instance->add(($this->privates['Cms\\DevelopmentBundle\\Collector\\SecurityCollector'] ?? $this->getSecurityCollectorService()));
  1113.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  1114.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  1115.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  1116.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  1117.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1118.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  1119.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  1120.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  1121.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1122.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  1123.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  1124.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  1125.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  1126.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  1127.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  1128.         return $instance;
  1129.     }
  1130.     /**
  1131.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1132.      *
  1133.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1134.      */
  1135.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1136.     {
  1137.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1138.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1139.             return $this->services['.container.private.security.authorization_checker'];
  1140.         }
  1141.         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);
  1142.     }
  1143.     /**
  1144.      * Gets the public '.container.private.security.token_storage' shared service.
  1145.      *
  1146.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1147.      */
  1148.     protected function get_Container_Private_Security_TokenStorageService()
  1149.     {
  1150.         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, [
  1151.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1152.         ], [
  1153.             'request_stack' => '?',
  1154.         ]));
  1155.     }
  1156.     /**
  1157.      * Gets the public '.container.private.twig' shared service.
  1158.      *
  1159.      * @return \Twig\Environment
  1160.      */
  1161.     protected function get_Container_Private_TwigService()
  1162.     {
  1163.         $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']);
  1164.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  1165.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  1166.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  1167.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  1168.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  1169.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1170.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  1171.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  1172.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  1173.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  1174.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  1175.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  1176.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  1177.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  1178.         $instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
  1179.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  1180.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\ArraysExtension'] ?? ($this->privates['App\\Twig\\Extension\\ArraysExtension'] = new \App\Twig\Extension\ArraysExtension())));
  1181.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\BlobsExtension'] ?? $this->getBlobsExtensionService()));
  1182.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\CronTranslatorExtension'] ?? $this->getCronTranslatorExtensionService()));
  1183.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\DomExtension'] ?? ($this->privates['App\\Twig\\Extension\\DomExtension'] = new \App\Twig\Extension\DomExtension())));
  1184.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\FormExtension'] ?? ($this->privates['App\\Twig\\Extension\\FormExtension'] = new \App\Twig\Extension\FormExtension())));
  1185.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\HtmlExtension'] ?? ($this->privates['App\\Twig\\Extension\\HtmlExtension'] = new \App\Twig\Extension\HtmlExtension())));
  1186.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\MediaExtension'] ?? $this->getMediaExtensionService()));
  1187.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'] ?? $this->getMiscellaneousExtensionService()));
  1188.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\PhoneNumberExtension'] ?? $this->getPhoneNumberExtensionService()));
  1189.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\SecurityExtension'] ?? $this->getSecurityExtensionService()));
  1190.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\TypesExtension'] ?? ($this->privates['App\\Twig\\Extension\\TypesExtension'] = new \App\Twig\Extension\TypesExtension())));
  1191.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\ViewLayerExtension'] ?? $this->getViewLayerExtensionService()));
  1192.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\VolatilesExtension'] ?? ($this->privates['App\\Twig\\Extension\\VolatilesExtension'] = new \App\Twig\Extension\VolatilesExtension())));
  1193.         $instance->addExtension(($this->services['Cms\\AssetsBundle\\Service\\AssetsTwigExtension'] ?? $this->getAssetsTwigExtensionService()));
  1194.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerDebuggingExtension'] ?? $this->getContainerDebuggingExtensionService()));
  1195.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] ?? ($this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] = new \Cms\ContainerBundle\Twig\ContainerExtension())));
  1196.         $instance->addExtension(($this->privates['Cms\\ContainerBundle\\Twig\\ContainerRouteExtension'] ?? $this->getContainerRouteExtensionService()));
  1197.         $instance->addExtension(($this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] ?? ($this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] = new \Cms\ContentBundle\Service\Twig\ContentEditorExtension())));
  1198.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] ?? ($this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] = new \Cms\CoreBundle\Service\Twig\ArraysExtension())));
  1199.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ClassifyExtension'] ?? $this->getClassifyExtensionService()));
  1200.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'] ?? $this->getContextExtensionService()));
  1201.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\DateTimeExtension'] ?? $this->getDateTimeExtensionService()));
  1202.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] ?? ($this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] = new \Cms\CoreBundle\Service\Twig\StringExtension())));
  1203.         $instance->addExtension(($this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] ?? ($this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] = new \Cms\CoreBundle\Twig\NestedExtension())));
  1204.         $instance->addExtension(($this->privates['Cms\\FileBundle\\Service\\Twig\\FileExtension'] ?? $this->getFileExtensionService()));
  1205.         $instance->addExtension(($this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'] ?? $this->getUrlExtensionService()));
  1206.         $instance->addExtension(($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'] ?? $this->getModuleListingExtensionService()));
  1207.         $instance->addExtension(($this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'] ?? $this->getModuleRouteExtensionService()));
  1208.         $instance->addExtension(($this->privates['Cms\\TenantBundle\\Service\\Twig\\TenantExtension'] ?? $this->getTenantExtensionService()));
  1209.         $instance->addExtension(($this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'] ?? $this->getWidgetExtensionService()));
  1210.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  1211.         $instance->addExtension(($this->privates['twig.extension.debug'] ?? ($this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension())));
  1212.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  1213.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  1214.         $instance->addExtension(($this->privates['twig.extension.string'] ?? ($this->privates['twig.extension.string'] = new \Twig\Extra\String\StringExtension())));
  1215.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  1216.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  1217.         $instance->addGlobal('renderer', ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService()));
  1218.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  1219.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  1220.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  1221.         return $instance;
  1222.     }
  1223.     /**
  1224.      * Gets the public '.container.private.validator' shared service.
  1225.      *
  1226.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1227.      */
  1228.     protected function get_Container_Private_ValidatorService()
  1229.     {
  1230.         $a = ($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService());
  1231.         if (isset($this->services['.container.private.validator'])) {
  1232.             return $this->services['.container.private.validator'];
  1233.         }
  1234.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a);
  1235.     }
  1236.     /**
  1237.      * Gets the public 'App\Controller\Dashboard\Settings\AccountController' shared autowired service.
  1238.      *
  1239.      * @return \App\Controller\Dashboard\Settings\AccountController
  1240.      */
  1241.     protected function getAccountControllerService()
  1242.     {
  1243.         $this->services['App\\Controller\\Dashboard\\Settings\\AccountController'] = $instance = new \App\Controller\Dashboard\Settings\AccountController();
  1244.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1245.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1246.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1247.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1248.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1249.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1250.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1251.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1252.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1253.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1254.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1255.             'App\\Controller\\Dashboard\\Settings\\AccountController::getBulletinService' => ['services''Cms\\BulletinBundle\\Service\\BulletinService''getBulletinServiceService'true],
  1256.             'App\\Controller\\Dashboard\\Settings\\AccountController::getPasswordService' => ['services''Platform\\SecurityBundle\\Service\\PasswordService''getPasswordServiceService'true],
  1257.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1258.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1259.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1260.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1261.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1262.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1263.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1264.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1265.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1266.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1267.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1268.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1269.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1270.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1271.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1272.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1273.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1274.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1275.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1276.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1277.             'kernel' => ['services''kernel''getKernelService'false],
  1278.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1279.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1280.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1281.             'router' => ['services''router''getRouterService'false],
  1282.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1283.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1284.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1285.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1286.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1287.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1288.             'translator' => ['services''translator''getTranslatorService'false],
  1289.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1290.         ], [
  1291.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1292.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1293.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1294.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1295.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1296.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1297.             'App\\Controller\\AbstractController::getRouter' => '?',
  1298.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1299.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1300.             'App\\Controller\\AbstractController::getTwig' => '?',
  1301.             'App\\Controller\\Dashboard\\Settings\\AccountController::getBulletinService' => 'Cms\\BulletinBundle\\Service\\BulletinService',
  1302.             'App\\Controller\\Dashboard\\Settings\\AccountController::getPasswordService' => 'Platform\\SecurityBundle\\Service\\PasswordService',
  1303.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1304.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1305.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1306.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1307.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1308.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1309.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1310.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1311.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1312.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1313.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1314.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1315.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1316.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1317.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1318.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1319.             'Twig\\Environment' => '?',
  1320.             'doctrine' => '?',
  1321.             'form.factory' => '?',
  1322.             'http_kernel' => '?',
  1323.             'kernel' => 'kernel',
  1324.             'parameter_bag' => '?',
  1325.             'profiler' => '?',
  1326.             'request_stack' => '?',
  1327.             'router' => '?',
  1328.             'security.authorization_checker' => '?',
  1329.             'security.csrf.token_manager' => '?',
  1330.             'security.token_storage' => '?',
  1331.             'serializer' => '?',
  1332.             'session' => '.session.deprecated',
  1333.             'session.handler' => '?',
  1334.             'translator' => '?',
  1335.             'twig' => '?',
  1336.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\AccountController'$this));
  1337.         return $instance;
  1338.     }
  1339.     /**
  1340.      * Gets the public 'App\Controller\Dashboard\Settings\AutomationController' shared autowired service.
  1341.      *
  1342.      * @return \App\Controller\Dashboard\Settings\AutomationController
  1343.      */
  1344.     protected function getAutomationControllerService()
  1345.     {
  1346.         $this->services['App\\Controller\\Dashboard\\Settings\\AutomationController'] = $instance = new \App\Controller\Dashboard\Settings\AutomationController();
  1347.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1348.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1349.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1350.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1351.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1352.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1353.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1354.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1355.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1356.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1357.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1358.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getAutomationService' => ['services''Products\\NotificationsBundle\\Service\\AutomationService''getAutomationServiceService'true],
  1359.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListItemProvider' => ['services''Products\\NotificationsBundle\\Service\\ListItemProvider''getListItemProviderService'false],
  1360.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListLogic' => ['services''Products\\NotificationsBundle\\Service\\ListLogic''getListLogicService'true],
  1361.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getMessagingContext' => ['privates''App\\Service\\Messaging\\MessagingContext''getMessagingContextService'false],
  1362.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getViewLayerService' => ['privates''App\\Component\\ViewLayer\\ViewLayerService''getViewLayerServiceService'true],
  1363.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1364.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1365.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1366.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1367.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1368.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1369.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1370.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1371.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1372.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1373.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1374.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1375.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1376.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1377.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1378.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1379.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1380.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1381.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1382.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1383.             'kernel' => ['services''kernel''getKernelService'false],
  1384.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1385.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1386.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1387.             'router' => ['services''router''getRouterService'false],
  1388.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1389.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1390.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1391.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1392.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1393.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1394.             'translator' => ['services''translator''getTranslatorService'false],
  1395.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1396.         ], [
  1397.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1398.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1399.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1400.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1401.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1402.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1403.             'App\\Controller\\AbstractController::getRouter' => '?',
  1404.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1405.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1406.             'App\\Controller\\AbstractController::getTwig' => '?',
  1407.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getAutomationService' => 'Products\\NotificationsBundle\\Service\\AutomationService',
  1408.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListItemProvider' => 'Products\\NotificationsBundle\\Service\\ListItemProvider',
  1409.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getListLogic' => 'Products\\NotificationsBundle\\Service\\ListLogic',
  1410.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getMessagingContext' => 'App\\Service\\Messaging\\MessagingContext',
  1411.             'App\\Controller\\Dashboard\\Settings\\AutomationController::getViewLayerService' => 'App\\Component\\ViewLayer\\ViewLayerService',
  1412.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1413.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1414.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1415.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1416.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1417.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1418.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1419.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1420.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1421.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1422.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1423.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1424.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1425.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1426.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1427.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1428.             'Twig\\Environment' => '?',
  1429.             'doctrine' => '?',
  1430.             'form.factory' => '?',
  1431.             'http_kernel' => '?',
  1432.             'kernel' => 'kernel',
  1433.             'parameter_bag' => '?',
  1434.             'profiler' => '?',
  1435.             'request_stack' => '?',
  1436.             'router' => '?',
  1437.             'security.authorization_checker' => '?',
  1438.             'security.csrf.token_manager' => '?',
  1439.             'security.token_storage' => '?',
  1440.             'serializer' => '?',
  1441.             'session' => '.session.deprecated',
  1442.             'session.handler' => '?',
  1443.             'translator' => '?',
  1444.             'twig' => '?',
  1445.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\AutomationController'$this));
  1446.         return $instance;
  1447.     }
  1448.     /**
  1449.      * Gets the public 'App\Controller\Dashboard\Settings\GroupController' shared autowired service.
  1450.      *
  1451.      * @return \App\Controller\Dashboard\Settings\GroupController
  1452.      */
  1453.     protected function getGroupControllerService()
  1454.     {
  1455.         $this->services['App\\Controller\\Dashboard\\Settings\\GroupController'] = $instance = new \App\Controller\Dashboard\Settings\GroupController();
  1456.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('App\\Controller\\Dashboard\\Settings\\GroupController'$this));
  1457.         return $instance;
  1458.     }
  1459.     /**
  1460.      * Gets the public 'App\Controller\Dashboard\Settings\ProfileController' shared autowired service.
  1461.      *
  1462.      * @return \App\Controller\Dashboard\Settings\ProfileController
  1463.      */
  1464.     protected function getProfileControllerService()
  1465.     {
  1466.         $this->services['App\\Controller\\Dashboard\\Settings\\ProfileController'] = $instance = new \App\Controller\Dashboard\Settings\ProfileController();
  1467.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('App\\Controller\\Dashboard\\Settings\\ProfileController'$this));
  1468.         return $instance;
  1469.     }
  1470.     /**
  1471.      * Gets the public 'App\Controller\Dashboard\Settings\RoleController' shared autowired service.
  1472.      *
  1473.      * @return \App\Controller\Dashboard\Settings\RoleController
  1474.      */
  1475.     protected function getRoleControllerService()
  1476.     {
  1477.         $this->services['App\\Controller\\Dashboard\\Settings\\RoleController'] = $instance = new \App\Controller\Dashboard\Settings\RoleController();
  1478.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1479.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1480.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1481.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1482.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  1483.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1484.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  1485.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  1486.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1487.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  1488.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1489.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  1490.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  1491.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  1492.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  1493.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  1494.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  1495.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1496.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  1497.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1498.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  1499.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  1500.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1501.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1502.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1503.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1504.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  1505.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1506.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1507.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1508.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1509.             'kernel' => ['services''kernel''getKernelService'false],
  1510.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1511.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  1512.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1513.             'router' => ['services''router''getRouterService'false],
  1514.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1515.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1516.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1517.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1518.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1519.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  1520.             'translator' => ['services''translator''getTranslatorService'false],
  1521.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1522.         ], [
  1523.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1524.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1525.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  1526.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  1527.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1528.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  1529.             'App\\Controller\\AbstractController::getRouter' => '?',
  1530.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  1531.             'App\\Controller\\AbstractController::getTranslator' => '?',
  1532.             'App\\Controller\\AbstractController::getTwig' => '?',
  1533.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  1534.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  1535.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  1536.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  1537.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  1538.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  1539.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  1540.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  1541.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  1542.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  1543.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  1544.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  1545.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  1546.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  1547.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  1548.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  1549.             'Twig\\Environment' => '?',
  1550.             'doctrine' => '?',
  1551.             'form.factory' => '?',
  1552.             'http_kernel' => '?',
  1553.             'kernel' => 'kernel',
  1554.             'parameter_bag' => '?',
  1555.             'profiler' => '?',
  1556.             'request_stack' => '?',
  1557.             'router' => '?',
  1558.             'security.authorization_checker' => '?',
  1559.             'security.csrf.token_manager' => '?',
  1560.             'security.token_storage' => '?',
  1561.             'serializer' => '?',
  1562.             'session' => '.session.deprecated',
  1563.             'session.handler' => '?',
  1564.             'translator' => '?',
  1565.             'twig' => '?',
  1566.         ]))->withContext('App\\Controller\\Dashboard\\Settings\\RoleController'$this));
  1567.         return $instance;
  1568.     }
  1569.     /**
  1570.      * Gets the public 'App\Service\Data\PhoneNumberService' shared autowired service.
  1571.      *
  1572.      * @return \App\Service\Data\PhoneNumberService
  1573.      */
  1574.     protected function getPhoneNumberServiceService()
  1575.     {
  1576.         return $this->services['App\\Service\\Data\\PhoneNumberService'] = new \App\Service\Data\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  1577.     }
  1578.     /**
  1579.      * Gets the public 'App\Service\Query\ConditionQueryTransformer' shared autowired service.
  1580.      *
  1581.      * @return \App\Service\Query\ConditionQueryTransformer
  1582.      */
  1583.     protected function getConditionQueryTransformerService()
  1584.     {
  1585.         $a = ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService());
  1586.         if (isset($this->services['App\\Service\\Query\\ConditionQueryTransformer'])) {
  1587.             return $this->services['App\\Service\\Query\\ConditionQueryTransformer'];
  1588.         }
  1589.         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())));
  1590.     }
  1591.     /**
  1592.      * Gets the public 'Cms\AssetsBundle\Service\AssetsTwigExtension' shared autowired service.
  1593.      *
  1594.      * @return \Cms\AssetsBundle\Service\AssetsTwigExtension
  1595.      */
  1596.     protected function getAssetsTwigExtensionService()
  1597.     {
  1598.         return $this->services['Cms\\AssetsBundle\\Service\\AssetsTwigExtension'] = new \Cms\AssetsBundle\Service\AssetsTwigExtension(($this->privates['Cms\\AssetsBundle\\Service\\AssetCatalog'] ?? $this->getAssetCatalogService()));
  1599.     }
  1600.     /**
  1601.      * Gets the public 'Cms\ContainerBundle\Service\DebuggingService' shared autowired service.
  1602.      *
  1603.      * @return \Cms\ContainerBundle\Service\DebuggingService
  1604.      */
  1605.     protected function getDebuggingServiceService()
  1606.     {
  1607.         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()));
  1608.     }
  1609.     /**
  1610.      * Gets the public 'Cms\ContentBundle\Service\ContentVariablesManager' shared autowired service.
  1611.      *
  1612.      * @return \Cms\ContentBundle\Service\ContentVariablesManager
  1613.      */
  1614.     protected function getContentVariablesManagerService()
  1615.     {
  1616.         return $this->services['Cms\\ContentBundle\\Service\\ContentVariablesManager'] = new \Cms\ContentBundle\Service\ContentVariablesManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1617.     }
  1618.     /**
  1619.      * Gets the public 'Cms\ContentBundle\Service\SafeTwigEnvironment' shared autowired service.
  1620.      *
  1621.      * @return \Cms\ContentBundle\Service\SafeTwigEnvironment
  1622.      */
  1623.     protected function getSafeTwigEnvironmentService()
  1624.     {
  1625.         return $this->services['Cms\\ContentBundle\\Service\\SafeTwigEnvironment'] = new \Cms\ContentBundle\Service\SafeTwigEnvironment();
  1626.     }
  1627.     /**
  1628.      * Gets the public 'Cms\CoreBundle\Service\Cachers\AccountCacher' shared autowired service.
  1629.      *
  1630.      * @return \Cms\CoreBundle\Service\Cachers\AccountCacher
  1631.      */
  1632.     protected function getAccountCacherService()
  1633.     {
  1634.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\AccountCacher'] = new \Cms\CoreBundle\Service\Cachers\AccountCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1635.     }
  1636.     /**
  1637.      * Gets the public 'Cms\CoreBundle\Service\Cachers\CacherHub' shared autowired service.
  1638.      *
  1639.      * @return \Cms\CoreBundle\Service\Cachers\CacherHub
  1640.      */
  1641.     protected function getCacherHubService()
  1642.     {
  1643.         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()));
  1644.     }
  1645.     /**
  1646.      * Gets the public 'Cms\CoreBundle\Service\Cachers\ContainerCacher' shared autowired service.
  1647.      *
  1648.      * @return \Cms\CoreBundle\Service\Cachers\ContainerCacher
  1649.      */
  1650.     protected function getContainerCacherService()
  1651.     {
  1652.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\ContainerCacher'] = new \Cms\CoreBundle\Service\Cachers\ContainerCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1653.     }
  1654.     /**
  1655.      * Gets the public 'Cms\CoreBundle\Service\Cachers\DomainCacher' shared autowired service.
  1656.      *
  1657.      * @return \Cms\CoreBundle\Service\Cachers\DomainCacher
  1658.      */
  1659.     protected function getDomainCacherService()
  1660.     {
  1661.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\DomainCacher'] = new \Cms\CoreBundle\Service\Cachers\DomainCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1662.     }
  1663.     /**
  1664.      * Gets the public 'Cms\CoreBundle\Service\Cachers\FileCacher' shared autowired service.
  1665.      *
  1666.      * @return \Cms\CoreBundle\Service\Cachers\FileCacher
  1667.      */
  1668.     protected function getFileCacherService()
  1669.     {
  1670.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\FileCacher'] = new \Cms\CoreBundle\Service\Cachers\FileCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1671.     }
  1672.     /**
  1673.      * Gets the public 'Cms\CoreBundle\Service\Cachers\FolderCacher' shared autowired service.
  1674.      *
  1675.      * @return \Cms\CoreBundle\Service\Cachers\FolderCacher
  1676.      */
  1677.     protected function getFolderCacherService()
  1678.     {
  1679.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\FolderCacher'] = new \Cms\CoreBundle\Service\Cachers\FolderCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1680.     }
  1681.     /**
  1682.      * Gets the public 'Cms\CoreBundle\Service\Cachers\IntranetSiteCacher' shared autowired service.
  1683.      *
  1684.      * @return \Cms\CoreBundle\Service\Cachers\IntranetSiteCacher
  1685.      */
  1686.     protected function getIntranetSiteCacherService()
  1687.     {
  1688.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\IntranetSiteCacher'] = new \Cms\CoreBundle\Service\Cachers\IntranetSiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1689.     }
  1690.     /**
  1691.      * Gets the public 'Cms\CoreBundle\Service\Cachers\PersonalSiteCacher' shared autowired service.
  1692.      *
  1693.      * @return \Cms\CoreBundle\Service\Cachers\PersonalSiteCacher
  1694.      */
  1695.     protected function getPersonalSiteCacherService()
  1696.     {
  1697.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\PersonalSiteCacher'] = new \Cms\CoreBundle\Service\Cachers\PersonalSiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1698.     }
  1699.     /**
  1700.      * Gets the public 'Cms\CoreBundle\Service\Cachers\SiteCacher' shared autowired service.
  1701.      *
  1702.      * @return \Cms\CoreBundle\Service\Cachers\SiteCacher
  1703.      */
  1704.     protected function getSiteCacherService()
  1705.     {
  1706.         return $this->services['Cms\\CoreBundle\\Service\\Cachers\\SiteCacher'] = new \Cms\CoreBundle\Service\Cachers\SiteCacher(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1707.     }
  1708.     /**
  1709.      * Gets the public 'Cms\CoreBundle\Service\ContextManager' shared autowired service.
  1710.      *
  1711.      * @return \Cms\CoreBundle\Service\ContextManager
  1712.      */
  1713.     protected function getContextManagerService()
  1714.     {
  1715.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  1716.         if (isset($this->services['Cms\\CoreBundle\\Service\\ContextManager'])) {
  1717.             return $this->services['Cms\\CoreBundle\\Service\\ContextManager'];
  1718.         }
  1719.         $b = ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  1720.         if (isset($this->services['Cms\\CoreBundle\\Service\\ContextManager'])) {
  1721.             return $this->services['Cms\\CoreBundle\\Service\\ContextManager'];
  1722.         }
  1723.         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);
  1724.     }
  1725.     /**
  1726.      * Gets the public 'Cms\CoreBundle\Service\LocaleManager' shared autowired service.
  1727.      *
  1728.      * @return \Cms\CoreBundle\Service\LocaleManager
  1729.      */
  1730.     protected function getLocaleManagerService()
  1731.     {
  1732.         return $this->services['Cms\\CoreBundle\\Service\\LocaleManager'] = new \Cms\CoreBundle\Service\LocaleManager(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  1733.     }
  1734.     /**
  1735.      * Gets the public 'Cms\CoreBundle\Service\Locksmith' shared autowired service.
  1736.      *
  1737.      * @return \Cms\CoreBundle\Service\Locksmith
  1738.      */
  1739.     protected function getLocksmithService()
  1740.     {
  1741.         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()));
  1742.     }
  1743.     /**
  1744.      * Gets the public 'Cms\CoreBundle\Service\SceneRenderer' shared autowired service.
  1745.      *
  1746.      * @return \Cms\CoreBundle\Service\SceneRenderer
  1747.      */
  1748.     protected function getSceneRendererService()
  1749.     {
  1750.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1751.         if (isset($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'])) {
  1752.             return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'];
  1753.         }
  1754.         $b = ($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'] ?? $this->getWidgetDependencyInjectorService());
  1755.         if (isset($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'])) {
  1756.             return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'];
  1757.         }
  1758.         return $this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] = new \Cms\CoreBundle\Service\SceneRenderer($a$b);
  1759.     }
  1760.     /**
  1761.      * Gets the public 'Cms\CoreBundle\Service\StringUtils\LoremIpsumGenerator' shared autowired service.
  1762.      *
  1763.      * @return \Cms\CoreBundle\Service\StringUtils\LoremIpsumGenerator
  1764.      */
  1765.     protected function getLoremIpsumGeneratorService()
  1766.     {
  1767.         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())));
  1768.     }
  1769.     /**
  1770.      * Gets the public 'Cms\CoreBundle\Service\Transcoding\Transcoder' shared autowired service.
  1771.      *
  1772.      * @return \Cms\CoreBundle\Service\Transcoding\Transcoder
  1773.      */
  1774.     protected function getTranscoderService()
  1775.     {
  1776.         $this->services['Cms\\CoreBundle\\Service\\Transcoding\\Transcoder'] = $instance = new \Cms\CoreBundle\Service\Transcoding\Transcoder();
  1777.         $instance->registerMapper(($this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] ?? ($this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] = new \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper())));
  1778.         $instance->registerMapper(($this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] ?? ($this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] = new \Cms\NavigationBundle\Service\NavigationTranscodingMapper())));
  1779.         $instance->registerMapper(($this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] ?? ($this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] = new \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper())));
  1780.         $instance->registerMapper(($this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] ?? ($this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] = new \Cms\WidgetBundle\Service\WidgetTranscodingMapper())));
  1781.         return $instance;
  1782.     }
  1783.     /**
  1784.      * Gets the public 'Cms\CoreBundle\Service\Twig\GlobalVariables' shared autowired service.
  1785.      *
  1786.      * @return \Cms\CoreBundle\Service\Twig\GlobalVariables
  1787.      */
  1788.     protected function getGlobalVariablesService()
  1789.     {
  1790.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1791.         if (isset($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'])) {
  1792.             return $this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'];
  1793.         }
  1794.         $b = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'] ?? $this->getLocaleResolverService());
  1795.         if (isset($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'])) {
  1796.             return $this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'];
  1797.         }
  1798.         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);
  1799.     }
  1800.     /**
  1801.      * Gets the public 'Cms\CoreBundle\Util\Doctrine\EntityManager' shared autowired service.
  1802.      *
  1803.      * @return \Cms\CoreBundle\Util\Doctrine\EntityManager
  1804.      */
  1805.     protected function getEntityManagerService()
  1806.     {
  1807.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1808.         if (isset($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'])) {
  1809.             return $this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'];
  1810.         }
  1811.         return $this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] = new \Cms\CoreBundle\Util\Doctrine\EntityManager($a);
  1812.     }
  1813.     /**
  1814.      * Gets the public 'Cms\FileBundle\Service\FileManager' shared autowired service.
  1815.      *
  1816.      * @return \Cms\FileBundle\Service\FileManager
  1817.      */
  1818.     protected function getFileManagerService()
  1819.     {
  1820.         $a = ($this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] ?? $this->getS3WrapperService());
  1821.         return $this->services['Cms\\FileBundle\\Service\\FileManager'] = new \Cms\FileBundle\Service\FileManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a$a);
  1822.     }
  1823.     /**
  1824.      * Gets the public 'Cms\FrontendBundle\Service\ResolverManager' shared autowired service.
  1825.      *
  1826.      * @return \Cms\FrontendBundle\Service\ResolverManager
  1827.      */
  1828.     protected function getResolverManagerService()
  1829.     {
  1830.         $this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] = $instance = new \Cms\FrontendBundle\Service\ResolverManager();
  1831.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'] ?? $this->getAccountResolverService()));
  1832.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'] ?? $this->getDepartmentResolverService()));
  1833.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'] ?? $this->getDomainResolverService()));
  1834.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'] ?? $this->getEnvironmentResolverService()));
  1835.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'] ?? $this->getInnerLayoutResolverService()));
  1836.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'] ?? $this->getLocaleResolverService()));
  1837.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'] ?? $this->getModuleResolverService()));
  1838.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'] ?? $this->getOuterLayoutResolverService()));
  1839.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService()));
  1840.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'] ?? $this->getTenantResolverService()));
  1841.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'] ?? $this->getThemeResolverService()));
  1842.         $instance->registerResolver(($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'] ?? $this->getUrlResolverService()));
  1843.         return $instance;
  1844.     }
  1845.     /**
  1846.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\AccountResolver' shared autowired service.
  1847.      *
  1848.      * @return \Cms\FrontendBundle\Service\Resolvers\AccountResolver
  1849.      */
  1850.     protected function getAccountResolverService()
  1851.     {
  1852.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1853.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'])) {
  1854.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\AccountResolver'];
  1855.         }
  1856.         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()));
  1857.     }
  1858.     /**
  1859.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\DepartmentResolver' shared autowired service.
  1860.      *
  1861.      * @return \Cms\FrontendBundle\Service\Resolvers\DepartmentResolver
  1862.      */
  1863.     protected function getDepartmentResolverService()
  1864.     {
  1865.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1866.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'])) {
  1867.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'];
  1868.         }
  1869.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DepartmentResolver'] = new \Cms\FrontendBundle\Service\Resolvers\DepartmentResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1870.     }
  1871.     /**
  1872.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\DomainResolver' shared autowired service.
  1873.      *
  1874.      * @return \Cms\FrontendBundle\Service\Resolvers\DomainResolver
  1875.      */
  1876.     protected function getDomainResolverService()
  1877.     {
  1878.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1879.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'])) {
  1880.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'];
  1881.         }
  1882.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\DomainResolver'] = new \Cms\FrontendBundle\Service\Resolvers\DomainResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1883.     }
  1884.     /**
  1885.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\EnvironmentResolver' shared autowired service.
  1886.      *
  1887.      * @return \Cms\FrontendBundle\Service\Resolvers\EnvironmentResolver
  1888.      */
  1889.     protected function getEnvironmentResolverService()
  1890.     {
  1891.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1892.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'])) {
  1893.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\EnvironmentResolver'];
  1894.         }
  1895.         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))));
  1896.     }
  1897.     /**
  1898.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\InnerLayoutResolver' shared autowired service.
  1899.      *
  1900.      * @return \Cms\FrontendBundle\Service\Resolvers\InnerLayoutResolver
  1901.      */
  1902.     protected function getInnerLayoutResolverService()
  1903.     {
  1904.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1905.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'])) {
  1906.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'];
  1907.         }
  1908.         $b = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1909.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'])) {
  1910.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\InnerLayoutResolver'];
  1911.         }
  1912.         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);
  1913.     }
  1914.     /**
  1915.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\LocaleResolver' shared autowired service.
  1916.      *
  1917.      * @return \Cms\FrontendBundle\Service\Resolvers\LocaleResolver
  1918.      */
  1919.     protected function getLocaleResolverService()
  1920.     {
  1921.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1922.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'])) {
  1923.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\LocaleResolver'];
  1924.         }
  1925.         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())));
  1926.     }
  1927.     /**
  1928.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\ModuleResolver' shared autowired service.
  1929.      *
  1930.      * @return \Cms\FrontendBundle\Service\Resolvers\ModuleResolver
  1931.      */
  1932.     protected function getModuleResolverService()
  1933.     {
  1934.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1935.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'])) {
  1936.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'];
  1937.         }
  1938.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ModuleResolver'] = new \Cms\FrontendBundle\Service\Resolvers\ModuleResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1939.     }
  1940.     /**
  1941.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\OuterLayoutResolver' shared autowired service.
  1942.      *
  1943.      * @return \Cms\FrontendBundle\Service\Resolvers\OuterLayoutResolver
  1944.      */
  1945.     protected function getOuterLayoutResolverService()
  1946.     {
  1947.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1948.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'])) {
  1949.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'];
  1950.         }
  1951.         $b = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  1952.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'])) {
  1953.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\OuterLayoutResolver'];
  1954.         }
  1955.         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);
  1956.     }
  1957.     /**
  1958.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\SchoolResolver' shared autowired service.
  1959.      *
  1960.      * @return \Cms\FrontendBundle\Service\Resolvers\SchoolResolver
  1961.      */
  1962.     protected function getSchoolResolverService()
  1963.     {
  1964.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1965.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'])) {
  1966.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'];
  1967.         }
  1968.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] = new \Cms\FrontendBundle\Service\Resolvers\SchoolResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1969.     }
  1970.     /**
  1971.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\TenantResolver' shared autowired service.
  1972.      *
  1973.      * @return \Cms\FrontendBundle\Service\Resolvers\TenantResolver
  1974.      */
  1975.     protected function getTenantResolverService()
  1976.     {
  1977.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1978.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'])) {
  1979.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'];
  1980.         }
  1981.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\TenantResolver'] = new \Cms\FrontendBundle\Service\Resolvers\TenantResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1982.     }
  1983.     /**
  1984.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\ThemeResolver' shared autowired service.
  1985.      *
  1986.      * @return \Cms\FrontendBundle\Service\Resolvers\ThemeResolver
  1987.      */
  1988.     protected function getThemeResolverService()
  1989.     {
  1990.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  1991.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'])) {
  1992.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'];
  1993.         }
  1994.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\ThemeResolver'] = new \Cms\FrontendBundle\Service\Resolvers\ThemeResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  1995.     }
  1996.     /**
  1997.      * Gets the public 'Cms\FrontendBundle\Service\Resolvers\UrlResolver' shared autowired service.
  1998.      *
  1999.      * @return \Cms\FrontendBundle\Service\Resolvers\UrlResolver
  2000.      */
  2001.     protected function getUrlResolverService()
  2002.     {
  2003.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  2004.         if (isset($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'])) {
  2005.             return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'];
  2006.         }
  2007.         return $this->services['Cms\\FrontendBundle\\Service\\Resolvers\\UrlResolver'] = new \Cms\FrontendBundle\Service\Resolvers\UrlResolver($a, ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2008.     }
  2009.     /**
  2010.      * Gets the public 'Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor' shared autowired service.
  2011.      *
  2012.      * @return \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor
  2013.      */
  2014.     protected function getSuspiciousOperationProcessorService()
  2015.     {
  2016.         return $this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor();
  2017.     }
  2018.     /**
  2019.      * Gets the public 'Cms\ModuleBundle\Service\ModuleManager' shared autowired service.
  2020.      *
  2021.      * @return \Cms\ModuleBundle\Service\ModuleManager
  2022.      */
  2023.     protected function getModuleManagerService()
  2024.     {
  2025.         $this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] = $instance = new \Cms\ModuleBundle\Service\ModuleManager();
  2026.         $instance->registerModule(($this->services['Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'] ?? $this->getAlertModuleConfigService()));
  2027.         $instance->registerModule(($this->services['Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'] ?? $this->getBlogModuleConfigService()));
  2028.         $instance->registerModule(($this->services['Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'] ?? $this->getCalendarModuleConfigService()));
  2029.         $instance->registerModule(($this->services['Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'] ?? $this->getGalleryModuleConfigService()));
  2030.         $instance->registerModule(($this->services['Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'] ?? $this->getNewsModuleConfigService()));
  2031.         $instance->registerModule(($this->services['Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'] ?? $this->getPageModuleConfigService()));
  2032.         $instance->registerModule(($this->services['Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'] ?? $this->getPeopleModuleConfigService()));
  2033.         $instance->registerModule(($this->services['Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'] ?? $this->getQuestionModuleConfigService()));
  2034.         $instance->registerModule(($this->services['Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'] ?? $this->getSnippetModuleConfigService()));
  2035.         return $instance;
  2036.     }
  2037.     /**
  2038.      * Gets the public 'Cms\ModuleBundle\Service\PublicationService' shared autowired service.
  2039.      *
  2040.      * @return \Cms\ModuleBundle\Service\PublicationService
  2041.      */
  2042.     protected function getPublicationServiceService()
  2043.     {
  2044.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2045.         if (isset($this->services['Cms\\ModuleBundle\\Service\\PublicationService'])) {
  2046.             return $this->services['Cms\\ModuleBundle\\Service\\PublicationService'];
  2047.         }
  2048.         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()));
  2049.     }
  2050.     /**
  2051.      * Gets the public 'Cms\ModuleBundle\Service\UrlManager' shared autowired service.
  2052.      *
  2053.      * @return \Cms\ModuleBundle\Service\UrlManager
  2054.      */
  2055.     protected function getUrlManagerService()
  2056.     {
  2057.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2058.         if (isset($this->services['Cms\\ModuleBundle\\Service\\UrlManager'])) {
  2059.             return $this->services['Cms\\ModuleBundle\\Service\\UrlManager'];
  2060.         }
  2061.         return $this->services['Cms\\ModuleBundle\\Service\\UrlManager'] = new \Cms\ModuleBundle\Service\UrlManager($a, ($this->services['router'] ?? $this->getRouterService()));
  2062.     }
  2063.     /**
  2064.      * Gets the public 'Cms\Modules\AlertBundle\Service\AlertModuleConfig' shared autowired service.
  2065.      *
  2066.      * @return \Cms\Modules\AlertBundle\Service\AlertModuleConfig
  2067.      */
  2068.     protected function getAlertModuleConfigService()
  2069.     {
  2070.         $this->services['Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'] = $instance = new \Cms\Modules\AlertBundle\Service\AlertModuleConfig();
  2071.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2072.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2073.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2074.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2075.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2076.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2077.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2078.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2079.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2080.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2081.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2082.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2083.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2084.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2085.             'Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig::getAlertSearcher' => ['services''Cms\\Modules\\AlertBundle\\Service\\Search\\AlertSearcher''getAlertSearcherService'true],
  2086.         ], [
  2087.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2088.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2089.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2090.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2091.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2092.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2093.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2094.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2095.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2096.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2097.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2098.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2099.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2100.             'Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig::getAlertSearcher' => 'Cms\\Modules\\AlertBundle\\Service\\Search\\AlertSearcher',
  2101.         ]))->withContext('Cms\\Modules\\AlertBundle\\Service\\AlertModuleConfig'$this));
  2102.         return $instance;
  2103.     }
  2104.     /**
  2105.      * Gets the public 'Cms\Modules\BlogBundle\Service\BlogModuleConfig' shared autowired service.
  2106.      *
  2107.      * @return \Cms\Modules\BlogBundle\Service\BlogModuleConfig
  2108.      */
  2109.     protected function getBlogModuleConfigService()
  2110.     {
  2111.         $this->services['Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'] = $instance = new \Cms\Modules\BlogBundle\Service\BlogModuleConfig();
  2112.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2113.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2114.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2115.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2116.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2117.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2118.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2119.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2120.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2121.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2122.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2123.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2124.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2125.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2126.             'Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig::getPostSearcher' => ['services''Cms\\Modules\\BlogBundle\\Service\\Search\\PostSearcher''getPostSearcherService'true],
  2127.         ], [
  2128.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2129.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2130.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2131.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2132.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2133.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2134.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2135.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2136.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2137.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2138.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2139.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2140.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2141.             'Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig::getPostSearcher' => 'Cms\\Modules\\BlogBundle\\Service\\Search\\PostSearcher',
  2142.         ]))->withContext('Cms\\Modules\\BlogBundle\\Service\\BlogModuleConfig'$this));
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the public 'Cms\Modules\CalendarBundle\Service\CalendarModuleConfig' shared autowired service.
  2147.      *
  2148.      * @return \Cms\Modules\CalendarBundle\Service\CalendarModuleConfig
  2149.      */
  2150.     protected function getCalendarModuleConfigService()
  2151.     {
  2152.         $this->services['Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'] = $instance = new \Cms\Modules\CalendarBundle\Service\CalendarModuleConfig();
  2153.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2154.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2155.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2156.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2157.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2158.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2159.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2160.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2161.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2162.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2163.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2164.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2165.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2166.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2167.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getEventSearcher' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Search\\EventSearcher''getEventSearcherService'true],
  2168.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getGoogle' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google''getGoogleService'true],
  2169.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getMicrosoft' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft''getMicrosoftService'true],
  2170.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getOAuthProviderService' => ['services''Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService''getOAuthProviderServiceService'true],
  2171.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getProxyRepository' => ['privates''Cms\\Modules\\CalendarBundle\\Doctrine\\Event\\EventProxyRepository''getEventProxyRepositoryService'true],
  2172.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getShareService' => ['services''Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService''getShareServiceService'true],
  2173.         ], [
  2174.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2175.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2176.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2177.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2178.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2179.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2180.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2181.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2182.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2183.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2184.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2185.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2186.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2187.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getEventSearcher' => 'Cms\\Modules\\CalendarBundle\\Service\\Search\\EventSearcher',
  2188.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getGoogle' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google',
  2189.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getMicrosoft' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft',
  2190.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getOAuthProviderService' => 'Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService',
  2191.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getProxyRepository' => 'Cms\\Modules\\CalendarBundle\\Doctrine\\Event\\EventProxyRepository',
  2192.             'Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig::getShareService' => 'Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService',
  2193.         ]))->withContext('Cms\\Modules\\CalendarBundle\\Service\\CalendarModuleConfig'$this));
  2194.         return $instance;
  2195.     }
  2196.     /**
  2197.      * Gets the public 'Cms\Modules\GalleryBundle\Service\GalleryModuleConfig' shared autowired service.
  2198.      *
  2199.      * @return \Cms\Modules\GalleryBundle\Service\GalleryModuleConfig
  2200.      */
  2201.     protected function getGalleryModuleConfigService()
  2202.     {
  2203.         $this->services['Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'] = $instance = new \Cms\Modules\GalleryBundle\Service\GalleryModuleConfig();
  2204.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2205.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2206.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2207.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2208.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2209.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2210.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2211.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2212.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2213.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2214.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2215.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2216.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2217.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2218.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getGallerySearcher' => ['services''Cms\\Modules\\GalleryBundle\\Service\\Search\\GallerySearcher''getGallerySearcherService'true],
  2219.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getModulesGalleryEntries' => ['services''Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries''getModulesGalleryEntriesService'false],
  2220.         ], [
  2221.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2222.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2223.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2224.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2225.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2226.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2227.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2228.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2229.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2230.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2231.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2232.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2233.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2234.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getGallerySearcher' => 'Cms\\Modules\\GalleryBundle\\Service\\Search\\GallerySearcher',
  2235.             'Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig::getModulesGalleryEntries' => 'Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryEntries',
  2236.         ]))->withContext('Cms\\Modules\\GalleryBundle\\Service\\GalleryModuleConfig'$this));
  2237.         return $instance;
  2238.     }
  2239.     /**
  2240.      * Gets the public 'Cms\Modules\GalleryBundle\Service\ModulesGalleryEntries' shared autowired service.
  2241.      *
  2242.      * @return \Cms\Modules\GalleryBundle\Service\ModulesGalleryEntries
  2243.      */
  2244.     protected function getModulesGalleryEntriesService()
  2245.     {
  2246.         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()));
  2247.     }
  2248.     /**
  2249.      * Gets the public 'Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper' shared autowired service.
  2250.      *
  2251.      * @return \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper
  2252.      */
  2253.     protected function getModulesGalleryTranscodingMapperService()
  2254.     {
  2255.         return $this->services['Cms\\Modules\\GalleryBundle\\Service\\ModulesGalleryTranscodingMapper'] = new \Cms\Modules\GalleryBundle\Service\ModulesGalleryTranscodingMapper();
  2256.     }
  2257.     /**
  2258.      * Gets the public 'Cms\Modules\NewsBundle\Service\NewsModuleConfig' shared autowired service.
  2259.      *
  2260.      * @return \Cms\Modules\NewsBundle\Service\NewsModuleConfig
  2261.      */
  2262.     protected function getNewsModuleConfigService()
  2263.     {
  2264.         $this->services['Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'] = $instance = new \Cms\Modules\NewsBundle\Service\NewsModuleConfig();
  2265.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2266.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2267.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2268.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2269.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2270.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2271.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2272.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2273.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2274.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2275.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2276.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2277.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2278.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2279.             'Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig::getArticleSearcher' => ['services''Cms\\Modules\\NewsBundle\\Service\\Search\\ArticleSearcher''getArticleSearcherService'true],
  2280.         ], [
  2281.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2282.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2283.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2284.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2285.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2286.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2287.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2288.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2289.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2290.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2291.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2292.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2293.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2294.             'Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig::getArticleSearcher' => 'Cms\\Modules\\NewsBundle\\Service\\Search\\ArticleSearcher',
  2295.         ]))->withContext('Cms\\Modules\\NewsBundle\\Service\\NewsModuleConfig'$this));
  2296.         return $instance;
  2297.     }
  2298.     /**
  2299.      * Gets the public 'Cms\Modules\PageBundle\Service\PageModuleConfig' shared autowired service.
  2300.      *
  2301.      * @return \Cms\Modules\PageBundle\Service\PageModuleConfig
  2302.      */
  2303.     protected function getPageModuleConfigService()
  2304.     {
  2305.         $this->services['Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'] = $instance = new \Cms\Modules\PageBundle\Service\PageModuleConfig();
  2306.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2307.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2308.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2309.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2310.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2311.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2312.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2313.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2314.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2315.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2316.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2317.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2318.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2319.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2320.             'Cms\\Modules\\PageBundle\\Service\\PageModuleConfig::getPageSearcher' => ['services''Cms\\Modules\\PageBundle\\Service\\Search\\PageSearcher''getPageSearcherService'true],
  2321.         ], [
  2322.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2323.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2324.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2325.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2326.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2327.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2328.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2329.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2330.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2331.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2332.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2333.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2334.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2335.             'Cms\\Modules\\PageBundle\\Service\\PageModuleConfig::getPageSearcher' => 'Cms\\Modules\\PageBundle\\Service\\Search\\PageSearcher',
  2336.         ]))->withContext('Cms\\Modules\\PageBundle\\Service\\PageModuleConfig'$this));
  2337.         return $instance;
  2338.     }
  2339.     /**
  2340.      * Gets the public 'Cms\Modules\PeopleBundle\Service\PeopleModuleConfig' shared autowired service.
  2341.      *
  2342.      * @return \Cms\Modules\PeopleBundle\Service\PeopleModuleConfig
  2343.      */
  2344.     protected function getPeopleModuleConfigService()
  2345.     {
  2346.         $this->services['Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'] = $instance = new \Cms\Modules\PeopleBundle\Service\PeopleModuleConfig();
  2347.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2348.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2349.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2350.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2351.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2352.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2353.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2354.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2355.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2356.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2357.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2358.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2359.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2360.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2361.             'Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig::getProfileSearcher' => ['services''Cms\\Modules\\PeopleBundle\\Service\\Search\\ProfileSearcher''getProfileSearcherService'true],
  2362.         ], [
  2363.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2364.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2365.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2366.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2367.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2368.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2369.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2370.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2371.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2372.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2373.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2374.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2375.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2376.             'Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig::getProfileSearcher' => 'Cms\\Modules\\PeopleBundle\\Service\\Search\\ProfileSearcher',
  2377.         ]))->withContext('Cms\\Modules\\PeopleBundle\\Service\\PeopleModuleConfig'$this));
  2378.         return $instance;
  2379.     }
  2380.     /**
  2381.      * Gets the public 'Cms\Modules\QuestionBundle\Service\QuestionModuleConfig' shared autowired service.
  2382.      *
  2383.      * @return \Cms\Modules\QuestionBundle\Service\QuestionModuleConfig
  2384.      */
  2385.     protected function getQuestionModuleConfigService()
  2386.     {
  2387.         $this->services['Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'] = $instance = new \Cms\Modules\QuestionBundle\Service\QuestionModuleConfig();
  2388.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2389.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2390.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2391.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2392.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2393.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2394.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2395.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2396.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2397.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2398.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2399.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2400.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2401.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2402.             'Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig::getEntrySearcher' => ['services''Cms\\Modules\\QuestionBundle\\Service\\Search\\EntrySearcher''getEntrySearcherService'true],
  2403.         ], [
  2404.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2405.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2406.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2407.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2408.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2409.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2410.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2411.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2412.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2413.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2414.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2415.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2416.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2417.             'Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig::getEntrySearcher' => 'Cms\\Modules\\QuestionBundle\\Service\\Search\\EntrySearcher',
  2418.         ]))->withContext('Cms\\Modules\\QuestionBundle\\Service\\QuestionModuleConfig'$this));
  2419.         return $instance;
  2420.     }
  2421.     /**
  2422.      * Gets the public 'Cms\Modules\SnippetBundle\Service\SnippetModuleConfig' shared autowired service.
  2423.      *
  2424.      * @return \Cms\Modules\SnippetBundle\Service\SnippetModuleConfig
  2425.      */
  2426.     protected function getSnippetModuleConfigService()
  2427.     {
  2428.         $this->services['Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'] = $instance = new \Cms\Modules\SnippetBundle\Service\SnippetModuleConfig();
  2429.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2430.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => ['privates''Cms\\ContainerBundle\\Service\\ContainerService''getContainerServiceService'false],
  2431.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2432.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => ['services''Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader''getDatabaseLoaderService'false],
  2433.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2434.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => ['services''Cms\\ModuleBundle\\Service\\FeedBuilder''getFeedBuilderService'true],
  2435.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2436.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2437.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => ['privates''App\\Service\\MediaDecorator''getMediaDecoratorService'false],
  2438.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => ['services''Cms\\ThemeBundle\\Service\\PackageManager''getPackageManagerService'false],
  2439.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => ['services''router''getRouterService'false],
  2440.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => ['privates''Cms\\CoreBundle\\Service\\Aws\\S3Wrapper''getS3WrapperService'false],
  2441.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => ['services''Cms\\CoreBundle\\Service\\SceneRenderer''getSceneRendererService'false],
  2442.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2443.             'Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig::getSnippetSearcher' => ['services''Cms\\Modules\\SnippetBundle\\Service\\Search\\SnippetSearcher''getSnippetSearcherService'true],
  2444.         ], [
  2445.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContainerService' => 'Cms\\ContainerBundle\\Service\\ContainerService',
  2446.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2447.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getDatabaseLoader' => 'Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader',
  2448.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2449.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFeedBuilder' => 'Cms\\ModuleBundle\\Service\\FeedBuilder',
  2450.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getFormFactory' => '?',
  2451.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2452.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getMediaDecorator' => 'App\\Service\\MediaDecorator',
  2453.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getPackageManager' => 'Cms\\ThemeBundle\\Service\\PackageManager',
  2454.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getRouter' => '?',
  2455.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getS3Wrapper' => 'Cms\\CoreBundle\\Service\\Aws\\S3Wrapper',
  2456.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getSceneRenderer' => 'Cms\\CoreBundle\\Service\\SceneRenderer',
  2457.             'Cms\\ModuleBundle\\Model\\ModuleConfig::getTwig' => '?',
  2458.             'Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig::getSnippetSearcher' => 'Cms\\Modules\\SnippetBundle\\Service\\Search\\SnippetSearcher',
  2459.         ]))->withContext('Cms\\Modules\\SnippetBundle\\Service\\SnippetModuleConfig'$this));
  2460.         return $instance;
  2461.     }
  2462.     /**
  2463.      * Gets the public 'Cms\NavigationBundle\Service\NavigationTranscodingMapper' shared autowired service.
  2464.      *
  2465.      * @return \Cms\NavigationBundle\Service\NavigationTranscodingMapper
  2466.      */
  2467.     protected function getNavigationTranscodingMapperService()
  2468.     {
  2469.         return $this->services['Cms\\NavigationBundle\\Service\\NavigationTranscodingMapper'] = new \Cms\NavigationBundle\Service\NavigationTranscodingMapper();
  2470.     }
  2471.     /**
  2472.      * Gets the public 'Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper' shared autowired service.
  2473.      *
  2474.      * @return \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper
  2475.      */
  2476.     protected function getSitebuilderTranscodingMapperService()
  2477.     {
  2478.         return $this->services['Cms\\SitebuilderBundle\\Service\\SitebuilderTranscodingMapper'] = new \Cms\SitebuilderBundle\Service\SitebuilderTranscodingMapper();
  2479.     }
  2480.     /**
  2481.      * Gets the public 'Cms\ThemeBundle\Service\PackageManager' shared autowired service.
  2482.      *
  2483.      * @return \Cms\ThemeBundle\Service\PackageManager
  2484.      */
  2485.     protected function getPackageManagerService()
  2486.     {
  2487.         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()));
  2488.     }
  2489.     /**
  2490.      * Gets the public 'Cms\ThemeBundle\Service\Twig\Loader\DatabaseLoader' shared autowired service.
  2491.      *
  2492.      * @return \Cms\ThemeBundle\Service\Twig\Loader\DatabaseLoader
  2493.      */
  2494.     protected function getDatabaseLoaderService()
  2495.     {
  2496.         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()));
  2497.     }
  2498.     /**
  2499.      * Gets the public 'Cms\WidgetBundle\Service\WidgetDependencyInjector' shared autowired service.
  2500.      *
  2501.      * @return \Cms\WidgetBundle\Service\WidgetDependencyInjector
  2502.      */
  2503.     protected function getWidgetDependencyInjectorService()
  2504.     {
  2505.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2506.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2507.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2508.         }
  2509.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2510.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2511.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2512.         }
  2513.         $c = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  2514.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2515.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2516.         }
  2517.         $d = ($this->services['Cms\\ModuleBundle\\Service\\UrlManager'] ?? $this->getUrlManagerService());
  2518.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2519.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2520.         }
  2521.         $e = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  2522.         if (isset($this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'])) {
  2523.             return $this->services['Cms\\WidgetBundle\\Service\\WidgetDependencyInjector'];
  2524.         }
  2525.         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);
  2526.     }
  2527.     /**
  2528.      * Gets the public 'Cms\WidgetBundle\Service\WidgetTranscodingMapper' shared autowired service.
  2529.      *
  2530.      * @return \Cms\WidgetBundle\Service\WidgetTranscodingMapper
  2531.      */
  2532.     protected function getWidgetTranscodingMapperService()
  2533.     {
  2534.         return $this->services['Cms\\WidgetBundle\\Service\\WidgetTranscodingMapper'] = new \Cms\WidgetBundle\Service\WidgetTranscodingMapper();
  2535.     }
  2536.     /**
  2537.      * Gets the public 'Cms\WorkflowsBundle\Service\WorkflowsContentManager' shared autowired service.
  2538.      *
  2539.      * @return \Cms\WorkflowsBundle\Service\WorkflowsContentManager
  2540.      */
  2541.     protected function getWorkflowsContentManagerService()
  2542.     {
  2543.         return $this->services['Cms\\WorkflowsBundle\\Service\\WorkflowsContentManager'] = new \Cms\WorkflowsBundle\Service\WorkflowsContentManager(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2544.     }
  2545.     /**
  2546.      * Gets the public 'Platform\QueueBundle\Service\AsyncQueueService' shared autowired service.
  2547.      *
  2548.      * @return \Platform\QueueBundle\Service\AsyncQueueService
  2549.      */
  2550.     protected function getAsyncQueueServiceService()
  2551.     {
  2552.         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))));
  2553.     }
  2554.     /**
  2555.      * Gets the public 'Platform\SecurityBundle\Service\AccountProvider' shared autowired service.
  2556.      *
  2557.      * @return \Platform\SecurityBundle\Service\AccountProvider
  2558.      */
  2559.     protected function getAccountProviderService()
  2560.     {
  2561.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  2562.         if (isset($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'])) {
  2563.             return $this->services['Platform\\SecurityBundle\\Service\\AccountProvider'];
  2564.         }
  2565.         return $this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] = new \Platform\SecurityBundle\Service\AccountProvider($a);
  2566.     }
  2567.     /**
  2568.      * Gets the public 'Platform\SecurityBundle\Service\Auditor' shared autowired service.
  2569.      *
  2570.      * @return \Platform\SecurityBundle\Service\Auditor
  2571.      */
  2572.     protected function getAuditorService()
  2573.     {
  2574.         return $this->services['Platform\\SecurityBundle\\Service\\Auditor'] = new \Platform\SecurityBundle\Service\Auditor(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  2575.     }
  2576.     /**
  2577.      * Gets the public 'Platform\SecurityBundle\Service\Sentry' shared autowired service.
  2578.      *
  2579.      * @return \Platform\SecurityBundle\Service\Sentry
  2580.      */
  2581.     protected function getSentryService()
  2582.     {
  2583.         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()));
  2584.     }
  2585.     /**
  2586.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\AutomationController' shared autowired service.
  2587.      *
  2588.      * @return \Products\NotificationsBundle\Controller\Dashboard\AutomationController
  2589.      */
  2590.     protected function getAutomationController2Service()
  2591.     {
  2592.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\AutomationController(($this->privates['App\\Service\\Messaging\\MessagingContext'] ?? $this->getMessagingContextService()));
  2593.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'$this));
  2594.         return $instance;
  2595.     }
  2596.     /**
  2597.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\DefaultController' shared autowired service.
  2598.      *
  2599.      * @return \Products\NotificationsBundle\Controller\Dashboard\DefaultController
  2600.      */
  2601.     protected function getDefaultControllerService()
  2602.     {
  2603.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\DefaultController();
  2604.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2605.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2606.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2607.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2608.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2609.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2610.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2611.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2612.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2613.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2614.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2615.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2616.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2617.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2618.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2619.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2620.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getFacebookService' => ['privates''App\\Service\\Social\\FacebookService''getFacebookServiceService'true],
  2621.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getInstagramService' => ['privates''App\\Service\\Social\\InstagramService''getInstagramServiceService'true],
  2622.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  2623.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getTwitterService' => ['privates''App\\Service\\Social\\TwitterService''getTwitterServiceService'true],
  2624.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2625.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2626.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2627.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2628.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2629.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2630.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2631.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2632.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2633.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2634.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2635.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2636.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2637.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2638.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2639.             'kernel' => ['services''kernel''getKernelService'false],
  2640.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2641.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2642.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2643.             'router' => ['services''router''getRouterService'false],
  2644.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2645.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2646.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2647.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2648.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2649.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2650.             'translator' => ['services''translator''getTranslatorService'false],
  2651.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2652.         ], [
  2653.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2654.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2655.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2656.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2657.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2658.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2659.             'App\\Controller\\AbstractController::getRouter' => '?',
  2660.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2661.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2662.             'App\\Controller\\AbstractController::getTwig' => '?',
  2663.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2664.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2665.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2666.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2667.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2668.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getFacebookService' => 'App\\Service\\Social\\FacebookService',
  2669.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getInstagramService' => 'App\\Service\\Social\\InstagramService',
  2670.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getProfileRepository' => 'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository',
  2671.             'Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController::getTwitterService' => 'App\\Service\\Social\\TwitterService',
  2672.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2673.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2674.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2675.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2676.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2677.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2678.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2679.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2680.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2681.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2682.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2683.             'Twig\\Environment' => '?',
  2684.             'doctrine' => '?',
  2685.             'form.factory' => '?',
  2686.             'http_kernel' => '?',
  2687.             'kernel' => 'kernel',
  2688.             'parameter_bag' => '?',
  2689.             'profiler' => '?',
  2690.             'request_stack' => '?',
  2691.             'router' => '?',
  2692.             'security.authorization_checker' => '?',
  2693.             'security.csrf.token_manager' => '?',
  2694.             'security.token_storage' => '?',
  2695.             'serializer' => '?',
  2696.             'session' => '.session.deprecated',
  2697.             'session.handler' => '?',
  2698.             'translator' => '?',
  2699.             'twig' => '?',
  2700.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'$this));
  2701.         return $instance;
  2702.     }
  2703.     /**
  2704.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ListsController' shared autowired service.
  2705.      *
  2706.      * @return \Products\NotificationsBundle\Controller\Dashboard\ListsController
  2707.      */
  2708.     protected function getListsControllerService()
  2709.     {
  2710.         $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())));
  2711.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2712.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2713.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2714.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2715.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2716.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2717.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2718.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2719.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2720.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2721.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2722.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2723.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2724.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2725.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2726.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2727.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getListLogic' => ['services''Products\\NotificationsBundle\\Service\\ListLogic''getListLogicService'true],
  2728.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getSchoolResolver' => ['services''Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver''getSchoolResolverService'false],
  2729.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getViewLayerService' => ['privates''App\\Component\\ViewLayer\\ViewLayerService''getViewLayerServiceService'true],
  2730.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2731.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2732.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2733.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2734.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2735.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2736.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2737.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2738.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2739.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2740.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2741.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2742.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2743.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2744.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2745.             'kernel' => ['services''kernel''getKernelService'false],
  2746.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2747.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2748.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2749.             'router' => ['services''router''getRouterService'false],
  2750.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2751.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2752.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2753.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2754.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2755.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2756.             'translator' => ['services''translator''getTranslatorService'false],
  2757.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2758.         ], [
  2759.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2760.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2761.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2762.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2763.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2764.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2765.             'App\\Controller\\AbstractController::getRouter' => '?',
  2766.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2767.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2768.             'App\\Controller\\AbstractController::getTwig' => '?',
  2769.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2770.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2771.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2772.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2773.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2774.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getListLogic' => 'Products\\NotificationsBundle\\Service\\ListLogic',
  2775.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getSchoolResolver' => 'Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver',
  2776.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController::getViewLayerService' => 'App\\Component\\ViewLayer\\ViewLayerService',
  2777.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2778.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2779.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2780.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2781.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2782.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2783.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2784.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2785.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2786.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2787.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2788.             'Twig\\Environment' => '?',
  2789.             'doctrine' => '?',
  2790.             'form.factory' => '?',
  2791.             'http_kernel' => '?',
  2792.             'kernel' => 'kernel',
  2793.             'parameter_bag' => '?',
  2794.             'profiler' => '?',
  2795.             'request_stack' => '?',
  2796.             'router' => '?',
  2797.             'security.authorization_checker' => '?',
  2798.             'security.csrf.token_manager' => '?',
  2799.             'security.token_storage' => '?',
  2800.             'serializer' => '?',
  2801.             'session' => '.session.deprecated',
  2802.             'session.handler' => '?',
  2803.             'translator' => '?',
  2804.             'twig' => '?',
  2805.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController'$this));
  2806.         return $instance;
  2807.     }
  2808.     /**
  2809.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\LogsController' shared autowired service.
  2810.      *
  2811.      * @return \Products\NotificationsBundle\Controller\Dashboard\LogsController
  2812.      */
  2813.     protected function getLogsControllerService()
  2814.     {
  2815.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\LogsController();
  2816.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'$this));
  2817.         return $instance;
  2818.     }
  2819.     /**
  2820.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\MessagesController' shared autowired service.
  2821.      *
  2822.      * @return \Products\NotificationsBundle\Controller\Dashboard\MessagesController
  2823.      */
  2824.     protected function getMessagesControllerService()
  2825.     {
  2826.         $a = ($this->privates['App\\Service\\Intl\\CloudTranslator'] ?? $this->getCloudTranslatorService());
  2827.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'])) {
  2828.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'];
  2829.         }
  2830.         $b = ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'] ?? $this->getTranslationServiceService());
  2831.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'])) {
  2832.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'];
  2833.         }
  2834.         $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()));
  2835.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2836.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2837.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2838.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2839.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2840.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2841.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2842.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2843.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2844.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2845.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2846.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2847.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2848.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2849.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2850.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2851.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getMessageLogic' => ['services''Products\\NotificationsBundle\\Service\\MessageLogic''getMessageLogicService'true],
  2852.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getSendgridEmailMessenger' => ['privates''App\\Service\\Messaging\\SendgridEmailMessenger''getSendgridEmailMessengerService'true],
  2853.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2854.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2855.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2856.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2857.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2858.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2859.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2860.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2861.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2862.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2863.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2864.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2865.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2866.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2867.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2868.             'kernel' => ['services''kernel''getKernelService'false],
  2869.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2870.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2871.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2872.             'router' => ['services''router''getRouterService'false],
  2873.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2874.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2875.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2876.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2877.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2878.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2879.             'translator' => ['services''translator''getTranslatorService'false],
  2880.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2881.         ], [
  2882.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2883.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2884.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2885.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2886.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2887.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2888.             'App\\Controller\\AbstractController::getRouter' => '?',
  2889.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2890.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2891.             'App\\Controller\\AbstractController::getTwig' => '?',
  2892.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2893.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2894.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2895.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2896.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2897.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getMessageLogic' => 'Products\\NotificationsBundle\\Service\\MessageLogic',
  2898.             'Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController::getSendgridEmailMessenger' => 'App\\Service\\Messaging\\SendgridEmailMessenger',
  2899.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2900.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  2901.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  2902.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  2903.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  2904.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  2905.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  2906.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  2907.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  2908.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  2909.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  2910.             'Twig\\Environment' => '?',
  2911.             'doctrine' => '?',
  2912.             'form.factory' => '?',
  2913.             'http_kernel' => '?',
  2914.             'kernel' => 'kernel',
  2915.             'parameter_bag' => '?',
  2916.             'profiler' => '?',
  2917.             'request_stack' => '?',
  2918.             'router' => '?',
  2919.             'security.authorization_checker' => '?',
  2920.             'security.csrf.token_manager' => '?',
  2921.             'security.token_storage' => '?',
  2922.             'serializer' => '?',
  2923.             'session' => '.session.deprecated',
  2924.             'session.handler' => '?',
  2925.             'translator' => '?',
  2926.             'twig' => '?',
  2927.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'$this));
  2928.         return $instance;
  2929.     }
  2930.     /**
  2931.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\CallerIdsController' shared autowired service.
  2932.      *
  2933.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\CallerIdsController
  2934.      */
  2935.     protected function getCallerIdsControllerService()
  2936.     {
  2937.         $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()));
  2938.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2939.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2940.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2941.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2942.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  2943.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2944.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  2945.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  2946.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2947.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  2948.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2949.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  2950.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  2951.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  2952.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  2953.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2954.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2955.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2956.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2957.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2958.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2959.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2960.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2961.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2962.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2963.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2964.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2965.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2966.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2967.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2968.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2969.             'kernel' => ['services''kernel''getKernelService'false],
  2970.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2971.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  2972.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2973.             'router' => ['services''router''getRouterService'false],
  2974.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2975.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  2976.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2977.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2978.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2979.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  2980.             'translator' => ['services''translator''getTranslatorService'false],
  2981.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2982.         ], [
  2983.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2984.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2985.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  2986.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  2987.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2988.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  2989.             'App\\Controller\\AbstractController::getRouter' => '?',
  2990.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  2991.             'App\\Controller\\AbstractController::getTranslator' => '?',
  2992.             'App\\Controller\\AbstractController::getTwig' => '?',
  2993.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  2994.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  2995.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  2996.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  2997.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  2998.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  2999.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3000.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3001.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3002.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3003.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3004.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3005.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3006.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3007.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3008.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3009.             'Twig\\Environment' => '?',
  3010.             'doctrine' => '?',
  3011.             'form.factory' => '?',
  3012.             'http_kernel' => '?',
  3013.             'kernel' => 'kernel',
  3014.             'parameter_bag' => '?',
  3015.             'profiler' => '?',
  3016.             'request_stack' => '?',
  3017.             'router' => '?',
  3018.             'security.authorization_checker' => '?',
  3019.             'security.csrf.token_manager' => '?',
  3020.             'security.token_storage' => '?',
  3021.             'serializer' => '?',
  3022.             'session' => '.session.deprecated',
  3023.             'session.handler' => '?',
  3024.             'translator' => '?',
  3025.             'twig' => '?',
  3026.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController'$this));
  3027.         return $instance;
  3028.     }
  3029.     /**
  3030.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\DefaultController' shared autowired service.
  3031.      *
  3032.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DefaultController
  3033.      */
  3034.     protected function getDefaultController2Service()
  3035.     {
  3036.         $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()));
  3037.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3038.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3039.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3040.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3041.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3042.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3043.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3044.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3045.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3046.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3047.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3048.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3049.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3050.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3051.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3052.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3053.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController::getOnboardingService' => ['services''Products\\NotificationsBundle\\Service\\OnboardingService''getOnboardingServiceService'true],
  3054.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3055.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3056.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3057.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3058.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3059.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3060.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3061.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3062.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3063.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3064.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3065.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3066.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3067.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3068.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3069.             'kernel' => ['services''kernel''getKernelService'false],
  3070.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3071.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3072.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3073.             'router' => ['services''router''getRouterService'false],
  3074.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3075.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3076.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3077.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3078.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3079.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3080.             'translator' => ['services''translator''getTranslatorService'false],
  3081.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3082.         ], [
  3083.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3084.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3085.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3086.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3087.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3088.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3089.             'App\\Controller\\AbstractController::getRouter' => '?',
  3090.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3091.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3092.             'App\\Controller\\AbstractController::getTwig' => '?',
  3093.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3094.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3095.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3096.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3097.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3098.             'Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController::getOnboardingService' => 'Products\\NotificationsBundle\\Service\\OnboardingService',
  3099.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3100.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3101.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3102.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3103.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3104.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3105.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3106.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3107.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3108.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3109.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3110.             'Twig\\Environment' => '?',
  3111.             'doctrine' => '?',
  3112.             'form.factory' => '?',
  3113.             'http_kernel' => '?',
  3114.             'kernel' => 'kernel',
  3115.             'parameter_bag' => '?',
  3116.             'profiler' => '?',
  3117.             'request_stack' => '?',
  3118.             'router' => '?',
  3119.             'security.authorization_checker' => '?',
  3120.             'security.csrf.token_manager' => '?',
  3121.             'security.token_storage' => '?',
  3122.             'serializer' => '?',
  3123.             'session' => '.session.deprecated',
  3124.             'session.handler' => '?',
  3125.             'translator' => '?',
  3126.             'twig' => '?',
  3127.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController'$this));
  3128.         return $instance;
  3129.     }
  3130.     /**
  3131.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\DomainsController' shared autowired service.
  3132.      *
  3133.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\DomainsController
  3134.      */
  3135.     protected function getDomainsControllerService()
  3136.     {
  3137.         $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()));
  3138.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3139.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3140.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3141.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3142.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3143.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3144.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3145.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3146.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3147.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3148.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3149.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3150.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3151.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3152.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3153.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3154.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3155.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3156.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3157.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3158.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3159.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3160.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3161.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3162.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3163.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3164.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3165.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3166.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3167.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3168.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3169.             'kernel' => ['services''kernel''getKernelService'false],
  3170.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3171.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3172.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3173.             'router' => ['services''router''getRouterService'false],
  3174.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3175.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3176.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3177.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3178.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3179.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3180.             'translator' => ['services''translator''getTranslatorService'false],
  3181.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3182.         ], [
  3183.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3184.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3185.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3186.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3187.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3188.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3189.             'App\\Controller\\AbstractController::getRouter' => '?',
  3190.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3191.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3192.             'App\\Controller\\AbstractController::getTwig' => '?',
  3193.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3194.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3195.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3196.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3197.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3198.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3199.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3200.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3201.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3202.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3203.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3204.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3205.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3206.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3207.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3208.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3209.             'Twig\\Environment' => '?',
  3210.             'doctrine' => '?',
  3211.             'form.factory' => '?',
  3212.             'http_kernel' => '?',
  3213.             'kernel' => 'kernel',
  3214.             'parameter_bag' => '?',
  3215.             'profiler' => '?',
  3216.             'request_stack' => '?',
  3217.             'router' => '?',
  3218.             'security.authorization_checker' => '?',
  3219.             'security.csrf.token_manager' => '?',
  3220.             'security.token_storage' => '?',
  3221.             'serializer' => '?',
  3222.             'session' => '.session.deprecated',
  3223.             'session.handler' => '?',
  3224.             'translator' => '?',
  3225.             'twig' => '?',
  3226.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController'$this));
  3227.         return $instance;
  3228.     }
  3229.     /**
  3230.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\EmailSuppressionController' shared autowired service.
  3231.      *
  3232.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\EmailSuppressionController
  3233.      */
  3234.     protected function getEmailSuppressionControllerService()
  3235.     {
  3236.         $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()));
  3237.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3238.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3239.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3240.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3241.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3242.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3243.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3244.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3245.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3246.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3247.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3248.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3249.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3250.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3251.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3252.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3253.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3254.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3255.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3256.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3257.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3258.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3259.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3260.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3261.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3262.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3263.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3264.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3265.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3266.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3267.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3268.             'kernel' => ['services''kernel''getKernelService'false],
  3269.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3270.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3271.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3272.             'router' => ['services''router''getRouterService'false],
  3273.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3274.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3275.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3276.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3277.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3278.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3279.             'translator' => ['services''translator''getTranslatorService'false],
  3280.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3281.         ], [
  3282.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3283.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3284.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3285.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3286.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3287.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3288.             'App\\Controller\\AbstractController::getRouter' => '?',
  3289.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3290.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3291.             'App\\Controller\\AbstractController::getTwig' => '?',
  3292.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3293.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3294.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3295.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3296.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3297.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3298.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3299.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3300.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3301.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3302.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3303.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3304.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3305.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3306.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3307.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3308.             'Twig\\Environment' => '?',
  3309.             'doctrine' => '?',
  3310.             'form.factory' => '?',
  3311.             'http_kernel' => '?',
  3312.             'kernel' => 'kernel',
  3313.             'parameter_bag' => '?',
  3314.             'profiler' => '?',
  3315.             'request_stack' => '?',
  3316.             'router' => '?',
  3317.             'security.authorization_checker' => '?',
  3318.             'security.csrf.token_manager' => '?',
  3319.             'security.token_storage' => '?',
  3320.             'serializer' => '?',
  3321.             'session' => '.session.deprecated',
  3322.             'session.handler' => '?',
  3323.             'translator' => '?',
  3324.             'twig' => '?',
  3325.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController'$this));
  3326.         return $instance;
  3327.     }
  3328.     /**
  3329.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\NotificationsConfigController' shared autowired service.
  3330.      *
  3331.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\NotificationsConfigController
  3332.      */
  3333.     protected function getNotificationsConfigControllerService()
  3334.     {
  3335.         $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()));
  3336.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController'$this));
  3337.         return $instance;
  3338.     }
  3339.     /**
  3340.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\Onboarding\PhonesController' shared autowired service.
  3341.      *
  3342.      * @return \Products\NotificationsBundle\Controller\Dashboard\Onboarding\PhonesController
  3343.      */
  3344.     protected function getPhonesControllerService()
  3345.     {
  3346.         $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()));
  3347.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3348.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3349.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3350.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3351.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3352.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3353.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3354.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3355.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3356.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3357.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3358.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3359.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3360.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3361.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3362.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3363.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3364.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3365.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3366.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3367.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3368.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3369.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3370.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3371.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3372.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3373.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3374.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3375.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3376.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3377.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3378.             'kernel' => ['services''kernel''getKernelService'false],
  3379.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3380.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3381.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3382.             'router' => ['services''router''getRouterService'false],
  3383.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3384.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3385.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3386.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3387.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3388.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3389.             'translator' => ['services''translator''getTranslatorService'false],
  3390.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3391.         ], [
  3392.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3393.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3394.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3395.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3396.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3397.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3398.             'App\\Controller\\AbstractController::getRouter' => '?',
  3399.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3400.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3401.             'App\\Controller\\AbstractController::getTwig' => '?',
  3402.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3403.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3404.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3405.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3406.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3407.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3408.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3409.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3410.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3411.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3412.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3413.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3414.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3415.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3416.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3417.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3418.             'Twig\\Environment' => '?',
  3419.             'doctrine' => '?',
  3420.             'form.factory' => '?',
  3421.             'http_kernel' => '?',
  3422.             'kernel' => 'kernel',
  3423.             'parameter_bag' => '?',
  3424.             'profiler' => '?',
  3425.             'request_stack' => '?',
  3426.             'router' => '?',
  3427.             'security.authorization_checker' => '?',
  3428.             'security.csrf.token_manager' => '?',
  3429.             'security.token_storage' => '?',
  3430.             'serializer' => '?',
  3431.             'session' => '.session.deprecated',
  3432.             'session.handler' => '?',
  3433.             'translator' => '?',
  3434.             'twig' => '?',
  3435.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController'$this));
  3436.         return $instance;
  3437.     }
  3438.     /**
  3439.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ProfileController' shared autowired service.
  3440.      *
  3441.      * @return \Products\NotificationsBundle\Controller\Dashboard\ProfileController
  3442.      */
  3443.     protected function getProfileController2Service()
  3444.     {
  3445.         $a = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService());
  3446.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'])) {
  3447.             return $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'];
  3448.         }
  3449.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\ProfileController($a);
  3450.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3451.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3452.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3453.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3454.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3455.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3456.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3457.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3458.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3459.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3460.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3461.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3462.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3463.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3464.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3465.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3466.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController::getPortalService' => ['services''Products\\NotificationsBundle\\Service\\PortalService''getPortalServiceService'true],
  3467.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3468.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3469.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3470.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3471.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3472.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3473.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3474.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3475.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3476.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3477.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3478.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3479.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3480.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3481.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3482.             'kernel' => ['services''kernel''getKernelService'false],
  3483.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3484.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3485.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3486.             'router' => ['services''router''getRouterService'false],
  3487.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3488.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3489.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3490.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3491.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3492.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3493.             'translator' => ['services''translator''getTranslatorService'false],
  3494.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3495.         ], [
  3496.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3497.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3498.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3499.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3500.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3501.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3502.             'App\\Controller\\AbstractController::getRouter' => '?',
  3503.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3504.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3505.             'App\\Controller\\AbstractController::getTwig' => '?',
  3506.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3507.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3508.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3509.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3510.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3511.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController::getPortalService' => 'Products\\NotificationsBundle\\Service\\PortalService',
  3512.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3513.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3514.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3515.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3516.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3517.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3518.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3519.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3520.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3521.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3522.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3523.             'Twig\\Environment' => '?',
  3524.             'doctrine' => '?',
  3525.             'form.factory' => '?',
  3526.             'http_kernel' => '?',
  3527.             'kernel' => 'kernel',
  3528.             'parameter_bag' => '?',
  3529.             'profiler' => '?',
  3530.             'request_stack' => '?',
  3531.             'router' => '?',
  3532.             'security.authorization_checker' => '?',
  3533.             'security.csrf.token_manager' => '?',
  3534.             'security.token_storage' => '?',
  3535.             'serializer' => '?',
  3536.             'session' => '.session.deprecated',
  3537.             'session.handler' => '?',
  3538.             'translator' => '?',
  3539.             'twig' => '?',
  3540.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'$this));
  3541.         return $instance;
  3542.     }
  3543.     /**
  3544.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\RecordingController' shared autowired service.
  3545.      *
  3546.      * @return \Products\NotificationsBundle\Controller\Dashboard\RecordingController
  3547.      */
  3548.     protected function getRecordingControllerService()
  3549.     {
  3550.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\RecordingController();
  3551.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3552.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3553.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3554.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3555.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3556.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3557.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3558.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3559.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3560.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3561.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3562.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3563.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3564.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3565.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3566.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3567.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingBlobConsumer' => ['privates''App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer''getRecordingBlobConsumerService'false],
  3568.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingLogic' => ['services''Products\\NotificationsBundle\\Service\\RecordingLogic''getRecordingLogicService'false],
  3569.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3570.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3571.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3572.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3573.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3574.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3575.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3576.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3577.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3578.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3579.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3580.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3581.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3582.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3583.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3584.             'kernel' => ['services''kernel''getKernelService'false],
  3585.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3586.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3587.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3588.             'router' => ['services''router''getRouterService'false],
  3589.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3590.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3591.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3592.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3593.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3594.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3595.             'translator' => ['services''translator''getTranslatorService'false],
  3596.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3597.         ], [
  3598.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3599.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3600.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3601.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3602.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3603.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3604.             'App\\Controller\\AbstractController::getRouter' => '?',
  3605.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3606.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3607.             'App\\Controller\\AbstractController::getTwig' => '?',
  3608.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3609.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3610.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3611.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3612.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3613.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingBlobConsumer' => 'App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer',
  3614.             'Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController::getRecordingLogic' => 'Products\\NotificationsBundle\\Service\\RecordingLogic',
  3615.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3616.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3617.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3618.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3619.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3620.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3621.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3622.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3623.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3624.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3625.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3626.             'Twig\\Environment' => '?',
  3627.             'doctrine' => '?',
  3628.             'form.factory' => '?',
  3629.             'http_kernel' => '?',
  3630.             'kernel' => 'kernel',
  3631.             'parameter_bag' => '?',
  3632.             'profiler' => '?',
  3633.             'request_stack' => '?',
  3634.             'router' => '?',
  3635.             'security.authorization_checker' => '?',
  3636.             'security.csrf.token_manager' => '?',
  3637.             'security.token_storage' => '?',
  3638.             'serializer' => '?',
  3639.             'session' => '.session.deprecated',
  3640.             'session.handler' => '?',
  3641.             'translator' => '?',
  3642.             'twig' => '?',
  3643.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'$this));
  3644.         return $instance;
  3645.     }
  3646.     /**
  3647.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\ReportsController' shared autowired service.
  3648.      *
  3649.      * @return \Products\NotificationsBundle\Controller\Dashboard\ReportsController
  3650.      */
  3651.     protected function getReportsControllerService()
  3652.     {
  3653.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\ReportsController();
  3654.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3655.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3656.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3657.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3658.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3659.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3660.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3661.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3662.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3663.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3664.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3665.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3666.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3667.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3668.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3669.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3670.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController::getProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  3671.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3672.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3673.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3674.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3675.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3676.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3677.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3678.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3679.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3680.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3681.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3682.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3683.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3684.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3685.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3686.             'kernel' => ['services''kernel''getKernelService'false],
  3687.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3688.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3689.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3690.             'router' => ['services''router''getRouterService'false],
  3691.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3692.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3693.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3694.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3695.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3696.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3697.             'translator' => ['services''translator''getTranslatorService'false],
  3698.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3699.         ], [
  3700.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3701.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3702.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3703.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3704.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3705.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3706.             'App\\Controller\\AbstractController::getRouter' => '?',
  3707.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3708.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3709.             'App\\Controller\\AbstractController::getTwig' => '?',
  3710.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3711.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3712.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3713.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3714.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3715.             'Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController::getProfileRepository' => 'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository',
  3716.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3717.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3718.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3719.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3720.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3721.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3722.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3723.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3724.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3725.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3726.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3727.             'Twig\\Environment' => '?',
  3728.             'doctrine' => '?',
  3729.             'form.factory' => '?',
  3730.             'http_kernel' => '?',
  3731.             'kernel' => 'kernel',
  3732.             'parameter_bag' => '?',
  3733.             'profiler' => '?',
  3734.             'request_stack' => '?',
  3735.             'router' => '?',
  3736.             'security.authorization_checker' => '?',
  3737.             'security.csrf.token_manager' => '?',
  3738.             'security.token_storage' => '?',
  3739.             'serializer' => '?',
  3740.             'session' => '.session.deprecated',
  3741.             'session.handler' => '?',
  3742.             'translator' => '?',
  3743.             'twig' => '?',
  3744.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'$this));
  3745.         return $instance;
  3746.     }
  3747.     /**
  3748.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\SisController' shared autowired service.
  3749.      *
  3750.      * @return \Products\NotificationsBundle\Controller\Dashboard\SisController
  3751.      */
  3752.     protected function getSisControllerService()
  3753.     {
  3754.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\SisController();
  3755.         $instance->setContainer(($this->privates['.service_locator.VwylmMF'] ?? $this->get_ServiceLocator_VwylmMFService())->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'$this));
  3756.         return $instance;
  3757.     }
  3758.     /**
  3759.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\StudentsController' shared autowired service.
  3760.      *
  3761.      * @return \Products\NotificationsBundle\Controller\Dashboard\StudentsController
  3762.      */
  3763.     protected function getStudentsControllerService()
  3764.     {
  3765.         $this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'] = $instance = new \Products\NotificationsBundle\Controller\Dashboard\StudentsController();
  3766.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3767.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3768.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3769.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3770.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3771.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3772.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3773.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3774.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3775.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3776.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3777.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3778.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3779.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3780.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3781.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3782.             'Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController::getResolverManager' => ['services''Cms\\FrontendBundle\\Service\\ResolverManager''getResolverManagerService'false],
  3783.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3784.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3785.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3786.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3787.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3788.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3789.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3790.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3791.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3792.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3793.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3794.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3795.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3796.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3797.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3798.             'kernel' => ['services''kernel''getKernelService'false],
  3799.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3800.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3801.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3802.             'router' => ['services''router''getRouterService'false],
  3803.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3804.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3805.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3806.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3807.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3808.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3809.             'translator' => ['services''translator''getTranslatorService'false],
  3810.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3811.         ], [
  3812.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3813.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3814.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3815.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3816.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3817.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3818.             'App\\Controller\\AbstractController::getRouter' => '?',
  3819.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3820.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3821.             'App\\Controller\\AbstractController::getTwig' => '?',
  3822.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3823.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3824.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3825.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3826.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3827.             'Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController::getResolverManager' => 'Cms\\FrontendBundle\\Service\\ResolverManager',
  3828.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3829.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3830.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3831.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3832.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3833.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3834.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3835.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3836.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3837.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3838.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3839.             'Twig\\Environment' => '?',
  3840.             'doctrine' => '?',
  3841.             'form.factory' => '?',
  3842.             'http_kernel' => '?',
  3843.             'kernel' => 'kernel',
  3844.             'parameter_bag' => '?',
  3845.             'profiler' => '?',
  3846.             'request_stack' => '?',
  3847.             'router' => '?',
  3848.             'security.authorization_checker' => '?',
  3849.             'security.csrf.token_manager' => '?',
  3850.             'security.token_storage' => '?',
  3851.             'serializer' => '?',
  3852.             'session' => '.session.deprecated',
  3853.             'session.handler' => '?',
  3854.             'translator' => '?',
  3855.             'twig' => '?',
  3856.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'$this));
  3857.         return $instance;
  3858.     }
  3859.     /**
  3860.      * Gets the public 'Products\NotificationsBundle\Controller\Dashboard\TemplatesController' shared autowired service.
  3861.      *
  3862.      * @return \Products\NotificationsBundle\Controller\Dashboard\TemplatesController
  3863.      */
  3864.     protected function getTemplatesControllerService()
  3865.     {
  3866.         $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()));
  3867.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3868.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3869.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3870.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3871.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3872.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3873.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3874.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3875.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3876.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3877.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3878.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3879.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3880.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3881.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3882.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3883.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3884.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3885.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3886.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3887.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3888.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3889.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3890.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3891.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3892.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3893.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  3894.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3895.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3896.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3897.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3898.             'kernel' => ['services''kernel''getKernelService'false],
  3899.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3900.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  3901.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3902.             'router' => ['services''router''getRouterService'false],
  3903.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3904.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3905.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3906.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3907.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3908.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  3909.             'translator' => ['services''translator''getTranslatorService'false],
  3910.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3911.         ], [
  3912.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3913.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3914.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  3915.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  3916.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3917.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  3918.             'App\\Controller\\AbstractController::getRouter' => '?',
  3919.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  3920.             'App\\Controller\\AbstractController::getTranslator' => '?',
  3921.             'App\\Controller\\AbstractController::getTwig' => '?',
  3922.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  3923.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  3924.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  3925.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  3926.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3927.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3928.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3929.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3930.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  3931.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3932.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3933.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3934.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3935.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3936.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  3937.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3938.             'Twig\\Environment' => '?',
  3939.             'doctrine' => '?',
  3940.             'form.factory' => '?',
  3941.             'http_kernel' => '?',
  3942.             'kernel' => 'kernel',
  3943.             'parameter_bag' => '?',
  3944.             'profiler' => '?',
  3945.             'request_stack' => '?',
  3946.             'router' => '?',
  3947.             'security.authorization_checker' => '?',
  3948.             'security.csrf.token_manager' => '?',
  3949.             'security.token_storage' => '?',
  3950.             'serializer' => '?',
  3951.             'session' => '.session.deprecated',
  3952.             'session.handler' => '?',
  3953.             'translator' => '?',
  3954.             'twig' => '?',
  3955.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController'$this));
  3956.         return $instance;
  3957.     }
  3958.     /**
  3959.      * Gets the public 'Products\NotificationsBundle\Controller\Portal\ManagementController' shared autowired service.
  3960.      *
  3961.      * @return \Products\NotificationsBundle\Controller\Portal\ManagementController
  3962.      */
  3963.     protected function getManagementControllerService()
  3964.     {
  3965.         $a = ($this->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $this->getSchoolResolverService());
  3966.         if (isset($this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'])) {
  3967.             return $this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'];
  3968.         }
  3969.         $this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'] = $instance = new \Products\NotificationsBundle\Controller\Portal\ManagementController($a);
  3970.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3971.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3972.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3973.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3974.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  3975.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3976.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  3977.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  3978.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3979.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  3980.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3981.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  3982.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  3983.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  3984.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  3985.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  3986.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPhoneNumberService' => ['services''App\\Service\\Data\\PhoneNumberService''getPhoneNumberServiceService'false],
  3987.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPortalService' => ['services''Products\\NotificationsBundle\\Service\\PortalService''getPortalServiceService'true],
  3988.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getResolverManager' => ['services''Cms\\FrontendBundle\\Service\\ResolverManager''getResolverManagerService'false],
  3989.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  3990.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3991.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  3992.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  3993.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  3994.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  3995.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3996.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3997.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3998.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  3999.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  4000.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4001.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4002.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  4003.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4004.             'kernel' => ['services''kernel''getKernelService'false],
  4005.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4006.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  4007.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4008.             'router' => ['services''router''getRouterService'false],
  4009.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4010.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  4011.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4012.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  4013.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  4014.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  4015.             'translator' => ['services''translator''getTranslatorService'false],
  4016.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4017.         ], [
  4018.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  4019.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  4020.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  4021.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  4022.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  4023.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  4024.             'App\\Controller\\AbstractController::getRouter' => '?',
  4025.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  4026.             'App\\Controller\\AbstractController::getTranslator' => '?',
  4027.             'App\\Controller\\AbstractController::getTwig' => '?',
  4028.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  4029.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  4030.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  4031.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  4032.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  4033.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPhoneNumberService' => 'App\\Service\\Data\\PhoneNumberService',
  4034.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getPortalService' => 'Products\\NotificationsBundle\\Service\\PortalService',
  4035.             'Products\\NotificationsBundle\\Controller\\Portal\\ManagementController::getResolverManager' => 'Cms\\FrontendBundle\\Service\\ResolverManager',
  4036.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  4037.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  4038.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  4039.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  4040.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  4041.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  4042.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  4043.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  4044.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  4045.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  4046.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  4047.             'Twig\\Environment' => '?',
  4048.             'doctrine' => '?',
  4049.             'form.factory' => '?',
  4050.             'http_kernel' => '?',
  4051.             'kernel' => 'kernel',
  4052.             'parameter_bag' => '?',
  4053.             'profiler' => '?',
  4054.             'request_stack' => '?',
  4055.             'router' => '?',
  4056.             'security.authorization_checker' => '?',
  4057.             'security.csrf.token_manager' => '?',
  4058.             'security.token_storage' => '?',
  4059.             'serializer' => '?',
  4060.             'session' => '.session.deprecated',
  4061.             'session.handler' => '?',
  4062.             'translator' => '?',
  4063.             'twig' => '?',
  4064.         ]))->withContext('Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'$this));
  4065.         return $instance;
  4066.     }
  4067.     /**
  4068.      * Gets the public 'Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory' shared autowired service.
  4069.      *
  4070.      * @return \Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory
  4071.      */
  4072.     protected function getEmailTemplateGeneratorFactoryService()
  4073.     {
  4074.         return $this->services['Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory'] = new \Products\NotificationsBundle\Service\EmailTemplateGeneratorFactory((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4075.             'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator' => [false'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator''getEmailTemplateGeneratorService'true],
  4076.         ], [
  4077.             'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator' => 'Products\\NotificationsBundle\\Service\\EmailTemplateGenerator',
  4078.         ]))->withContext('Products\\NotificationsBundle\\Service\\EmailTemplateGeneratorFactory'$this));
  4079.     }
  4080.     /**
  4081.      * Gets the public 'Products\NotificationsBundle\Service\ListBuilderService' shared autowired service.
  4082.      *
  4083.      * @return \Products\NotificationsBundle\Service\ListBuilderService
  4084.      */
  4085.     protected function getListBuilderServiceService()
  4086.     {
  4087.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4088.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4089.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4090.         }
  4091.         $b = ($this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'] ?? $this->getNotificationsConditionQueryBuilderService());
  4092.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4093.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4094.         }
  4095.         $c = ($this->services['App\\Service\\Query\\ConditionQueryTransformer'] ?? $this->getConditionQueryTransformerService());
  4096.         if (isset($this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'])) {
  4097.             return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'];
  4098.         }
  4099.         return $this->services['Products\\NotificationsBundle\\Service\\ListBuilderService'] = new \Products\NotificationsBundle\Service\ListBuilderService($a$b$c);
  4100.     }
  4101.     /**
  4102.      * Gets the public 'Products\NotificationsBundle\Service\ListItemProvider' shared autowired service.
  4103.      *
  4104.      * @return \Products\NotificationsBundle\Service\ListItemProvider
  4105.      */
  4106.     protected function getListItemProviderService()
  4107.     {
  4108.         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()));
  4109.     }
  4110.     /**
  4111.      * Gets the public 'Products\NotificationsBundle\Service\MergeParamsProvider' shared autowired service.
  4112.      *
  4113.      * @return \Products\NotificationsBundle\Service\MergeParamsProvider
  4114.      */
  4115.     protected function getMergeParamsProviderService()
  4116.     {
  4117.         return $this->services['Products\\NotificationsBundle\\Service\\MergeParamsProvider'] = new \Products\NotificationsBundle\Service\MergeParamsProvider(($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] ?? $this->getNotificationsConfigServiceService()));
  4118.     }
  4119.     /**
  4120.      * Gets the public 'Products\NotificationsBundle\Service\Notifications\NotificationsConfigService' shared autowired service.
  4121.      *
  4122.      * @return \Products\NotificationsBundle\Service\Notifications\NotificationsConfigService
  4123.      */
  4124.     protected function getNotificationsConfigServiceService()
  4125.     {
  4126.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4127.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'])) {
  4128.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'];
  4129.         }
  4130.         $b = ($this->privates['App\\Service\\TenantContext'] ?? $this->getTenantContextService());
  4131.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'])) {
  4132.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'];
  4133.         }
  4134.         return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\NotificationsConfigService'] = new \Products\NotificationsBundle\Service\Notifications\NotificationsConfigService($a$b);
  4135.     }
  4136.     /**
  4137.      * Gets the public 'Products\NotificationsBundle\Service\Notifications\TranslationService' shared autowired service.
  4138.      *
  4139.      * @return \Products\NotificationsBundle\Service\Notifications\TranslationService
  4140.      */
  4141.     protected function getTranslationServiceService()
  4142.     {
  4143.         $a = ($this->privates['App\\Service\\Intl\\CloudTranslator'] ?? $this->getCloudTranslatorService());
  4144.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'])) {
  4145.             return $this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'];
  4146.         }
  4147.         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);
  4148.     }
  4149.     /**
  4150.      * Gets the public 'Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder' shared autowired service.
  4151.      *
  4152.      * @return \Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder
  4153.      */
  4154.     protected function getNotificationsConditionQueryBuilderService()
  4155.     {
  4156.         $a = ($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService());
  4157.         if (isset($this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'])) {
  4158.             return $this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'];
  4159.         }
  4160.         return $this->services['Products\\NotificationsBundle\\Service\\Query\\NotificationsConditionQueryBuilder'] = new \Products\NotificationsBundle\Service\Query\NotificationsConditionQueryBuilder($a);
  4161.     }
  4162.     /**
  4163.      * Gets the public 'Products\NotificationsBundle\Service\RecordingLogic' shared autowired service.
  4164.      *
  4165.      * @return \Products\NotificationsBundle\Service\RecordingLogic
  4166.      */
  4167.     protected function getRecordingLogicService()
  4168.     {
  4169.         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))));
  4170.     }
  4171.     /**
  4172.      * Gets the public 'Products\NotificationsBundle\Service\TemplateLogic' shared autowired service.
  4173.      *
  4174.      * @return \Products\NotificationsBundle\Service\TemplateLogic
  4175.      */
  4176.     protected function getTemplateLogicService()
  4177.     {
  4178.         return $this->services['Products\\NotificationsBundle\\Service\\TemplateLogic'] = new \Products\NotificationsBundle\Service\TemplateLogic(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  4179.     }
  4180.     /**
  4181.      * Gets the public 'cache.app' shared service.
  4182.      *
  4183.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4184.      */
  4185.     protected function getCache_AppService()
  4186.     {
  4187.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  4188.     }
  4189.     /**
  4190.      * Gets the public 'cache.system' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4193.      */
  4194.     protected function getCache_SystemService()
  4195.     {
  4196.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  4197.     }
  4198.     /**
  4199.      * Gets the public 'cache.validator_expression_language' shared service.
  4200.      *
  4201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4202.      */
  4203.     protected function getCache_ValidatorExpressionLanguageService()
  4204.     {
  4205.         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()));
  4206.     }
  4207.     /**
  4208.      * Gets the public 'doctrine' shared service.
  4209.      *
  4210.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4211.      */
  4212.     protected function getDoctrineService()
  4213.     {
  4214.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  4215.     }
  4216.     /**
  4217.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  4218.      *
  4219.      * @return \Doctrine\DBAL\Connection
  4220.      */
  4221.     protected function getDoctrine_Dbal_DefaultConnectionService()
  4222.     {
  4223.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4224.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  4225.             return $this->services['doctrine.dbal.default_connection'];
  4226.         }
  4227.         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']);
  4228.     }
  4229.     /**
  4230.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4231.      *
  4232.      * @return \Doctrine\ORM\EntityManager
  4233.      */
  4234.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  4235.     {
  4236.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4237.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4238.             return $this->services['doctrine.orm.default_entity_manager'];
  4239.         }
  4240.         $b = ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService());
  4241.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4242.             return $this->services['doctrine.orm.default_entity_manager'];
  4243.         }
  4244.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4245.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4246.             return $this->services['doctrine.orm.default_entity_manager'];
  4247.         }
  4248.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b$c);
  4249.         ($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);
  4250.         return $instance;
  4251.     }
  4252.     /**
  4253.      * Gets the public 'event_dispatcher' shared service.
  4254.      *
  4255.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  4256.      */
  4257.     protected function getEventDispatcherService()
  4258.     {
  4259.         $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())));
  4260.         $instance->addListener('kernel.request', [=> function () {
  4261.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4262.         }, => 'onKernelRequest'], 250);
  4263.         $instance->addListener('kernel.response', [=> function () {
  4264.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4265.         }, => 'onKernelResponse'], 0);
  4266.         $instance->addListener('kernel.response', [=> function () {
  4267.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  4268.         }, => 'onResponse'], -10);
  4269.         $instance->addListener('kernel.controller', [=> function () {
  4270.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  4271.         }, => 'onKernelController'], 0);
  4272.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4273.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4274.         }, => 'checkPassport'], 1024);
  4275.         $instance->addListener('kernel.response', [=> function () {
  4276.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4277.         }, => 'onKernelResponse'], 0);
  4278.         $instance->addListener('kernel.response', [=> function () {
  4279.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  4280.         }, => 'onKernelResponse'], 0);
  4281.         $instance->addListener('kernel.exception', [=> function () {
  4282.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  4283.         }, => 'onKernelException'], 0);
  4284.         $instance->addListener('kernel.controller', [=> function () {
  4285.             return ($this->services['App\\Controller\\Dashboard\\Settings\\AccountController'] ?? $this->getAccountControllerService());
  4286.         }, => 'onKernelController'], 0);
  4287.         $instance->addListener('kernel.controller', [=> function () {
  4288.             return ($this->services['App\\Controller\\Dashboard\\Settings\\AutomationController'] ?? $this->getAutomationControllerService());
  4289.         }, => 'onKernelController'], 0);
  4290.         $instance->addListener('kernel.controller', [=> function () {
  4291.             return ($this->services['App\\Controller\\Dashboard\\Settings\\GroupController'] ?? $this->getGroupControllerService());
  4292.         }, => 'onKernelController'], 0);
  4293.         $instance->addListener('kernel.controller', [=> function () {
  4294.             return ($this->services['App\\Controller\\Dashboard\\Settings\\ProfileController'] ?? $this->getProfileControllerService());
  4295.         }, => 'onKernelController'], 0);
  4296.         $instance->addListener('kernel.controller', [=> function () {
  4297.             return ($this->services['App\\Controller\\Dashboard\\Settings\\RoleController'] ?? $this->getRoleControllerService());
  4298.         }, => 'onKernelController'], 0);
  4299.         $instance->addListener('app.async.debug_exception', [=> function () {
  4300.             return ($this->privates['App\\Subscriber\\Async\\DebugExceptionAsyncSubscriber'] ?? $this->load('getDebugExceptionAsyncSubscriberService'));
  4301.         }, => 'onEvent'], 0);
  4302.         $instance->addListener('app.async.debug_noop', [=> function () {
  4303.             return ($this->privates['App\\Subscriber\\Async\\DebugNoopAsyncSubscriber'] ?? $this->load('getDebugNoopAsyncSubscriberService'));
  4304.         }, => 'onEvent'], 0);
  4305.         $instance->addListener('app.async.debug_propagation', [=> function () {
  4306.             return ($this->privates['App\\Subscriber\\Async\\DebugPropagationAsyncSubscriber'] ?? $this->load('getDebugPropagationAsyncSubscriberService'));
  4307.         }, => 'onEvent'], 0);
  4308.         $instance->addListener('app.async.legacy_bulk_upload', [=> function () {
  4309.             return ($this->privates['App\\Subscriber\\Async\\LegacyBulkUploadAsyncSubscriber'] ?? $this->load('getLegacyBulkUploadAsyncSubscriberService'));
  4310.         }, => 'onEvent'], 0);
  4311.         $instance->addListener('app.async.legacy_document_meta', [=> function () {
  4312.             return ($this->privates['App\\Subscriber\\Async\\LegacyDocumentMetaAsyncSubscriber'] ?? $this->load('getLegacyDocumentMetaAsyncSubscriberService'));
  4313.         }, => 'onEvent'], 0);
  4314.         $instance->addListener('app.async.legacy_image_optimization', [=> function () {
  4315.             return ($this->privates['App\\Subscriber\\Async\\LegacyImageOptimizationAsyncSubscriber'] ?? $this->load('getLegacyImageOptimizationAsyncSubscriberService'));
  4316.         }, => 'onEvent'], 0);
  4317.         $instance->addListener('temp_file_resize', [=> function () {
  4318.             return ($this->privates['App\\Subscriber\\Filesystem\\LooseFileOptimizationSubscriber'] ?? $this->load('getLooseFileOptimizationSubscriberService'));
  4319.         }, => 'handleResizing'], 0);
  4320.         $instance->addListener('kernel.response', [=> function () {
  4321.             return ($this->privates['App\\Subscriber\\HstsSubscriber'] ?? $this->getHstsSubscriberService());
  4322.         }, => 'onKernelResponse'], -9223372036854775807-1);
  4323.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4324.             return ($this->privates['App\\Subscriber\\OneRoster\\OneRosterOrgProcessSubscriber'] ?? $this->load('getOneRosterOrgProcessSubscriberService'));
  4325.         }, => 'populateSchools'], 100);
  4326.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4327.             return ($this->privates['App\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriberService'));
  4328.         }, => 'peopleModuleSync'], 0);
  4329.         $instance->addListener('kernel.request', [=> function () {
  4330.             return ($this->privates['App\\Subscriber\\Routing\\AppContextSubscriber'] ?? $this->getAppContextSubscriberService());
  4331.         }, => 'onKernelRequest'], 9);
  4332.         $instance->addListener('app.scheduler.automation', [=> function () {
  4333.             return ($this->privates['App\\Subscriber\\Scheduler\\AutomationSchedulerSubscriber'] ?? $this->load('getAutomationSchedulerSubscriberService'));
  4334.         }, => 'onEvent'], 0);
  4335.         $instance->addListener('app.scheduler.content', [=> function () {
  4336.             return ($this->privates['App\\Subscriber\\Scheduler\\ContentSchedulerSubscriber'] ?? $this->load('getContentSchedulerSubscriberService'));
  4337.         }, => 'onEvent'], 0);
  4338.         $instance->addListener('app.scheduler.draft', [=> function () {
  4339.             return ($this->privates['App\\Subscriber\\Scheduler\\DraftSchedulerSubscriber'] ?? $this->load('getDraftSchedulerSubscriberService'));
  4340.         }, => 'onEvent'], 0);
  4341.         $instance->addListener('app.scheduler.file_delete', [=> function () {
  4342.             return ($this->privates['App\\Subscriber\\Scheduler\\FileDeleteSchedulerSubscriber'] ?? $this->load('getFileDeleteSchedulerSubscriberService'));
  4343.         }, => 'onEvent'], 0);
  4344.         $instance->addListener('app.scheduler.folder_delete', [=> function () {
  4345.             return ($this->privates['App\\Subscriber\\Scheduler\\FolderDeleteSchedulerSubscriber'] ?? $this->load('getFolderDeleteSchedulerSubscriberService'));
  4346.         }, => 'onEvent'], 0);
  4347.         $instance->addListener('app.scheduler.lets_encrypt_renewal', [=> function () {
  4348.             return ($this->privates['App\\Subscriber\\Scheduler\\LetsEncryptRenewalSchedulerSubscriber'] ?? $this->load('getLetsEncryptRenewalSchedulerSubscriberService'));
  4349.         }, => 'onEvent'], 0);
  4350.         $instance->addListener('app.scheduler.notification', [=> function () {
  4351.             return ($this->privates['App\\Subscriber\\Scheduler\\NotificationSchedulerSubscriber'] ?? $this->load('getNotificationSchedulerSubscriberService'));
  4352.         }, => 'onEvent'], 0);
  4353.         $instance->addListener('app.scheduler.one_roster', [=> function () {
  4354.             return ($this->privates['App\\Subscriber\\Scheduler\\OneRosterSchedulerSubscriber'] ?? $this->load('getOneRosterSchedulerSubscriberService'));
  4355.         }, => 'onEvent'], 0);
  4356.         $instance->addListener('app.scheduler.social_post', [=> function () {
  4357.             return ($this->privates['App\\Subscriber\\Scheduler\\SocialPostSchedulerSubscriber'] ?? $this->load('getSocialPostSchedulerSubscriberService'));
  4358.         }, => 'onEvent'], 0);
  4359.         $instance->addListener('app.scheduler.sync', [=> function () {
  4360.             return ($this->privates['App\\Subscriber\\Scheduler\\SyncSchedulerSubscriber'] ?? $this->load('getSyncSchedulerSubscriberService'));
  4361.         }, => 'onEvent'], 0);
  4362.         $instance->addListener('app.sharing.channel', [=> function () {
  4363.             return ($this->privates['App\\Subscriber\\Sharing\\SharingSubscriber'] ?? $this->load('getSharingSubscriberService'));
  4364.         }, => 'onShareChannel'], 0);
  4365.         $instance->addListener('kernel.controller', [=> function () {
  4366.             return ($this->privates['App\\Security\\Firewall\\PortalFirewall'] ?? $this->getPortalFirewallService());
  4367.         }, => 'onController'], 0);
  4368.         $instance->addListener('kernel.view', [=> function () {
  4369.             return ($this->privates['App\\Component\\ViewLayer\\ViewLayerService'] ?? $this->load('getViewLayerServiceService'));
  4370.         }, => 'onKernelView'], -9223372036854775807-1);
  4371.         $instance->addListener('kernel.request', [=> function () {
  4372.             return ($this->privates['Cms\\CoreBundle\\Service\\SystemSetup'] ?? $this->getSystemSetupService());
  4373.         }, => 'run'], 9223372036854775806);
  4374.         $instance->addListener('kernel.view', [=> function () {
  4375.             return ($this->services['Cms\\CoreBundle\\Service\\ViewLayer'] ?? $this->load('getViewLayerService'));
  4376.         }, => 'onKernelView'], 255);
  4377.         $instance->addListener('kernel.response', [=> function () {
  4378.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\CacheOverrideListener'] ?? $this->getCacheOverrideListenerService());
  4379.         }, => 'onKernelResponse'], -1001);
  4380.         $instance->addListener('kernel.exception', [=> function () {
  4381.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  4382.         }, => 'onKernelException'], 0);
  4383.         $instance->addListener('console.error', [=> function () {
  4384.             return ($this->privates['Cms\\CoreBundle\\EventListeners\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  4385.         }, => 'onConsoleError'], 0);
  4386.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4387.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4388.         }, => 'discardableDisable'], 9223372036854775807);
  4389.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4390.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4391.         }, => 'phaseStart'], 9223372036854775807);
  4392.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4393.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4394.         }, => 'fix'], 0);
  4395.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4396.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4397.         }, => 'phaseFin'], -9223372036854775807-1);
  4398.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4399.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4400.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4401.         $instance->addListener('campussuite.one_roster.fix', [=> function () {
  4402.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4403.         }, => 'discardableEnable'], -9223372036854775807-1);
  4404.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4405.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4406.         }, => 'discardableDisable'], 9223372036854775807);
  4407.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4408.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4409.         }, => 'fixType'], 0);
  4410.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4411.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4412.         }, => 'phaseFin'], -9223372036854775807-1);
  4413.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4414.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4415.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4416.         $instance->addListener('campussuite.one_roster.fix.type', [=> function () {
  4417.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4418.         }, => 'discardableEnable'], -9223372036854775807-1);
  4419.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4420.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4421.         }, => 'discardableDisable'], 9223372036854775807);
  4422.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4423.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4424.         }, => 'fixObject'], 0);
  4425.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4426.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4427.         }, => 'phaseFin'], -9223372036854775807-1);
  4428.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4429.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4430.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4431.         $instance->addListener('campussuite.one_roster.fix.object', [=> function () {
  4432.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterFixSubscriber'] ?? $this->load('getOneRosterFixSubscriberService'));
  4433.         }, => 'discardableEnable'], -9223372036854775807-1);
  4434.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4435.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4436.         }, => 'discardableDisable'], 9223372036854775807);
  4437.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4438.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4439.         }, => 'phaseStart'], 9223372036854775807);
  4440.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4441.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4442.         }, => 'refreshApiToken'], 0);
  4443.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4444.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4445.         }, => 'phaseFin'], -9223372036854775807-1);
  4446.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4447.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4448.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4449.         $instance->addListener('campussuite.one_roster.init', [=> function () {
  4450.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterInitSubscriber'] ?? $this->load('getOneRosterInitSubscriberService'));
  4451.         }, => 'discardableEnable'], -9223372036854775807-1);
  4452.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4453.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4454.         }, => 'discardableDisable'], 9223372036854775807);
  4455.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4456.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4457.         }, => 'phaseStart'], 9223372036854775807);
  4458.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4459.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4460.         }, => 'link'], 0);
  4461.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4462.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4463.         }, => 'phaseFin'], -9223372036854775807-1);
  4464.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4465.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4466.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4467.         $instance->addListener('campussuite.one_roster.link', [=> function () {
  4468.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4469.         }, => 'discardableEnable'], -9223372036854775807-1);
  4470.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4471.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4472.         }, => 'discardableDisable'], 9223372036854775807);
  4473.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4474.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4475.         }, => 'linkType'], 0);
  4476.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4477.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4478.         }, => 'phaseFin'], -9223372036854775807-1);
  4479.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4480.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4481.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4482.         $instance->addListener('campussuite.one_roster.link.type', [=> function () {
  4483.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4484.         }, => 'discardableEnable'], -9223372036854775807-1);
  4485.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4486.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4487.         }, => 'discardableDisable'], 9223372036854775807);
  4488.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4489.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4490.         }, => 'linkObject'], 0);
  4491.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4492.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4493.         }, => 'phaseFin'], -9223372036854775807-1);
  4494.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4495.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4496.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4497.         $instance->addListener('campussuite.one_roster.link.object', [=> function () {
  4498.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterLinkSubscriber'] ?? $this->load('getOneRosterLinkSubscriberService'));
  4499.         }, => 'discardableEnable'], -9223372036854775807-1);
  4500.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4501.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4502.         }, => 'discardableDisable'], 9223372036854775807);
  4503.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4504.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4505.         }, => 'phaseStart'], 9223372036854775807);
  4506.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4507.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4508.         }, => 'markStashed'], 1);
  4509.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4510.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4511.         }, => 'cleanStashed'], 1);
  4512.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4513.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4514.         }, => 'phaseFin'], -9223372036854775807-1);
  4515.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4516.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4517.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4518.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4519.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4520.         }, => 'discardableEnable'], -9223372036854775807-1);
  4521.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4522.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4523.         }, => 'discardableDisable'], 9223372036854775807);
  4524.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4525.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4526.         }, => 'adhoc'], 0);
  4527.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4528.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4529.         }, => 'phaseFin'], -9223372036854775807-1);
  4530.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4531.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4532.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4533.         $instance->addListener('campussuite.one_roster.prepare.adhoc', [=> function () {
  4534.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriberService'));
  4535.         }, => 'discardableEnable'], -9223372036854775807-1);
  4536.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4537.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4538.         }, => 'discardableDisable'], 9223372036854775807);
  4539.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4540.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4541.         }, => 'phaseStart'], 9223372036854775807);
  4542.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4543.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4544.         }, => 'process'], 0);
  4545.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4546.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4547.         }, => 'phaseFin'], -9223372036854775807-1);
  4548.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4549.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4550.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4551.         $instance->addListener('campussuite.one_roster.process', [=> function () {
  4552.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4553.         }, => 'discardableEnable'], -9223372036854775807-1);
  4554.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4555.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4556.         }, => 'discardableDisable'], 9223372036854775807);
  4557.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4558.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4559.         }, => 'processType'], 0);
  4560.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4561.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4562.         }, => 'phaseFin'], -9223372036854775807-1);
  4563.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4564.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4565.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4566.         $instance->addListener('campussuite.one_roster.process.type', [=> function () {
  4567.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4568.         }, => 'discardableEnable'], -9223372036854775807-1);
  4569.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4570.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4571.         }, => 'discardableDisable'], 9223372036854775807);
  4572.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4573.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4574.         }, => 'processObject'], 0);
  4575.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4576.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4577.         }, => 'phaseFin'], -9223372036854775807-1);
  4578.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4579.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4580.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4581.         $instance->addListener('campussuite.one_roster.process.object', [=> function () {
  4582.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterProcessSubscriber'] ?? $this->load('getOneRosterProcessSubscriberService'));
  4583.         }, => 'discardableEnable'], -9223372036854775807-1);
  4584.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4585.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4586.         }, => 'discardableDisable'], 9223372036854775807);
  4587.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4588.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4589.         }, => 'phaseStart'], 9223372036854775807);
  4590.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4591.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4592.         }, => 'stash'], 0);
  4593.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4594.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4595.         }, => 'phaseFin'], -9223372036854775807-1);
  4596.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4597.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4598.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4599.         $instance->addListener('campussuite.one_roster.stash', [=> function () {
  4600.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4601.         }, => 'discardableEnable'], -9223372036854775807-1);
  4602.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4603.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4604.         }, => 'discardableDisable'], 9223372036854775807);
  4605.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4606.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4607.         }, => 'stashType'], 0);
  4608.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4609.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4610.         }, => 'phaseFin'], -9223372036854775807-1);
  4611.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4612.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4613.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4614.         $instance->addListener('campussuite.one_roster.stash.type', [=> function () {
  4615.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4616.         }, => 'discardableEnable'], -9223372036854775807-1);
  4617.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4618.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4619.         }, => 'discardableDisable'], 9223372036854775807);
  4620.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4621.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4622.         }, => 'stashObject'], 0);
  4623.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4624.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4625.         }, => 'phaseFin'], -9223372036854775807-1);
  4626.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4627.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4628.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4629.         $instance->addListener('campussuite.one_roster.stash.object', [=> function () {
  4630.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterStashSubscriber'] ?? $this->load('getOneRosterStashSubscriberService'));
  4631.         }, => 'discardableEnable'], -9223372036854775807-1);
  4632.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4633.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4634.         }, => 'discardableDisable'], 9223372036854775807);
  4635.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4636.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4637.         }, => 'phaseStart'], 9223372036854775807);
  4638.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4639.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4640.         }, => 'phaseFin'], -9223372036854775807-1);
  4641.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4642.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4643.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4644.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4645.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4646.         }, => 'discardableEnable'], -9223372036854775807-1);
  4647.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4648.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriberService'));
  4649.         }, => 'syncNotificationDictionaries'], 0);
  4650.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4651.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4652.         }, => 'discardableDisable'], 9223372036854775807);
  4653.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4654.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4655.         }, => 'phaseStart'], 9223372036854775807);
  4656.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4657.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4658.         }, => 'tweak'], 0);
  4659.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4660.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4661.         }, => 'phaseFin'], -9223372036854775807-1);
  4662.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4663.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4664.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4665.         $instance->addListener('campussuite.one_roster.tweak', [=> function () {
  4666.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4667.         }, => 'discardableEnable'], -9223372036854775807-1);
  4668.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4669.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4670.         }, => 'discardableDisable'], 9223372036854775807);
  4671.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4672.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4673.         }, => 'tweakType'], 0);
  4674.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4675.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4676.         }, => 'phaseFin'], -9223372036854775807-1);
  4677.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4678.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4679.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4680.         $instance->addListener('campussuite.one_roster.tweak.type', [=> function () {
  4681.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4682.         }, => 'discardableEnable'], -9223372036854775807-1);
  4683.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4684.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4685.         }, => 'discardableDisable'], 9223372036854775807);
  4686.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4687.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4688.         }, => 'tweakObject'], 0);
  4689.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4690.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4691.         }, => 'phaseFin'], -9223372036854775807-1);
  4692.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4693.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4694.         }, => 'phaseTrigger'], -9223372036854775807-1);
  4695.         $instance->addListener('campussuite.one_roster.tweak.object', [=> function () {
  4696.             return ($this->privates['Cms\\CoreBundle\\EventSubscriber\\OneRoster\\OneRosterTweakSubscriber'] ?? $this->load('getOneRosterTweakSubscriberService'));
  4697.         }, => 'discardableEnable'], -9223372036854775807-1);
  4698.         $instance->addListener('kernel.terminate', [=> function () {
  4699.             return ($this->services['Cms\\LogBundle\\Service\\FeedingService'] ?? $this->load('getFeedingServiceService'));
  4700.         }, => 'onKernelTerminate'], 0);
  4701.         $instance->addListener('kernel.terminate', [=> function () {
  4702.             return ($this->services['Cms\\LogBundle\\Service\\LoggingService'] ?? $this->load('getLoggingServiceService'));
  4703.         }, => 'onKernelTerminate'], 0);
  4704.         $instance->addListener('kernel.request', [=> function () {
  4705.             return ($this->privates['Cms\\TenantBundle\\Listener\\PolicyListener'] ?? $this->getPolicyListenerService());
  4706.         }, => 'onKernelRequest'], 0);
  4707.         $instance->addListener('kernel.controller', [=> function () {
  4708.             return ($this->privates['Platform\\ControlPanelBundle\\Listeners\\RequestListener'] ?? $this->getRequestListenerService());
  4709.         }, => 'controlPanelCheck'], 0);
  4710.         $instance->addListener('kernel.controller', [=> function () {
  4711.             return ($this->privates['Platform\\MarketingBundle\\Listeners\\UpsellListener'] ?? $this->getUpsellListenerService());
  4712.         }, => 'productCheck'], 0);
  4713.         $instance->addListener('security.authentication.success', [=> function () {
  4714.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4715.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  4716.         $instance->addListener('security.authentication.success', [=> function () {
  4717.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4718.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  4719.         $instance->addListener('security.authentication.success', [=> function () {
  4720.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4721.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  4722.         $instance->addListener('security.authentication.success', [=> function () {
  4723.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4724.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  4725.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4726.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4727.         }, => 'onLoginFailureRedirectToLogin'], 0);
  4728.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4729.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4730.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  4731.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4732.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4733.         }, => 'onLoginSuccessRedirection'], 0);
  4734.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4735.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  4736.         }, => 'onLogout'], 0);
  4737.         $instance->addListener('kernel.request', [=> function () {
  4738.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\AccountStatusListener'] ?? $this->getAccountStatusListenerService());
  4739.         }, => 'onKernelRequest'], 0);
  4740.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4741.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterLinkUserSubscriber'] ?? $this->load('getOneRosterLinkUserSubscriberService'));
  4742.         }, => 'groupSyncOld'], 0);
  4743.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4744.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterLinkUserSubscriber'] ?? $this->load('getOneRosterLinkUserSubscriberService'));
  4745.         }, => 'groupsSync'], 0);
  4746.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4747.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber2Service'));
  4748.         }, => 'groupsSync'], 0);
  4749.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4750.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber2Service'));
  4751.         }, => 'deactivateMissing'], 0);
  4752.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4753.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterProcessOrgSubscriber'] ?? $this->load('getOneRosterProcessOrgSubscriberService'));
  4754.         }, => 'groupsSync'], 1);
  4755.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4756.             return ($this->privates['Platform\\SecurityBundle\\Listeners\\OneRoster\\OneRosterProcessUserSubscriber'] ?? $this->load('getOneRosterProcessUserSubscriberService'));
  4757.         }, => 'accountSync'], 1);
  4758.         $instance->addListener('kernel.controller', [=> function () {
  4759.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\AutomationController'] ?? $this->getAutomationController2Service());
  4760.         }, => 'onKernelController'], 0);
  4761.         $instance->addListener('kernel.controller', [=> function () {
  4762.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\DefaultController'] ?? $this->getDefaultControllerService());
  4763.         }, => 'onKernelController'], 0);
  4764.         $instance->addListener('kernel.controller', [=> function () {
  4765.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ListsController'] ?? $this->getListsControllerService());
  4766.         }, => 'onKernelController'], 0);
  4767.         $instance->addListener('kernel.controller', [=> function () {
  4768.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\LogsController'] ?? $this->getLogsControllerService());
  4769.         }, => 'onKernelController'], 0);
  4770.         $instance->addListener('kernel.controller', [=> function () {
  4771.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\MessagesController'] ?? $this->getMessagesControllerService());
  4772.         }, => 'onKernelController'], 0);
  4773.         $instance->addListener('kernel.controller', [=> function () {
  4774.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\CallerIdsController'] ?? $this->getCallerIdsControllerService());
  4775.         }, => 'onKernelController'], 0);
  4776.         $instance->addListener('kernel.controller', [=> function () {
  4777.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DefaultController'] ?? $this->getDefaultController2Service());
  4778.         }, => 'onKernelController'], 0);
  4779.         $instance->addListener('kernel.controller', [=> function () {
  4780.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\DomainsController'] ?? $this->getDomainsControllerService());
  4781.         }, => 'onKernelController'], 0);
  4782.         $instance->addListener('kernel.controller', [=> function () {
  4783.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\EmailSuppressionController'] ?? $this->getEmailSuppressionControllerService());
  4784.         }, => 'onKernelController'], 0);
  4785.         $instance->addListener('kernel.controller', [=> function () {
  4786.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\NotificationsConfigController'] ?? $this->getNotificationsConfigControllerService());
  4787.         }, => 'onKernelController'], 0);
  4788.         $instance->addListener('kernel.controller', [=> function () {
  4789.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\Onboarding\\PhonesController'] ?? $this->getPhonesControllerService());
  4790.         }, => 'onKernelController'], 0);
  4791.         $instance->addListener('kernel.controller', [=> function () {
  4792.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ProfileController'] ?? $this->getProfileController2Service());
  4793.         }, => 'onKernelController'], 0);
  4794.         $instance->addListener('kernel.controller', [=> function () {
  4795.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\RecordingController'] ?? $this->getRecordingControllerService());
  4796.         }, => 'onKernelController'], 0);
  4797.         $instance->addListener('kernel.controller', [=> function () {
  4798.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\ReportsController'] ?? $this->getReportsControllerService());
  4799.         }, => 'onKernelController'], 0);
  4800.         $instance->addListener('kernel.controller', [=> function () {
  4801.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\SisController'] ?? $this->getSisControllerService());
  4802.         }, => 'onKernelController'], 0);
  4803.         $instance->addListener('kernel.controller', [=> function () {
  4804.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\StudentsController'] ?? $this->getStudentsControllerService());
  4805.         }, => 'onKernelController'], 0);
  4806.         $instance->addListener('kernel.controller', [=> function () {
  4807.             return ($this->services['Products\\NotificationsBundle\\Controller\\Dashboard\\TemplatesController'] ?? $this->getTemplatesControllerService());
  4808.         }, => 'onKernelController'], 0);
  4809.         $instance->addListener('kernel.controller', [=> function () {
  4810.             return ($this->services['Products\\NotificationsBundle\\Controller\\Portal\\ManagementController'] ?? $this->getManagementControllerService());
  4811.         }, => 'onKernelController'], 0);
  4812.         $instance->addListener('form.pre_submit', [=> function () {
  4813.             return ($this->privates['Products\\NotificationsBundle\\Form\\Forms\\Messages\\ScriptChangeDetectionListener'] ?? ($this->privates['Products\\NotificationsBundle\\Form\\Forms\\Messages\\ScriptChangeDetectionListener'] = new \Products\NotificationsBundle\Form\Forms\Messages\ScriptChangeDetectionListener()));
  4814.         }, => 'onPreSubmit'], 0);
  4815.         $instance->addListener('app.notifications.translations.message', [=> function () {
  4816.             return ($this->services['Products\\NotificationsBundle\\Service\\Notifications\\TranslationService'] ?? $this->getTranslationServiceService());
  4817.         }, => 'onTranslateMessage'], 0);
  4818.         $instance->addListener('app.notifications.broadcast.automation', [=> function () {
  4819.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\AutomationSubscriber'] ?? $this->load('getAutomationSubscriberService'));
  4820.         }, => 'onBroadcastAutomation'], 0);
  4821.         $instance->addListener('app.notifications.broadcast.job', [=> function () {
  4822.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4823.         }, => 'onBroadcastJob'], 0);
  4824.         $instance->addListener('app.notifications.broadcast.channel', [=> function () {
  4825.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4826.         }, => 'onBroadcastChannel'], 0);
  4827.         $instance->addListener('app.notifications.broadcast.item', [=> function () {
  4828.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\BroadcastSubscriber'] ?? $this->load('getBroadcastSubscriberService'));
  4829.         }, => 'onBroadcastItem'], 0);
  4830.         $instance->addListener('kernel.request', [=> function () {
  4831.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  4832.         }, => 'onKernelRequest'], 0);
  4833.         $instance->addListener('campussuite.one_roster.process.object.org', [=> function () {
  4834.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterOrgProcessSubscriber'] ?? $this->load('getOneRosterOrgProcessSubscriber2Service'));
  4835.         }, => 'syncList'], 0);
  4836.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4837.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4838.         }, => 'discardProfiles'], 0);
  4839.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4840.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4841.         }, => 'discardStudents'], 0);
  4842.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4843.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4844.         }, => 'disassociateRelations'], 0);
  4845.         $instance->addListener('campussuite.one_roster.prepare', [=> function () {
  4846.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4847.         }, => 'contactsPrep'], 0);
  4848.         $instance->addListener('campussuite.one_roster.prepare.adhoc.notifications.contact_preparation', [=> function () {
  4849.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4850.         }, => 'contactInjection'], 0);
  4851.         $instance->addListener('campussuite.one_roster.prepare.adhoc.notifications.contact_preparation', [=> function () {
  4852.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterPrepareSubscriber'] ?? $this->load('getOneRosterPrepareSubscriber3Service'));
  4853.         }, => 'contactLookup'], 0);
  4854.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4855.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4856.         }, => 'syncTesters'], 0);
  4857.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4858.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4859.         }, => 'discardProfileContacts'], 0);
  4860.         $instance->addListener('campussuite.one_roster.tidy', [=> function () {
  4861.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterTidySubscriber'] ?? $this->load('getOneRosterTidySubscriber2Service'));
  4862.         }, => 'cleanup'], 0);
  4863.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4864.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4865.         }, => 'teacherGrades'], 0);
  4866.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4867.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4868.         }, => 'parentOrgs'], 0);
  4869.         $instance->addListener('campussuite.one_roster.fix.object.user', [=> function () {
  4870.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserFixSubscriber'] ?? $this->load('getOneRosterUserFixSubscriberService'));
  4871.         }, => 'parentGrades'], 0);
  4872.         $instance->addListener('campussuite.one_roster.link.object.user', [=> function () {
  4873.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserLinkSubscriber'] ?? $this->load('getOneRosterUserLinkSubscriberService'));
  4874.         }, => 'associateStudents'], 0);
  4875.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4876.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4877.         }, => 'syncProfile'], 0);
  4878.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4879.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4880.         }, => 'syncStudent'], 0);
  4881.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4882.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4883.         }, => 'syncRecipients'], 0);
  4884.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4885.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4886.         }, => 'initPreferences'], 0);
  4887.         $instance->addListener('campussuite.one_roster.process.object.user', [=> function () {
  4888.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserProcessSubscriber'] ?? $this->load('getOneRosterUserProcessSubscriber2Service'));
  4889.         }, => 'calculateReachability'], 0);
  4890.         $instance->addListener('campussuite.one_roster.tweak.object.user', [=> function () {
  4891.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\OneRoster\\OneRosterUserTweakSubscriber'] ?? $this->load('getOneRosterUserTweakSubscriberService'));
  4892.         }, => 'calculateStudentReachability'], 0);
  4893.         $instance->addListener('app.notifications.webhooks.email', [=> function () {
  4894.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4895.         }, => 'onWebhookEmail'], 0);
  4896.         $instance->addListener('app.notifications.webhooks.sms', [=> function () {
  4897.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4898.         }, => 'onWebhookSms'], 0);
  4899.         $instance->addListener('app.notifications.webhooks.voice', [=> function () {
  4900.             return ($this->privates['Products\\NotificationsBundle\\Subscriber\\WebhookSubscriber'] ?? $this->load('getWebhookSubscriberService'));
  4901.         }, => 'onWebhookVoice'], 0);
  4902.         $instance->addListener('kernel.request', [=> function () {
  4903.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4904.         }, => 'onKernelRequest'], 0);
  4905.         $instance->addListener('kernel.controller', [=> function () {
  4906.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4907.         }, => 'onKernelController'], 0);
  4908.         $instance->addListener('kernel.exception', [=> function () {
  4909.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4910.         }, => 'onKernelException'], 0);
  4911.         $instance->addListener('kernel.view', [=> function () {
  4912.             return ($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] ?? $this->getApiControllerSubscriberService());
  4913.         }, => 'onKernelView'], 0);
  4914.         $instance->addListener('kernel.controller', [=> function () {
  4915.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4916.         }, => 'onKernelController'], 0);
  4917.         $instance->addListener('kernel.controller', [=> function () {
  4918.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4919.         }, => 'onKernelController'], 0);
  4920.         $instance->addListener('kernel.controller', [=> function () {
  4921.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4922.         }, => 'onKernelController'], -128);
  4923.         $instance->addListener('kernel.view', [=> function () {
  4924.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4925.         }, => 'onKernelView'], 0);
  4926.         $instance->addListener('kernel.controller', [=> function () {
  4927.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4928.         }, => 'onKernelController'], 0);
  4929.         $instance->addListener('kernel.response', [=> function () {
  4930.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4931.         }, => 'onKernelResponse'], 0);
  4932.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4933.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4934.         }, => 'onKernelControllerArguments'], 0);
  4935.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4936.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4937.         }, => 'onKernelControllerArguments'], 0);
  4938.         $instance->addListener('kernel.response', [=> function () {
  4939.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  4940.         }, => 'onKernelResponse'], 0);
  4941.         $instance->addListener('kernel.response', [=> function () {
  4942.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4943.         }, => 'onKernelResponse'], -1024);
  4944.         $instance->addListener('kernel.request', [=> function () {
  4945.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4946.         }, => 'setDefaultLocale'], 100);
  4947.         $instance->addListener('kernel.request', [=> function () {
  4948.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4949.         }, => 'onKernelRequest'], 16);
  4950.         $instance->addListener('kernel.finish_request', [=> function () {
  4951.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4952.         }, => 'onKernelFinishRequest'], 0);
  4953.         $instance->addListener('kernel.request', [=> function () {
  4954.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4955.         }, => 'onKernelRequest'], 256);
  4956.         $instance->addListener('kernel.response', [=> function () {
  4957.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4958.         }, => 'onResponse'], -255);
  4959.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4960.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4961.         }, => 'onControllerArguments'], 0);
  4962.         $instance->addListener('kernel.exception', [=> function () {
  4963.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4964.         }, => 'logKernelException'], 0);
  4965.         $instance->addListener('kernel.exception', [=> function () {
  4966.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4967.         }, => 'onKernelException'], -128);
  4968.         $instance->addListener('kernel.response', [=> function () {
  4969.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  4970.         }, => 'removeCspHeader'], -128);
  4971.         $instance->addListener('kernel.request', [=> function () {
  4972.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4973.         }, => 'onKernelRequest'], 15);
  4974.         $instance->addListener('kernel.finish_request', [=> function () {
  4975.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4976.         }, => 'onKernelFinishRequest'], -15);
  4977.         $instance->addListener('console.error', [=> function () {
  4978.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4979.         }, => 'onConsoleError'], -128);
  4980.         $instance->addListener('console.terminate', [=> function () {
  4981.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  4982.         }, => 'onConsoleTerminate'], -128);
  4983.         $instance->addListener('console.error', [=> function () {
  4984.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4985.         }, => 'onConsoleError'], 0);
  4986.         $instance->addListener('kernel.request', [=> function () {
  4987.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  4988.         }, => 'onKernelRequest'], 128);
  4989.         $instance->addListener('kernel.response', [=> function () {
  4990.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  4991.         }, => 'onKernelResponse'], -1000);
  4992.         $instance->addListener('kernel.finish_request', [=> function () {
  4993.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  4994.         }, => 'onFinishRequest'], 0);
  4995.         $instance->addListener('kernel.request', [=> function () {
  4996.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  4997.         }, => 'onKernelRequest'], 48);
  4998.         $instance->addListener('kernel.request', [=> function () {
  4999.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5000.         }, => 'configure'], 2048);
  5001.         $instance->addListener('console.command', [=> function () {
  5002.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5003.         }, => 'configure'], 2048);
  5004.         $instance->addListener('kernel.request', [=> function () {
  5005.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5006.         }, => 'onKernelRequest'], 32);
  5007.         $instance->addListener('kernel.finish_request', [=> function () {
  5008.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5009.         }, => 'onKernelFinishRequest'], 0);
  5010.         $instance->addListener('kernel.exception', [=> function () {
  5011.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5012.         }, => 'onKernelException'], -64);
  5013.         $instance->addListener('kernel.response', [=> function () {
  5014.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5015.         }, => 'onKernelResponse'], -100);
  5016.         $instance->addListener('kernel.exception', [=> function () {
  5017.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5018.         }, => 'onKernelException'], 0);
  5019.         $instance->addListener('kernel.terminate', [=> function () {
  5020.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5021.         }, => 'onKernelTerminate'], -1024);
  5022.         $instance->addListener('kernel.controller', [=> function () {
  5023.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5024.         }, => 'onKernelController'], 0);
  5025.         $instance->addListener('kernel.response', [=> function () {
  5026.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5027.         }, => 'onKernelResponse'], 0);
  5028.         $instance->addListener('console.command', [=> function () {
  5029.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5030.         }, => 'onCommand'], 255);
  5031.         $instance->addListener('console.terminate', [=> function () {
  5032.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5033.         }, => 'onTerminate'], -255);
  5034.         $instance->addListener('kernel.response', [=> function () {
  5035.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5036.         }, => 'onKernelResponse'], 0);
  5037.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5038.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  5039.         }, => 'checkPassport'], 0);
  5040.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5041.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  5042.         }, => 'onLoginSuccess'], 0);
  5043.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  5044.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  5045.         }, => 'onVoterVote'], 0);
  5046.         $instance->addListener('kernel.request', [=> function () {
  5047.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5048.         }, => 'configureLogoutUrlGenerator'], 8);
  5049.         $instance->addListener('kernel.request', [=> function () {
  5050.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5051.         }, => 'onKernelRequest'], 8);
  5052.         $instance->addListener('kernel.finish_request', [=> function () {
  5053.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5054.         }, => 'onKernelFinishRequest'], 0);
  5055.         $instance->addListener('kernel.finish_request', [=> function () {
  5056.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  5057.         }, => 'resetAssets'], 0);
  5058.         $instance->addListener('kernel.response', [=> function () {
  5059.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5060.         }, => 'onKernelResponse'], -128);
  5061.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5062.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  5063.         }, => 'checkPassport'], 512);
  5064.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5065.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  5066.         }, => 'onLogout'], 0);
  5067.         return $instance;
  5068.     }
  5069.     /**
  5070.      * Gets the public 'http_kernel' shared service.
  5071.      *
  5072.      * @return \Symfony\Component\HttpKernel\HttpKernel
  5073.      */
  5074.     protected function getHttpKernelService()
  5075.     {
  5076.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5077.         if (isset($this->services['http_kernel'])) {
  5078.             return $this->services['http_kernel'];
  5079.         }
  5080.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  5081.         if (isset($this->services['http_kernel'])) {
  5082.             return $this->services['http_kernel'];
  5083.         }
  5084.         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);
  5085.     }
  5086.     /**
  5087.      * Gets the public 'request_stack' shared service.
  5088.      *
  5089.      * @return \Symfony\Component\HttpFoundation\RequestStack
  5090.      */
  5091.     protected function getRequestStackService()
  5092.     {
  5093.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5094.     }
  5095.     /**
  5096.      * Gets the public 'router' shared service.
  5097.      *
  5098.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5099.      */
  5100.     protected function getRouterService()
  5101.     {
  5102.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5103.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  5104.         ], [
  5105.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5106.         ]))->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');
  5107.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5108.         $instance->addExpressionLanguageProvider(($this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] ?? ($this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] = new \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider())));
  5109.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5110.         return $instance;
  5111.     }
  5112.     /**
  5113.      * Gets the public 'translator' shared service.
  5114.      *
  5115.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5116.      */
  5117.     protected function getTranslatorService()
  5118.     {
  5119.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5120.     }
  5121.     /**
  5122.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  5123.      *
  5124.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  5125.      */
  5126.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  5127.     {
  5128.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5129.         $b = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5130.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5131.         $a->addDriver($b'App\\Entity');
  5132.         $a->addDriver($b'Cms\\ContainerBundle\\Entity');
  5133.         $a->addDriver($b'Cms\\ContentBundle\\Entity');
  5134.         $a->addDriver($b'Cms\\CoreBundle\\Entity');
  5135.         $a->addDriver($b'Cms\\DomainBundle\\Entity');
  5136.         $a->addDriver($b'Cms\\FileBundle\\Entity');
  5137.         $a->addDriver($b'Cms\\ImportBundle\\Entity');
  5138.         $a->addDriver($b'Cms\\LogBundle\\Entity');
  5139.         $a->addDriver($b'Cms\\ModuleBundle\\Entity');
  5140.         $a->addDriver($b'Cms\\Modules\\AlertBundle\\Entity');
  5141.         $a->addDriver($b'Cms\\Modules\\BlogBundle\\Entity');
  5142.         $a->addDriver($b'Cms\\Modules\\CalendarBundle\\Entity');
  5143.         $a->addDriver($b'Cms\\Modules\\GalleryBundle\\Entity');
  5144.         $a->addDriver($b'Cms\\Modules\\NewsBundle\\Entity');
  5145.         $a->addDriver($b'Cms\\Modules\\PageBundle\\Entity');
  5146.         $a->addDriver($b'Cms\\Modules\\PeopleBundle\\Entity');
  5147.         $a->addDriver($b'Cms\\Modules\\QuestionBundle\\Entity');
  5148.         $a->addDriver($b'Cms\\Modules\\SnippetBundle\\Entity');
  5149.         $a->addDriver($b'Cms\\RedirectBundle\\Entity');
  5150.         $a->addDriver($b'Cms\\SitebuilderBundle\\Entity');
  5151.         $a->addDriver($b'Cms\\SyncBundle\\Entity');
  5152.         $a->addDriver($b'Cms\\SystemBundle\\Entity');
  5153.         $a->addDriver($b'Cms\\TagBundle\\Entity');
  5154.         $a->addDriver($b'Cms\\TenantBundle\\Entity');
  5155.         $a->addDriver($b'Cms\\ThemeBundle\\Entity');
  5156.         $a->addDriver($b'Cms\\WorkflowsBundle\\Entity');
  5157.         $a->addDriver($b'Platform\\ControlPanelBundle\\Entity');
  5158.         $a->addDriver($b'Platform\\QueueBundle\\Entity');
  5159.         $a->addDriver($b'Platform\\SecurityBundle\\Entity');
  5160.         $a->addDriver($b'Products\\AdaBundle\\Entity');
  5161.         $a->addDriver($b'Products\\NotificationsBundle\\Entity');
  5162.         $a->addDriver($b'Products\\SocialBundle\\Entity');
  5163.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle/Entity')]), 'Cms\\Modules\\AlertBundle\\Entity');
  5164.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle/Entity')]), 'Cms\\Modules\\BlogBundle\\Entity');
  5165.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle/Entity')]), 'Cms\\Modules\\CalendarBundle\\Entity');
  5166.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Entity')]), 'Cms\\Modules\\GalleryBundle\\Entity');
  5167.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle/Entity')]), 'Cms\\Modules\\NewsBundle\\Entity');
  5168.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle/Entity')]), 'Cms\\Modules\\PageBundle\\Entity');
  5169.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Entity')]), 'Cms\\Modules\\PeopleBundle\\Entity');
  5170.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle/Entity')]), 'Cms\\Modules\\QuestionBundle\\Entity');
  5171.         $a->addDriver(new \Cms\ModuleBundle\Util\ModuleAnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle/Entity')]), 'Cms\\Modules\\SnippetBundle\\Entity');
  5172.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  5173.     }
  5174.     /**
  5175.      * Gets the private '.service_locator.KLVvNIq' shared service.
  5176.      *
  5177.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5178.      */
  5179.     protected function get_ServiceLocator_KLVvNIqService()
  5180.     {
  5181.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5182.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  5183.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  5184.         ], [
  5185.             'doctrine.ulid_generator' => '?',
  5186.             'doctrine.uuid_generator' => '?',
  5187.         ]);
  5188.     }
  5189.     /**
  5190.      * Gets the private '.service_locator.Rwgh_w3' shared service.
  5191.      *
  5192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5193.      */
  5194.     protected function get_ServiceLocator_RwghW3Service()
  5195.     {
  5196.         return $this->privates['.service_locator.Rwgh_w3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5197.             'security.firewall.map.context.dashboard' => ['privates''security.firewall.map.context.dashboard''getSecurity_Firewall_Map_Context_DashboardService'true],
  5198.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  5199.             'security.firewall.map.context.portal' => ['privates''security.firewall.map.context.portal''getSecurity_Firewall_Map_Context_PortalService'true],
  5200.             'security.firewall.map.context.portal_admin_api' => ['privates''security.firewall.map.context.portal_admin_api''getSecurity_Firewall_Map_Context_PortalAdminApiService'true],
  5201.             'security.firewall.map.context.portal_api' => ['privates''security.firewall.map.context.portal_api''getSecurity_Firewall_Map_Context_PortalApiService'true],
  5202.         ], [
  5203.             'security.firewall.map.context.dashboard' => '?',
  5204.             'security.firewall.map.context.dev' => '?',
  5205.             'security.firewall.map.context.portal' => '?',
  5206.             'security.firewall.map.context.portal_admin_api' => '?',
  5207.             'security.firewall.map.context.portal_api' => '?',
  5208.         ]);
  5209.     }
  5210.     /**
  5211.      * Gets the private '.service_locator.VwylmMF' shared service.
  5212.      *
  5213.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5214.      */
  5215.     protected function get_ServiceLocator_VwylmMFService()
  5216.     {
  5217.         return $this->privates['.service_locator.VwylmMF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5218.             'App\\Controller\\AbstractController::getContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  5219.             'App\\Controller\\AbstractController::getEntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  5220.             'App\\Controller\\AbstractController::getFormFactory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5221.             'App\\Controller\\AbstractController::getLocaleManager' => ['services''Cms\\CoreBundle\\Service\\LocaleManager''getLocaleManagerService'false],
  5222.             'App\\Controller\\AbstractController::getLoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  5223.             'App\\Controller\\AbstractController::getRequestStack' => ['services''request_stack''getRequestStackService'false],
  5224.             'App\\Controller\\AbstractController::getRouter' => ['services''router''getRouterService'false],
  5225.             'App\\Controller\\AbstractController::getSession' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5226.             'App\\Controller\\AbstractController::getTranslator' => ['services''translator''getTranslatorService'false],
  5227.             'App\\Controller\\AbstractController::getTwig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5228.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => ['privates''App\\Security\\Core\\Authorization\\AuthorizationTester''getAuthorizationTesterService'false],
  5229.             'Cms\\CoreBundle\\Service\\ContextManager' => ['services''Cms\\CoreBundle\\Service\\ContextManager''getContextManagerService'false],
  5230.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => ['services''Cms\\CoreBundle\\Util\\Doctrine\\EntityManager''getEntityManagerService'false],
  5231.             'Cms\\LogBundle\\Service\\LoggingService' => ['services''Cms\\LogBundle\\Service\\LoggingService''getLoggingServiceService'true],
  5232.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  5233.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  5234.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5235.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  5236.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5237.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  5238.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  5239.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5240.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5241.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  5242.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  5243.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  5244.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5245.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5246.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5247.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5248.             'kernel' => ['services''kernel''getKernelService'false],
  5249.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5250.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  5251.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5252.             'router' => ['services''router''getRouterService'false],
  5253.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5254.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  5255.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5256.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  5257.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  5258.             'session.handler' => ['privates''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler''getPdoSessionHandlerService'true],
  5259.             'translator' => ['services''translator''getTranslatorService'false],
  5260.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5261.         ], [
  5262.             'App\\Controller\\AbstractController::getContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  5263.             'App\\Controller\\AbstractController::getEntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  5264.             'App\\Controller\\AbstractController::getFormFactory' => '?',
  5265.             'App\\Controller\\AbstractController::getLocaleManager' => 'Cms\\CoreBundle\\Service\\LocaleManager',
  5266.             'App\\Controller\\AbstractController::getLoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  5267.             'App\\Controller\\AbstractController::getRequestStack' => '?',
  5268.             'App\\Controller\\AbstractController::getRouter' => '?',
  5269.             'App\\Controller\\AbstractController::getSession' => '.session.deprecated',
  5270.             'App\\Controller\\AbstractController::getTranslator' => '?',
  5271.             'App\\Controller\\AbstractController::getTwig' => '?',
  5272.             'App\\Security\\Core\\Authorization\\AuthorizationTester' => 'App\\Security\\Core\\Authorization\\AuthorizationTester',
  5273.             'Cms\\CoreBundle\\Service\\ContextManager' => 'Cms\\CoreBundle\\Service\\ContextManager',
  5274.             'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager' => 'Cms\\CoreBundle\\Util\\Doctrine\\EntityManager',
  5275.             'Cms\\LogBundle\\Service\\LoggingService' => 'Cms\\LogBundle\\Service\\LoggingService',
  5276.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  5277.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  5278.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  5279.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  5280.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '.session.deprecated',
  5281.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  5282.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  5283.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  5284.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  5285.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  5286.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  5287.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  5288.             'Twig\\Environment' => '?',
  5289.             'doctrine' => '?',
  5290.             'form.factory' => '?',
  5291.             'http_kernel' => '?',
  5292.             'kernel' => 'kernel',
  5293.             'parameter_bag' => '?',
  5294.             'profiler' => '?',
  5295.             'request_stack' => '?',
  5296.             'router' => '?',
  5297.             'security.authorization_checker' => '?',
  5298.             'security.csrf.token_manager' => '?',
  5299.             'security.token_storage' => '?',
  5300.             'serializer' => '?',
  5301.             'session' => '.session.deprecated',
  5302.             'session.handler' => '?',
  5303.             'translator' => '?',
  5304.             'twig' => '?',
  5305.         ]);
  5306.     }
  5307.     /**
  5308.      * Gets the private 'App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer' shared autowired service.
  5309.      *
  5310.      * @return \App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer
  5311.      */
  5312.     protected function getContactAttemptBlobConsumerService()
  5313.     {
  5314.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\ContactAttemptBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\ContactAttemptBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\ContactAttemptBlobManager'] ?? $this->getContactAttemptBlobManagerService()));
  5315.     }
  5316.     /**
  5317.      * Gets the private 'App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer' shared autowired service.
  5318.      *
  5319.      * @return \App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer
  5320.      */
  5321.     protected function getDepartmentBlobConsumerService()
  5322.     {
  5323.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\DepartmentBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\DepartmentBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] ?? $this->getDepartmentBlobManagerService()));
  5324.     }
  5325.     /**
  5326.      * Gets the private 'App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer' shared autowired service.
  5327.      *
  5328.      * @return \App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer
  5329.      */
  5330.     protected function getLooseFileBlobConsumerService()
  5331.     {
  5332.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\LooseFileBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\LooseFileBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\LooseFileBlobManager'] ?? $this->getLooseFileBlobManagerService()));
  5333.     }
  5334.     /**
  5335.      * Gets the private 'App\Component\Blobs\BlobConsumers\RecordingBlobConsumer' shared autowired service.
  5336.      *
  5337.      * @return \App\Component\Blobs\BlobConsumers\RecordingBlobConsumer
  5338.      */
  5339.     protected function getRecordingBlobConsumerService()
  5340.     {
  5341.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\RecordingBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] ?? $this->getRecordingBlobManagerService()));
  5342.     }
  5343.     /**
  5344.      * Gets the private 'App\Component\Blobs\BlobConsumers\SchoolBlobConsumer' shared autowired service.
  5345.      *
  5346.      * @return \App\Component\Blobs\BlobConsumers\SchoolBlobConsumer
  5347.      */
  5348.     protected function getSchoolBlobConsumerService()
  5349.     {
  5350.         return $this->privates['App\\Component\\Blobs\\BlobConsumers\\SchoolBlobConsumer'] = new \App\Component\Blobs\BlobConsumers\SchoolBlobConsumer(($this->privates['App\\Component\\Blobs\\BlobManagers\\SchoolBlobManager'] ?? $this->getSchoolBlobManagerService()));
  5351.     }
  5352.     /**
  5353.      * Gets the private 'App\Component\Blobs\BlobManagers\ContactAttemptBlobManager' shared autowired service.
  5354.      *
  5355.      * @return \App\Component\Blobs\BlobManagers\ContactAttemptBlobManager
  5356.      */
  5357.     protected function getContactAttemptBlobManagerService()
  5358.     {
  5359.         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()));
  5360.     }
  5361.     /**
  5362.      * Gets the private 'App\Component\Blobs\BlobManagers\DepartmentBlobManager' shared autowired service.
  5363.      *
  5364.      * @return \App\Component\Blobs\BlobManagers\DepartmentBlobManager
  5365.      */
  5366.     protected function getDepartmentBlobManagerService()
  5367.     {
  5368.         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()));
  5369.     }
  5370.     /**
  5371.      * Gets the private 'App\Component\Blobs\BlobManagers\LooseFileBlobManager' shared autowired service.
  5372.      *
  5373.      * @return \App\Component\Blobs\BlobManagers\LooseFileBlobManager
  5374.      */
  5375.     protected function getLooseFileBlobManagerService()
  5376.     {
  5377.         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()));
  5378.     }
  5379.     /**
  5380.      * Gets the private 'App\Component\Blobs\BlobManagers\RecordingBlobManager' shared autowired service.
  5381.      *
  5382.      * @return \App\Component\Blobs\BlobManagers\RecordingBlobManager
  5383.      */
  5384.     protected function getRecordingBlobManagerService()
  5385.     {
  5386.         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()));
  5387.     }
  5388.     /**
  5389.      * Gets the private 'App\Component\Blobs\BlobManagers\SchoolBlobManager' shared autowired service.
  5390.      *
  5391.      * @return \App\Component\Blobs\BlobManagers\SchoolBlobManager
  5392.      */
  5393.     protected function getSchoolBlobManagerService()
  5394.     {
  5395.         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()));
  5396.     }
  5397.     /**
  5398.      * Gets the private 'App\Component\Blobs\StorageManager' shared autowired service.
  5399.      *
  5400.      * @return \App\Component\Blobs\StorageManager
  5401.      */
  5402.     protected function getStorageManagerService()
  5403.     {
  5404.         $this->privates['App\\Component\\Blobs\\StorageManager'] = $instance = new \App\Component\Blobs\StorageManager();
  5405.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\ContactAttemptBlobManager'] ?? $this->getContactAttemptBlobManagerService()));
  5406.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\DepartmentBlobManager'] ?? $this->getDepartmentBlobManagerService()));
  5407.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\LooseFileBlobManager'] ?? $this->getLooseFileBlobManagerService()));
  5408.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\RecordingBlobManager'] ?? $this->getRecordingBlobManagerService()));
  5409.         $instance->registerManager(($this->privates['App\\Component\\Blobs\\BlobManagers\\SchoolBlobManager'] ?? $this->getSchoolBlobManagerService()));
  5410.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\ContactAttemptBlobConsumer'] ?? $this->getContactAttemptBlobConsumerService()));
  5411.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\DepartmentBlobConsumer'] ?? $this->getDepartmentBlobConsumerService()));
  5412.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\LooseFileBlobConsumer'] ?? $this->getLooseFileBlobConsumerService()));
  5413.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\RecordingBlobConsumer'] ?? $this->getRecordingBlobConsumerService()));
  5414.         $instance->registerConsumer(($this->privates['App\\Component\\Blobs\\BlobConsumers\\SchoolBlobConsumer'] ?? $this->getSchoolBlobConsumerService()));
  5415.         return $instance;
  5416.     }
  5417.     /**
  5418.      * Gets the private 'App\Component\Blobs\Storages\DefaultS3Storage' shared autowired service.
  5419.      *
  5420.      * @return \App\Component\Blobs\Storages\DefaultS3Storage
  5421.      */
  5422.     protected function getDefaultS3StorageService()
  5423.     {
  5424.         return $this->privates['App\\Component\\Blobs\\Storages\\DefaultS3Storage'] = new \App\Component\Blobs\Storages\DefaultS3Storage(($this->privates['Aws\\S3\\S3Client'] ?? $this->getS3ClientService()), 'campussuite-storage');
  5425.     }
  5426.     /**
  5427.      * Gets the private 'App\Security\Core\Authorization\AccessTesterManager' shared autowired service.
  5428.      *
  5429.      * @return \App\Security\Core\Authorization\AccessTesterManager
  5430.      */
  5431.     protected function getAccessTesterManagerService()
  5432.     {
  5433.         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 () {
  5434.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\CmsVoter'] ?? $this->load('getCmsVoterService'));
  5435.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\InternalUserVoter'] ?? $this->load('getInternalUserVoterService'));
  5436.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\NotificationsVoter'] ?? $this->load('getNotificationsVoterService'));
  5437.             yield => ($this->privates['Platform\\SecurityBundle\\Security\\Voter\\SuperUserVoter'] ?? $this->load('getSuperUserVoterService'));
  5438.         }, 4));
  5439.     }
  5440.     /**
  5441.      * Gets the private 'App\Security\Core\Authorization\AuthorizationTester' shared autowired service.
  5442.      *
  5443.      * @return \App\Security\Core\Authorization\AuthorizationTester
  5444.      */
  5445.     protected function getAuthorizationTesterService()
  5446.     {
  5447.         $a = ($this->privates['App\\Security\\Core\\Authorization\\AccessTesterManager'] ?? $this->getAccessTesterManagerService());
  5448.         if (isset($this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'])) {
  5449.             return $this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'];
  5450.         }
  5451.         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);
  5452.     }
  5453.     /**
  5454.      * Gets the private 'App\Security\Firewall\PortalFirewall' shared autowired service.
  5455.      *
  5456.      * @return \App\Security\Firewall\PortalFirewall
  5457.      */
  5458.     protected function getPortalFirewallService()
  5459.     {
  5460.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5461.         if (isset($this->privates['App\\Security\\Firewall\\PortalFirewall'])) {
  5462.             return $this->privates['App\\Security\\Firewall\\PortalFirewall'];
  5463.         }
  5464.         return $this->privates['App\\Security\\Firewall\\PortalFirewall'] = new \App\Security\Firewall\PortalFirewall(($this->services['router'] ?? $this->getRouterService()), $a);
  5465.     }
  5466.     /**
  5467.      * Gets the private 'App\Service\Content\WebUrlGenerator' shared autowired service.
  5468.      *
  5469.      * @return \App\Service\Content\WebUrlGenerator
  5470.      */
  5471.     protected function getWebUrlGeneratorService()
  5472.     {
  5473.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  5474.         if (isset($this->privates['App\\Service\\Content\\WebUrlGenerator'])) {
  5475.             return $this->privates['App\\Service\\Content\\WebUrlGenerator'];
  5476.         }
  5477.         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()));
  5478.     }
  5479.     /**
  5480.      * Gets the private 'App\Service\Intl\CloudTranslator' shared autowired service.
  5481.      *
  5482.      * @return \App\Service\Intl\CloudTranslator
  5483.      */
  5484.     protected function getCloudTranslatorService()
  5485.     {
  5486.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5487.         if (isset($this->privates['App\\Service\\Intl\\CloudTranslator'])) {
  5488.             return $this->privates['App\\Service\\Intl\\CloudTranslator'];
  5489.         }
  5490.         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()));
  5491.     }
  5492.     /**
  5493.      * Gets the private 'App\Service\Intl\Translation\GoogleTranslationClient' shared autowired service.
  5494.      *
  5495.      * @return \App\Service\Intl\Translation\GoogleTranslationClient
  5496.      */
  5497.     protected function getGoogleTranslationClientService()
  5498.     {
  5499.         return $this->privates['App\\Service\\Intl\\Translation\\GoogleTranslationClient'] = new \App\Service\Intl\Translation\GoogleTranslationClient('AIzaSyDKDXIFHzh-IEgWlBScoLzyM9AzkpZ8UCs');
  5500.     }
  5501.     /**
  5502.      * Gets the private 'App\Service\MediaDecorator' shared autowired service.
  5503.      *
  5504.      * @return \App\Service\MediaDecorator
  5505.      */
  5506.     protected function getMediaDecoratorService()
  5507.     {
  5508.         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()));
  5509.     }
  5510.     /**
  5511.      * Gets the private 'App\Service\Messaging\MessagingContext' shared autowired service.
  5512.      *
  5513.      * @return \App\Service\Messaging\MessagingContext
  5514.      */
  5515.     protected function getMessagingContextService()
  5516.     {
  5517.         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()));
  5518.     }
  5519.     /**
  5520.      * Gets the private 'App\Service\NgrokRouter' shared autowired service.
  5521.      *
  5522.      * @return \App\Service\NgrokRouter
  5523.      */
  5524.     protected function getNgrokRouterService()
  5525.     {
  5526.         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()));
  5527.     }
  5528.     /**
  5529.      * Gets the private 'App\Service\Query\ConditionQueryPreviewer' shared autowired service.
  5530.      *
  5531.      * @return \App\Service\Query\ConditionQueryPreviewer
  5532.      */
  5533.     protected function getConditionQueryPreviewerService()
  5534.     {
  5535.         return $this->privates['App\\Service\\Query\\ConditionQueryPreviewer'] = new \App\Service\Query\ConditionQueryPreviewer();
  5536.     }
  5537.     /**
  5538.      * Gets the private 'App\Service\Query\ConditionQueryValidator' shared autowired service.
  5539.      *
  5540.      * @return \App\Service\Query\ConditionQueryValidator
  5541.      */
  5542.     protected function getConditionQueryValidatorService()
  5543.     {
  5544.         return $this->privates['App\\Service\\Query\\ConditionQueryValidator'] = new \App\Service\Query\ConditionQueryValidator();
  5545.     }
  5546.     /**
  5547.      * Gets the private 'App\Service\TenantContext' shared autowired service.
  5548.      *
  5549.      * @return \App\Service\TenantContext
  5550.      */
  5551.     protected function getTenantContextService()
  5552.     {
  5553.         $a = ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService());
  5554.         if (isset($this->privates['App\\Service\\TenantContext'])) {
  5555.             return $this->privates['App\\Service\\TenantContext'];
  5556.         }
  5557.         return $this->privates['App\\Service\\TenantContext'] = new \App\Service\TenantContext($a);
  5558.     }
  5559.     /**
  5560.      * Gets the private 'App\Service\Vendors\Sendgrid\Onboarding\SendgridSendersOnboardingHandler' shared autowired service.
  5561.      *
  5562.      * @return \App\Service\Vendors\Sendgrid\Onboarding\SendgridSendersOnboardingHandler
  5563.      */
  5564.     protected function getSendgridSendersOnboardingHandlerService()
  5565.     {
  5566.         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()));
  5567.     }
  5568.     /**
  5569.      * Gets the private 'App\Service\Vendors\Sendgrid\SendgridFactory' shared autowired service.
  5570.      *
  5571.      * @return \App\Service\Vendors\Sendgrid\SendgridFactory
  5572.      */
  5573.     protected function getSendgridFactoryService()
  5574.     {
  5575.         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()));
  5576.     }
  5577.     /**
  5578.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioCnamOnboardingHandler' shared autowired service.
  5579.      *
  5580.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioCnamOnboardingHandler
  5581.      */
  5582.     protected function getTwilioCnamOnboardingHandlerService()
  5583.     {
  5584.         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()));
  5585.     }
  5586.     /**
  5587.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioPhoneOnboardingHandler' shared autowired service.
  5588.      *
  5589.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioPhoneOnboardingHandler
  5590.      */
  5591.     protected function getTwilioPhoneOnboardingHandlerService()
  5592.     {
  5593.         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()));
  5594.     }
  5595.     /**
  5596.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioSmsOnboardingHandler' shared autowired service.
  5597.      *
  5598.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioSmsOnboardingHandler
  5599.      */
  5600.     protected function getTwilioSmsOnboardingHandlerService()
  5601.     {
  5602.         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()));
  5603.     }
  5604.     /**
  5605.      * Gets the private 'App\Service\Vendors\Twilio\Onboarding\TwilioVoiceOnboardingHandler' shared autowired service.
  5606.      *
  5607.      * @return \App\Service\Vendors\Twilio\Onboarding\TwilioVoiceOnboardingHandler
  5608.      */
  5609.     protected function getTwilioVoiceOnboardingHandlerService()
  5610.     {
  5611.         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()));
  5612.     }
  5613.     /**
  5614.      * Gets the private 'App\Service\Vendors\Twilio\TwilioFactory' shared autowired service.
  5615.      *
  5616.      * @return \App\Service\Vendors\Twilio\TwilioFactory
  5617.      */
  5618.     protected function getTwilioFactoryService()
  5619.     {
  5620.         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()));
  5621.     }
  5622.     /**
  5623.      * Gets the private 'App\Subscriber\HstsSubscriber' shared autowired service.
  5624.      *
  5625.      * @return \App\Subscriber\HstsSubscriber
  5626.      */
  5627.     protected function getHstsSubscriberService()
  5628.     {
  5629.         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))));
  5630.     }
  5631.     /**
  5632.      * Gets the private 'App\Subscriber\Routing\AppContextSubscriber' shared autowired service.
  5633.      *
  5634.      * @return \App\Subscriber\Routing\AppContextSubscriber
  5635.      */
  5636.     protected function getAppContextSubscriberService()
  5637.     {
  5638.         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()));
  5639.     }
  5640.     /**
  5641.      * Gets the private 'App\Twig\Extension\ArraysExtension' shared autowired service.
  5642.      *
  5643.      * @return \App\Twig\Extension\ArraysExtension
  5644.      */
  5645.     protected function getArraysExtensionService()
  5646.     {
  5647.         return $this->privates['App\\Twig\\Extension\\ArraysExtension'] = new \App\Twig\Extension\ArraysExtension();
  5648.     }
  5649.     /**
  5650.      * Gets the private 'App\Twig\Extension\BlobsExtension' shared autowired service.
  5651.      *
  5652.      * @return \App\Twig\Extension\BlobsExtension
  5653.      */
  5654.     protected function getBlobsExtensionService()
  5655.     {
  5656.         return $this->privates['App\\Twig\\Extension\\BlobsExtension'] = new \App\Twig\Extension\BlobsExtension(($this->privates['App\\Component\\Blobs\\StorageManager'] ?? $this->getStorageManagerService()));
  5657.     }
  5658.     /**
  5659.      * Gets the private 'App\Twig\Extension\CronTranslatorExtension' shared autowired service.
  5660.      *
  5661.      * @return \App\Twig\Extension\CronTranslatorExtension
  5662.      */
  5663.     protected function getCronTranslatorExtensionService()
  5664.     {
  5665.         return $this->privates['App\\Twig\\Extension\\CronTranslatorExtension'] = new \App\Twig\Extension\CronTranslatorExtension(($this->services['Cms\\CoreBundle\\Service\\LocaleManager'] ?? $this->getLocaleManagerService()));
  5666.     }
  5667.     /**
  5668.      * Gets the private 'App\Twig\Extension\DomExtension' shared autowired service.
  5669.      *
  5670.      * @return \App\Twig\Extension\DomExtension
  5671.      */
  5672.     protected function getDomExtensionService()
  5673.     {
  5674.         return $this->privates['App\\Twig\\Extension\\DomExtension'] = new \App\Twig\Extension\DomExtension();
  5675.     }
  5676.     /**
  5677.      * Gets the private 'App\Twig\Extension\FormExtension' shared autowired service.
  5678.      *
  5679.      * @return \App\Twig\Extension\FormExtension
  5680.      */
  5681.     protected function getFormExtensionService()
  5682.     {
  5683.         return $this->privates['App\\Twig\\Extension\\FormExtension'] = new \App\Twig\Extension\FormExtension();
  5684.     }
  5685.     /**
  5686.      * Gets the private 'App\Twig\Extension\HtmlExtension' shared autowired service.
  5687.      *
  5688.      * @return \App\Twig\Extension\HtmlExtension
  5689.      */
  5690.     protected function getHtmlExtensionService()
  5691.     {
  5692.         return $this->privates['App\\Twig\\Extension\\HtmlExtension'] = new \App\Twig\Extension\HtmlExtension();
  5693.     }
  5694.     /**
  5695.      * Gets the private 'App\Twig\Extension\MediaExtension' shared autowired service.
  5696.      *
  5697.      * @return \App\Twig\Extension\MediaExtension
  5698.      */
  5699.     protected function getMediaExtensionService()
  5700.     {
  5701.         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()));
  5702.     }
  5703.     /**
  5704.      * Gets the private 'App\Twig\Extension\MiscellaneousExtension' shared autowired service.
  5705.      *
  5706.      * @return \App\Twig\Extension\MiscellaneousExtension
  5707.      */
  5708.     protected function getMiscellaneousExtensionService()
  5709.     {
  5710.         $a = ($this->services['Cms\\FrontendBundle\\Service\\ResolverManager'] ?? $this->getResolverManagerService());
  5711.         if (isset($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'])) {
  5712.             return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'];
  5713.         }
  5714.         $b = ($this->privates['App\\Service\\Content\\WebUrlGenerator'] ?? $this->getWebUrlGeneratorService());
  5715.         if (isset($this->privates['App\\Twig\\Extension\\MiscellaneousExtension'])) {
  5716.             return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'];
  5717.         }
  5718.         return $this->privates['App\\Twig\\Extension\\MiscellaneousExtension'] = new \App\Twig\Extension\MiscellaneousExtension(($this->services['translator'] ?? $this->getTranslatorService()), $a$b);
  5719.     }
  5720.     /**
  5721.      * Gets the private 'App\Twig\Extension\PhoneNumberExtension' shared autowired service.
  5722.      *
  5723.      * @return \App\Twig\Extension\PhoneNumberExtension
  5724.      */
  5725.     protected function getPhoneNumberExtensionService()
  5726.     {
  5727.         return $this->privates['App\\Twig\\Extension\\PhoneNumberExtension'] = new \App\Twig\Extension\PhoneNumberExtension(($this->services['App\\Service\\Data\\PhoneNumberService'] ?? $this->getPhoneNumberServiceService()));
  5728.     }
  5729.     /**
  5730.      * Gets the private 'App\Twig\Extension\SecurityExtension' shared autowired service.
  5731.      *
  5732.      * @return \App\Twig\Extension\SecurityExtension
  5733.      */
  5734.     protected function getSecurityExtensionService()
  5735.     {
  5736.         $a = ($this->privates['App\\Security\\Core\\Authorization\\AuthorizationTester'] ?? $this->getAuthorizationTesterService());
  5737.         if (isset($this->privates['App\\Twig\\Extension\\SecurityExtension'])) {
  5738.             return $this->privates['App\\Twig\\Extension\\SecurityExtension'];
  5739.         }
  5740.         return $this->privates['App\\Twig\\Extension\\SecurityExtension'] = new \App\Twig\Extension\SecurityExtension($a);
  5741.     }
  5742.     /**
  5743.      * Gets the private 'App\Twig\Extension\TypesExtension' shared autowired service.
  5744.      *
  5745.      * @return \App\Twig\Extension\TypesExtension
  5746.      */
  5747.     protected function getTypesExtensionService()
  5748.     {
  5749.         return $this->privates['App\\Twig\\Extension\\TypesExtension'] = new \App\Twig\Extension\TypesExtension();
  5750.     }
  5751.     /**
  5752.      * Gets the private 'App\Twig\Extension\ViewLayerExtension' shared autowired service.
  5753.      *
  5754.      * @return \App\Twig\Extension\ViewLayerExtension
  5755.      */
  5756.     protected function getViewLayerExtensionService()
  5757.     {
  5758.         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))));
  5759.     }
  5760.     /**
  5761.      * Gets the private 'App\Twig\Extension\VolatilesExtension' shared autowired service.
  5762.      *
  5763.      * @return \App\Twig\Extension\VolatilesExtension
  5764.      */
  5765.     protected function getVolatilesExtensionService()
  5766.     {
  5767.         return $this->privates['App\\Twig\\Extension\\VolatilesExtension'] = new \App\Twig\Extension\VolatilesExtension();
  5768.     }
  5769.     /**
  5770.      * Gets the private 'App\Twig\ViewLayerGlobal' shared autowired service.
  5771.      *
  5772.      * @return \App\Twig\ViewLayerGlobal
  5773.      */
  5774.     protected function getViewLayerGlobalService()
  5775.     {
  5776.         return $this->privates['App\\Twig\\ViewLayerGlobal'] = new \App\Twig\ViewLayerGlobal();
  5777.     }
  5778.     /**
  5779.      * Gets the private 'Aws\Polly\PollyClient' shared autowired service.
  5780.      *
  5781.      * @return \Aws\Polly\PollyClient
  5782.      */
  5783.     protected function getPollyClientService()
  5784.     {
  5785.         return $this->privates['Aws\\Polly\\PollyClient'] = new \Aws\Polly\PollyClient($this->parameters['amazon.polly']);
  5786.     }
  5787.     /**
  5788.      * Gets the private 'Aws\S3\S3Client' shared autowired service.
  5789.      *
  5790.      * @return \Aws\S3\S3Client
  5791.      */
  5792.     protected function getS3ClientService()
  5793.     {
  5794.         return $this->privates['Aws\\S3\\S3Client'] = new \Aws\S3\S3Client($this->parameters['amazon.s3']);
  5795.     }
  5796.     /**
  5797.      * Gets the private 'Cms\AssetsBundle\Service\AssetCatalog' shared autowired service.
  5798.      *
  5799.      * @return \Cms\AssetsBundle\Service\AssetCatalog
  5800.      */
  5801.     protected function getAssetCatalogService()
  5802.     {
  5803.         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);
  5804.     }
  5805.     /**
  5806.      * Gets the private 'Cms\ContainerBundle\Service\ContainerService' shared autowired service.
  5807.      *
  5808.      * @return \Cms\ContainerBundle\Service\ContainerService
  5809.      */
  5810.     protected function getContainerServiceService()
  5811.     {
  5812.         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');
  5813.     }
  5814.     /**
  5815.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerDebuggingExtension' shared autowired service.
  5816.      *
  5817.      * @return \Cms\ContainerBundle\Twig\ContainerDebuggingExtension
  5818.      */
  5819.     protected function getContainerDebuggingExtensionService()
  5820.     {
  5821.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerDebuggingExtension'] = new \Cms\ContainerBundle\Twig\ContainerDebuggingExtension(($this->services['Cms\\ContainerBundle\\Service\\DebuggingService'] ?? $this->getDebuggingServiceService()));
  5822.     }
  5823.     /**
  5824.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerExtension' shared autowired service.
  5825.      *
  5826.      * @return \Cms\ContainerBundle\Twig\ContainerExtension
  5827.      */
  5828.     protected function getContainerExtensionService()
  5829.     {
  5830.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerExtension'] = new \Cms\ContainerBundle\Twig\ContainerExtension();
  5831.     }
  5832.     /**
  5833.      * Gets the private 'Cms\ContainerBundle\Twig\ContainerRouteExtension' shared autowired service.
  5834.      *
  5835.      * @return \Cms\ContainerBundle\Twig\ContainerRouteExtension
  5836.      */
  5837.     protected function getContainerRouteExtensionService()
  5838.     {
  5839.         return $this->privates['Cms\\ContainerBundle\\Twig\\ContainerRouteExtension'] = new \Cms\ContainerBundle\Twig\ContainerRouteExtension(($this->privates['Cms\\ContainerBundle\\Service\\ContainerService'] ?? $this->getContainerServiceService()));
  5840.     }
  5841.     /**
  5842.      * Gets the private 'Cms\ContentBundle\Service\Twig\ContentEditorExtension' shared autowired service.
  5843.      *
  5844.      * @return \Cms\ContentBundle\Service\Twig\ContentEditorExtension
  5845.      */
  5846.     protected function getContentEditorExtensionService()
  5847.     {
  5848.         return $this->privates['Cms\\ContentBundle\\Service\\Twig\\ContentEditorExtension'] = new \Cms\ContentBundle\Service\Twig\ContentEditorExtension();
  5849.     }
  5850.     /**
  5851.      * Gets the private 'Cms\CoreBundle\EventListeners\CacheOverrideListener' shared autowired service.
  5852.      *
  5853.      * @return \Cms\CoreBundle\EventListeners\CacheOverrideListener
  5854.      */
  5855.     protected function getCacheOverrideListenerService()
  5856.     {
  5857.         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))));
  5858.     }
  5859.     /**
  5860.      * Gets the private 'Cms\CoreBundle\Service\Aws\S3Wrapper' shared autowired service.
  5861.      *
  5862.      * @return \Cms\CoreBundle\Service\Aws\S3Wrapper
  5863.      */
  5864.     protected function getS3WrapperService()
  5865.     {
  5866.         return $this->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] = new \Cms\CoreBundle\Service\Aws\S3Wrapper('test'$this->parameters['amazon.s3']);
  5867.     }
  5868.     /**
  5869.      * Gets the private 'Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider' shared autowired service.
  5870.      *
  5871.      * @return \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider
  5872.      */
  5873.     protected function getCustomExpressionFunctionProviderService()
  5874.     {
  5875.         return $this->privates['Cms\\CoreBundle\\Service\\ExpressionLanguage\\CustomExpressionFunctionProvider'] = new \Cms\CoreBundle\Service\ExpressionLanguage\CustomExpressionFunctionProvider();
  5876.     }
  5877.     /**
  5878.      * Gets the private 'Cms\CoreBundle\Service\SystemSetup' shared autowired service.
  5879.      *
  5880.      * @return \Cms\CoreBundle\Service\SystemSetup
  5881.      */
  5882.     protected function getSystemSetupService()
  5883.     {
  5884.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  5885.         if (isset($this->privates['Cms\\CoreBundle\\Service\\SystemSetup'])) {
  5886.             return $this->privates['Cms\\CoreBundle\\Service\\SystemSetup'];
  5887.         }
  5888.         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))));
  5889.     }
  5890.     /**
  5891.      * Gets the private 'Cms\CoreBundle\Service\Twig\ArraysExtension' shared autowired service.
  5892.      *
  5893.      * @return \Cms\CoreBundle\Service\Twig\ArraysExtension
  5894.      */
  5895.     protected function getArraysExtension2Service()
  5896.     {
  5897.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ArraysExtension'] = new \Cms\CoreBundle\Service\Twig\ArraysExtension();
  5898.     }
  5899.     /**
  5900.      * Gets the private 'Cms\CoreBundle\Service\Twig\ClassifyExtension' shared autowired service.
  5901.      *
  5902.      * @return \Cms\CoreBundle\Service\Twig\ClassifyExtension
  5903.      */
  5904.     protected function getClassifyExtensionService()
  5905.     {
  5906.         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())));
  5907.     }
  5908.     /**
  5909.      * Gets the private 'Cms\CoreBundle\Service\Twig\ContextExtension' shared autowired service.
  5910.      *
  5911.      * @return \Cms\CoreBundle\Service\Twig\ContextExtension
  5912.      */
  5913.     protected function getContextExtensionService()
  5914.     {
  5915.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  5916.         if (isset($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'])) {
  5917.             return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'];
  5918.         }
  5919.         $b = ($this->services['Cms\\CoreBundle\\Service\\Twig\\GlobalVariables'] ?? $this->getGlobalVariablesService());
  5920.         if (isset($this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'])) {
  5921.             return $this->privates['Cms\\CoreBundle\\Service\\Twig\\ContextExtension'];
  5922.         }
  5923.         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);
  5924.     }
  5925.     /**
  5926.      * Gets the private 'Cms\CoreBundle\Service\Twig\DateTimeExtension' shared autowired service.
  5927.      *
  5928.      * @return \Cms\CoreBundle\Service\Twig\DateTimeExtension
  5929.      */
  5930.     protected function getDateTimeExtensionService()
  5931.     {
  5932.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\DateTimeExtension'] = new \Cms\CoreBundle\Service\Twig\DateTimeExtension(($this->services['Cms\\CoreBundle\\Service\\LocaleManager'] ?? $this->getLocaleManagerService()));
  5933.     }
  5934.     /**
  5935.      * Gets the private 'Cms\CoreBundle\Service\Twig\StringExtension' shared autowired service.
  5936.      *
  5937.      * @return \Cms\CoreBundle\Service\Twig\StringExtension
  5938.      */
  5939.     protected function getStringExtensionService()
  5940.     {
  5941.         return $this->privates['Cms\\CoreBundle\\Service\\Twig\\StringExtension'] = new \Cms\CoreBundle\Service\Twig\StringExtension();
  5942.     }
  5943.     /**
  5944.      * Gets the private 'Cms\CoreBundle\Twig\NestedExtension' shared autowired service.
  5945.      *
  5946.      * @return \Cms\CoreBundle\Twig\NestedExtension
  5947.      */
  5948.     protected function getNestedExtensionService()
  5949.     {
  5950.         return $this->privates['Cms\\CoreBundle\\Twig\\NestedExtension'] = new \Cms\CoreBundle\Twig\NestedExtension();
  5951.     }
  5952.     /**
  5953.      * Gets the private 'Cms\DevelopmentBundle\Collector\SecurityCollector' shared autowired service.
  5954.      *
  5955.      * @return \Cms\DevelopmentBundle\Collector\SecurityCollector
  5956.      */
  5957.     protected function getSecurityCollectorService()
  5958.     {
  5959.         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()));
  5960.     }
  5961.     /**
  5962.      * Gets the private 'Cms\DevelopmentBundle\Collector\TenantCollector' shared autowired service.
  5963.      *
  5964.      * @return \Cms\DevelopmentBundle\Collector\TenantCollector
  5965.      */
  5966.     protected function getTenantCollectorService()
  5967.     {
  5968.         return $this->privates['Cms\\DevelopmentBundle\\Collector\\TenantCollector'] = new \Cms\DevelopmentBundle\Collector\TenantCollector(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  5969.     }
  5970.     /**
  5971.      * Gets the private 'Cms\FileBundle\Service\Image' shared autowired service.
  5972.      *
  5973.      * @return \Cms\FileBundle\Service\Image
  5974.      */
  5975.     protected function getImageService()
  5976.     {
  5977.         return $this->privates['Cms\\FileBundle\\Service\\Image'] = new \Cms\FileBundle\Service\Image($this->parameters['thumbnails']);
  5978.     }
  5979.     /**
  5980.      * Gets the private 'Cms\FileBundle\Service\Twig\FileExtension' shared autowired service.
  5981.      *
  5982.      * @return \Cms\FileBundle\Service\Twig\FileExtension
  5983.      */
  5984.     protected function getFileExtensionService()
  5985.     {
  5986.         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()));
  5987.     }
  5988.     /**
  5989.      * Gets the private 'Cms\FileBundle\Service\Twig\UrlExtension' shared autowired service.
  5990.      *
  5991.      * @return \Cms\FileBundle\Service\Twig\UrlExtension
  5992.      */
  5993.     protected function getUrlExtensionService()
  5994.     {
  5995.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  5996.         if (isset($this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'])) {
  5997.             return $this->privates['Cms\\FileBundle\\Service\\Twig\\UrlExtension'];
  5998.         }
  5999.         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))));
  6000.     }
  6001.     /**
  6002.      * Gets the private 'Cms\LogBundle\Service\RollbarHandlerFactory' shared autowired service.
  6003.      *
  6004.      * @return \Cms\LogBundle\Service\RollbarHandlerFactory
  6005.      */
  6006.     protected function getRollbarHandlerFactoryService()
  6007.     {
  6008.         return $this->privates['Cms\\LogBundle\\Service\\RollbarHandlerFactory'] = new \Cms\LogBundle\Service\RollbarHandlerFactory($this);
  6009.     }
  6010.     /**
  6011.      * Gets the private 'Cms\ModuleBundle\Request\ParamConverter\ContainerConverter' shared autowired service.
  6012.      *
  6013.      * @return \Cms\ModuleBundle\Request\ParamConverter\ContainerConverter
  6014.      */
  6015.     protected function getContainerConverterService()
  6016.     {
  6017.         return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ContainerConverter'] = new \Cms\ModuleBundle\Request\ParamConverter\ContainerConverter(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()));
  6018.     }
  6019.     /**
  6020.      * Gets the private 'Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter' shared autowired service.
  6021.      *
  6022.      * @return \Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter
  6023.      */
  6024.     protected function getModuleEntityConverterService()
  6025.     {
  6026.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6027.         if (isset($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'])) {
  6028.             return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'];
  6029.         }
  6030.         return $this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'] = new \Cms\ModuleBundle\Request\ParamConverter\ModuleEntityConverter(($this->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $this->getEntityManagerService()), $a);
  6031.     }
  6032.     /**
  6033.      * Gets the private 'Cms\ModuleBundle\Service\DraftManager' shared autowired service.
  6034.      *
  6035.      * @return \Cms\ModuleBundle\Service\DraftManager
  6036.      */
  6037.     protected function getDraftManagerService()
  6038.     {
  6039.         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']);
  6040.     }
  6041.     /**
  6042.      * Gets the private 'Cms\ModuleBundle\Twig\ModuleListingExtension' shared autowired service.
  6043.      *
  6044.      * @return \Cms\ModuleBundle\Twig\ModuleListingExtension
  6045.      */
  6046.     protected function getModuleListingExtensionService()
  6047.     {
  6048.         $a = ($this->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $this->getModuleManagerService());
  6049.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'])) {
  6050.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'];
  6051.         }
  6052.         $b = ($this->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $this->getPublicationServiceService());
  6053.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'])) {
  6054.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleListingExtension'];
  6055.         }
  6056.         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()));
  6057.     }
  6058.     /**
  6059.      * Gets the private 'Cms\ModuleBundle\Twig\ModuleRouteExtension' shared autowired service.
  6060.      *
  6061.      * @return \Cms\ModuleBundle\Twig\ModuleRouteExtension
  6062.      */
  6063.     protected function getModuleRouteExtensionService()
  6064.     {
  6065.         $a = ($this->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $this->getPublicationServiceService());
  6066.         if (isset($this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'])) {
  6067.             return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'];
  6068.         }
  6069.         return $this->privates['Cms\\ModuleBundle\\Twig\\ModuleRouteExtension'] = new \Cms\ModuleBundle\Twig\ModuleRouteExtension($a);
  6070.     }
  6071.     /**
  6072.      * Gets the private 'Cms\TenantBundle\Listener\PolicyListener' shared autowired service.
  6073.      *
  6074.      * @return \Cms\TenantBundle\Listener\PolicyListener
  6075.      */
  6076.     protected function getPolicyListenerService()
  6077.     {
  6078.         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))));
  6079.     }
  6080.     /**
  6081.      * Gets the private 'Cms\TenantBundle\Service\Twig\TenantExtension' shared autowired service.
  6082.      *
  6083.      * @return \Cms\TenantBundle\Service\Twig\TenantExtension
  6084.      */
  6085.     protected function getTenantExtensionService()
  6086.     {
  6087.         return $this->privates['Cms\\TenantBundle\\Service\\Twig\\TenantExtension'] = new \Cms\TenantBundle\Service\Twig\TenantExtension(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6088.     }
  6089.     /**
  6090.      * Gets the private 'Cms\WidgetBundle\Service\Twig\WidgetExtension' shared autowired service.
  6091.      *
  6092.      * @return \Cms\WidgetBundle\Service\Twig\WidgetExtension
  6093.      */
  6094.     protected function getWidgetExtensionService()
  6095.     {
  6096.         $a = ($this->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $this->getSceneRendererService());
  6097.         if (isset($this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'])) {
  6098.             return $this->privates['Cms\\WidgetBundle\\Service\\Twig\\WidgetExtension'];
  6099.         }
  6100.         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()));
  6101.     }
  6102.     /**
  6103.      * Gets the private 'Platform\ControlPanelBundle\Listeners\RequestListener' shared autowired service.
  6104.      *
  6105.      * @return \Platform\ControlPanelBundle\Listeners\RequestListener
  6106.      */
  6107.     protected function getRequestListenerService()
  6108.     {
  6109.         return $this->privates['Platform\\ControlPanelBundle\\Listeners\\RequestListener'] = new \Platform\ControlPanelBundle\Listeners\RequestListener(($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6110.     }
  6111.     /**
  6112.      * Gets the private 'Platform\MarketingBundle\Listeners\UpsellListener' shared autowired service.
  6113.      *
  6114.      * @return \Platform\MarketingBundle\Listeners\UpsellListener
  6115.      */
  6116.     protected function getUpsellListenerService()
  6117.     {
  6118.         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()));
  6119.     }
  6120.     /**
  6121.      * Gets the private 'Platform\SecurityBundle\Listeners\AccountStatusListener' shared autowired service.
  6122.      *
  6123.      * @return \Platform\SecurityBundle\Listeners\AccountStatusListener
  6124.      */
  6125.     protected function getAccountStatusListenerService()
  6126.     {
  6127.         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()));
  6128.     }
  6129.     /**
  6130.      * Gets the private 'Products\NotificationsBundle\Subscriber\LanguageSubscriber' shared autowired service.
  6131.      *
  6132.      * @return \Products\NotificationsBundle\Subscriber\LanguageSubscriber
  6133.      */
  6134.     protected function getLanguageSubscriberService()
  6135.     {
  6136.         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()));
  6137.     }
  6138.     /**
  6139.      * Gets the private 'Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber' shared autowired service.
  6140.      *
  6141.      * @return \Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber
  6142.      */
  6143.     protected function getApiControllerSubscriberService()
  6144.     {
  6145.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6146.         if (isset($this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'])) {
  6147.             return $this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'];
  6148.         }
  6149.         return $this->privates['Products\\SchoolNowBundle\\Subscriber\\ApiControllerSubscriber'] = new \Products\SchoolNowBundle\Subscriber\ApiControllerSubscriber($a, ($this->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $this->getContextManagerService()));
  6150.     }
  6151.     /**
  6152.      * Gets the private 'Profiler\MySQLProfilerStorage' shared autowired service.
  6153.      *
  6154.      * @return \Profiler\MySQLProfilerStorage
  6155.      */
  6156.     protected function getMySQLProfilerStorageService()
  6157.     {
  6158.         return $this->privates['Profiler\\MySQLProfilerStorage'] = new \Profiler\MySQLProfilerStorage(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  6159.     }
  6160.     /**
  6161.      * Gets the private 'Rollbar\Monolog\Handler\RollbarHandler' shared service.
  6162.      *
  6163.      * @return \Rollbar\Monolog\Handler\RollbarHandler
  6164.      */
  6165.     protected function getRollbarHandlerService()
  6166.     {
  6167.         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();
  6168.     }
  6169.     /**
  6170.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  6171.      *
  6172.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  6173.      */
  6174.     protected function getResetAssetsEventListenerService()
  6175.     {
  6176.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6177.     }
  6178.     /**
  6179.      * Gets the private 'annotations.cache_adapter' shared service.
  6180.      *
  6181.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6182.      */
  6183.     protected function getAnnotations_CacheAdapterService()
  6184.     {
  6185.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6186.     }
  6187.     /**
  6188.      * Gets the private 'annotations.cached_reader' shared service.
  6189.      *
  6190.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6191.      */
  6192.     protected function getAnnotations_CachedReaderService()
  6193.     {
  6194.         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);
  6195.     }
  6196.     /**
  6197.      * Gets the private 'annotations.reader' shared service.
  6198.      *
  6199.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6200.      */
  6201.     protected function getAnnotations_ReaderService()
  6202.     {
  6203.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6204.         $instance->addGlobalIgnoredName('required'NULL);
  6205.         return $instance;
  6206.     }
  6207.     /**
  6208.      * Gets the private 'argument_metadata_factory' shared service.
  6209.      *
  6210.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  6211.      */
  6212.     protected function getArgumentMetadataFactoryService()
  6213.     {
  6214.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  6215.     }
  6216.     /**
  6217.      * Gets the private 'assets._default_package' shared service.
  6218.      *
  6219.      * @return \Symfony\Component\Asset\PathPackage
  6220.      */
  6221.     protected function getAssets_DefaultPackageService()
  6222.     {
  6223.         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()));
  6224.     }
  6225.     /**
  6226.      * Gets the private 'assets.context' shared service.
  6227.      *
  6228.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  6229.      */
  6230.     protected function getAssets_ContextService()
  6231.     {
  6232.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6233.         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());
  6234.     }
  6235.     /**
  6236.      * Gets the private 'assets.empty_version_strategy' shared service.
  6237.      *
  6238.      * @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
  6239.      */
  6240.     protected function getAssets_EmptyVersionStrategyService()
  6241.     {
  6242.         return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  6243.     }
  6244.     /**
  6245.      * Gets the private 'assets.packages' shared service.
  6246.      *
  6247.      * @return \Symfony\Component\Asset\Packages
  6248.      */
  6249.     protected function getAssets_PackagesService()
  6250.     {
  6251.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  6252.             return new \EmptyIterator();
  6253.         }, 0));
  6254.     }
  6255.     /**
  6256.      * Gets the private 'cache.annotations' shared service.
  6257.      *
  6258.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6259.      */
  6260.     protected function getCache_AnnotationsService()
  6261.     {
  6262.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  6263.     }
  6264.     /**
  6265.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  6266.      *
  6267.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6268.      */
  6269.     protected function getCache_Annotations_RecorderInnerService()
  6270.     {
  6271.         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()));
  6272.     }
  6273.     /**
  6274.      * Gets the private 'cache.app.recorder_inner' shared service.
  6275.      *
  6276.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  6277.      */
  6278.     protected function getCache_App_RecorderInnerService()
  6279.     {
  6280.         $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))));
  6281.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6282.         return $instance;
  6283.     }
  6284.     /**
  6285.      * Gets the private 'cache.default_marshaller' shared service.
  6286.      *
  6287.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  6288.      */
  6289.     protected function getCache_DefaultMarshallerService()
  6290.     {
  6291.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  6292.     }
  6293.     /**
  6294.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6295.      *
  6296.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6297.      */
  6298.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6299.     {
  6300.         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())));
  6301.     }
  6302.     /**
  6303.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  6304.      *
  6305.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  6306.      */
  6307.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  6308.     {
  6309.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  6310.     }
  6311.     /**
  6312.      * Gets the private 'cache.property_info' shared service.
  6313.      *
  6314.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6315.      */
  6316.     protected function getCache_PropertyInfoService()
  6317.     {
  6318.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  6319.     }
  6320.     /**
  6321.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6324.      */
  6325.     protected function getCache_PropertyInfo_RecorderInnerService()
  6326.     {
  6327.         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()));
  6328.     }
  6329.     /**
  6330.      * Gets the private 'cache.security_expression_language' shared service.
  6331.      *
  6332.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6333.      */
  6334.     protected function getCache_SecurityExpressionLanguageService()
  6335.     {
  6336.         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()));
  6337.     }
  6338.     /**
  6339.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  6340.      *
  6341.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6342.      */
  6343.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  6344.     {
  6345.         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()));
  6346.     }
  6347.     /**
  6348.      * Gets the private 'cache.serializer' shared service.
  6349.      *
  6350.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6351.      */
  6352.     protected function getCache_SerializerService()
  6353.     {
  6354.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  6355.     }
  6356.     /**
  6357.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  6358.      *
  6359.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6360.      */
  6361.     protected function getCache_Serializer_RecorderInnerService()
  6362.     {
  6363.         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()));
  6364.     }
  6365.     /**
  6366.      * Gets the private 'cache.system.recorder_inner' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6369.      */
  6370.     protected function getCache_System_RecorderInnerService()
  6371.     {
  6372.         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()));
  6373.     }
  6374.     /**
  6375.      * Gets the private 'cache.validator' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6378.      */
  6379.     protected function getCache_ValidatorService()
  6380.     {
  6381.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  6382.     }
  6383.     /**
  6384.      * Gets the private 'cache.validator.recorder_inner' shared service.
  6385.      *
  6386.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6387.      */
  6388.     protected function getCache_Validator_RecorderInnerService()
  6389.     {
  6390.         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()));
  6391.     }
  6392.     /**
  6393.      * Gets the private 'cache.validator_expression_language.recorder_inner' shared service.
  6394.      *
  6395.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6396.      */
  6397.     protected function getCache_ValidatorExpressionLanguage_RecorderInnerService()
  6398.     {
  6399.         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()));
  6400.     }
  6401.     /**
  6402.      * Gets the private 'cache.webpack_encore' shared service.
  6403.      *
  6404.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6405.      */
  6406.     protected function getCache_WebpackEncoreService()
  6407.     {
  6408.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.webpack_encore.recorder_inner'] ?? $this->getCache_WebpackEncore_RecorderInnerService()));
  6409.     }
  6410.     /**
  6411.      * Gets the private 'cache.webpack_encore.recorder_inner' shared service.
  6412.      *
  6413.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  6414.      */
  6415.     protected function getCache_WebpackEncore_RecorderInnerService()
  6416.     {
  6417.         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()));
  6418.     }
  6419.     /**
  6420.      * Gets the private 'config_cache_factory' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6423.      */
  6424.     protected function getConfigCacheFactoryService()
  6425.     {
  6426.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6427.             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)));
  6428.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6429.         }, 2));
  6430.     }
  6431.     /**
  6432.      * Gets the private 'data_collector.ajax' shared service.
  6433.      *
  6434.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  6435.      */
  6436.     protected function getDataCollector_AjaxService()
  6437.     {
  6438.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  6439.     }
  6440.     /**
  6441.      * Gets the private 'data_collector.cache' shared service.
  6442.      *
  6443.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  6444.      */
  6445.     protected function getDataCollector_CacheService()
  6446.     {
  6447.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  6448.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6449.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  6450.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  6451.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  6452.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  6453.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6454.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  6455.         $instance->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  6456.         $instance->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  6457.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  6458.         $instance->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  6459.         return $instance;
  6460.     }
  6461.     /**
  6462.      * Gets the private 'data_collector.config' shared service.
  6463.      *
  6464.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  6465.      */
  6466.     protected function getDataCollector_ConfigService()
  6467.     {
  6468.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  6469.         if ($this->has('kernel')) {
  6470.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  6471.         }
  6472.         return $instance;
  6473.     }
  6474.     /**
  6475.      * Gets the private 'data_collector.doctrine' shared service.
  6476.      *
  6477.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  6478.      */
  6479.     protected function getDataCollector_DoctrineService()
  6480.     {
  6481.         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([]))));
  6482.     }
  6483.     /**
  6484.      * Gets the private 'data_collector.events' shared service.
  6485.      *
  6486.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  6487.      */
  6488.     protected function getDataCollector_EventsService()
  6489.     {
  6490.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6491.         if (isset($this->privates['data_collector.events'])) {
  6492.             return $this->privates['data_collector.events'];
  6493.         }
  6494.         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())));
  6495.     }
  6496.     /**
  6497.      * Gets the private 'data_collector.exception' shared service.
  6498.      *
  6499.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  6500.      */
  6501.     protected function getDataCollector_ExceptionService()
  6502.     {
  6503.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  6504.     }
  6505.     /**
  6506.      * Gets the private 'data_collector.form' shared service.
  6507.      *
  6508.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6509.      */
  6510.     protected function getDataCollector_FormService()
  6511.     {
  6512.         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())));
  6513.     }
  6514.     /**
  6515.      * Gets the private 'data_collector.form.extractor' shared service.
  6516.      *
  6517.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  6518.      */
  6519.     protected function getDataCollector_Form_ExtractorService()
  6520.     {
  6521.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  6522.     }
  6523.     /**
  6524.      * Gets the private 'data_collector.logger' shared service.
  6525.      *
  6526.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  6527.      */
  6528.     protected function getDataCollector_LoggerService()
  6529.     {
  6530.         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())));
  6531.     }
  6532.     /**
  6533.      * Gets the private 'data_collector.memory' shared service.
  6534.      *
  6535.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  6536.      */
  6537.     protected function getDataCollector_MemoryService()
  6538.     {
  6539.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  6540.     }
  6541.     /**
  6542.      * Gets the private 'data_collector.request' shared service.
  6543.      *
  6544.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6545.      */
  6546.     protected function getDataCollector_RequestService()
  6547.     {
  6548.         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())));
  6549.     }
  6550.     /**
  6551.      * Gets the private 'data_collector.router' shared service.
  6552.      *
  6553.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  6554.      */
  6555.     protected function getDataCollector_RouterService()
  6556.     {
  6557.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  6558.     }
  6559.     /**
  6560.      * Gets the private 'data_collector.security' shared service.
  6561.      *
  6562.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  6563.      */
  6564.     protected function getDataCollector_SecurityService()
  6565.     {
  6566.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6567.         if (isset($this->privates['data_collector.security'])) {
  6568.             return $this->privates['data_collector.security'];
  6569.         }
  6570.         $b = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6571.         if (isset($this->privates['data_collector.security'])) {
  6572.             return $this->privates['data_collector.security'];
  6573.         }
  6574.         $c = ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6575.         if (isset($this->privates['data_collector.security'])) {
  6576.             return $this->privates['data_collector.security'];
  6577.         }
  6578.         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);
  6579.     }
  6580.     /**
  6581.      * Gets the private 'data_collector.time' shared service.
  6582.      *
  6583.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  6584.      */
  6585.     protected function getDataCollector_TimeService()
  6586.     {
  6587.         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))));
  6588.     }
  6589.     /**
  6590.      * Gets the private 'data_collector.translation' shared service.
  6591.      *
  6592.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  6593.      */
  6594.     protected function getDataCollector_TranslationService()
  6595.     {
  6596.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  6597.     }
  6598.     /**
  6599.      * Gets the private 'data_collector.twig' shared service.
  6600.      *
  6601.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  6602.      */
  6603.     protected function getDataCollector_TwigService()
  6604.     {
  6605.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6606.         if (isset($this->privates['data_collector.twig'])) {
  6607.             return $this->privates['data_collector.twig'];
  6608.         }
  6609.         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);
  6610.     }
  6611.     /**
  6612.      * Gets the private 'data_collector.validator' shared service.
  6613.      *
  6614.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  6615.      */
  6616.     protected function getDataCollector_ValidatorService()
  6617.     {
  6618.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6619.         if (isset($this->privates['data_collector.validator'])) {
  6620.             return $this->privates['data_collector.validator'];
  6621.         }
  6622.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector($a);
  6623.     }
  6624.     /**
  6625.      * Gets the private 'debug.argument_resolver' shared service.
  6626.      *
  6627.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  6628.      */
  6629.     protected function getDebug_ArgumentResolverService()
  6630.     {
  6631.         $a = ($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService());
  6632.         if (isset($this->privates['debug.argument_resolver'])) {
  6633.             return $this->privates['debug.argument_resolver'];
  6634.         }
  6635.         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))));
  6636.     }
  6637.     /**
  6638.      * Gets the private 'debug.argument_resolver.inner' shared service.
  6639.      *
  6640.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  6641.      */
  6642.     protected function getDebug_ArgumentResolver_InnerService()
  6643.     {
  6644.         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 () {
  6645.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  6646.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  6647.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  6648.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  6649.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  6650.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  6651.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  6652.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  6653.         }, 8));
  6654.     }
  6655.     /**
  6656.      * Gets the private 'debug.controller_resolver' shared service.
  6657.      *
  6658.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  6659.      */
  6660.     protected function getDebug_ControllerResolverService()
  6661.     {
  6662.         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))));
  6663.     }
  6664.     /**
  6665.      * Gets the private 'debug.controller_resolver.inner' shared service.
  6666.      *
  6667.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  6668.      */
  6669.     protected function getDebug_ControllerResolver_InnerService()
  6670.     {
  6671.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  6672.     }
  6673.     /**
  6674.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6675.      *
  6676.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6677.      */
  6678.     protected function getDebug_DebugHandlersListenerService()
  6679.     {
  6680.         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);
  6681.     }
  6682.     /**
  6683.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  6684.      *
  6685.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  6686.      */
  6687.     protected function getDebug_EventDispatcher_InnerService()
  6688.     {
  6689.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  6690.     }
  6691.     /**
  6692.      * Gets the private 'debug.file_link_formatter' shared service.
  6693.      *
  6694.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6695.      */
  6696.     protected function getDebug_FileLinkFormatterService()
  6697.     {
  6698.         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 () {
  6699.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  6700.         });
  6701.     }
  6702.     /**
  6703.      * Gets the private 'debug.log_processor' shared service.
  6704.      *
  6705.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6706.      */
  6707.     protected function getDebug_LogProcessorService()
  6708.     {
  6709.         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())));
  6710.     }
  6711.     /**
  6712.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6713.      *
  6714.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6715.      */
  6716.     protected function getDebug_Security_Access_DecisionManagerService()
  6717.     {
  6718.         $a = ($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService());
  6719.         if (isset($this->privates['debug.security.access.decision_manager'])) {
  6720.             return $this->privates['debug.security.access.decision_manager'];
  6721.         }
  6722.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager($a);
  6723.     }
  6724.     /**
  6725.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  6726.      *
  6727.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  6728.      */
  6729.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  6730.     {
  6731.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6732.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  6733.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  6734.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  6735.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\AliasVoter'] ?? $this->load('getAliasVoter2Service'));
  6736.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Service\\Voters\\ImpersonateVoter'] ?? $this->load('getImpersonateVoter2Service'));
  6737.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\CmsVoter'] ?? $this->load('getCmsVoter2Service'));
  6738.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\InternalUserVoter'] ?? $this->load('getInternalUserVoter2Service'));
  6739.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\NotificationsVoter'] ?? $this->load('getNotificationsVoter2Service'));
  6740.             yield => ($this->privates['debug.security.voter.Platform\\SecurityBundle\\Security\\Voter\\SuperUserVoter'] ?? $this->load('getSuperUserVoter2Service'));
  6741.         }, 9), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  6742.     }
  6743.     /**
  6744.      * Gets the private 'debug.security.firewall' shared service.
  6745.      *
  6746.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6747.      */
  6748.     protected function getDebug_Security_FirewallService()
  6749.     {
  6750.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6751.         if (isset($this->privates['debug.security.firewall'])) {
  6752.             return $this->privates['debug.security.firewall'];
  6753.         }
  6754.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6755.         if (isset($this->privates['debug.security.firewall'])) {
  6756.             return $this->privates['debug.security.firewall'];
  6757.         }
  6758.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6759.     }
  6760.     /**
  6761.      * Gets the private 'debug.stopwatch' shared service.
  6762.      *
  6763.      * @return \Symfony\Component\Stopwatch\Stopwatch
  6764.      */
  6765.     protected function getDebug_StopwatchService()
  6766.     {
  6767.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  6768.     }
  6769.     /**
  6770.      * Gets the private 'debug.validator.inner' shared service.
  6771.      *
  6772.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  6773.      */
  6774.     protected function getDebug_Validator_InnerService()
  6775.     {
  6776.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  6777.         if (isset($this->privates['debug.validator.inner'])) {
  6778.             return $this->privates['debug.validator.inner'];
  6779.         }
  6780.         return $this->privates['debug.validator.inner'] = $a->getValidator();
  6781.     }
  6782.     /**
  6783.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  6784.      *
  6785.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  6786.      */
  6787.     protected function getDisallowSearchEngineIndexResponseListenerService()
  6788.     {
  6789.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  6790.     }
  6791.     /**
  6792.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  6793.      *
  6794.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  6795.      */
  6796.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  6797.     {
  6798.         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()));
  6799.     }
  6800.     /**
  6801.      * Gets the private 'doctrine.dbal.connection_factory.dsn_parser' shared service.
  6802.      *
  6803.      * @return \Doctrine\DBAL\Tools\DsnParser
  6804.      */
  6805.     protected function getDoctrine_Dbal_ConnectionFactory_DsnParserService()
  6806.     {
  6807.         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']);
  6808.     }
  6809.     /**
  6810.      * Gets the private 'doctrine.dbal.debug_middleware.default' shared service.
  6811.      *
  6812.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware
  6813.      */
  6814.     protected function getDoctrine_Dbal_DebugMiddleware_DefaultService()
  6815.     {
  6816.         $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))));
  6817.         $instance->setConnectionName('default');
  6818.         return $instance;
  6819.     }
  6820.     /**
  6821.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  6822.      *
  6823.      * @return \Doctrine\DBAL\Configuration
  6824.      */
  6825.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  6826.     {
  6827.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  6828.         $instance->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  6829.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  6830.         $instance->setMiddlewares([=> ($this->privates['doctrine.dbal.debug_middleware.default'] ?? $this->getDoctrine_Dbal_DebugMiddleware_DefaultService())]);
  6831.         return $instance;
  6832.     }
  6833.     /**
  6834.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6835.      *
  6836.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6837.      */
  6838.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6839.     {
  6840.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6841.             'App\\Doctrine\\Listeners\\UlidTransitionalListener' => ['privates''App\\Doctrine\\Listeners\\UlidTransitionalListener''getUlidTransitionalListenerService'true],
  6842.             'Cms\\CoreBundle\\EventListeners\\RestoreListener' => ['privates''Cms\\CoreBundle\\EventListeners\\RestoreListener''getRestoreListenerService'true],
  6843.             'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener' => ['privates''Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener''getBlameableListenerService'true],
  6844.             'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener' => ['privates''Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener''getTimestampableListenerService'true],
  6845.             'Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber' => ['privates''Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber''getUuidDoctrineSubscriberService'true],
  6846.             'Cms\\ModuleBundle\\Service\\ModuleDoctrineListener' => ['privates''Cms\\ModuleBundle\\Service\\ModuleDoctrineListener''getModuleDoctrineListenerService'true],
  6847.             'Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber' => ['privates''Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber''getTenantDoctrineSubscriberService'true],
  6848.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  6849.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  6850.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  6851.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  6852.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  6853.         ], [
  6854.             'App\\Doctrine\\Listeners\\UlidTransitionalListener' => '?',
  6855.             'Cms\\CoreBundle\\EventListeners\\RestoreListener' => '?',
  6856.             'Cms\\CoreBundle\\Service\\Doctrine\\BlameableListener' => '?',
  6857.             'Cms\\CoreBundle\\Service\\Doctrine\\TimestampableListener' => '?',
  6858.             'Cms\\CoreBundle\\Service\\UuidDoctrineSubscriber' => '?',
  6859.             'Cms\\ModuleBundle\\Service\\ModuleDoctrineListener' => '?',
  6860.             'Cms\\TenantBundle\\Service\\TenantDoctrineSubscriber' => '?',
  6861.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6862.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6863.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6864.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6865.             'stof_doctrine_extensions.listener.tree' => '?',
  6866.         ]), [=> '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']]);
  6867.     }
  6868.     /**
  6869.      * Gets the private 'doctrine.dbal.default_regex_schema_filter' shared service.
  6870.      *
  6871.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter
  6872.      */
  6873.     protected function getDoctrine_Dbal_DefaultRegexSchemaFilterService()
  6874.     {
  6875.         return $this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!php__session|sf_profiler_data)~');
  6876.     }
  6877.     /**
  6878.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  6879.      *
  6880.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  6881.      */
  6882.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  6883.     {
  6884.         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)~')))]);
  6885.     }
  6886.     /**
  6887.      * Gets the private 'doctrine.dbal.legacy_schema_manager_factory' shared service.
  6888.      *
  6889.      * @return \Doctrine\DBAL\Schema\LegacySchemaManagerFactory
  6890.      */
  6891.     protected function getDoctrine_Dbal_LegacySchemaManagerFactoryService()
  6892.     {
  6893.         return $this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory();
  6894.     }
  6895.     /**
  6896.      * Gets the private 'doctrine.dbal.well_known_schema_asset_filter' shared service.
  6897.      *
  6898.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter
  6899.      */
  6900.     protected function getDoctrine_Dbal_WellKnownSchemaAssetFilterService()
  6901.     {
  6902.         return $this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions']);
  6903.     }
  6904.     /**
  6905.      * Gets the private 'doctrine.debug_data_holder' shared service.
  6906.      *
  6907.      * @return \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder
  6908.      */
  6909.     protected function getDoctrine_DebugDataHolderService()
  6910.     {
  6911.         return $this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]);
  6912.     }
  6913.     /**
  6914.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  6915.      *
  6916.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  6917.      */
  6918.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  6919.     {
  6920.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6921.             'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  6922.             'Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository''getRecipientRepositoryService'true],
  6923.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository''getAppRecipientRepositoryService'true],
  6924.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository''getEmailRecipientRepositoryService'true],
  6925.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository' => ['privates''Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository''getPhoneRecipientRepositoryService'true],
  6926.         ], [
  6927.             'Products\\NotificationsBundle\\Doctrine\\Repository\\ProfileRepository' => '?',
  6928.             'Products\\NotificationsBundle\\Doctrine\\Repository\\RecipientRepository' => '?',
  6929.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\AppRecipientRepository' => '?',
  6930.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\EmailRecipientRepository' => '?',
  6931.             'Products\\NotificationsBundle\\Doctrine\\Repository\\Recipients\\PhoneRecipientRepository' => '?',
  6932.         ]));
  6933.     }
  6934.     /**
  6935.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6936.      *
  6937.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6938.      */
  6939.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6940.     {
  6941.         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);
  6942.     }
  6943.     /**
  6944.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  6945.      *
  6946.      * @return \Doctrine\ORM\Configuration
  6947.      */
  6948.     protected function getDoctrine_Orm_DefaultConfigurationService()
  6949.     {
  6950.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  6951.         $a = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  6952.         $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']);
  6953.         $instance->setMetadataCache($a);
  6954.         $instance->setQueryCache($a);
  6955.         $instance->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6956.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  6957.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  6958.         $instance->setProxyNamespace('Proxies');
  6959.         $instance->setAutoGenerateProxyClasses(false);
  6960.         $instance->setSchemaIgnoreClasses([]);
  6961.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  6962.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6963.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  6964.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  6965.         $instance->setTypedFieldMapper(($this->privates['doctrine.orm.typed_field_mapper.default'] ?? ($this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper())));
  6966.         $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))));
  6967.         $instance->setLazyGhostObjectEnabled(false);
  6968.         $instance->setIdentityGenerationPreferences([]);
  6969.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  6970.         $instance->addCustomHydrationMode('SINGLE_COLUMN_HYDRATOR''Cms\\CoreBundle\\Doctrine\\Hydrators\\SingleColumnHydrator');
  6971.         $instance->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  6972.         $instance->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  6973.         $instance->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  6974.         $instance->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  6975.         $instance->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  6976.         $instance->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  6977.         $instance->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  6978.         $instance->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  6979.         $instance->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  6980.         $instance->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  6981.         $instance->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  6982.         $instance->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  6983.         $instance->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  6984.         $instance->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  6985.         $instance->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  6986.         $instance->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  6987.         $instance->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  6988.         $instance->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  6989.         $instance->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  6990.         $instance->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  6991.         $instance->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  6992.         $instance->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  6993.         $instance->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  6994.         $instance->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  6995.         $instance->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  6996.         $instance->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  6997.         $instance->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  6998.         $instance->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  6999.         $instance->addCustomStringFunction('json_contains''App\\Doctrine\\DBAL\\Query\\Mysql\\JsonContains');
  7000.         $instance->addCustomStringFunction('json_extract''App\\Doctrine\\DBAL\\Query\\Mysql\\JsonExtract');
  7001.         $instance->addCustomStringFunction('json_length''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonLength');
  7002.         $instance->addCustomStringFunction('json_overlaps''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonOverlaps');
  7003.         $instance->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  7004.         $instance->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  7005.         $instance->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  7006.         $instance->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  7007.         $instance->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  7008.         $instance->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  7009.         $instance->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  7010.         $instance->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  7011.         $instance->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  7012.         $instance->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  7013.         $instance->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  7014.         $instance->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  7015.         $instance->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  7016.         $instance->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  7017.         $instance->addCustomStringFunction('type''App\\Doctrine\\ORM\\Query\\Functions\\TypeFunction');
  7018.         $instance->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  7019.         $instance->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  7020.         $instance->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  7021.         $instance->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  7022.         $instance->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  7023.         $instance->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  7024.         $instance->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  7025.         $instance->addCustomNumericFunction('bit_not''App\\Doctrine\\DBAL\\Query\\Mysql\\BitNot');
  7026.         $instance->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  7027.         $instance->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  7028.         $instance->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  7029.         $instance->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  7030.         $instance->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  7031.         $instance->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  7032.         $instance->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  7033.         $instance->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  7034.         $instance->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  7035.         $instance->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  7036.         $instance->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  7037.         $instance->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  7038.         $instance->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  7039.         $instance->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  7040.         $instance->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  7041.         $instance->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  7042.         $instance->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  7043.         $instance->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  7044.         $instance->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  7045.         $instance->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  7046.         $instance->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  7047.         $instance->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  7048.         $instance->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  7049.         $instance->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  7050.         $instance->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  7051.         $instance->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  7052.         $instance->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  7053.         $instance->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  7054.         $instance->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  7055.         $instance->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  7056.         $instance->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  7057.         $instance->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  7058.         $instance->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  7059.         $instance->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  7060.         $instance->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  7061.         $instance->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  7062.         $instance->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  7063.         $instance->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  7064.         $instance->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  7065.         $instance->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  7066.         $instance->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  7067.         $instance->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  7068.         $instance->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  7069.         $instance->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  7070.         $instance->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  7071.         $instance->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  7072.         $instance->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  7073.         $instance->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  7074.         $instance->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  7075.         $instance->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  7076.         $instance->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  7077.         $instance->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  7078.         $instance->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  7079.         $instance->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  7080.         $instance->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  7081.         $instance->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  7082.         $instance->addFilter('discardable_filter''App\\Doctrine\\ORM\\Filters\\DiscardableFilter');
  7083.         $instance->addFilter('module_proxy_placeholder_filter''Cms\\ModuleBundle\\Util\\ModuleProxyPlaceholderDoctrineFilter');
  7084.         $instance->addFilter('tenant_filter''Cms\\TenantBundle\\Util\\TenantDoctrineFilter');
  7085.         return $instance;
  7086.     }
  7087.     /**
  7088.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  7089.      *
  7090.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  7091.      */
  7092.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  7093.     {
  7094.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  7095.     }
  7096.     /**
  7097.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  7098.      *
  7099.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  7100.      */
  7101.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  7102.     {
  7103.         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);
  7104.     }
  7105.     /**
  7106.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  7107.      *
  7108.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  7109.      */
  7110.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  7111.     {
  7112.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'discardable_filter'=> 'module_proxy_placeholder_filter'], []);
  7113.     }
  7114.     /**
  7115.      * Gets the private 'doctrine.orm.naming_strategy.default' shared service.
  7116.      *
  7117.      * @return \Doctrine\ORM\Mapping\DefaultNamingStrategy
  7118.      */
  7119.     protected function getDoctrine_Orm_NamingStrategy_DefaultService()
  7120.     {
  7121.         return $this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy();
  7122.     }
  7123.     /**
  7124.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  7125.      *
  7126.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  7127.      */
  7128.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  7129.     {
  7130.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  7131.     }
  7132.     /**
  7133.      * Gets the private 'doctrine.orm.typed_field_mapper.default' shared service.
  7134.      *
  7135.      * @return \Doctrine\ORM\Mapping\DefaultTypedFieldMapper
  7136.      */
  7137.     protected function getDoctrine_Orm_TypedFieldMapper_DefaultService()
  7138.     {
  7139.         return $this->privates['doctrine.orm.typed_field_mapper.default'] = new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper();
  7140.     }
  7141.     /**
  7142.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  7143.      *
  7144.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  7145.      */
  7146.     protected function getDoctrine_Orm_ValidatorInitializerService()
  7147.     {
  7148.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7149.     }
  7150.     /**
  7151.      * Gets the private 'doctrine.system_cache_pool' shared service.
  7152.      *
  7153.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7154.      */
  7155.     protected function getDoctrine_SystemCachePoolService()
  7156.     {
  7157.         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()));
  7158.     }
  7159.     /**
  7160.      * Gets the private 'doctrine.system_cache_pool.recorder_inner' shared service.
  7161.      *
  7162.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  7163.      */
  7164.     protected function getDoctrine_SystemCachePool_RecorderInnerService()
  7165.     {
  7166.         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()));
  7167.     }
  7168.     /**
  7169.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  7170.      *
  7171.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  7172.      */
  7173.     protected function getDoctrine_Twig_DoctrineExtensionService()
  7174.     {
  7175.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  7176.     }
  7177.     /**
  7178.      * Gets the private 'exception_listener' shared service.
  7179.      *
  7180.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7181.      */
  7182.     protected function getExceptionListener2Service()
  7183.     {
  7184.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7185.     }
  7186.     /**
  7187.      * Gets the private 'file_locator' shared service.
  7188.      *
  7189.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7190.      */
  7191.     protected function getFileLocatorService()
  7192.     {
  7193.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  7194.     }
  7195.     /**
  7196.      * Gets the private 'form.extension' shared service.
  7197.      *
  7198.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  7199.      */
  7200.     protected function getForm_ExtensionService()
  7201.     {
  7202.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7203.             'App\\Form\\Forms\\Content\\EventObjectForm' => ['privates''App\\Form\\Forms\\Content\\EventObjectForm''getEventObjectFormService'true],
  7204.             'App\\Form\\Forms\\Content\\GalleryObjectForm' => ['privates''App\\Form\\Forms\\Content\\GalleryObjectForm''getGalleryObjectFormService'true],
  7205.             'App\\Form\\Forms\\Content\\ObjectForm' => ['privates''App\\Form\\Forms\\Content\\ObjectForm''getObjectFormService'true],
  7206.             'App\\Form\\Forms\\Content\\PostObjectForm' => ['privates''App\\Form\\Forms\\Content\\PostObjectForm''getPostObjectFormService'true],
  7207.             'App\\Form\\Forms\\Content\\VideoObjectForm' => ['privates''App\\Form\\Forms\\Content\\VideoObjectForm''getVideoObjectFormService'true],
  7208.             'App\\Form\\Forms\\DummyForm' => ['privates''App\\Form\\Forms\\DummyForm''getDummyFormService'true],
  7209.             'App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm' => ['privates''App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm''getAccountRoleAssociationSearchFormService'true],
  7210.             'App\\Form\\Forms\\Searching\\AccountSearchForm' => ['privates''App\\Form\\Forms\\Searching\\AccountSearchForm''getAccountSearchFormService'true],
  7211.             'App\\Form\\Forms\\Searching\\GroupAccountSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupAccountSearchForm''getGroupAccountSearchFormService'true],
  7212.             'App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm''getGroupRoleAssociationSearchFormService'true],
  7213.             'App\\Form\\Forms\\Searching\\GroupSearchForm' => ['privates''App\\Form\\Forms\\Searching\\GroupSearchForm''getGroupSearchFormService'true],
  7214.             'App\\Form\\Forms\\Searching\\LegacyProxySearchForm' => ['privates''App\\Form\\Forms\\Searching\\LegacyProxySearchForm''getLegacyProxySearchFormService'true],
  7215.             'App\\Form\\Forms\\Searching\\ObjectSearchForm' => ['privates''App\\Form\\Forms\\Searching\\ObjectSearchForm''getObjectSearchFormService'true],
  7216.             'App\\Form\\Forms\\Searching\\RoleSearchForm' => ['privates''App\\Form\\Forms\\Searching\\RoleSearchForm''getRoleSearchFormService'true],
  7217.             'App\\Form\\Forms\\Searching\\SchoolSearchForm' => ['privates''App\\Form\\Forms\\Searching\\SchoolSearchForm''getSchoolSearchFormService'true],
  7218.             'App\\Form\\Forms\\Security\\AccountType' => ['privates''App\\Form\\Forms\\Security\\AccountType''getAccountTypeService'true],
  7219.             'App\\Form\\Forms\\Security\\GroupType' => ['privates''App\\Form\\Forms\\Security\\GroupType''getGroupTypeService'true],
  7220.             'App\\Form\\Forms\\Security\\PermissionType' => ['privates''App\\Form\\Forms\\Security\\PermissionType''getPermissionTypeService'true],
  7221.             'App\\Form\\Forms\\Security\\PermissionsType' => ['privates''App\\Form\\Forms\\Security\\PermissionsType''getPermissionsTypeService'true],
  7222.             'App\\Form\\Forms\\Security\\Profile\\AccountType' => ['privates''App\\Form\\Forms\\Security\\Profile\\AccountType''getAccountType2Service'true],
  7223.             'App\\Form\\Forms\\Security\\Profile\\ContainerRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\ContainerRoleType''getContainerRoleTypeService'true],
  7224.             'App\\Form\\Forms\\Security\\Profile\\GroupType' => ['privates''App\\Form\\Forms\\Security\\Profile\\GroupType''getGroupType2Service'true],
  7225.             'App\\Form\\Forms\\Security\\Profile\\ListRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\ListRoleType''getListRoleTypeService'true],
  7226.             'App\\Form\\Forms\\Security\\Profile\\RoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\RoleType''getRoleTypeService'true],
  7227.             'App\\Form\\Forms\\Security\\Profile\\SchoolRoleType' => ['privates''App\\Form\\Forms\\Security\\Profile\\SchoolRoleType''getSchoolRoleTypeService'true],
  7228.             'App\\Form\\Forms\\Security\\RoleType' => ['privates''App\\Form\\Forms\\Security\\RoleType''getRoleType2Service'true],
  7229.             'App\\Form\\Forms\\Security\\SpecialPermissionsType' => ['privates''App\\Form\\Forms\\Security\\SpecialPermissionsType''getSpecialPermissionsTypeService'true],
  7230.             'App\\Form\\Forms\\Security\\SystemProfileType' => ['privates''App\\Form\\Forms\\Security\\SystemProfileType''getSystemProfileTypeService'true],
  7231.             'App\\Form\\Forms\\System\\NotificationsConfigForm' => ['privates''App\\Form\\Forms\\System\\NotificationsConfigForm''getNotificationsConfigFormService'true],
  7232.             'App\\Form\\Forms\\System\\SchoolBrandingForm' => ['privates''App\\Form\\Forms\\System\\SchoolBrandingForm''getSchoolBrandingFormService'true],
  7233.             'App\\Form\\Forms\\System\\SchoolForm' => ['privates''App\\Form\\Forms\\System\\SchoolForm''getSchoolFormService'true],
  7234.             'App\\Form\\Forms\\System\\SchoolMobileForm' => ['privates''App\\Form\\Forms\\System\\SchoolMobileForm''getSchoolMobileFormService'true],
  7235.             'App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm' => ['privates''App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm''getSendgridDomainFormService'true],
  7236.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm''getTwilioCallerIdFormService'true],
  7237.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm''getTwilioCallerIdVerificationFormService'true],
  7238.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm''getTwilioConfigFormService'true],
  7239.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm''getTwilioAddressFormService'true],
  7240.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm''getTwilioBusinessFormService'true],
  7241.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm' => ['privates''App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm''getTwilioContactFormService'true],
  7242.             'App\\Form\\Type\\CronHourChoiceType' => ['privates''App\\Form\\Type\\CronHourChoiceType''getCronHourChoiceTypeService'true],
  7243.             'App\\Form\\Type\\FilesystemHiddenType' => ['privates''App\\Form\\Type\\FilesystemHiddenType''getFilesystemHiddenTypeService'true],
  7244.             'App\\Form\\Type\\FilesystemType' => ['privates''App\\Form\\Type\\FilesystemType''getFilesystemTypeService'true],
  7245.             'App\\Form\\Type\\HexColorType' => ['privates''App\\Form\\Type\\HexColorType''getHexColorTypeService'true],
  7246.             'App\\Form\\Type\\ImageFilePreviewType' => ['privates''App\\Form\\Type\\ImageFilePreviewType''getImageFilePreviewTypeService'true],
  7247.             'App\\Form\\Type\\PhoneNumberType' => ['privates''App\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  7248.             'App\\Form\\Type\\ReactMediaManagerType' => ['privates''App\\Form\\Type\\ReactMediaManagerType''getReactMediaManagerTypeService'true],
  7249.             'App\\Form\\Type\\ReactQueryBuilderType' => ['privates''App\\Form\\Type\\ReactQueryBuilderType''getReactQueryBuilderTypeService'true],
  7250.             'App\\Form\\Type\\ReactRruleGeneratorType' => ['privates''App\\Form\\Type\\ReactRruleGeneratorType''getReactRruleGeneratorTypeService'true],
  7251.             'App\\Form\\Type\\ReactShortcutsType' => ['privates''App\\Form\\Type\\ReactShortcutsType''getReactShortcutsTypeService'true],
  7252.             'App\\Form\\Type\\SchoolTypesType' => ['privates''App\\Form\\Type\\SchoolTypesType''getSchoolTypesTypeService'true],
  7253.             'App\\Form\\Type\\Select2ChoiceType' => ['privates''App\\Form\\Type\\Select2ChoiceType''getSelect2ChoiceTypeService'true],
  7254.             'App\\Form\\Type\\Select2EntityType' => ['privates''App\\Form\\Type\\Select2EntityType''getSelect2EntityTypeService'true],
  7255.             'App\\Form\\Type\\SimpleArrayType' => ['privates''App\\Form\\Type\\SimpleArrayType''getSimpleArrayTypeService'true],
  7256.             'App\\Form\\Type\\Structs\\AddressEmbeddableType' => ['privates''App\\Form\\Type\\Structs\\AddressEmbeddableType''getAddressEmbeddableTypeService'true],
  7257.             'App\\Form\\Type\\TextCounterType' => ['privates''App\\Form\\Type\\TextCounterType''getTextCounterTypeService'true],
  7258.             'App\\Form\\Type\\TextareaCounterType' => ['privates''App\\Form\\Type\\TextareaCounterType''getTextareaCounterTypeService'true],
  7259.             'Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType''getContainerAssignTypeService'true],
  7260.             'Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType''getContainerFaviconTypeService'true],
  7261.             'Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType''getContainerModuleFlagsTypeService'true],
  7262.             'Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType''getContainerMoveTypeService'true],
  7263.             'Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType''getContainerRobotsTypeService'true],
  7264.             'Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType''getContainerSitemapTypeService'true],
  7265.             'Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType''getContainerThemeTypeService'true],
  7266.             'Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType''getGenericContainerTypeService'true],
  7267.             'Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType''getIntranetContainerTypeService'true],
  7268.             'Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType''getPersonalContainerTypeService'true],
  7269.             'Cms\\ContainerBundle\\Form\\Type\\PageModalType' => ['privates''Cms\\ContainerBundle\\Form\\Type\\PageModalType''getPageModalTypeService'true],
  7270.             'Cms\\CoreBundle\\Form\\Type\\AjaxSelectType' => ['privates''Cms\\CoreBundle\\Form\\Type\\AjaxSelectType''getAjaxSelectTypeService'true],
  7271.             'Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType' => ['privates''Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType''getBoundedTextareaTypeService'true],
  7272.             'Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType''getBulkConfirmationTypeService'true],
  7273.             'Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType''getChosenChoiceTypeService'true],
  7274.             'Cms\\CoreBundle\\Form\\Type\\ChosenEntityType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ChosenEntityType''getChosenEntityTypeService'true],
  7275.             'Cms\\CoreBundle\\Form\\Type\\ColorsType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ColorsType''getColorsTypeService'true],
  7276.             'Cms\\CoreBundle\\Form\\Type\\ConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\ConfirmationType''getConfirmationTypeService'true],
  7277.             'Cms\\CoreBundle\\Form\\Type\\DateTimeType' => ['privates''Cms\\CoreBundle\\Form\\Type\\DateTimeType''getDateTimeTypeService'true],
  7278.             'Cms\\CoreBundle\\Form\\Type\\FancyDropdownType' => ['privates''Cms\\CoreBundle\\Form\\Type\\FancyDropdownType''getFancyDropdownTypeService'true],
  7279.             'Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType' => ['privates''Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType''getHtmlOverridesTypeService'true],
  7280.             'Cms\\CoreBundle\\Form\\Type\\HtmlType' => ['privates''Cms\\CoreBundle\\Form\\Type\\HtmlType''getHtmlTypeService'true],
  7281.             'Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType' => ['privates''Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType''getLocaleSettingsTypeService'true],
  7282.             'Cms\\CoreBundle\\Form\\Type\\MultiselectType' => ['privates''Cms\\CoreBundle\\Form\\Type\\MultiselectType''getMultiselectTypeService'true],
  7283.             'Cms\\CoreBundle\\Form\\Type\\SearchType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SearchType''getSearchTypeService'true],
  7284.             'Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType' => ['privates''Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType''getDateRangeFilterTypeService'true],
  7285.             'Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType' => ['privates''Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType''getTextFilterTypeService'true],
  7286.             'Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType''getSecureConfirmationTypeService'true],
  7287.             'Cms\\CoreBundle\\Form\\Type\\SlugType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SlugType''getSlugTypeService'true],
  7288.             'Cms\\CoreBundle\\Form\\Type\\SourceType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SourceType''getSourceTypeService'true],
  7289.             'Cms\\CoreBundle\\Form\\Type\\SwitchType' => ['privates''Cms\\CoreBundle\\Form\\Type\\SwitchType''getSwitchTypeService'true],
  7290.             'Cms\\FileBundle\\Form\\Forms\\FileSearchForm' => ['privates''Cms\\FileBundle\\Form\\Forms\\FileSearchForm''getFileSearchFormService'true],
  7291.             'Cms\\FileBundle\\Form\\Forms\\FolderForm' => ['privates''Cms\\FileBundle\\Form\\Forms\\FolderForm''getFolderFormService'true],
  7292.             'Cms\\FileBundle\\Form\\Type\\AttachableType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachableType''getAttachableTypeService'true],
  7293.             'Cms\\FileBundle\\Form\\Type\\AttachmentType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachmentType''getAttachmentTypeService'true],
  7294.             'Cms\\FileBundle\\Form\\Type\\AttachmentsType' => ['privates''Cms\\FileBundle\\Form\\Type\\AttachmentsType''getAttachmentsTypeService'true],
  7295.             'Cms\\FileBundle\\Form\\Type\\FileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\FileModalType''getFileModalTypeService'true],
  7296.             'Cms\\FileBundle\\Form\\Type\\FileType' => ['privates''Cms\\FileBundle\\Form\\Type\\FileType''getFileTypeService'true],
  7297.             'Cms\\FileBundle\\Form\\Type\\FolderType' => ['privates''Cms\\FileBundle\\Form\\Type\\FolderType''getFolderTypeService'true],
  7298.             'Cms\\FileBundle\\Form\\Type\\ImageChoiceType' => ['privates''Cms\\FileBundle\\Form\\Type\\ImageChoiceType''getImageChoiceTypeService'true],
  7299.             'Cms\\FileBundle\\Form\\Type\\NodeMoveType' => ['privates''Cms\\FileBundle\\Form\\Type\\NodeMoveType''getNodeMoveTypeService'true],
  7300.             'Cms\\FileBundle\\Form\\Type\\SpecialFileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\SpecialFileModalType''getSpecialFileModalTypeService'true],
  7301.             'Cms\\FileBundle\\Form\\Type\\StevesFileModalType' => ['privates''Cms\\FileBundle\\Form\\Type\\StevesFileModalType''getStevesFileModalTypeService'true],
  7302.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType' => ['privates''Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType''getImportCreateTypeService'true],
  7303.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType' => ['privates''Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType''getImportUpdateTypeService'true],
  7304.             'Cms\\ImportBundle\\Form\\Type\\MappingType' => ['privates''Cms\\ImportBundle\\Form\\Type\\MappingType''getMappingTypeService'true],
  7305.             'Cms\\ImportBundle\\Form\\Type\\SheetType' => ['privates''Cms\\ImportBundle\\Form\\Type\\SheetType''getSheetTypeService'true],
  7306.             'Cms\\ModuleBundle\\Form\\DataAsapType' => ['privates''Cms\\ModuleBundle\\Form\\DataAsapType''getDataAsapTypeService'true],
  7307.             'Cms\\ModuleBundle\\Form\\DataDraftType' => ['privates''Cms\\ModuleBundle\\Form\\DataDraftType''getDataDraftTypeService'true],
  7308.             'Cms\\ModuleBundle\\Form\\DataRevisionType' => ['privates''Cms\\ModuleBundle\\Form\\DataRevisionType''getDataRevisionTypeService'true],
  7309.             'Cms\\ModuleBundle\\Form\\DataScheduleType' => ['privates''Cms\\ModuleBundle\\Form\\DataScheduleType''getDataScheduleTypeService'true],
  7310.             'Cms\\ModuleBundle\\Form\\DraftType' => ['privates''Cms\\ModuleBundle\\Form\\DraftType''getDraftTypeService'true],
  7311.             'Cms\\ModuleBundle\\Form\\FeedSettingsType' => ['privates''Cms\\ModuleBundle\\Form\\FeedSettingsType''getFeedSettingsTypeService'true],
  7312.             'Cms\\ModuleBundle\\Form\\PublicationType' => ['privates''Cms\\ModuleBundle\\Form\\PublicationType''getPublicationTypeService'true],
  7313.             'Cms\\ModuleBundle\\Form\\SocialMetadataType' => ['privates''Cms\\ModuleBundle\\Form\\SocialMetadataType''getSocialMetadataTypeService'true],
  7314.             'Cms\\ModuleBundle\\Form\\StandardMetadataType' => ['privates''Cms\\ModuleBundle\\Form\\StandardMetadataType''getStandardMetadataTypeService'true],
  7315.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType''getCloseActionTypeService'true],
  7316.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType''getDraftActionTypeService'true],
  7317.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType''getDuplicateTypeService'true],
  7318.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType''getMoveTypeService'true],
  7319.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType''getPublishActionTypeService'true],
  7320.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType''getSaveActionTypeService'true],
  7321.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType''getScheduleActionTypeService'true],
  7322.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType''getSubmissionActionTypeService'true],
  7323.             'Cms\\ModuleBundle\\Form\\Type\\ModuleDataType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\ModuleDataType''getModuleDataTypeService'true],
  7324.             'Cms\\ModuleBundle\\Form\\Type\\ShareType' => ['privates''Cms\\ModuleBundle\\Form\\Type\\ShareType''getShareTypeService'true],
  7325.             'Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType''getModuleSettingsTypeService'true],
  7326.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType''getAlertBehaviorTypeService'true],
  7327.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType''getAlertLevelTypeService'true],
  7328.             'Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType' => ['privates''Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType''getAlertDataTypeService'true],
  7329.             'Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType''getModuleSettingsType2Service'true],
  7330.             'Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType' => ['privates''Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType''getPostDataTypeService'true],
  7331.             'Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType''getModuleSettingsType3Service'true],
  7332.             'Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType' => ['privates''Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType''getEventDataTypeService'true],
  7333.             'Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType''getModuleSettingsType4Service'true],
  7334.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType''getGalleryEditorTypeService'true],
  7335.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType' => ['privates''Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType''getGalleryDataTypeService'true],
  7336.             'Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType''getModuleSettingsType5Service'true],
  7337.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType''getArticleDataTypeService'true],
  7338.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType' => ['privates''Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType''getArticleDraftTypeService'true],
  7339.             'Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType''getModuleSettingsType6Service'true],
  7340.             'Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType' => ['privates''Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType''getPageDataTypeService'true],
  7341.             'Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType''getModuleSettingsType7Service'true],
  7342.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType''getAlternativeTitleTypeService'true],
  7343.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType''getAlternativeTitlesTypeService'true],
  7344.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType''getLinkTypeService'true],
  7345.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType''getProfileDataTypeService'true],
  7346.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType' => ['privates''Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType''getSearchFormTypeService'true],
  7347.             'Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType''getModuleSettingsType8Service'true],
  7348.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType''getEntryDataTypeService'true],
  7349.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType' => ['privates''Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType''getEntryDraftTypeService'true],
  7350.             'Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType''getModuleSettingsType9Service'true],
  7351.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType''getSnippetDataTypeService'true],
  7352.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType' => ['privates''Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType''getSnippetDraftTypeService'true],
  7353.             'Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType' => ['privates''Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType''getNavigationEditorTypeService'true],
  7354.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType''getGenericDeployOptionsTypeService'true],
  7355.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType''getIntranetDeployOptionsTypeService'true],
  7356.             'Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType''getSitebuilderEditorTypeService'true],
  7357.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType''getSiteplanCreateTypeService'true],
  7358.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType' => ['privates''Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType''getSiteplanUpdateTypeService'true],
  7359.             'Cms\\TagBundle\\Form\\Type\\TagCreateType' => ['privates''Cms\\TagBundle\\Form\\Type\\TagCreateType''getTagCreateTypeService'true],
  7360.             'Cms\\TagBundle\\Form\\Type\\TagEditType' => ['privates''Cms\\TagBundle\\Form\\Type\\TagEditType''getTagEditTypeService'true],
  7361.             'Cms\\TagBundle\\Form\\Type\\TaggableType' => ['privates''Cms\\TagBundle\\Form\\Type\\TaggableType''getTaggableTypeService'true],
  7362.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  7363.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  7364.             'Platform\\ControlPanelBundle\\Form\\AnnouncementType' => ['privates''Platform\\ControlPanelBundle\\Form\\AnnouncementType''getAnnouncementTypeService'true],
  7365.             'Platform\\ControlPanelBundle\\Form\\NewsType' => ['privates''Platform\\ControlPanelBundle\\Form\\NewsType''getNewsTypeService'true],
  7366.             'Platform\\ControlPanelBundle\\Form\\OneRosterSyncType' => ['privates''Platform\\ControlPanelBundle\\Form\\OneRosterSyncType''getOneRosterSyncTypeService'true],
  7367.             'Platform\\ControlPanelBundle\\Form\\TenantEditType' => ['privates''Platform\\ControlPanelBundle\\Form\\TenantEditType''getTenantEditTypeService'true],
  7368.             'Platform\\ControlPanelBundle\\Form\\TenantType' => ['privates''Platform\\ControlPanelBundle\\Form\\TenantType''getTenantTypeService'true],
  7369.             'Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType''getGroupType3Service'true],
  7370.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType''getPermissionType2Service'true],
  7371.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType''getPermissionsAuditTypeService'true],
  7372.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType''getPermissionsType2Service'true],
  7373.             'Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType''getRoleType3Service'true],
  7374.             'Platform\\SecurityBundle\\Form\\Type\\AccountType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\AccountType''getAccountType3Service'true],
  7375.             'Platform\\SecurityBundle\\Form\\Type\\AvatarType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\AvatarType''getAvatarTypeService'true],
  7376.             'Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType''getChangePasswordTypeService'true],
  7377.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType''getAccountLocaleTypeService'true],
  7378.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType''getAccountType4Service'true],
  7379.             'Platform\\SecurityBundle\\Form\\Type\\LoginType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\LoginType''getLoginTypeService'true],
  7380.             'Platform\\SecurityBundle\\Form\\Type\\ProfileType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ProfileType''getProfileTypeService'true],
  7381.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType''getAccountsTypeService'true],
  7382.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType''getGroupsTypeService'true],
  7383.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType''getRolesTypeService'true],
  7384.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType''getSpecialPermissionsType2Service'true],
  7385.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType''getSystemProfileType2Service'true],
  7386.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType''getResetPasswordRequestTypeService'true],
  7387.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType''getResetPasswordTypeService'true],
  7388.             'Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType''getRoleToAccountsAssignmentTypeService'true],
  7389.             'Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType''getRoleToGroupsAssignmentTypeService'true],
  7390.             'Platform\\SecurityBundle\\Form\\Type\\SignInType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\SignInType''getSignInTypeService'true],
  7391.             'Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType' => ['privates''Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType''getSpecialPermissionsType3Service'true],
  7392.             'Products\\AdaBundle\\Form\\Type\\AdaSettingsType' => ['privates''Products\\AdaBundle\\Form\\Type\\AdaSettingsType''getAdaSettingsTypeService'true],
  7393.             'Products\\AdaBundle\\Form\\Type\\AddFileModalType' => ['privates''Products\\AdaBundle\\Form\\Type\\AddFileModalType''getAddFileModalTypeService'true],
  7394.             'Products\\AdaBundle\\Form\\Type\\ManageModalType' => ['privates''Products\\AdaBundle\\Form\\Type\\ManageModalType''getManageModalTypeService'true],
  7395.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm''getAutomationDataFormService'true],
  7396.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm''getAutomationReviewFormService'true],
  7397.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm''getAutomationSearchFormService'true],
  7398.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm''getListSearchFormService'true],
  7399.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm''getListDataFormService'true],
  7400.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm''getListSearchForm2Service'true],
  7401.             'Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm''getContactAttemptSearchFormService'true],
  7402.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType''getChannelsTypeService'true],
  7403.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm''getEmailSuppressionSearchFormService'true],
  7404.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm''getInvocationSearchFormService'true],
  7405.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm''getMessageChannelsFormService'true],
  7406.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm''getMessageDataFormService'true],
  7407.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm''getMessageSearchFormService'true],
  7408.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType''getMessageTestContactTypeService'true],
  7409.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm''getMessageTestFormService'true],
  7410.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm''getMessageTranslationFormService'true],
  7411.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm''getMessageTranslationsFormService'true],
  7412.             'Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm''getLoginFormService'true],
  7413.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm''getProfileBuilderSearchFormService'true],
  7414.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm''getProfileSearchFormService'true],
  7415.             'Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm''getRecipientSearchFormService'true],
  7416.             'Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm''getCheckupSearchFormService'true],
  7417.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm''getStudentBuilderSearchFormService'true],
  7418.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm''getStudentSearchFormService'true],
  7419.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm''getTemplateChannelsFormService'true],
  7420.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm''getTemplateDataFormService'true],
  7421.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm' => ['privates''Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm''getTemplateSearchFormService'true],
  7422.             'Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType''getBannerChoiceTypeService'true],
  7423.             'Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType''getConditionQueryTypeService'true],
  7424.             'Products\\NotificationsBundle\\Form\\Type\\FancyEntityType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\FancyEntityType''getFancyEntityTypeService'true],
  7425.             'Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType''getInlineCheckboxTypeService'true],
  7426.             'Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType''getInlineChoiceTypeService'true],
  7427.             'Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType''getMessageChoiceTypeService'true],
  7428.             'Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType''getReactStaticBuilderTypeService'true],
  7429.             'Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType''getReactVoiceRecorderTypeService'true],
  7430.             'Products\\NotificationsBundle\\Form\\Type\\RecordingType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\RecordingType''getRecordingTypeService'true],
  7431.             'Products\\NotificationsBundle\\Form\\Type\\RichTextType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\RichTextType''getRichTextTypeService'true],
  7432.             'Products\\NotificationsBundle\\Form\\Type\\SourceTextType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\SourceTextType''getSourceTextTypeService'true],
  7433.             'Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType''getSteppedDateTimeTypeService'true],
  7434.             'Products\\NotificationsBundle\\Form\\Type\\ToggleType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\ToggleType''getToggleTypeService'true],
  7435.             'Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType' => ['privates''Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType''getVoiceChoiceTypeService'true],
  7436.             'Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm''getFeedSearchFormService'true],
  7437.             'Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm''getFeedSearchForm2Service'true],
  7438.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType''getChannelsType2Service'true],
  7439.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm''getPostFormService'true],
  7440.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm' => ['privates''Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm''getPostReviewFormService'true],
  7441.             'Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType''getPhotoUploaderTypeService'true],
  7442.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType''getSimpleEntitySelectTypeService'true],
  7443.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType''getSimpleSelectTypeService'true],
  7444.             'Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType''getVideoMediaTypeService'true],
  7445.             'Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType' => ['privates''Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType''getVideoUploaderTypeService'true],
  7446.             'Products\\SocialBundle\\Form\\FacebookSelectionsForm' => ['privates''Products\\SocialBundle\\Form\\FacebookSelectionsForm''getFacebookSelectionsFormService'true],
  7447.             'Products\\SocialBundle\\Form\\SocialPostCreateForm' => ['privates''Products\\SocialBundle\\Form\\SocialPostCreateForm''getSocialPostCreateFormService'true],
  7448.             'Products\\SocialBundle\\Form\\SocialPostEditForm' => ['privates''Products\\SocialBundle\\Form\\SocialPostEditForm''getSocialPostEditFormService'true],
  7449.             'Products\\SocialBundle\\Form\\Type\\AccountsType' => ['privates''Products\\SocialBundle\\Form\\Type\\AccountsType''getAccountsType2Service'true],
  7450.             'Products\\SocialBundle\\Form\\Type\\LinkPreviewType' => ['privates''Products\\SocialBundle\\Form\\Type\\LinkPreviewType''getLinkPreviewTypeService'true],
  7451.             'Products\\SocialBundle\\Form\\Type\\MessageType' => ['privates''Products\\SocialBundle\\Form\\Type\\MessageType''getMessageTypeService'true],
  7452.             'Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType' => ['privates''Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType''getMultipleDateTimeTypeService'true],
  7453.             'Products\\SocialBundle\\Form\\Type\\MultipleMediaType' => ['privates''Products\\SocialBundle\\Form\\Type\\MultipleMediaType''getMultipleMediaTypeService'true],
  7454.             'Products\\SocialBundle\\Form\\Type\\StevesDateTimeType' => ['privates''Products\\SocialBundle\\Form\\Type\\StevesDateTimeType''getStevesDateTimeTypeService'true],
  7455.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  7456.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  7457.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  7458.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  7459.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  7460.         ], [
  7461.             'App\\Form\\Forms\\Content\\EventObjectForm' => '?',
  7462.             'App\\Form\\Forms\\Content\\GalleryObjectForm' => '?',
  7463.             'App\\Form\\Forms\\Content\\ObjectForm' => '?',
  7464.             'App\\Form\\Forms\\Content\\PostObjectForm' => '?',
  7465.             'App\\Form\\Forms\\Content\\VideoObjectForm' => '?',
  7466.             'App\\Form\\Forms\\DummyForm' => '?',
  7467.             'App\\Form\\Forms\\Searching\\AccountRoleAssociationSearchForm' => '?',
  7468.             'App\\Form\\Forms\\Searching\\AccountSearchForm' => '?',
  7469.             'App\\Form\\Forms\\Searching\\GroupAccountSearchForm' => '?',
  7470.             'App\\Form\\Forms\\Searching\\GroupRoleAssociationSearchForm' => '?',
  7471.             'App\\Form\\Forms\\Searching\\GroupSearchForm' => '?',
  7472.             'App\\Form\\Forms\\Searching\\LegacyProxySearchForm' => '?',
  7473.             'App\\Form\\Forms\\Searching\\ObjectSearchForm' => '?',
  7474.             'App\\Form\\Forms\\Searching\\RoleSearchForm' => '?',
  7475.             'App\\Form\\Forms\\Searching\\SchoolSearchForm' => '?',
  7476.             'App\\Form\\Forms\\Security\\AccountType' => '?',
  7477.             'App\\Form\\Forms\\Security\\GroupType' => '?',
  7478.             'App\\Form\\Forms\\Security\\PermissionType' => '?',
  7479.             'App\\Form\\Forms\\Security\\PermissionsType' => '?',
  7480.             'App\\Form\\Forms\\Security\\Profile\\AccountType' => '?',
  7481.             'App\\Form\\Forms\\Security\\Profile\\ContainerRoleType' => '?',
  7482.             'App\\Form\\Forms\\Security\\Profile\\GroupType' => '?',
  7483.             'App\\Form\\Forms\\Security\\Profile\\ListRoleType' => '?',
  7484.             'App\\Form\\Forms\\Security\\Profile\\RoleType' => '?',
  7485.             'App\\Form\\Forms\\Security\\Profile\\SchoolRoleType' => '?',
  7486.             'App\\Form\\Forms\\Security\\RoleType' => '?',
  7487.             'App\\Form\\Forms\\Security\\SpecialPermissionsType' => '?',
  7488.             'App\\Form\\Forms\\Security\\SystemProfileType' => '?',
  7489.             'App\\Form\\Forms\\System\\NotificationsConfigForm' => '?',
  7490.             'App\\Form\\Forms\\System\\SchoolBrandingForm' => '?',
  7491.             'App\\Form\\Forms\\System\\SchoolForm' => '?',
  7492.             'App\\Form\\Forms\\System\\SchoolMobileForm' => '?',
  7493.             'App\\Form\\Forms\\System\\Sendgrid\\SendgridDomainForm' => '?',
  7494.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdForm' => '?',
  7495.             'App\\Form\\Forms\\System\\Twilio\\TwilioCallerIdVerificationForm' => '?',
  7496.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigForm' => '?',
  7497.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioAddressForm' => '?',
  7498.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioBusinessForm' => '?',
  7499.             'App\\Form\\Forms\\System\\Twilio\\TwilioConfigs\\TwilioContactForm' => '?',
  7500.             'App\\Form\\Type\\CronHourChoiceType' => '?',
  7501.             'App\\Form\\Type\\FilesystemHiddenType' => '?',
  7502.             'App\\Form\\Type\\FilesystemType' => '?',
  7503.             'App\\Form\\Type\\HexColorType' => '?',
  7504.             'App\\Form\\Type\\ImageFilePreviewType' => '?',
  7505.             'App\\Form\\Type\\PhoneNumberType' => '?',
  7506.             'App\\Form\\Type\\ReactMediaManagerType' => '?',
  7507.             'App\\Form\\Type\\ReactQueryBuilderType' => '?',
  7508.             'App\\Form\\Type\\ReactRruleGeneratorType' => '?',
  7509.             'App\\Form\\Type\\ReactShortcutsType' => '?',
  7510.             'App\\Form\\Type\\SchoolTypesType' => '?',
  7511.             'App\\Form\\Type\\Select2ChoiceType' => '?',
  7512.             'App\\Form\\Type\\Select2EntityType' => '?',
  7513.             'App\\Form\\Type\\SimpleArrayType' => '?',
  7514.             'App\\Form\\Type\\Structs\\AddressEmbeddableType' => '?',
  7515.             'App\\Form\\Type\\TextCounterType' => '?',
  7516.             'App\\Form\\Type\\TextareaCounterType' => '?',
  7517.             'Cms\\ContainerBundle\\Form\\Type\\ContainerAssignType' => '?',
  7518.             'Cms\\ContainerBundle\\Form\\Type\\ContainerFaviconType' => '?',
  7519.             'Cms\\ContainerBundle\\Form\\Type\\ContainerModuleFlagsType' => '?',
  7520.             'Cms\\ContainerBundle\\Form\\Type\\ContainerMoveType' => '?',
  7521.             'Cms\\ContainerBundle\\Form\\Type\\ContainerRobotsType' => '?',
  7522.             'Cms\\ContainerBundle\\Form\\Type\\ContainerSitemapType' => '?',
  7523.             'Cms\\ContainerBundle\\Form\\Type\\ContainerThemeType' => '?',
  7524.             'Cms\\ContainerBundle\\Form\\Type\\Container\\GenericContainerType' => '?',
  7525.             'Cms\\ContainerBundle\\Form\\Type\\Container\\IntranetContainerType' => '?',
  7526.             'Cms\\ContainerBundle\\Form\\Type\\Container\\PersonalContainerType' => '?',
  7527.             'Cms\\ContainerBundle\\Form\\Type\\PageModalType' => '?',
  7528.             'Cms\\CoreBundle\\Form\\Type\\AjaxSelectType' => '?',
  7529.             'Cms\\CoreBundle\\Form\\Type\\BoundedTextareaType' => '?',
  7530.             'Cms\\CoreBundle\\Form\\Type\\BulkConfirmationType' => '?',
  7531.             'Cms\\CoreBundle\\Form\\Type\\ChosenChoiceType' => '?',
  7532.             'Cms\\CoreBundle\\Form\\Type\\ChosenEntityType' => '?',
  7533.             'Cms\\CoreBundle\\Form\\Type\\ColorsType' => '?',
  7534.             'Cms\\CoreBundle\\Form\\Type\\ConfirmationType' => '?',
  7535.             'Cms\\CoreBundle\\Form\\Type\\DateTimeType' => '?',
  7536.             'Cms\\CoreBundle\\Form\\Type\\FancyDropdownType' => '?',
  7537.             'Cms\\CoreBundle\\Form\\Type\\HtmlOverridesType' => '?',
  7538.             'Cms\\CoreBundle\\Form\\Type\\HtmlType' => '?',
  7539.             'Cms\\CoreBundle\\Form\\Type\\LocaleSettingsType' => '?',
  7540.             'Cms\\CoreBundle\\Form\\Type\\MultiselectType' => '?',
  7541.             'Cms\\CoreBundle\\Form\\Type\\SearchType' => '?',
  7542.             'Cms\\CoreBundle\\Form\\Type\\Search\\DateRangeFilterType' => '?',
  7543.             'Cms\\CoreBundle\\Form\\Type\\Search\\TextFilterType' => '?',
  7544.             'Cms\\CoreBundle\\Form\\Type\\SecureConfirmationType' => '?',
  7545.             'Cms\\CoreBundle\\Form\\Type\\SlugType' => '?',
  7546.             'Cms\\CoreBundle\\Form\\Type\\SourceType' => '?',
  7547.             'Cms\\CoreBundle\\Form\\Type\\SwitchType' => '?',
  7548.             'Cms\\FileBundle\\Form\\Forms\\FileSearchForm' => '?',
  7549.             'Cms\\FileBundle\\Form\\Forms\\FolderForm' => '?',
  7550.             'Cms\\FileBundle\\Form\\Type\\AttachableType' => '?',
  7551.             'Cms\\FileBundle\\Form\\Type\\AttachmentType' => '?',
  7552.             'Cms\\FileBundle\\Form\\Type\\AttachmentsType' => '?',
  7553.             'Cms\\FileBundle\\Form\\Type\\FileModalType' => '?',
  7554.             'Cms\\FileBundle\\Form\\Type\\FileType' => '?',
  7555.             'Cms\\FileBundle\\Form\\Type\\FolderType' => '?',
  7556.             'Cms\\FileBundle\\Form\\Type\\ImageChoiceType' => '?',
  7557.             'Cms\\FileBundle\\Form\\Type\\NodeMoveType' => '?',
  7558.             'Cms\\FileBundle\\Form\\Type\\SpecialFileModalType' => '?',
  7559.             'Cms\\FileBundle\\Form\\Type\\StevesFileModalType' => '?',
  7560.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportCreateType' => '?',
  7561.             'Cms\\ImportBundle\\Form\\Type\\Import\\ImportUpdateType' => '?',
  7562.             'Cms\\ImportBundle\\Form\\Type\\MappingType' => '?',
  7563.             'Cms\\ImportBundle\\Form\\Type\\SheetType' => '?',
  7564.             'Cms\\ModuleBundle\\Form\\DataAsapType' => '?',
  7565.             'Cms\\ModuleBundle\\Form\\DataDraftType' => '?',
  7566.             'Cms\\ModuleBundle\\Form\\DataRevisionType' => '?',
  7567.             'Cms\\ModuleBundle\\Form\\DataScheduleType' => '?',
  7568.             'Cms\\ModuleBundle\\Form\\DraftType' => '?',
  7569.             'Cms\\ModuleBundle\\Form\\FeedSettingsType' => '?',
  7570.             'Cms\\ModuleBundle\\Form\\PublicationType' => '?',
  7571.             'Cms\\ModuleBundle\\Form\\SocialMetadataType' => '?',
  7572.             'Cms\\ModuleBundle\\Form\\StandardMetadataType' => '?',
  7573.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\CloseActionType' => '?',
  7574.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DraftActionType' => '?',
  7575.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\DuplicateType' => '?',
  7576.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\MoveType' => '?',
  7577.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\PublishActionType' => '?',
  7578.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SaveActionType' => '?',
  7579.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\ScheduleActionType' => '?',
  7580.             'Cms\\ModuleBundle\\Form\\Type\\Actions\\SubmissionActionType' => '?',
  7581.             'Cms\\ModuleBundle\\Form\\Type\\ModuleDataType' => '?',
  7582.             'Cms\\ModuleBundle\\Form\\Type\\ShareType' => '?',
  7583.             'Cms\\Modules\\AlertBundle\\Form\\ModuleSettingsType' => '?',
  7584.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertBehaviorType' => '?',
  7585.             'Cms\\Modules\\AlertBundle\\Form\\Type\\AlertLevelType' => '?',
  7586.             'Cms\\Modules\\AlertBundle\\Form\\Type\\Alert\\AlertDataType' => '?',
  7587.             'Cms\\Modules\\BlogBundle\\Form\\ModuleSettingsType' => '?',
  7588.             'Cms\\Modules\\BlogBundle\\Form\\Type\\Post\\PostDataType' => '?',
  7589.             'Cms\\Modules\\CalendarBundle\\Form\\ModuleSettingsType' => '?',
  7590.             'Cms\\Modules\\CalendarBundle\\Form\\Type\\Event\\EventDataType' => '?',
  7591.             'Cms\\Modules\\GalleryBundle\\Form\\ModuleSettingsType' => '?',
  7592.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\GalleryEditorType' => '?',
  7593.             'Cms\\Modules\\GalleryBundle\\Form\\Type\\Gallery\\GalleryDataType' => '?',
  7594.             'Cms\\Modules\\NewsBundle\\Form\\ModuleSettingsType' => '?',
  7595.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDataType' => '?',
  7596.             'Cms\\Modules\\NewsBundle\\Form\\Type\\Article\\ArticleDraftType' => '?',
  7597.             'Cms\\Modules\\PageBundle\\Form\\ModuleSettingsType' => '?',
  7598.             'Cms\\Modules\\PageBundle\\Form\\Type\\Page\\PageDataType' => '?',
  7599.             'Cms\\Modules\\PeopleBundle\\Form\\ModuleSettingsType' => '?',
  7600.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitleType' => '?',
  7601.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\AlternativeTitlesType' => '?',
  7602.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\LinkType' => '?',
  7603.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\ProfileDataType' => '?',
  7604.             'Cms\\Modules\\PeopleBundle\\Form\\Type\\Profile\\SearchFormType' => '?',
  7605.             'Cms\\Modules\\QuestionBundle\\Form\\ModuleSettingsType' => '?',
  7606.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDataType' => '?',
  7607.             'Cms\\Modules\\QuestionBundle\\Form\\Type\\Entry\\EntryDraftType' => '?',
  7608.             'Cms\\Modules\\SnippetBundle\\Form\\ModuleSettingsType' => '?',
  7609.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDataType' => '?',
  7610.             'Cms\\Modules\\SnippetBundle\\Form\\Type\\Snippet\\SnippetDraftType' => '?',
  7611.             'Cms\\NavigationBundle\\Form\\Type\\NavigationEditorType' => '?',
  7612.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\GenericDeployOptionsType' => '?',
  7613.             'Cms\\SitebuilderBundle\\Form\\Type\\DeployOptions\\IntranetDeployOptionsType' => '?',
  7614.             'Cms\\SitebuilderBundle\\Form\\Type\\SitebuilderEditorType' => '?',
  7615.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanCreateType' => '?',
  7616.             'Cms\\SitebuilderBundle\\Form\\Type\\Siteplan\\SiteplanUpdateType' => '?',
  7617.             'Cms\\TagBundle\\Form\\Type\\TagCreateType' => '?',
  7618.             'Cms\\TagBundle\\Form\\Type\\TagEditType' => '?',
  7619.             'Cms\\TagBundle\\Form\\Type\\TaggableType' => '?',
  7620.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  7621.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  7622.             'Platform\\ControlPanelBundle\\Form\\AnnouncementType' => '?',
  7623.             'Platform\\ControlPanelBundle\\Form\\NewsType' => '?',
  7624.             'Platform\\ControlPanelBundle\\Form\\OneRosterSyncType' => '?',
  7625.             'Platform\\ControlPanelBundle\\Form\\TenantEditType' => '?',
  7626.             'Platform\\ControlPanelBundle\\Form\\TenantType' => '?',
  7627.             'Platform\\SecurityBundle\\Form\\Type\\Access\\GroupType' => '?',
  7628.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionType' => '?',
  7629.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsAuditType' => '?',
  7630.             'Platform\\SecurityBundle\\Form\\Type\\Access\\PermissionsType' => '?',
  7631.             'Platform\\SecurityBundle\\Form\\Type\\Access\\RoleType' => '?',
  7632.             'Platform\\SecurityBundle\\Form\\Type\\AccountType' => '?',
  7633.             'Platform\\SecurityBundle\\Form\\Type\\AvatarType' => '?',
  7634.             'Platform\\SecurityBundle\\Form\\Type\\ChangePasswordType' => '?',
  7635.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountLocaleType' => '?',
  7636.             'Platform\\SecurityBundle\\Form\\Type\\Identity\\AccountType' => '?',
  7637.             'Platform\\SecurityBundle\\Form\\Type\\LoginType' => '?',
  7638.             'Platform\\SecurityBundle\\Form\\Type\\ProfileType' => '?',
  7639.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\AccountsType' => '?',
  7640.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\GroupsType' => '?',
  7641.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\RolesType' => '?',
  7642.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SpecialPermissionsType' => '?',
  7643.             'Platform\\SecurityBundle\\Form\\Type\\Profiles\\SystemProfileType' => '?',
  7644.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordRequestType' => '?',
  7645.             'Platform\\SecurityBundle\\Form\\Type\\ResetPasswordType' => '?',
  7646.             'Platform\\SecurityBundle\\Form\\Type\\RoleToAccountsAssignmentType' => '?',
  7647.             'Platform\\SecurityBundle\\Form\\Type\\RoleToGroupsAssignmentType' => '?',
  7648.             'Platform\\SecurityBundle\\Form\\Type\\SignInType' => '?',
  7649.             'Platform\\SecurityBundle\\Form\\Type\\SpecialPermissionsType' => '?',
  7650.             'Products\\AdaBundle\\Form\\Type\\AdaSettingsType' => '?',
  7651.             'Products\\AdaBundle\\Form\\Type\\AddFileModalType' => '?',
  7652.             'Products\\AdaBundle\\Form\\Type\\ManageModalType' => '?',
  7653.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationDataForm' => '?',
  7654.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationReviewForm' => '?',
  7655.             'Products\\NotificationsBundle\\Form\\Forms\\Automation\\AutomationSearchForm' => '?',
  7656.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\Api\\ListSearchForm' => '?',
  7657.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListDataForm' => '?',
  7658.             'Products\\NotificationsBundle\\Form\\Forms\\Lists\\ListSearchForm' => '?',
  7659.             'Products\\NotificationsBundle\\Form\\Forms\\Logs\\ContactAttemptSearchForm' => '?',
  7660.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\ChannelsType' => '?',
  7661.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\EmailSuppressionSearchForm' => '?',
  7662.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\InvocationSearchForm' => '?',
  7663.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageChannelsForm' => '?',
  7664.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageDataForm' => '?',
  7665.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageSearchForm' => '?',
  7666.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestContactType' => '?',
  7667.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTestForm' => '?',
  7668.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationForm' => '?',
  7669.             'Products\\NotificationsBundle\\Form\\Forms\\Messages\\MessageTranslationsForm' => '?',
  7670.             'Products\\NotificationsBundle\\Form\\Forms\\Portal\\LoginForm' => '?',
  7671.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileBuilderSearchForm' => '?',
  7672.             'Products\\NotificationsBundle\\Form\\Forms\\Profiles\\ProfileSearchForm' => '?',
  7673.             'Products\\NotificationsBundle\\Form\\Forms\\Recipients\\RecipientSearchForm' => '?',
  7674.             'Products\\NotificationsBundle\\Form\\Forms\\Sis\\CheckupSearchForm' => '?',
  7675.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentBuilderSearchForm' => '?',
  7676.             'Products\\NotificationsBundle\\Form\\Forms\\Students\\StudentSearchForm' => '?',
  7677.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateChannelsForm' => '?',
  7678.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateDataForm' => '?',
  7679.             'Products\\NotificationsBundle\\Form\\Forms\\Templates\\TemplateSearchForm' => '?',
  7680.             'Products\\NotificationsBundle\\Form\\Type\\BannerChoiceType' => '?',
  7681.             'Products\\NotificationsBundle\\Form\\Type\\ConditionQueryType' => '?',
  7682.             'Products\\NotificationsBundle\\Form\\Type\\FancyEntityType' => '?',
  7683.             'Products\\NotificationsBundle\\Form\\Type\\InlineCheckboxType' => '?',
  7684.             'Products\\NotificationsBundle\\Form\\Type\\InlineChoiceType' => '?',
  7685.             'Products\\NotificationsBundle\\Form\\Type\\MessageChoiceType' => '?',
  7686.             'Products\\NotificationsBundle\\Form\\Type\\ReactStaticBuilderType' => '?',
  7687.             'Products\\NotificationsBundle\\Form\\Type\\ReactVoiceRecorderType' => '?',
  7688.             'Products\\NotificationsBundle\\Form\\Type\\RecordingType' => '?',
  7689.             'Products\\NotificationsBundle\\Form\\Type\\RichTextType' => '?',
  7690.             'Products\\NotificationsBundle\\Form\\Type\\SourceTextType' => '?',
  7691.             'Products\\NotificationsBundle\\Form\\Type\\SteppedDateTimeType' => '?',
  7692.             'Products\\NotificationsBundle\\Form\\Type\\ToggleType' => '?',
  7693.             'Products\\NotificationsBundle\\Form\\Type\\VoiceChoiceType' => '?',
  7694.             'Products\\SchoolNowBundle\\Form\\Forms\\Api\\FeedSearchForm' => '?',
  7695.             'Products\\SchoolNowBundle\\Form\\Forms\\FeedSearchForm' => '?',
  7696.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\ChannelsType' => '?',
  7697.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostForm' => '?',
  7698.             'Products\\SchoolNowBundle\\Form\\Forms\\Posts\\PostReviewForm' => '?',
  7699.             'Products\\SchoolNowBundle\\Form\\Type\\PhotoUploaderType' => '?',
  7700.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleEntitySelectType' => '?',
  7701.             'Products\\SchoolNowBundle\\Form\\Type\\SimpleSelectType' => '?',
  7702.             'Products\\SchoolNowBundle\\Form\\Type\\VideoMediaType' => '?',
  7703.             'Products\\SchoolNowBundle\\Form\\Type\\VideoUploaderType' => '?',
  7704.             'Products\\SocialBundle\\Form\\FacebookSelectionsForm' => '?',
  7705.             'Products\\SocialBundle\\Form\\SocialPostCreateForm' => '?',
  7706.             'Products\\SocialBundle\\Form\\SocialPostEditForm' => '?',
  7707.             'Products\\SocialBundle\\Form\\Type\\AccountsType' => '?',
  7708.             'Products\\SocialBundle\\Form\\Type\\LinkPreviewType' => '?',
  7709.             'Products\\SocialBundle\\Form\\Type\\MessageType' => '?',
  7710.             'Products\\SocialBundle\\Form\\Type\\MultipleDateTimeType' => '?',
  7711.             'Products\\SocialBundle\\Form\\Type\\MultipleMediaType' => '?',
  7712.             'Products\\SocialBundle\\Form\\Type\\StevesDateTimeType' => '?',
  7713.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7714.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7715.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7716.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7717.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7718.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7719.             yield => ($this->privates['App\\Form\\Extension\\TooltipExtension'] ?? ($this->privates['App\\Form\\Extension\\TooltipExtension'] = new \App\Form\Extension\TooltipExtension()));
  7720.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\AddonExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\AddonExtension'] = new \Cms\CoreBundle\Form\Extension\AddonExtension()));
  7721.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\CategoryExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\CategoryExtension'] = new \Cms\CoreBundle\Form\Extension\CategoryExtension()));
  7722.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\EmbeddedExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\EmbeddedExtension'] = new \Cms\CoreBundle\Form\Extension\EmbeddedExtension()));
  7723.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\HelpExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\HelpExtension'] = new \Cms\CoreBundle\Form\Extension\HelpExtension()));
  7724.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowAttrsExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowAttrsExtension'] = new \Cms\CoreBundle\Form\Extension\RowAttrsExtension()));
  7725.             yield => ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowExtension'] ?? ($this->privates['Cms\\CoreBundle\\Form\\Extension\\RowExtension'] = new \Cms\CoreBundle\Form\Extension\RowExtension()));
  7726.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  7727.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  7728.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  7729.             yield 10 => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  7730.             yield 11 => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  7731.             yield 12 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  7732.         }, 13), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7733.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7734.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7735.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7736.         }, 1)], new RewindableGenerator(function () {
  7737.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  7738.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  7739.         }, 2));
  7740.     }
  7741.     /**
  7742.      * Gets the private 'form.registry' shared service.
  7743.      *
  7744.      * @return \Symfony\Component\Form\FormRegistry
  7745.      */
  7746.     protected function getForm_RegistryService()
  7747.     {
  7748.         $a = ($this->privates['form.extension'] ?? $this->getForm_ExtensionService());
  7749.         if (isset($this->privates['form.registry'])) {
  7750.             return $this->privates['form.registry'];
  7751.         }
  7752.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> $a], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
  7753.     }
  7754.     /**
  7755.      * Gets the private 'form.resolved_type_factory' shared service.
  7756.      *
  7757.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  7758.      */
  7759.     protected function getForm_ResolvedTypeFactoryService()
  7760.     {
  7761.         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()));
  7762.     }
  7763.     /**
  7764.      * Gets the private 'fragment.listener' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  7767.      */
  7768.     protected function getFragment_ListenerService()
  7769.     {
  7770.         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');
  7771.     }
  7772.     /**
  7773.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7774.      *
  7775.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7776.      */
  7777.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7778.     {
  7779.         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())));
  7780.     }
  7781.     /**
  7782.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  7783.      *
  7784.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  7785.      */
  7786.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  7787.     {
  7788.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  7789.     }
  7790.     /**
  7791.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7792.      *
  7793.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7794.      */
  7795.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7796.     {
  7797.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7798.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7799.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7800.         }
  7801.         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);
  7802.     }
  7803.     /**
  7804.      * Gets the private 'identity_translator' shared service.
  7805.      *
  7806.      * @return \Symfony\Component\Translation\IdentityTranslator
  7807.      */
  7808.     protected function getIdentityTranslatorService()
  7809.     {
  7810.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  7811.     }
  7812.     /**
  7813.      * Gets the private 'joshtronic\LoremIpsum' shared autowired service.
  7814.      *
  7815.      * @return \joshtronic\LoremIpsum
  7816.      */
  7817.     protected function getLoremIpsumService()
  7818.     {
  7819.         return $this->privates['joshtronic\\LoremIpsum'] = new \joshtronic\LoremIpsum();
  7820.     }
  7821.     /**
  7822.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared autowired service.
  7823.      *
  7824.      * @return \libphonenumber\PhoneNumberUtil
  7825.      */
  7826.     protected function getPhoneNumberUtilService()
  7827.     {
  7828.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  7829.     }
  7830.     /**
  7831.      * Gets the private 'locale_aware_listener' shared service.
  7832.      *
  7833.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7834.      */
  7835.     protected function getLocaleAwareListenerService()
  7836.     {
  7837.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7838.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7839.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7840.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7841.     }
  7842.     /**
  7843.      * Gets the private 'locale_listener' shared service.
  7844.      *
  7845.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7846.      */
  7847.     protected function getLocaleListenerService()
  7848.     {
  7849.         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, []);
  7850.     }
  7851.     /**
  7852.      * Gets the private 'monolog.handler.console' shared service.
  7853.      *
  7854.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7855.      */
  7856.     protected function getMonolog_Handler_ConsoleService()
  7857.     {
  7858.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7859.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7860.         return $instance;
  7861.     }
  7862.     /**
  7863.      * Gets the private 'monolog.handler.main' shared service.
  7864.      *
  7865.      * @return \Monolog\Handler\FingersCrossedHandler
  7866.      */
  7867.     protected function getMonolog_Handler_MainService()
  7868.     {
  7869.         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);
  7870.     }
  7871.     /**
  7872.      * Gets the private 'monolog.handler.main.http_code_strategy' shared service.
  7873.      *
  7874.      * @return \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy
  7875.      */
  7876.     protected function getMonolog_Handler_Main_HttpCodeStrategyService()
  7877.     {
  7878.         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'));
  7879.     }
  7880.     /**
  7881.      * Gets the private 'monolog.handler.main2' shared service.
  7882.      *
  7883.      * @return \Monolog\Handler\FingersCrossedHandler
  7884.      */
  7885.     protected function getMonolog_Handler_Main2Service()
  7886.     {
  7887.         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);
  7888.     }
  7889.     /**
  7890.      * Gets the private 'monolog.handler.main2.http_code_strategy' shared service.
  7891.      *
  7892.      * @return \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy
  7893.      */
  7894.     protected function getMonolog_Handler_Main2_HttpCodeStrategyService()
  7895.     {
  7896.         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'));
  7897.     }
  7898.     /**
  7899.      * Gets the private 'monolog.handler.nested' shared service.
  7900.      *
  7901.      * @return \Monolog\Handler\StreamHandler
  7902.      */
  7903.     protected function getMonolog_Handler_NestedService()
  7904.     {
  7905.         $this->privates['monolog.handler.nested'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/test.log'), 'ERROR'trueNULLfalse);
  7906.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7907.         return $instance;
  7908.     }
  7909.     /**
  7910.      * Gets the private 'monolog.logger' shared service.
  7911.      *
  7912.      * @return \Symfony\Bridge\Monolog\Logger
  7913.      */
  7914.     protected function getMonolog_LoggerService()
  7915.     {
  7916.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7917.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7918.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7919.         $instance->useMicrosecondTimestamps(true);
  7920.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7921.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7922.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7923.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7924.         return $instance;
  7925.     }
  7926.     /**
  7927.      * Gets the private 'monolog.logger.cache' shared service.
  7928.      *
  7929.      * @return \Symfony\Bridge\Monolog\Logger
  7930.      */
  7931.     protected function getMonolog_Logger_CacheService()
  7932.     {
  7933.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7934.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7935.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7936.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7937.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7938.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7939.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7940.         return $instance;
  7941.     }
  7942.     /**
  7943.      * Gets the private 'monolog.logger.event' shared service.
  7944.      *
  7945.      * @return \Symfony\Bridge\Monolog\Logger
  7946.      */
  7947.     protected function getMonolog_Logger_EventService()
  7948.     {
  7949.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  7950.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7951.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7952.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7953.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7954.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7955.         return $instance;
  7956.     }
  7957.     /**
  7958.      * Gets the private 'monolog.logger.php' shared service.
  7959.      *
  7960.      * @return \Symfony\Bridge\Monolog\Logger
  7961.      */
  7962.     protected function getMonolog_Logger_PhpService()
  7963.     {
  7964.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  7965.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7966.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7967.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7968.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7969.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7970.         return $instance;
  7971.     }
  7972.     /**
  7973.      * Gets the private 'monolog.logger.profiler' shared service.
  7974.      *
  7975.      * @return \Symfony\Bridge\Monolog\Logger
  7976.      */
  7977.     protected function getMonolog_Logger_ProfilerService()
  7978.     {
  7979.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  7980.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7981.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7982.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7983.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  7984.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7985.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7986.         return $instance;
  7987.     }
  7988.     /**
  7989.      * Gets the private 'monolog.logger.request' shared service.
  7990.      *
  7991.      * @return \Symfony\Bridge\Monolog\Logger
  7992.      */
  7993.     protected function getMonolog_Logger_RequestService()
  7994.     {
  7995.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7996.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7997.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  7998.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7999.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8000.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8001.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8002.         return $instance;
  8003.     }
  8004.     /**
  8005.      * Gets the private 'monolog.logger.router' shared service.
  8006.      *
  8007.      * @return \Symfony\Bridge\Monolog\Logger
  8008.      */
  8009.     protected function getMonolog_Logger_RouterService()
  8010.     {
  8011.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  8012.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8013.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8014.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8015.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8016.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8017.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8018.         return $instance;
  8019.     }
  8020.     /**
  8021.      * Gets the private 'monolog.logger.security' shared service.
  8022.      *
  8023.      * @return \Symfony\Bridge\Monolog\Logger
  8024.      */
  8025.     protected function getMonolog_Logger_SecurityService()
  8026.     {
  8027.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8028.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8029.         $instance->pushProcessor(($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] ?? ($this->services['Cms\\LogBundle\\Service\\Processor\\SuspiciousOperationProcessor'] = new \Cms\LogBundle\Service\Processor\SuspiciousOperationProcessor())));
  8030.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8031.         $instance->pushHandler(($this->privates['monolog.handler.main2'] ?? $this->getMonolog_Handler_Main2Service()));
  8032.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8033.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8034.         return $instance;
  8035.     }
  8036.     /**
  8037.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  8038.      *
  8039.      * @return \Monolog\Processor\PsrLogMessageProcessor
  8040.      */
  8041.     protected function getMonolog_Processor_PsrLogMessageService()
  8042.     {
  8043.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  8044.     }
  8045.     /**
  8046.      * Gets the private 'nelmio_cors.cacheable_response_vary_listener' shared service.
  8047.      *
  8048.      * @return \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener
  8049.      */
  8050.     protected function getNelmioCors_CacheableResponseVaryListenerService()
  8051.     {
  8052.         return $this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener();
  8053.     }
  8054.     /**
  8055.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  8056.      *
  8057.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  8058.      */
  8059.     protected function getNelmioCors_CorsListenerService()
  8060.     {
  8061.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->privates['nelmio_cors.options_resolver'] ?? $this->getNelmioCors_OptionsResolverService()));
  8062.     }
  8063.     /**
  8064.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  8065.      *
  8066.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  8067.      */
  8068.     protected function getNelmioCors_OptionsProvider_ConfigService()
  8069.     {
  8070.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  8071.     }
  8072.     /**
  8073.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  8074.      *
  8075.      * @return \Nelmio\CorsBundle\Options\Resolver
  8076.      */
  8077.     protected function getNelmioCors_OptionsResolverService()
  8078.     {
  8079.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  8080.     }
  8081.     /**
  8082.      * Gets the private 'parameter_bag' shared service.
  8083.      *
  8084.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8085.      */
  8086.     protected function getParameterBagService()
  8087.     {
  8088.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8089.     }
  8090.     /**
  8091.      * Gets the private 'profiler_listener' shared service.
  8092.      *
  8093.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8094.      */
  8095.     protected function getProfilerListenerService()
  8096.     {
  8097.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8098.         if (isset($this->privates['profiler_listener'])) {
  8099.             return $this->privates['profiler_listener'];
  8100.         }
  8101.         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);
  8102.     }
  8103.     /**
  8104.      * Gets the private 'property_info' shared service.
  8105.      *
  8106.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8107.      */
  8108.     protected function getPropertyInfoService()
  8109.     {
  8110.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8111.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  8112.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8113.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8114.         }, 3), new RewindableGenerator(function () {
  8115.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8116.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8117.         }, 2), new RewindableGenerator(function () {
  8118.             return new \EmptyIterator();
  8119.         }, 0), new RewindableGenerator(function () {
  8120.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  8121.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8122.         }, 2), new RewindableGenerator(function () {
  8123.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8124.         }, 1));
  8125.     }
  8126.     /**
  8127.      * Gets the private 'response_listener' shared service.
  8128.      *
  8129.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  8130.      */
  8131.     protected function getResponseListenerService()
  8132.     {
  8133.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  8134.     }
  8135.     /**
  8136.      * Gets the private 'router.expression_language_provider' shared service.
  8137.      *
  8138.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8139.      */
  8140.     protected function getRouter_ExpressionLanguageProviderService()
  8141.     {
  8142.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8143.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  8144.         ], [
  8145.             'env' => 'Closure',
  8146.         ]));
  8147.     }
  8148.     /**
  8149.      * Gets the private 'router.request_context' shared service.
  8150.      *
  8151.      * @return \Symfony\Component\Routing\RequestContext
  8152.      */
  8153.     protected function getRouter_RequestContextService()
  8154.     {
  8155.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  8156.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8157.         return $instance;
  8158.     }
  8159.     /**
  8160.      * Gets the private 'router_listener' shared service.
  8161.      *
  8162.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8163.      */
  8164.     protected function getRouterListenerService()
  8165.     {
  8166.         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);
  8167.     }
  8168.     /**
  8169.      * Gets the private 'security.authentication.manager' shared service.
  8170.      *
  8171.      * @return \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager
  8172.      */
  8173.     protected function getSecurity_Authentication_ManagerService()
  8174.     {
  8175.         return $this->privates['security.authentication.manager'] = new \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager();
  8176.     }
  8177.     /**
  8178.      * Gets the private 'security.authentication.trust_resolver' shared service.
  8179.      *
  8180.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  8181.      */
  8182.     protected function getSecurity_Authentication_TrustResolverService()
  8183.     {
  8184.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  8185.     }
  8186.     /**
  8187.      * Gets the private 'security.context_listener.0' shared service.
  8188.      *
  8189.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8190.      */
  8191.     protected function getSecurity_ContextListener_0Service()
  8192.     {
  8193.         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 () {
  8194.             yield => ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  8195.             yield => ($this->privates['App\\Security\\Guard\\PortalUserProvider'] ?? $this->load('getPortalUserProviderService'));
  8196.             yield => ($this->privates['App\\Security\\Guard\\PortalAdminUserProvider'] ?? $this->load('getPortalAdminUserProviderService'));
  8197.         }, 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']);
  8198.     }
  8199.     /**
  8200.      * Gets the private 'security.context_listener.1' shared service.
  8201.      *
  8202.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8203.      */
  8204.     protected function getSecurity_ContextListener_1Service()
  8205.     {
  8206.         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 () {
  8207.             yield => ($this->services['Platform\\SecurityBundle\\Service\\AccountProvider'] ?? $this->getAccountProviderService());
  8208.             yield => ($this->privates['App\\Security\\Guard\\PortalUserProvider'] ?? $this->load('getPortalUserProviderService'));
  8209.             yield => ($this->privates['App\\Security\\Guard\\PortalAdminUserProvider'] ?? $this->load('getPortalAdminUserProviderService'));
  8210.         }, 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']);
  8211.     }
  8212.     /**
  8213.      * Gets the private 'security.event_dispatcher.dashboard' shared service.
  8214.      *
  8215.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8216.      */
  8217.     protected function getSecurity_EventDispatcher_DashboardService()
  8218.     {
  8219.         $this->privates['security.event_dispatcher.dashboard'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8220.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8221.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  8222.         }, => 'onSymfonyComponentSecurityHttpEventLogoutEvent'], 0);
  8223.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8224.             return ($this->privates['security.listener.dashboard.user_provider'] ?? $this->load('getSecurity_Listener_Dashboard_UserProviderService'));
  8225.         }, => 'checkPassport'], 2048);
  8226.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8227.             return ($this->privates['security.listener.session.dashboard'] ?? $this->load('getSecurity_Listener_Session_DashboardService'));
  8228.         }, => 'onSuccessfulLogin'], 0);
  8229.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8230.             return ($this->privates['security.logout.listener.default.dashboard'] ?? $this->load('getSecurity_Logout_Listener_Default_DashboardService'));
  8231.         }, => 'onLogout'], 64);
  8232.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8233.             return ($this->privates['security.logout.listener.session.dashboard'] ?? ($this->privates['security.logout.listener.session.dashboard'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8234.         }, => 'onLogout'], 0);
  8235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8236.             return ($this->privates['security.listener.user_checker.dashboard'] ?? $this->load('getSecurity_Listener_UserChecker_DashboardService'));
  8237.         }, => 'preCheckCredentials'], 256);
  8238.         $instance->addListener('security.authentication.success', [=> function () {
  8239.             return ($this->privates['security.listener.user_checker.dashboard'] ?? $this->load('getSecurity_Listener_UserChecker_DashboardService'));
  8240.         }, => 'postCheckCredentials'], 256);
  8241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8242.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  8243.         }, => 'checkPassport'], 1024);
  8244.         $instance->addListener('security.authentication.success', [=> function () {
  8245.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8246.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  8247.         $instance->addListener('security.authentication.success', [=> function () {
  8248.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8249.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  8250.         $instance->addListener('security.authentication.success', [=> function () {
  8251.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8252.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  8253.         $instance->addListener('security.authentication.success', [=> function () {
  8254.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8255.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  8256.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  8257.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8258.         }, => 'onLoginFailureRedirectToLogin'], 0);
  8259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8260.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8261.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  8262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8263.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8264.         }, => 'onLoginSuccessRedirection'], 0);
  8265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8266.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8267.         }, => 'onLogout'], 0);
  8268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8269.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  8270.         }, => 'checkPassport'], 0);
  8271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8272.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  8273.         }, => 'onLoginSuccess'], 0);
  8274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8275.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  8276.         }, => 'checkPassport'], 512);
  8277.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8278.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  8279.         }, => 'onLogout'], 0);
  8280.         return $instance;
  8281.     }
  8282.     /**
  8283.      * Gets the private 'security.event_dispatcher.portal' shared service.
  8284.      *
  8285.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8286.      */
  8287.     protected function getSecurity_EventDispatcher_PortalService()
  8288.     {
  8289.         $this->privates['security.event_dispatcher.portal'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8290.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8291.             return ($this->privates['security.listener.portal.user_provider'] ?? $this->load('getSecurity_Listener_Portal_UserProviderService'));
  8292.         }, => 'checkPassport'], 2048);
  8293.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8294.             return ($this->privates['security.listener.session.portal'] ?? $this->load('getSecurity_Listener_Session_PortalService'));
  8295.         }, => 'onSuccessfulLogin'], 0);
  8296.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8297.             return ($this->privates['security.logout.listener.default.portal'] ?? $this->load('getSecurity_Logout_Listener_Default_PortalService'));
  8298.         }, => 'onLogout'], 64);
  8299.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8300.             return ($this->privates['security.logout.listener.session.portal'] ?? ($this->privates['security.logout.listener.session.portal'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8301.         }, => 'onLogout'], 0);
  8302.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8303.             return ($this->privates['security.listener.user_checker.portal'] ?? $this->load('getSecurity_Listener_UserChecker_PortalService'));
  8304.         }, => 'preCheckCredentials'], 256);
  8305.         $instance->addListener('security.authentication.success', [=> function () {
  8306.             return ($this->privates['security.listener.user_checker.portal'] ?? $this->load('getSecurity_Listener_UserChecker_PortalService'));
  8307.         }, => 'postCheckCredentials'], 256);
  8308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8309.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  8310.         }, => 'checkPassport'], 1024);
  8311.         $instance->addListener('security.authentication.success', [=> function () {
  8312.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8313.         }, => 'onAuthenticationSuccessCheckSystemStatus'], 0);
  8314.         $instance->addListener('security.authentication.success', [=> function () {
  8315.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8316.         }, => 'onAuthenticationSuccessCheckTenantStatus'], 0);
  8317.         $instance->addListener('security.authentication.success', [=> function () {
  8318.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8319.         }, => 'onAuthenticationSuccessCheckAttempts'], 0);
  8320.         $instance->addListener('security.authentication.success', [=> function () {
  8321.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8322.         }, => 'onAuthenticationSuccessCheckUserStatus'], 0);
  8323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  8324.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8325.         }, => 'onLoginFailureRedirectToLogin'], 0);
  8326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8327.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8328.         }, => 'onLoginSuccessLastLoggedInUpdate'], 0);
  8329.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8330.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8331.         }, => 'onLoginSuccessRedirection'], 0);
  8332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8333.             return ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardSecuritySubscriber'] ?? $this->load('getDashboardSecuritySubscriberService'));
  8334.         }, => 'onLogout'], 0);
  8335.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8336.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  8337.         }, => 'checkPassport'], 0);
  8338.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  8339.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  8340.         }, => 'onLoginSuccess'], 0);
  8341.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  8342.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  8343.         }, => 'checkPassport'], 512);
  8344.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8345.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  8346.         }, => 'onLogout'], 0);
  8347.         return $instance;
  8348.     }
  8349.     /**
  8350.      * Gets the private 'security.firewall.map' shared service.
  8351.      *
  8352.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8353.      */
  8354.     protected function getSecurity_Firewall_MapService()
  8355.     {
  8356.         $a = ($this->privates['.service_locator.Rwgh_w3'] ?? $this->get_ServiceLocator_RwghW3Service());
  8357.         if (isset($this->privates['security.firewall.map'])) {
  8358.             return $this->privates['security.firewall.map'];
  8359.         }
  8360.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8361.             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)/')));
  8362.             yield 'security.firewall.map.context.portal' => ($this->privates['App\\Security\\Firewall\\PortalFirewall'] ?? $this->getPortalFirewallService());
  8363.             yield 'security.firewall.map.context.portal_api' => ($this->privates['App\\Security\\Firewall\\PortalApiFirewall'] ?? ($this->privates['App\\Security\\Firewall\\PortalApiFirewall'] = new \App\Security\Firewall\PortalApiFirewall()));
  8364.             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()));
  8365.             yield 'security.firewall.map.context.dashboard' => ($this->services['Platform\\SecurityBundle\\Service\\Firewalls\\DashboardRequestMatcher'] ?? $this->load('getDashboardRequestMatcherService'));
  8366.         }, 5));
  8367.     }
  8368.     /**
  8369.      * Gets the private 'security.helper' shared service.
  8370.      *
  8371.      * @return \Symfony\Component\Security\Core\Security
  8372.      */
  8373.     protected function getSecurity_HelperService()
  8374.     {
  8375.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8376.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8377.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8378.         ], [
  8379.             'security.authorization_checker' => '?',
  8380.             'security.token_storage' => '?',
  8381.         ]));
  8382.     }
  8383.     /**
  8384.      * Gets the private 'security.impersonate_url_generator' shared service.
  8385.      *
  8386.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  8387.      */
  8388.     protected function getSecurity_ImpersonateUrlGeneratorService()
  8389.     {
  8390.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  8391.         if (isset($this->privates['security.impersonate_url_generator'])) {
  8392.             return $this->privates['security.impersonate_url_generator'];
  8393.         }
  8394.         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()));
  8395.     }
  8396.     /**
  8397.      * Gets the private 'security.logout_url_generator' shared service.
  8398.      *
  8399.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8400.      */
  8401.     protected function getSecurity_LogoutUrlGeneratorService()
  8402.     {
  8403.         $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()));
  8404.         $instance->registerListener('portal''app.notifications.portal.login.logout''logout''_csrf_token'NULL'portal');
  8405.         $instance->registerListener('portal_api''/logout''logout''_csrf_token'NULLNULL);
  8406.         $instance->registerListener('portal_admin_api''/logout''logout''_csrf_token'NULLNULL);
  8407.         $instance->registerListener('dashboard''app.platform.security.logout''logout''_csrf_token'NULL'dashboard');
  8408.         return $instance;
  8409.     }
  8410.     /**
  8411.      * Gets the private 'security.rememberme.response_listener' shared service.
  8412.      *
  8413.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  8414.      */
  8415.     protected function getSecurity_Rememberme_ResponseListenerService()
  8416.     {
  8417.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  8418.     }
  8419.     /**
  8420.      * Gets the private 'security.role_hierarchy' shared service.
  8421.      *
  8422.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8423.      */
  8424.     protected function getSecurity_RoleHierarchyService()
  8425.     {
  8426.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]);
  8427.     }
  8428.     /**
  8429.      * Gets the private 'security.untracked_token_storage' shared service.
  8430.      *
  8431.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  8432.      */
  8433.     protected function getSecurity_UntrackedTokenStorageService()
  8434.     {
  8435.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  8436.     }
  8437.     /**
  8438.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  8439.      *
  8440.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  8441.      */
  8442.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  8443.     {
  8444.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  8445.     }
  8446.     /**
  8447.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8448.      *
  8449.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8450.      */
  8451.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8452.     {
  8453.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8454.     }
  8455.     /**
  8456.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  8457.      *
  8458.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  8459.      */
  8460.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  8461.     {
  8462.         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())));
  8463.     }
  8464.     /**
  8465.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  8466.      *
  8467.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  8468.      */
  8469.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  8470.     {
  8471.         return $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.listener' shared service.
  8475.      *
  8476.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8477.      */
  8478.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8479.     {
  8480.         $a = ($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService());
  8481.         if (isset($this->privates['sensio_framework_extra.converter.listener'])) {
  8482.             return $this->privates['sensio_framework_extra.converter.listener'];
  8483.         }
  8484.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8485.     }
  8486.     /**
  8487.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  8488.      *
  8489.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  8490.      */
  8491.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  8492.     {
  8493.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8494.         $a = ($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ContainerConverter'] ?? $this->getContainerConverterService());
  8495.         $b = ($this->privates['Cms\\ModuleBundle\\Request\\ParamConverter\\ModuleEntityConverter'] ?? $this->getModuleEntityConverterService());
  8496.         $instance->add($a, -2'cms__container');
  8497.         $instance->add($a0NULL);
  8498.         $instance->add($b, -3'cms__module_entity');
  8499.         $instance->add($b0NULL);
  8500.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  8501.         $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');
  8502.         return $instance;
  8503.     }
  8504.     /**
  8505.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  8506.      *
  8507.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  8508.      */
  8509.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  8510.     {
  8511.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  8512.     }
  8513.     /**
  8514.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8515.      *
  8516.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8517.      */
  8518.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8519.     {
  8520.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8521.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8522.             return $this->privates['sensio_framework_extra.security.listener'];
  8523.         }
  8524.         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()));
  8525.     }
  8526.     /**
  8527.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  8528.      *
  8529.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  8530.      */
  8531.     protected function getSensioFrameworkExtra_View_GuesserService()
  8532.     {
  8533.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8534.     }
  8535.     /**
  8536.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8537.      *
  8538.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8539.      */
  8540.     protected function getSensioFrameworkExtra_View_ListenerService()
  8541.     {
  8542.         $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))))));
  8543.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8544.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8545.         ], [
  8546.             'twig' => '?',
  8547.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8548.         return $instance;
  8549.     }
  8550.     /**
  8551.      * Gets the private 'streamed_response_listener' shared service.
  8552.      *
  8553.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  8554.      */
  8555.     protected function getStreamedResponseListenerService()
  8556.     {
  8557.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  8558.     }
  8559.     /**
  8560.      * Gets the private 'test.session.listener' shared service.
  8561.      *
  8562.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8563.      */
  8564.     protected function getTest_Session_ListenerService()
  8565.     {
  8566.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8567.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  8568.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  8569.         ], [
  8570.             'session' => '?',
  8571.             'session_factory' => '?',
  8572.         ]), true$this->parameters['session.storage.options']);
  8573.     }
  8574.     /**
  8575.      * Gets the private 'translator.default' shared service.
  8576.      *
  8577.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8578.      */
  8579.     protected function getTranslator_DefaultService()
  8580.     {
  8581.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8582.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  8583.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  8584.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  8585.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  8586.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  8587.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  8588.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  8589.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  8590.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  8591.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  8592.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  8593.         ], [
  8594.             'translation.loader.csv' => '?',
  8595.             'translation.loader.dat' => '?',
  8596.             'translation.loader.ini' => '?',
  8597.             'translation.loader.json' => '?',
  8598.             'translation.loader.mo' => '?',
  8599.             'translation.loader.php' => '?',
  8600.             'translation.loader.po' => '?',
  8601.             'translation.loader.qt' => '?',
  8602.             'translation.loader.res' => '?',
  8603.             'translation.loader.xliff' => '?',
  8604.             'translation.loader.yml' => '?',
  8605.         ]), ($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')], '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']]], []);
  8606.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8607.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  8608.         return $instance;
  8609.     }
  8610.     /**
  8611.      * Gets the private 'translator.formatter.default' shared service.
  8612.      *
  8613.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  8614.      */
  8615.     protected function getTranslator_Formatter_DefaultService()
  8616.     {
  8617.         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())));
  8618.     }
  8619.     /**
  8620.      * Gets the private 'twig.app_variable' shared service.
  8621.      *
  8622.      * @return \Symfony\Bridge\Twig\AppVariable
  8623.      */
  8624.     protected function getTwig_AppVariableService()
  8625.     {
  8626.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  8627.         $instance->setEnvironment('test');
  8628.         $instance->setDebug(true);
  8629.         if ($this->has('.container.private.security.token_storage')) {
  8630.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8631.         }
  8632.         if ($this->has('request_stack')) {
  8633.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8634.         }
  8635.         return $instance;
  8636.     }
  8637.     /**
  8638.      * Gets the private 'twig.configurator.environment' shared service.
  8639.      *
  8640.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  8641.      */
  8642.     protected function getTwig_Configurator_EnvironmentService()
  8643.     {
  8644.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  8645.     }
  8646.     /**
  8647.      * Gets the private 'twig.extension.assets' shared service.
  8648.      *
  8649.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  8650.      */
  8651.     protected function getTwig_Extension_AssetsService()
  8652.     {
  8653.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  8654.     }
  8655.     /**
  8656.      * Gets the private 'twig.extension.code' shared service.
  8657.      *
  8658.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  8659.      */
  8660.     protected function getTwig_Extension_CodeService()
  8661.     {
  8662.         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');
  8663.     }
  8664.     /**
  8665.      * Gets the private 'twig.extension.debug' shared service.
  8666.      *
  8667.      * @return \Twig\Extension\DebugExtension
  8668.      */
  8669.     protected function getTwig_Extension_DebugService()
  8670.     {
  8671.         return $this->privates['twig.extension.debug'] = new \Twig\Extension\DebugExtension();
  8672.     }
  8673.     /**
  8674.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  8675.      *
  8676.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  8677.      */
  8678.     protected function getTwig_Extension_Debug_StopwatchService()
  8679.     {
  8680.         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);
  8681.     }
  8682.     /**
  8683.      * Gets the private 'twig.extension.expression' shared service.
  8684.      *
  8685.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  8686.      */
  8687.     protected function getTwig_Extension_ExpressionService()
  8688.     {
  8689.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  8690.     }
  8691.     /**
  8692.      * Gets the private 'twig.extension.form' shared service.
  8693.      *
  8694.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  8695.      */
  8696.     protected function getTwig_Extension_FormService()
  8697.     {
  8698.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8699.     }
  8700.     /**
  8701.      * Gets the private 'twig.extension.httpfoundation' shared service.
  8702.      *
  8703.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  8704.      */
  8705.     protected function getTwig_Extension_HttpfoundationService()
  8706.     {
  8707.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  8708.     }
  8709.     /**
  8710.      * Gets the private 'twig.extension.httpkernel' shared service.
  8711.      *
  8712.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  8713.      */
  8714.     protected function getTwig_Extension_HttpkernelService()
  8715.     {
  8716.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  8717.     }
  8718.     /**
  8719.      * Gets the private 'twig.extension.logout_url' shared service.
  8720.      *
  8721.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  8722.      */
  8723.     protected function getTwig_Extension_LogoutUrlService()
  8724.     {
  8725.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  8726.     }
  8727.     /**
  8728.      * Gets the private 'twig.extension.profiler' shared service.
  8729.      *
  8730.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  8731.      */
  8732.     protected function getTwig_Extension_ProfilerService()
  8733.     {
  8734.         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))));
  8735.     }
  8736.     /**
  8737.      * Gets the private 'twig.extension.routing' shared service.
  8738.      *
  8739.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  8740.      */
  8741.     protected function getTwig_Extension_RoutingService()
  8742.     {
  8743.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  8744.     }
  8745.     /**
  8746.      * Gets the private 'twig.extension.security' shared service.
  8747.      *
  8748.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  8749.      */
  8750.     protected function getTwig_Extension_SecurityService()
  8751.     {
  8752.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8753.         if (isset($this->privates['twig.extension.security'])) {
  8754.             return $this->privates['twig.extension.security'];
  8755.         }
  8756.         $b = ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService());
  8757.         if (isset($this->privates['twig.extension.security'])) {
  8758.             return $this->privates['twig.extension.security'];
  8759.         }
  8760.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension($a$b);
  8761.     }
  8762.     /**
  8763.      * Gets the private 'twig.extension.security_csrf' shared service.
  8764.      *
  8765.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  8766.      */
  8767.     protected function getTwig_Extension_SecurityCsrfService()
  8768.     {
  8769.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  8770.     }
  8771.     /**
  8772.      * Gets the private 'twig.extension.serializer' shared service.
  8773.      *
  8774.      * @return \Symfony\Bridge\Twig\Extension\SerializerExtension
  8775.      */
  8776.     protected function getTwig_Extension_SerializerService()
  8777.     {
  8778.         return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
  8779.     }
  8780.     /**
  8781.      * Gets the private 'twig.extension.string' shared service.
  8782.      *
  8783.      * @return \Twig\Extra\String\StringExtension
  8784.      */
  8785.     protected function getTwig_Extension_StringService()
  8786.     {
  8787.         return $this->privates['twig.extension.string'] = new \Twig\Extra\String\StringExtension();
  8788.     }
  8789.     /**
  8790.      * Gets the private 'twig.extension.trans' shared service.
  8791.      *
  8792.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  8793.      */
  8794.     protected function getTwig_Extension_TransService()
  8795.     {
  8796.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8797.     }
  8798.     /**
  8799.      * Gets the private 'twig.extension.webprofiler' shared service.
  8800.      *
  8801.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  8802.      */
  8803.     protected function getTwig_Extension_WebprofilerService()
  8804.     {
  8805.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  8806.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8807.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  8808.     }
  8809.     /**
  8810.      * Gets the private 'twig.extension.yaml' shared service.
  8811.      *
  8812.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  8813.      */
  8814.     protected function getTwig_Extension_YamlService()
  8815.     {
  8816.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  8817.     }
  8818.     /**
  8819.      * Gets the private 'twig.loader.chain' shared service.
  8820.      *
  8821.      * @return \Twig\Loader\ChainLoader
  8822.      */
  8823.     protected function getTwig_Loader_ChainService()
  8824.     {
  8825.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  8826.         $instance->addLoader(($this->services['Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader'] ?? $this->getDatabaseLoaderService()));
  8827.         $instance->addLoader(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()));
  8828.         return $instance;
  8829.     }
  8830.     /**
  8831.      * Gets the private 'twig.loader.native_filesystem' shared service.
  8832.      *
  8833.      * @return \Twig\Loader\FilesystemLoader
  8834.      */
  8835.     protected function getTwig_Loader_NativeFilesystemService()
  8836.     {
  8837.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  8838.         $instance->addPath((\dirname(__DIR__4).'/ui/twig'), 'ui');
  8839.         $instance->addPath((\dirname(__DIR__4).'/ui2022'), 'ui2022');
  8840.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'package$');
  8841.         $instance->addPath((\dirname(__DIR__4).'/themes/packages'), 'packages');
  8842.         $instance->addPath((\dirname(__DIR__4).'/src/App/Resources/views'), 'App');
  8843.         $instance->addPath((\dirname(__DIR__4).'/src/App/Resources/views'), '!App');
  8844.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/BulletinBundle/Resources/views'), 'CmsBulletin');
  8845.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/BulletinBundle/Resources/views'), '!CmsBulletin');
  8846.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/views'), 'CmsContainer');
  8847.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContainerBundle/Resources/views'), '!CmsContainer');
  8848.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContentBundle/Resources/views'), 'CmsContent');
  8849.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ContentBundle/Resources/views'), '!CmsContent');
  8850.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/views'), 'CmsCore');
  8851.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/views'), '!CmsCore');
  8852.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Resources/views'), 'CmsDevelopment');
  8853.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DevelopmentBundle/Resources/views'), '!CmsDevelopment');
  8854.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/views'), 'CmsDomain');
  8855.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/DomainBundle/Resources/views'), '!CmsDomain');
  8856.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/views'), 'CmsFile');
  8857.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FileBundle/Resources/views'), '!CmsFile');
  8858.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/views'), 'CmsFrontend');
  8859.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/FrontendBundle/Resources/views'), '!CmsFrontend');
  8860.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/views'), 'CmsImport');
  8861.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ImportBundle/Resources/views'), '!CmsImport');
  8862.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/views'), 'CmsLog');
  8863.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/LogBundle/Resources/views'), '!CmsLog');
  8864.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/views'), 'CmsModule');
  8865.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ModuleBundle/Resources/views'), '!CmsModule');
  8866.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Resources/views'), 'CmsModulesGallery');
  8867.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle/Resources/views'), '!CmsModulesGallery');
  8868.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Resources/views'), 'CmsModulesPeople');
  8869.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle/Resources/views'), '!CmsModulesPeople');
  8870.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/NavigationBundle/Resources/views'), 'CmsNavigation');
  8871.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/NavigationBundle/Resources/views'), '!CmsNavigation');
  8872.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/RedirectBundle/Resources/views'), 'CmsRedirect');
  8873.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/RedirectBundle/Resources/views'), '!CmsRedirect');
  8874.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Resources/views'), 'CmsSitebuilder');
  8875.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SitebuilderBundle/Resources/views'), '!CmsSitebuilder');
  8876.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SyncBundle/Resources/views'), 'CmsSync');
  8877.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/SyncBundle/Resources/views'), '!CmsSync');
  8878.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TagBundle/Resources/views'), 'CmsTag');
  8879.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TagBundle/Resources/views'), '!CmsTag');
  8880.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/views'), 'CmsTenant');
  8881.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/TenantBundle/Resources/views'), '!CmsTenant');
  8882.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/views'), 'CmsTheme');
  8883.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/ThemeBundle/Resources/views'), '!CmsTheme');
  8884.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WidgetBundle/Resources/views'), 'CmsWidget');
  8885.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WidgetBundle/Resources/views'), '!CmsWidget');
  8886.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/views'), 'CmsWorkflows');
  8887.         $instance->addPath((\dirname(__DIR__4).'/src/Cms/WorkflowsBundle/Resources/views'), '!CmsWorkflows');
  8888.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  8889.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  8890.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  8891.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  8892.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  8893.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  8894.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Resources/views'), 'PlatformControlPanel');
  8895.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/ControlPanelBundle/Resources/views'), '!PlatformControlPanel');
  8896.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/MarketingBundle/Resources/views'), 'PlatformMarketing');
  8897.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/MarketingBundle/Resources/views'), '!PlatformMarketing');
  8898.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/views'), 'PlatformSecurity');
  8899.         $instance->addPath((\dirname(__DIR__4).'/src/Platform/SecurityBundle/Resources/views'), '!PlatformSecurity');
  8900.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AdaBundle/Resources/views'), 'ProductsAda');
  8901.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AdaBundle/Resources/views'), '!ProductsAda');
  8902.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AppBundle/Resources/views'), 'ProductsApp');
  8903.         $instance->addPath((\dirname(__DIR__4).'/src/Products/AppBundle/Resources/views'), '!ProductsApp');
  8904.         $instance->addPath((\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/views'), 'ProductsNotifications');
  8905.         $instance->addPath((\dirname(__DIR__4).'/src/Products/NotificationsBundle/Resources/views'), '!ProductsNotifications');
  8906.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/views'), 'ProductsSchoolNow');
  8907.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SchoolNowBundle/Resources/views'), '!ProductsSchoolNow');
  8908.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SocialBundle/Resources/views'), 'ProductsSocial');
  8909.         $instance->addPath((\dirname(__DIR__4).'/src/Products/SocialBundle/Resources/views'), '!ProductsSocial');
  8910.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  8911.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  8912.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  8913.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  8914.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  8915.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  8916.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Atlas'), 'packageAtlas');
  8917.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageAtlas');
  8918.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/BlueGoose'), 'packageBlueGoose');
  8919.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBlueGoose');
  8920.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Blueash'), 'packageBlueash');
  8921.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBlueash');
  8922.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Bridgetown'), 'packageBridgetown');
  8923.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBridgetown');
  8924.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Brixton'), 'packageBrixton');
  8925.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageBrixton');
  8926.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Canyon'), 'packageCanyon');
  8927.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageCanyon');
  8928.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Chance'), 'packageChance');
  8929.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageChance');
  8930.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Charming'), 'packageCharming');
  8931.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageCharming');
  8932.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Eaglecreek'), 'packageEaglecreek');
  8933.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageEaglecreek');
  8934.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Fairview'), 'packageFairview');
  8935.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFairview');
  8936.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Fallhaven'), 'packageFallhaven');
  8937.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFallhaven');
  8938.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/FirstClass'), 'packageFirstClass');
  8939.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageFirstClass');
  8940.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Graceland'), 'packageGraceland');
  8941.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageGraceland');
  8942.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Grayslake'), 'packageGrayslake');
  8943.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageGrayslake');
  8944.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Kildeer'), 'packageKildeer');
  8945.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageKildeer');
  8946.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Kirby'), 'packageKirby');
  8947.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageKirby');
  8948.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Metropolis'), 'packageMetropolis');
  8949.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageMetropolis');
  8950.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Morgan'), 'packageMorgan');
  8951.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageMorgan');
  8952.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Northwood'), 'packageNorthwood');
  8953.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageNorthwood');
  8954.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/NotreDameSJ'), 'packageNotreDameSJ');
  8955.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageNotreDameSJ');
  8956.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/PalmMeadow'), 'packagePalmMeadow');
  8957.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packagePalmMeadow');
  8958.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/ParkRidge'), 'packageParkRidge');
  8959.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageParkRidge');
  8960.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Rosewood'), 'packageRosewood');
  8961.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageRosewood');
  8962.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Schiller'), 'packageSchiller');
  8963.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSchiller');
  8964.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Springfield'), 'packageSpringfield');
  8965.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSpringfield');
  8966.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Summit'), 'packageSummit');
  8967.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageSummit');
  8968.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/ThomasEdison'), 'packageThomasEdison');
  8969.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageThomasEdison');
  8970.         $instance->addPath((\dirname(__DIR__4).'/themes/packages/Windsor'), 'packageWindsor');
  8971.         $instance->addPath((\dirname(__DIR__4).'/themes/bases/Campussuite2015'), 'packageWindsor');
  8972.         return $instance;
  8973.     }
  8974.     /**
  8975.      * Gets the private 'twig.missing_extension_suggestor' shared service.
  8976.      *
  8977.      * @return \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor
  8978.      */
  8979.     protected function getTwig_MissingExtensionSuggestorService()
  8980.     {
  8981.         return $this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  8982.     }
  8983.     /**
  8984.      * Gets the private 'twig.profile' shared service.
  8985.      *
  8986.      * @return \Twig\Profiler\Profile
  8987.      */
  8988.     protected function getTwig_ProfileService()
  8989.     {
  8990.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  8991.     }
  8992.     /**
  8993.      * Gets the private 'twig.runtime_loader' shared service.
  8994.      *
  8995.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  8996.      */
  8997.     protected function getTwig_RuntimeLoaderService()
  8998.     {
  8999.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9000.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  9001.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  9002.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  9003.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  9004.         ], [
  9005.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  9006.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  9007.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  9008.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  9009.         ]));
  9010.     }
  9011.     /**
  9012.      * Gets the private 'uri_signer' shared service.
  9013.      *
  9014.      * @return \Symfony\Component\HttpKernel\UriSigner
  9015.      */
  9016.     protected function getUriSignerService()
  9017.     {
  9018.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('7I9h37k0mTc3343P47hc9zKSBBj3rpFt');
  9019.     }
  9020.     /**
  9021.      * Gets the private 'url_helper' shared service.
  9022.      *
  9023.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  9024.      */
  9025.     protected function getUrlHelperService()
  9026.     {
  9027.         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()));
  9028.     }
  9029.     /**
  9030.      * Gets the private 'validate_request_listener' shared service.
  9031.      *
  9032.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  9033.      */
  9034.     protected function getValidateRequestListenerService()
  9035.     {
  9036.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  9037.     }
  9038.     /**
  9039.      * Gets the private 'validator.builder' shared service.
  9040.      *
  9041.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9042.      */
  9043.     protected function getValidator_BuilderService()
  9044.     {
  9045.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9046.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  9047.         if ($this->has('translator')) {
  9048.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9049.         }
  9050.         $instance->setTranslationDomain('validators');
  9051.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9052.         $instance->enableAnnotationMapping(true);
  9053.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9054.         $instance->addMethodMapping('loadValidatorMetadata');
  9055.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService())]);
  9056.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  9057.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  9058.         return $instance;
  9059.     }
  9060.     /**
  9061.      * Gets the private 'validator.property_info_loader' shared service.
  9062.      *
  9063.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  9064.      */
  9065.     protected function getValidator_PropertyInfoLoaderService()
  9066.     {
  9067.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9068.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  9069.     }
  9070.     /**
  9071.      * Gets the private 'validator.validator_factory' shared service.
  9072.      *
  9073.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  9074.      */
  9075.     protected function getValidator_ValidatorFactoryService()
  9076.     {
  9077.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9078.             'Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator' => ['privates''Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator''getDateRangeValidatorService'true],
  9079.             'Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator' => ['privates''Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator''getUniqueDomainNameValidatorService'true],
  9080.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator' => ['privates''Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator''getModuleReservedSlugsValidatorService'true],
  9081.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator' => ['privates''Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator''getModuleSlugValidatorService'true],
  9082.             'Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator' => ['privates''Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator''getUniqueWithinTenantConstraintValidatorService'true],
  9083.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  9084.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  9085.             'Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator' => ['privates''Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator''getPasswordStrengthValidatorService'true],
  9086.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  9087.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  9088.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  9089.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  9090.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  9091.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  9092.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  9093.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  9094.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  9095.             'unique_within_tenant' => ['privates''Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator''getUniqueWithinTenantConstraintValidatorService'true],
  9096.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  9097.         ], [
  9098.             'Cms\\CoreBundle\\Validator\\Constraints\\DateRangeValidator' => '?',
  9099.             'Cms\\DomainBundle\\Validator\\Constraints\\UniqueDomainNameValidator' => '?',
  9100.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleReservedSlugsValidator' => '?',
  9101.             'Cms\\ModuleBundle\\Validator\\Constraints\\ModuleSlugValidator' => '?',
  9102.             'Cms\\TenantBundle\\Validator\\Constraints\\UniqueWithinTenantConstraintValidator' => '?',
  9103.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  9104.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  9105.             'Platform\\SecurityBundle\\Validator\\Constraints\\PasswordStrengthValidator' => '?',
  9106.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9107.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9108.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9109.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9110.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9111.             'doctrine.orm.validator.unique' => '?',
  9112.             'ewz_recaptcha.true' => '?',
  9113.             'ewz_recaptcha.v3.true' => '?',
  9114.             'security.validator.user_password' => '?',
  9115.             'unique_within_tenant' => '?',
  9116.             'validator.expression' => '?',
  9117.         ]));
  9118.     }
  9119.     /**
  9120.      * Gets the private 'web_profiler.csp.handler' shared service.
  9121.      *
  9122.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9123.      */
  9124.     protected function getWebProfiler_Csp_HandlerService()
  9125.     {
  9126.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9127.     }
  9128.     /**
  9129.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9130.      *
  9131.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9132.      */
  9133.     protected function getWebProfiler_DebugToolbarService()
  9134.     {
  9135.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9136.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9137.             return $this->privates['web_profiler.debug_toolbar'];
  9138.         }
  9139.         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);
  9140.     }
  9141.     /**
  9142.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  9143.      *
  9144.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  9145.      */
  9146.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  9147.     {
  9148.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9149.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  9150.         ], [
  9151.             '_default' => '?',
  9152.         ]), '_default');
  9153.     }
  9154.     /**
  9155.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  9156.      *
  9157.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  9158.      */
  9159.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  9160.     {
  9161.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9162.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  9163.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  9164.         ], [
  9165.             'webpack_encore.entrypoint_lookup_collection' => '?',
  9166.             'webpack_encore.tag_renderer' => '?',
  9167.         ]));
  9168.     }
  9169.     /**
  9170.      * Gets the public 'cache_clearer' alias.
  9171.      *
  9172.      * @return object The ".container.private.cache_clearer" service.
  9173.      */
  9174.     protected function getCacheClearerService()
  9175.     {
  9176.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9177.         return $this->get('.container.private.cache_clearer');
  9178.     }
  9179.     /**
  9180.      * Gets the public 'filesystem' alias.
  9181.      *
  9182.      * @return object The ".container.private.filesystem" service.
  9183.      */
  9184.     protected function getFilesystemService()
  9185.     {
  9186.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9187.         return $this->get('.container.private.filesystem');
  9188.     }
  9189.     /**
  9190.      * Gets the public 'serializer' alias.
  9191.      *
  9192.      * @return object The ".container.private.serializer" service.
  9193.      */
  9194.     protected function getSerializerService()
  9195.     {
  9196.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9197.         return $this->get('.container.private.serializer');
  9198.     }
  9199.     /**
  9200.      * Gets the public 'security.csrf.token_manager' alias.
  9201.      *
  9202.      * @return object The ".container.private.security.csrf.token_manager" service.
  9203.      */
  9204.     protected function getSecurity_Csrf_TokenManagerService()
  9205.     {
  9206.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9207.         return $this->get('.container.private.security.csrf.token_manager');
  9208.     }
  9209.     /**
  9210.      * Gets the public 'form.factory' alias.
  9211.      *
  9212.      * @return object The ".container.private.form.factory" service.
  9213.      */
  9214.     protected function getForm_FactoryService()
  9215.     {
  9216.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9217.         return $this->get('.container.private.form.factory');
  9218.     }
  9219.     /**
  9220.      * Gets the public 'form.type.file' alias.
  9221.      *
  9222.      * @return object The ".container.private.form.type.file" service.
  9223.      */
  9224.     protected function getForm_Type_FileService()
  9225.     {
  9226.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9227.         return $this->get('.container.private.form.type.file');
  9228.     }
  9229.     /**
  9230.      * Gets the public 'profiler' alias.
  9231.      *
  9232.      * @return object The ".container.private.profiler" service.
  9233.      */
  9234.     protected function getProfilerService()
  9235.     {
  9236.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9237.         return $this->get('.container.private.profiler');
  9238.     }
  9239.     /**
  9240.      * Gets the public 'security.authorization_checker' alias.
  9241.      *
  9242.      * @return object The ".container.private.security.authorization_checker" service.
  9243.      */
  9244.     protected function getSecurity_AuthorizationCheckerService()
  9245.     {
  9246.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9247.         return $this->get('.container.private.security.authorization_checker');
  9248.     }
  9249.     /**
  9250.      * Gets the public 'security.token_storage' alias.
  9251.      *
  9252.      * @return object The ".container.private.security.token_storage" service.
  9253.      */
  9254.     protected function getSecurity_TokenStorageService()
  9255.     {
  9256.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9257.         return $this->get('.container.private.security.token_storage');
  9258.     }
  9259.     /**
  9260.      * Gets the public 'twig' alias.
  9261.      *
  9262.      * @return object The ".container.private.twig" service.
  9263.      */
  9264.     protected function getTwigService()
  9265.     {
  9266.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9267.         return $this->get('.container.private.twig');
  9268.     }
  9269.     /**
  9270.      * Gets the public 'security.password_encoder' alias.
  9271.      *
  9272.      * @return object The ".container.private.security.password_encoder" service.
  9273.      */
  9274.     protected function getSecurity_PasswordEncoderService()
  9275.     {
  9276.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9277.         return $this->get('.container.private.security.password_encoder');
  9278.     }
  9279.     /**
  9280.      * Gets the public 'session' alias.
  9281.      *
  9282.      * @return object The ".container.private.session" service.
  9283.      */
  9284.     protected function getSessionService()
  9285.     {
  9286.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9287.         return $this->get('.container.private.session');
  9288.     }
  9289.     /**
  9290.      * Gets the public 'validator' alias.
  9291.      *
  9292.      * @return object The ".container.private.validator" service.
  9293.      */
  9294.     protected function getValidatorService()
  9295.     {
  9296.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9297.         return $this->get('.container.private.validator');
  9298.     }
  9299.     /**
  9300.      * @return array|bool|float|int|string|\UnitEnum|null
  9301.      */
  9302.     public function getParameter(string $name)
  9303.     {
  9304.         if (isset($this->buildParameters[$name])) {
  9305.             return $this->buildParameters[$name];
  9306.         }
  9307.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9308.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9309.         }
  9310.         if (isset($this->loadedDynamicParameters[$name])) {
  9311.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9312.         }
  9313.         return $this->parameters[$name];
  9314.     }
  9315.     public function hasParameter(string $name): bool
  9316.     {
  9317.         if (isset($this->buildParameters[$name])) {
  9318.             return true;
  9319.         }
  9320.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9321.     }
  9322.     public function setParameter(string $name$value): void
  9323.     {
  9324.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9325.     }
  9326.     public function getParameterBag(): ParameterBagInterface
  9327.     {
  9328.         if (null === $this->parameterBag) {
  9329.             $parameters $this->parameters;
  9330.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9331.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9332.             }
  9333.             foreach ($this->buildParameters as $name => $value) {
  9334.                 $parameters[$name] = $value;
  9335.             }
  9336.             $this->parameterBag = new FrozenParameterBag($parameters);
  9337.         }
  9338.         return $this->parameterBag;
  9339.     }
  9340.     private $loadedDynamicParameters = [
  9341.         'kernel.runtime_environment' => false,
  9342.         'kernel.build_dir' => false,
  9343.         'kernel.cache_dir' => false,
  9344.         'google_recaptcha_site_key' => false,
  9345.         'doctrine.orm.proxy_dir' => false,
  9346.         'debug.container.dump' => false,
  9347.         'serializer.mapping.cache.file' => false,
  9348.         'session.save_path' => false,
  9349.         'validator.mapping.cache.file' => false,
  9350.         'profiler.storage.dsn' => false,
  9351.     ];
  9352.     private $dynamicParameters = [];
  9353.     private function getDynamicParameter(string $name)
  9354.     {
  9355.         switch ($name) {
  9356.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9357.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9358.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9359.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  9360.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9361.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelTestDebugContainer.xml'); break;
  9362.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9363.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  9364.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9365.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9366.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9367.         }
  9368.         $this->loadedDynamicParameters[$name] = true;
  9369.         return $this->dynamicParameters[$name] = $value;
  9370.     }
  9371.     protected function getDefaultParameters(): array
  9372.     {
  9373.         return [
  9374.             'kernel.project_dir' => \dirname(__DIR__4),
  9375.             'kernel.environment' => 'test',
  9376.             'kernel.debug' => true,
  9377.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9378.             'kernel.bundles' => [
  9379.                 'AppBundle' => 'App\\AppBundle',
  9380.                 'CmsAssetsBundle' => 'Cms\\AssetsBundle\\CmsAssetsBundle',
  9381.                 'CmsBulletinBundle' => 'Cms\\BulletinBundle\\CmsBulletinBundle',
  9382.                 'CmsContainerBundle' => 'Cms\\ContainerBundle\\CmsContainerBundle',
  9383.                 'CmsContentBundle' => 'Cms\\ContentBundle\\CmsContentBundle',
  9384.                 'CmsCoreBundle' => 'Cms\\CoreBundle\\CmsCoreBundle',
  9385.                 'CmsDevelopmentBundle' => 'Cms\\DevelopmentBundle\\CmsDevelopmentBundle',
  9386.                 'CmsDomainBundle' => 'Cms\\DomainBundle\\CmsDomainBundle',
  9387.                 'CmsFileBundle' => 'Cms\\FileBundle\\CmsFileBundle',
  9388.                 'CmsFrontendBundle' => 'Cms\\FrontendBundle\\CmsFrontendBundle',
  9389.                 'CmsImportBundle' => 'Cms\\ImportBundle\\CmsImportBundle',
  9390.                 'CmsLogBundle' => 'Cms\\LogBundle\\CmsLogBundle',
  9391.                 'CmsModuleBundle' => 'Cms\\ModuleBundle\\CmsModuleBundle',
  9392.                 'CmsModulesAlertBundle' => 'Cms\\Modules\\AlertBundle\\CmsModulesAlertBundle',
  9393.                 'CmsModulesBlogBundle' => 'Cms\\Modules\\BlogBundle\\CmsModulesBlogBundle',
  9394.                 'CmsModulesCalendarBundle' => 'Cms\\Modules\\CalendarBundle\\CmsModulesCalendarBundle',
  9395.                 'CmsModulesGalleryBundle' => 'Cms\\Modules\\GalleryBundle\\CmsModulesGalleryBundle',
  9396.                 'CmsModulesNewsBundle' => 'Cms\\Modules\\NewsBundle\\CmsModulesNewsBundle',
  9397.                 'CmsModulesPageBundle' => 'Cms\\Modules\\PageBundle\\CmsModulesPageBundle',
  9398.                 'CmsModulesPeopleBundle' => 'Cms\\Modules\\PeopleBundle\\CmsModulesPeopleBundle',
  9399.                 'CmsModulesQuestionBundle' => 'Cms\\Modules\\QuestionBundle\\CmsModulesQuestionBundle',
  9400.                 'CmsModulesSnippetBundle' => 'Cms\\Modules\\SnippetBundle\\CmsModulesSnippetBundle',
  9401.                 'CmsNavigationBundle' => 'Cms\\NavigationBundle\\CmsNavigationBundle',
  9402.                 'CmsRedirectBundle' => 'Cms\\RedirectBundle\\CmsRedirectBundle',
  9403.                 'CmsSitebuilderBundle' => 'Cms\\SitebuilderBundle\\CmsSitebuilderBundle',
  9404.                 'CmsSyncBundle' => 'Cms\\SyncBundle\\CmsSyncBundle',
  9405.                 'CmsSystemBundle' => 'Cms\\SystemBundle\\CmsSystemBundle',
  9406.                 'CmsTagBundle' => 'Cms\\TagBundle\\CmsTagBundle',
  9407.                 'CmsTenantBundle' => 'Cms\\TenantBundle\\CmsTenantBundle',
  9408.                 'CmsThemeBundle' => 'Cms\\ThemeBundle\\CmsThemeBundle',
  9409.                 'CmsWidgetBundle' => 'Cms\\WidgetBundle\\CmsWidgetBundle',
  9410.                 'CmsWorkflowsBundle' => 'Cms\\WorkflowsBundle\\CmsWorkflowsBundle',
  9411.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9412.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9413.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9414.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  9415.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9416.                 'PlatformControlPanelBundle' => 'Platform\\ControlPanelBundle\\PlatformControlPanelBundle',
  9417.                 'PlatformMarketingBundle' => 'Platform\\MarketingBundle\\PlatformMarketingBundle',
  9418.                 'PlatformQueueBundle' => 'Platform\\QueueBundle\\PlatformQueueBundle',
  9419.                 'PlatformSecurityBundle' => 'Platform\\SecurityBundle\\PlatformSecurityBundle',
  9420.                 'ProductsAdaBundle' => 'Products\\AdaBundle\\ProductsAdaBundle',
  9421.                 'ProductsAppBundle' => 'Products\\AppBundle\\ProductsAppBundle',
  9422.                 'ProductsNotificationsBundle' => 'Products\\NotificationsBundle\\ProductsNotificationsBundle',
  9423.                 'ProductsSchoolNowBundle' => 'Products\\SchoolNowBundle\\ProductsSchoolNowBundle',
  9424.                 'ProductsSocialBundle' => 'Products\\SocialBundle\\ProductsSocialBundle',
  9425.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9426.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  9427.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9428.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9429.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9430.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9431.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9432.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9433.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9434.                 'RollbarBundle' => 'Rollbar\\Symfony\\RollbarBundle\\RollbarBundle',
  9435.             ],
  9436.             'kernel.bundles_metadata' => [
  9437.                 'AppBundle' => [
  9438.                     'path' => (\dirname(__DIR__4).'/src/App'),
  9439.                     'namespace' => 'App',
  9440.                 ],
  9441.                 'CmsAssetsBundle' => [
  9442.                     'path' => (\dirname(__DIR__4).'/src/Cms/AssetsBundle'),
  9443.                     'namespace' => 'Cms\\AssetsBundle',
  9444.                 ],
  9445.                 'CmsBulletinBundle' => [
  9446.                     'path' => (\dirname(__DIR__4).'/src/Cms/BulletinBundle'),
  9447.                     'namespace' => 'Cms\\BulletinBundle',
  9448.                 ],
  9449.                 'CmsContainerBundle' => [
  9450.                     'path' => (\dirname(__DIR__4).'/src/Cms/ContainerBundle'),
  9451.                     'namespace' => 'Cms\\ContainerBundle',
  9452.                 ],
  9453.                 'CmsContentBundle' => [
  9454.                     'path' => (\dirname(__DIR__4).'/src/Cms/ContentBundle'),
  9455.                     'namespace' => 'Cms\\ContentBundle',
  9456.                 ],
  9457.                 'CmsCoreBundle' => [
  9458.                     'path' => (\dirname(__DIR__4).'/src/Cms/CoreBundle'),
  9459.                     'namespace' => 'Cms\\CoreBundle',
  9460.                 ],
  9461.                 'CmsDevelopmentBundle' => [
  9462.                     'path' => (\dirname(__DIR__4).'/src/Cms/DevelopmentBundle'),
  9463.                     'namespace' => 'Cms\\DevelopmentBundle',
  9464.                 ],
  9465.                 'CmsDomainBundle' => [
  9466.                     'path' => (\dirname(__DIR__4).'/src/Cms/DomainBundle'),
  9467.                     'namespace' => 'Cms\\DomainBundle',
  9468.                 ],
  9469.                 'CmsFileBundle' => [
  9470.                     'path' => (\dirname(__DIR__4).'/src/Cms/FileBundle'),
  9471.                     'namespace' => 'Cms\\FileBundle',
  9472.                 ],
  9473.                 'CmsFrontendBundle' => [
  9474.                     'path' => (\dirname(__DIR__4).'/src/Cms/FrontendBundle'),
  9475.                     'namespace' => 'Cms\\FrontendBundle',
  9476.                 ],
  9477.                 'CmsImportBundle' => [
  9478.                     'path' => (\dirname(__DIR__4).'/src/Cms/ImportBundle'),
  9479.                     'namespace' => 'Cms\\ImportBundle',
  9480.                 ],
  9481.                 'CmsLogBundle' => [
  9482.                     'path' => (\dirname(__DIR__4).'/src/Cms/LogBundle'),
  9483.                     'namespace' => 'Cms\\LogBundle',
  9484.                 ],
  9485.                 'CmsModuleBundle' => [
  9486.                     'path' => (\dirname(__DIR__4).'/src/Cms/ModuleBundle'),
  9487.                     'namespace' => 'Cms\\ModuleBundle',
  9488.                 ],
  9489.                 'CmsModulesAlertBundle' => [
  9490.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/AlertBundle'),
  9491.                     'namespace' => 'Cms\\Modules\\AlertBundle',
  9492.                 ],
  9493.                 'CmsModulesBlogBundle' => [
  9494.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/BlogBundle'),
  9495.                     'namespace' => 'Cms\\Modules\\BlogBundle',
  9496.                 ],
  9497.                 'CmsModulesCalendarBundle' => [
  9498.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/CalendarBundle'),
  9499.                     'namespace' => 'Cms\\Modules\\CalendarBundle',
  9500.                 ],
  9501.                 'CmsModulesGalleryBundle' => [
  9502.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/GalleryBundle'),
  9503.                     'namespace' => 'Cms\\Modules\\GalleryBundle',
  9504.                 ],
  9505.                 'CmsModulesNewsBundle' => [
  9506.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/NewsBundle'),
  9507.                     'namespace' => 'Cms\\Modules\\NewsBundle',
  9508.                 ],
  9509.                 'CmsModulesPageBundle' => [
  9510.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/PageBundle'),
  9511.                     'namespace' => 'Cms\\Modules\\PageBundle',
  9512.                 ],
  9513.                 'CmsModulesPeopleBundle' => [
  9514.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/PeopleBundle'),
  9515.                     'namespace' => 'Cms\\Modules\\PeopleBundle',
  9516.                 ],
  9517.                 'CmsModulesQuestionBundle' => [
  9518.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/QuestionBundle'),
  9519.                     'namespace' => 'Cms\\Modules\\QuestionBundle',
  9520.                 ],
  9521.                 'CmsModulesSnippetBundle' => [
  9522.                     'path' => (\dirname(__DIR__4).'/src/Cms/Modules/SnippetBundle'),
  9523.                     'namespace' => 'Cms\\Modules\\SnippetBundle',
  9524.                 ],
  9525.                 'CmsNavigationBundle' => [
  9526.                     'path' => (\dirname(__DIR__4).'/src/Cms/NavigationBundle'),
  9527.                     'namespace' => 'Cms\\NavigationBundle',
  9528.                 ],
  9529.                 'CmsRedirectBundle' => [
  9530.                     'path' => (\dirname(__DIR__4).'/src/Cms/RedirectBundle'),
  9531.                     'namespace' => 'Cms\\RedirectBundle',
  9532.                 ],
  9533.                 'CmsSitebuilderBundle' => [
  9534.                     'path' => (\dirname(__DIR__4).'/src/Cms/SitebuilderBundle'),
  9535.                     'namespace' => 'Cms\\SitebuilderBundle',
  9536.                 ],
  9537.                 'CmsSyncBundle' => [
  9538.                     'path' => (\dirname(__DIR__4).'/src/Cms/SyncBundle'),
  9539.                     'namespace' => 'Cms\\SyncBundle',
  9540.                 ],
  9541.                 'CmsSystemBundle' => [
  9542.                     'path' => (\dirname(__DIR__4).'/src/Cms/SystemBundle'),
  9543.                     'namespace' => 'Cms\\SystemBundle',
  9544.                 ],
  9545.                 'CmsTagBundle' => [
  9546.                     'path' => (\dirname(__DIR__4).'/src/Cms/TagBundle'),
  9547.                     'namespace' => 'Cms\\TagBundle',
  9548.                 ],
  9549.                 'CmsTenantBundle' => [
  9550.                     'path' => (\dirname(__DIR__4).'/src/Cms/TenantBundle'),
  9551.                     'namespace' => 'Cms\\TenantBundle',
  9552.                 ],
  9553.                 'CmsThemeBundle' => [
  9554.                     'path' => (\dirname(__DIR__4).'/src/Cms/ThemeBundle'),
  9555.                     'namespace' => 'Cms\\ThemeBundle',
  9556.                 ],
  9557.                 'CmsWidgetBundle' => [
  9558.                     'path' => (\dirname(__DIR__4).'/src/Cms/WidgetBundle'),
  9559.                     'namespace' => 'Cms\\WidgetBundle',
  9560.                 ],
  9561.                 'CmsWorkflowsBundle' => [
  9562.                     'path' => (\dirname(__DIR__4).'/src/Cms/WorkflowsBundle'),
  9563.                     'namespace' => 'Cms\\WorkflowsBundle',
  9564.                 ],
  9565.                 'DoctrineBundle' => [
  9566.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9567.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9568.                 ],
  9569.                 'DoctrineFixturesBundle' => [
  9570.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9571.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9572.                 ],
  9573.                 'DoctrineMigrationsBundle' => [
  9574.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9575.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9576.                 ],
  9577.                 'EWZRecaptchaBundle' => [
  9578.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  9579.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  9580.                 ],
  9581.                 'NelmioCorsBundle' => [
  9582.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9583.                     'namespace' => 'Nelmio\\CorsBundle',
  9584.                 ],
  9585.                 'PlatformControlPanelBundle' => [
  9586.                     'path' => (\dirname(__DIR__4).'/src/Platform/ControlPanelBundle'),
  9587.                     'namespace' => 'Platform\\ControlPanelBundle',
  9588.                 ],
  9589.                 'PlatformMarketingBundle' => [
  9590.                     'path' => (\dirname(__DIR__4).'/src/Platform/MarketingBundle'),
  9591.                     'namespace' => 'Platform\\MarketingBundle',
  9592.                 ],
  9593.                 'PlatformQueueBundle' => [
  9594.                     'path' => (\dirname(__DIR__4).'/src/Platform/QueueBundle'),
  9595.                     'namespace' => 'Platform\\QueueBundle',
  9596.                 ],
  9597.                 'PlatformSecurityBundle' => [
  9598.                     'path' => (\dirname(__DIR__4).'/src/Platform/SecurityBundle'),
  9599.                     'namespace' => 'Platform\\SecurityBundle',
  9600.                 ],
  9601.                 'ProductsAdaBundle' => [
  9602.                     'path' => (\dirname(__DIR__4).'/src/Products/AdaBundle'),
  9603.                     'namespace' => 'Products\\AdaBundle',
  9604.                 ],
  9605.                 'ProductsAppBundle' => [
  9606.                     'path' => (\dirname(__DIR__4).'/src/Products/AppBundle'),
  9607.                     'namespace' => 'Products\\AppBundle',
  9608.                 ],
  9609.                 'ProductsNotificationsBundle' => [
  9610.                     'path' => (\dirname(__DIR__4).'/src/Products/NotificationsBundle'),
  9611.                     'namespace' => 'Products\\NotificationsBundle',
  9612.                 ],
  9613.                 'ProductsSchoolNowBundle' => [
  9614.                     'path' => (\dirname(__DIR__4).'/src/Products/SchoolNowBundle'),
  9615.                     'namespace' => 'Products\\SchoolNowBundle',
  9616.                 ],
  9617.                 'ProductsSocialBundle' => [
  9618.                     'path' => (\dirname(__DIR__4).'/src/Products/SocialBundle'),
  9619.                     'namespace' => 'Products\\SocialBundle',
  9620.                 ],
  9621.                 'SensioFrameworkExtraBundle' => [
  9622.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9623.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9624.                 ],
  9625.                 'StofDoctrineExtensionsBundle' => [
  9626.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  9627.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  9628.                 ],
  9629.                 'FrameworkBundle' => [
  9630.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9631.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9632.                 ],
  9633.                 'MonologBundle' => [
  9634.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9635.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9636.                 ],
  9637.                 'SecurityBundle' => [
  9638.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9639.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9640.                 ],
  9641.                 'TwigBundle' => [
  9642.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9643.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9644.                 ],
  9645.                 'WebpackEncoreBundle' => [
  9646.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9647.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9648.                 ],
  9649.                 'WebProfilerBundle' => [
  9650.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9651.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9652.                 ],
  9653.                 'TwigExtraBundle' => [
  9654.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9655.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9656.                 ],
  9657.                 'RollbarBundle' => [
  9658.                     'path' => (\dirname(__DIR__4).'/vendor/rollbar/rollbar-php-symfony-bundle'),
  9659.                     'namespace' => 'Rollbar\\Symfony\\RollbarBundle',
  9660.                 ],
  9661.             ],
  9662.             'kernel.charset' => 'UTF-8',
  9663.             'kernel.container_class' => 'App_KernelTestDebugContainer',
  9664.             'container.autowiring.strict_mode' => true,
  9665.             'container.dumper.inline_class_loader' => true,
  9666.             'cloud' => [
  9667.                 'account' => '4149e9167334',
  9668.                 'region' => 'us-east-0',
  9669.                 'zone' => 'us-east-0z',
  9670.                 'instance' => 'e35a226c2045c4ee3',
  9671.                 'instance_id' => 'i-e35a226c2045c4ee3',
  9672.                 'instance_type' => 'm0.size',
  9673.                 'image' => 'ami-9a52b422',
  9674.                 'arch' => 'arch',
  9675.                 'kernel' => 'aki-86115516',
  9676.                 'timestamp' => '2000-01-01T00:00:00Z',
  9677.             ],
  9678.             'secret' => '7I9h37k0mTc3343P47hc9zKSBBj3rpFt',
  9679.             'app.security.csadmin.password' => 'oKuktAVMJfbXt4@h',
  9680.             'database_host' => 'dev-cms-database.cluster-crkzfyax6fdz.us-east-1.rds.amazonaws.com',
  9681.             'database_name' => 'campussuite-test',
  9682.             'database_user' => 'campussuite-test',
  9683.             'database_password' => 'dgTBGHz9gyLQq5DRBHCyYxnAgrdvaJUh',
  9684.             'blitline.application.id' => '5f8NjQzYn0_Tb2CWI2wFRhQ',
  9685.             'blitline.application.secret' => '22ySGiF0qAalTOvT1XJu_Ng',
  9686.             'blitline.application.public_token' => '9onQBv9I4Djg17oYU_N_JNw',
  9687.             'amazon.s3' => [
  9688.                 'version' => '2006-03-01',
  9689.                 'region' => 'us-east-1',
  9690.                 'account_id' => '661711043306',
  9691.                 'user' => 'campusuite--test',
  9692.                 'credentials' => [
  9693.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9694.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9695.                 ],
  9696.             ],
  9697.             'amazon.s3_drop' => [
  9698.                 'version' => '2006-03-01',
  9699.                 'region' => 'us-east-1',
  9700.                 'user' => 'campusuite--test',
  9701.                 'credentials' => [
  9702.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9703.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9704.                 ],
  9705.             ],
  9706.             'amazon.s3_cdn' => [
  9707.                 'version' => '2006-03-01',
  9708.                 'region' => 'us-east-1',
  9709.                 'user' => 'campusuite--test',
  9710.                 'credentials' => [
  9711.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9712.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9713.                 ],
  9714.             ],
  9715.             'amazon.polly' => [
  9716.                 'scheme' => 'https',
  9717.                 'version' => 'latest',
  9718.                 'region' => 'us-east-1',
  9719.                 'credentials' => [
  9720.                     'key' => 'AKIAZUEINHLVC5XPCIFL',
  9721.                     'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  9722.                 ],
  9723.             ],
  9724.             'recaptcha.public_key' => '6LffNR8TAAAAAFfwHRlc6c0zGZEhKdyrngsMBAaU',
  9725.             'recaptcha.private_key' => '6LffNR8TAAAAAHPxH2L54eaW6DgIz3Z1myMwdtq6',
  9726.             'teamwork_pm.token' => 'twp_gCTxMesyQJbmvX9yZsu45rrDLgtp',
  9727.             'teamwork_pm.host' => 'teamworkpm.net',
  9728.             'teamwork_pm.project_id' => '3718',
  9729.             'facebook' => [
  9730.                 'key' => '205225326574197',
  9731.                 'secret' => '4d293f02b34a57bfedbf724a79f9018f',
  9732.             ],
  9733.             'twitter' => [
  9734.                 'key' => 'NNvs07MLtid9qCf8QzEG3NGzM',
  9735.                 'secret' => 'fFsM75af47v5zTqdaAwnfwVNao5VcdkoemKBgQESdfuME0NGzt',
  9736.             ],
  9737.             'logger.rollbar.envs' => [
  9738.                 => 'dev',
  9739.                 => 'test',
  9740.                 => 'prod',
  9741.             ],
  9742.             'logger.rollbar.key' => '5ec135ab95df41198dbba7c6cb0904e1',
  9743.             'google.api_key' => 'AIzaSyDKDXIFHzh-IEgWlBScoLzyM9AzkpZ8UCs',
  9744.             'wsc.customer_id' => '1:0dsJ4-xdR041-cj2EO-75RLt2-aOG4B-NvwQi2-YDZA64-QEJTa3-NYLSD2-Vne1e1-vXPa8-T4f',
  9745.             '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',
  9746.             'app.mq.default.user' => 'campussuite',
  9747.             'app.mq.default.password' => 'T9PewGDnmfZ7d7',
  9748.             'app.vendors.sendgrid.primary.api_key_id' => 'i5dWOGEwT52rROuzsvhMJg',
  9749.             'app.vendors.sendgrid.primary.api_key' => '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',
  9750.             'app.vendors.twilio.primary.api_key_sid' => 'SK7e04ffaa87577d9ecd44537788c70a61',
  9751.             'app.vendors.twilio.primary.api_key_secret' => 'DLjVKEFvbqExwuc7MrqnQbf1YIKMXEGF',
  9752.             'app.vendors.firebase.primary.private_key_id' => 'c62249df49b823ea1daed7c8350214b53c954311',
  9753.             '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-----',
  9754.             'app.vendors.rebrandly.api.key' => '128d0616c8ce42dbb0d1432e060ed62b',
  9755.             '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-----',
  9756.             'app.mobile_api.public.oauth.authorization_server.encryption_key' => 'Ks1n5nHFdkSyqtdX/iJdZEf/63/dTtAGiMID4ZXLzBg=',
  9757.             '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-----',
  9758.             'campussuite.cms.domain.ssl' => [
  9759.                 'letsencrypt_account_contact' => 'domains@innersync.com',
  9760.                 'letsencrypt_environment' => 'letsencrypt',
  9761.                 'letsencrypt_key_path' => '/app/app/Resources/data/acme-v01.api.letsencrypt.org.directory.pem',
  9762.                 'key_digest_alg' => 'SHA256',
  9763.                 'key_bits' => 4096,
  9764.                 'key_type' => 'RSA',
  9765.             ],
  9766.             'campussuite.cms.domain.ssl_deployment' => [
  9767.                 'app_env' => 'test',
  9768.                 'os_user' => 'campussuite',
  9769.                 'root_path' => '/srv/campussuite/ssl',
  9770.                 'nginx_path' => '/srv/campussuite/nginx/conf.d',
  9771.                 'files_path' => '/srv/campussuite/ssl/files',
  9772.                 'lock_name' => 'ssl_deployment.pid',
  9773.                 'state_path' => '/srv/campussuite/ssl/ssl_deployment',
  9774.                 'state_name' => 'ssl_deployment',
  9775.                 'key_name' => 'private.key',
  9776.                 'cert_name' => 'cert.crt',
  9777.                 'bundle_name' => 'bundle.crt',
  9778.                 'combo_name' => 'combo.crt',
  9779.             ],
  9780.             'version.hash' => '6436b496c01c0cf27694466f26d1d6f5737fb1bb',
  9781.             'version.branch' => 'branch',
  9782.             'version.tag' => 'v0.0.0',
  9783.             'version' => [
  9784.                 'hash' => '6436b496c01c0cf27694466f26d1d6f5737fb1bb',
  9785.                 'branch' => 'branch',
  9786.                 'tag' => 'v0.0.0',
  9787.             ],
  9788.             'default_locale' => 'en',
  9789.             'locale' => 'en',
  9790.             'app.vendors.slack.hooks' => [
  9791.                 'notifications' => 'https://hooks.slack.com/services/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',
  9792.             ],
  9793.             'app.vendors.rebrandly.api.workspace' => '0e9ab0d7f6694210ae6cf5d015e0d903',
  9794.             'app.security.csadmin.username' => 'csadmin@innersync.com',
  9795.             'database_driver' => 'pdo_mysql',
  9796.             'database_port' => 3306,
  9797.             'templating.globals.class' => 'Cms\\CoreBundle\\Service\\Twig\\GlobalVariables',
  9798.             'pdo.db_options' => [
  9799.                 'db_username' => 'campussuite-test',
  9800.                 'db_password' => 'dgTBGHz9gyLQq5DRBHCyYxnAgrdvaJUh',
  9801.                 'db_table' => 'php__session',
  9802.                 'db_id_col' => 'id',
  9803.                 'db_data_col' => 'data',
  9804.                 'db_time_col' => 'tstamp',
  9805.                 'db_lifetime_col' => 'lifetime',
  9806.             ],
  9807.             'kernel.temp_dir' => (\dirname(__DIR__3).'/temp'),
  9808.             'kernel.dumps_dir' => (\dirname(__DIR__3).'/dumps'),
  9809.             'kernel.web_dir' => (\dirname(__DIR__4).'/public'),
  9810.             'kernel.themes_path' => '/themes',
  9811.             'kernel.themes_dir' => (\dirname(__DIR__4).'/themes'),
  9812.             'kernel.starters_path' => '/themes/starters',
  9813.             'kernel.starters_dir' => (\dirname(__DIR__4).'/themes/starters'),
  9814.             'kernel.ui_dir' => (\dirname(__DIR__4).'/ui'),
  9815.             'kernel.assets_dir' => (\dirname(__DIR__4).'/public/assets'),
  9816.             'kernel.widgets_dir' => (\dirname(__DIR__4).'/themes/bases/Campussuite2015/widgets'),
  9817.             'kernel.mobile_dir' => (\dirname(__DIR__4).'/src/Cms/CoreBundle/Resources/public/mobile-app'),
  9818.             'kernel.base_dir' => \dirname(__DIR__4),
  9819.             'modules.base_namespace' => 'Cms\\Modules',
  9820.             'cms.assets.force_local' => false,
  9821.             'dashboard.hostname' => 'test.campussuite.com',
  9822.             'app.routing.cluster' => 'test',
  9823.             'communication_phone' => '+18556937460',
  9824.             'cms.container.staging.domain' => 'campussuite.site',
  9825.             'cms.core.policies.ferpa.timestamp' => '2022-01-27T00:00:00Z',
  9826.             'campussuite.cms.sitebuilder.models' => [
  9827.                 => 'Blank with ADA Pages',
  9828.                 => 'Community Development District',
  9829.                 => 'Community Development District Inframark',
  9830.                 => 'Community Development District Rizzetta',
  9831.                 => 'District',
  9832.                 => 'Early Childhood',
  9833.                 => 'Elementary',
  9834.                 => 'High',
  9835.                 => 'Higher Education',
  9836.                 => 'Middle',
  9837.                 10 => 'Teacher',
  9838.                 11 => 'Update Center',
  9839.             ],
  9840.             'campussuite.cms.module.reserved_slugs' => [
  9841.                 => 'alert',
  9842.                 => 'blog',
  9843.                 => 'calendar',
  9844.                 => 'feed',
  9845.                 => 'gallery',
  9846.                 => 'news',
  9847.                 => 'page',
  9848.                 => 'people',
  9849.                 => 'question',
  9850.                 => 'snippet',
  9851.             ],
  9852.             'campussuite.cms.module.clear.settings' => [
  9853.                 'days_before' => 10,
  9854.                 'save_last' => 10,
  9855.             ],
  9856.             'cms.file.supported_extensions' => [
  9857.                 'image' => [
  9858.                     'jpg' => [
  9859.                         'mime' => 'image/jpeg',
  9860.                         'type' => 'image',
  9861.                     ],
  9862.                     'jpeg' => [
  9863.                         'mime' => 'image/jpeg',
  9864.                         'type' => 'image',
  9865.                     ],
  9866.                     'png' => [
  9867.                         'mime' => 'image/png',
  9868.                         'type' => 'image',
  9869.                     ],
  9870.                     'bmp' => [
  9871.                         'mime' => 'image/bmp',
  9872.                         'type' => 'image',
  9873.                     ],
  9874.                     'gif' => [
  9875.                         'mime' => 'image/gif',
  9876.                         'type' => 'image',
  9877.                     ],
  9878.                     'tif' => [
  9879.                         'mime' => 'image/tiff',
  9880.                         'type' => 'image',
  9881.                     ],
  9882.                     'tiff' => [
  9883.                         'mime' => 'image/tiff',
  9884.                         'type' => 'image',
  9885.                     ],
  9886.                     'eps' => [
  9887.                         'mime' => 'application/postscript',
  9888.                         'type' => 'image',
  9889.                     ],
  9890.                     'svg' => [
  9891.                         'mime' => 'image/svg+xml',
  9892.                         'type' => 'image',
  9893.                     ],
  9894.                 ],
  9895.                 'document' => [
  9896.                     'htm' => [
  9897.                         'mime' => 'text/html',
  9898.                         'type' => 'document',
  9899.                     ],
  9900.                     'html' => [
  9901.                         'mime' => 'text/html',
  9902.                         'type' => 'document',
  9903.                     ],
  9904.                     'css' => [
  9905.                         'mime' => 'text/css',
  9906.                         'type' => 'document',
  9907.                     ],
  9908.                     'js' => [
  9909.                         'mime' => 'application/javascript',
  9910.                         'type' => 'document',
  9911.                     ],
  9912.                     'psd' => [
  9913.                         'mime' => 'image/vnd.adobe.photoshop',
  9914.                         'type' => 'document',
  9915.                     ],
  9916.                     'doc' => [
  9917.                         'mime' => 'application/msword',
  9918.                         'type' => 'document',
  9919.                     ],
  9920.                     'dot' => [
  9921.                         'mime' => 'application/msword',
  9922.                         'type' => 'document',
  9923.                     ],
  9924.                     'docx' => [
  9925.                         'mime' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
  9926.                         'type' => 'document',
  9927.                     ],
  9928.                     'dotx' => [
  9929.                         'mime' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.template',
  9930.                         'type' => 'document',
  9931.                     ],
  9932.                     'docm' => [
  9933.                         'mime' => 'application/vnd.ms-word.document.macroEnabled.12',
  9934.                         'type' => 'document',
  9935.                     ],
  9936.                     'dotm' => [
  9937.                         'mime' => 'application/vnd.ms-word.template.macroEnabled.12',
  9938.                         'type' => 'document',
  9939.                     ],
  9940.                     'xls' => [
  9941.                         'mime' => 'application/vnd.ms-excel',
  9942.                         'type' => 'document',
  9943.                     ],
  9944.                     'xlt' => [
  9945.                         'mime' => 'application/vnd.ms-excel',
  9946.                         'type' => 'document',
  9947.                     ],
  9948.                     'xlsx' => [
  9949.                         'mime' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
  9950.                         'type' => 'document',
  9951.                     ],
  9952.                     'xltx' => [
  9953.                         'mime' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.template',
  9954.                         'type' => 'document',
  9955.                     ],
  9956.                     'pps' => [
  9957.                         'mime' => 'application/vnd.ms-powerpoint',
  9958.                         'type' => 'document',
  9959.                     ],
  9960.                     'ppsx' => [
  9961.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow',
  9962.                         'type' => 'document',
  9963.                     ],
  9964.                     'ppt' => [
  9965.                         'mime' => 'application/vnd.ms-powerpoint',
  9966.                         'type' => 'document',
  9967.                     ],
  9968.                     'pot' => [
  9969.                         'mime' => 'application/vnd.ms-powerpoint',
  9970.                         'type' => 'document',
  9971.                     ],
  9972.                     'pptx' => [
  9973.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
  9974.                         'type' => 'document',
  9975.                     ],
  9976.                     'potx' => [
  9977.                         'mime' => 'application/vnd.openxmlformats-officedocument.presentationml.template',
  9978.                         'type' => 'document',
  9979.                     ],
  9980.                     'pdf' => [
  9981.                         'mime' => 'application/pdf',
  9982.                         'type' => 'document',
  9983.                     ],
  9984.                     'pub' => [
  9985.                         'mime' => 'application/x-mspublisher',
  9986.                         'type' => 'document',
  9987.                     ],
  9988.                     'txt' => [
  9989.                         'mime' => 'text/plain',
  9990.                         'type' => 'document',
  9991.                     ],
  9992.                     'csv' => [
  9993.                         'mime' => 'text/csv',
  9994.                         'type' => 'document',
  9995.                     ],
  9996.                     'zip' => [
  9997.                         'mime' => 'application/zip',
  9998.                         'type' => 'document',
  9999.                     ],
  10000.                     'eot' => [
  10001.                         'mime' => 'application/vnd.ms-fontobject',
  10002.                         'type' => 'document',
  10003.                     ],
  10004.                     'ttf' => [
  10005.                         'mime' => 'font/ttf',
  10006.                         'type' => 'document',
  10007.                     ],
  10008.                     'woff' => [
  10009.                         'mime' => 'font/woff',
  10010.                         'type' => 'document',
  10011.                     ],
  10012.                     'woff2' => [
  10013.                         'mime' => 'font/woff2',
  10014.                         'type' => 'document',
  10015.                     ],
  10016.                     'crt' => [
  10017.                         'mime' => 'application/octet-stream',
  10018.                         'type' => 'document',
  10019.                     ],
  10020.                     'rtf' => [
  10021.                         'mime' => 'application/rtf',
  10022.                         'type' => 'document',
  10023.                     ],
  10024.                     'ics' => [
  10025.                         'mime' => 'text/calendar',
  10026.                         'type' => 'document',
  10027.                     ],
  10028.                 ],
  10029.                 'audio' => [
  10030.                     'mp3' => [
  10031.                         'mime' => 'audio/mpeg',
  10032.                         'type' => 'audio',
  10033.                     ],
  10034.                     'wav' => [
  10035.                         'mime' => 'audio/wav',
  10036.                         'type' => 'audio',
  10037.                     ],
  10038.                 ],
  10039.                 'video' => [
  10040.                     'mov' => [
  10041.                         'mime' => 'video/quicktime',
  10042.                         'type' => 'video',
  10043.                     ],
  10044.                     'mp4' => [
  10045.                         'mime' => 'video/mp4',
  10046.                         'type' => 'video',
  10047.                     ],
  10048.                     'm4v' => [
  10049.                         'mime' => 'video/mp4',
  10050.                         'type' => 'video',
  10051.                     ],
  10052.                 ],
  10053.             ],
  10054.             'app.notifications.recording.phone' => '+18598006569',
  10055.             'app.vendors.sendgrid.primary.credentials' => [
  10056.                 'api_key_id' => 'i5dWOGEwT52rROuzsvhMJg',
  10057.                 'api_key' => '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',
  10058.             ],
  10059.             'app.vendors.twilio.organization_sid' => 'ORa1cb9bdab5184af5b609c5ad05469243',
  10060.             'app.vendors.twilio.primary.account_sid' => 'ACe5b489074c7e36fcb566675aec6c2104',
  10061.             'app.vendors.twilio.primary.credentials' => [
  10062.                 'account_sid' => 'ACe5b489074c7e36fcb566675aec6c2104',
  10063.                 'api_key_sid' => 'SK7e04ffaa87577d9ecd44537788c70a61',
  10064.                 'api_key_secret' => 'DLjVKEFvbqExwuc7MrqnQbf1YIKMXEGF',
  10065.             ],
  10066.             'app.vendors.firebase.primary.credentials' => [
  10067.                 'service_account_json' => [
  10068.                     'type' => 'service_account',
  10069.                     'project_id' => 'schoolnow-live',
  10070.                     'private_key_id' => 'c62249df49b823ea1daed7c8350214b53c954311',
  10071.                     '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-----',
  10072.                     'client_email' => 'firebase-adminsdk-z3owu@schoolnow-live.iam.gserviceaccount.com',
  10073.                     'client_id' => '106294753262086809948',
  10074.                     'auth_uri' => 'https://accounts.google.com/o/oauth2/auth',
  10075.                     'token_uri' => 'https://oauth2.googleapis.com/token',
  10076.                     'auth_provider_x509_cert_url' => 'https://www.googleapis.com/oauth2/v1/certs',
  10077.                     'client_x509_cert_url' => 'https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-z3owu%40schoolnow-live.iam.gserviceaccount.com',
  10078.                 ],
  10079.             ],
  10080.             'app.aws.s3.buckets.blob' => 'campussuite-storage',
  10081.             'app.aws.s3.buckets.logs' => 'campussuite-logs',
  10082.             'app.aws.s3.buckets.bulk' => 'campussuite-bulk',
  10083.             'app.aws.s3.buckets.assets' => 'campussuite-assets',
  10084.             'app.routing.apexes' => [
  10085.                 => 'campussuite.net',
  10086.                 => 'campussuite.partners',
  10087.                 => 'campussuite.host',
  10088.                 => 'campussuite.com',
  10089.                 => 'campussuite.io',
  10090.                 => 'campussuite.com',
  10091.                 => 'campussuite.app',
  10092.                 => 'campussuite.sites',
  10093.             ],
  10094.             'app.routing.hostnames' => [
  10095.                 => 'campussuite.net',
  10096.                 => 'campussuite.partners',
  10097.                 => '*.campussuite.partners',
  10098.                 => 'campussuite.host',
  10099.                 => '*.campussuite.host',
  10100.                 => 'campussuite.com',
  10101.                 => '*.campussuite.com',
  10102.                 => 'campussuite.io',
  10103.                 => '*.campussuite.io',
  10104.                 => 'campussuite.com',
  10105.                 10 => '*.campussuite.com',
  10106.                 11 => 'campussuite.app',
  10107.                 12 => '*.campussuite.app',
  10108.                 13 => 'campussuite.sites',
  10109.                 14 => '*.campussuite.sites',
  10110.             ],
  10111.             'app.routing.apexes_regex' => '/^campussuite\\.(?:net|partners|host|com|io|app)$/',
  10112.             'app.routing.hostnames_regex' => '/^(?:[^.]+\\.)?campussuite\\.(?:net|partners|host|com|io|app)$/',
  10113.             'app.routing.apexes.admin' => 'campussuite.net',
  10114.             'app.routing.hostnames.admin_core' => '{cluster}.{tld}',
  10115.             'app.routing.apexes.partner' => 'campussuite.partners',
  10116.             'app.routing.hostnames.partner_core' => '{cluster}.{tld}',
  10117.             'app.routing.hostnames.partner_shards' => '{shard}.{cluster}.{tld}',
  10118.             'app.routing.apexes.customer' => 'campussuite.host',
  10119.             'app.routing.hostnames.customer_core' => '{cluster}.{tld}',
  10120.             'app.routing.hostnames.customer_shards' => '{shard}.{cluster}.{tld}',
  10121.             'app.routing.apexes.system' => 'campussuite.com',
  10122.             'app.routing.hostnames.system_core' => '{cluster}.{tld}',
  10123.             'app.routing.hostnames.system_shards' => '{shard}.{cluster}.{tld}',
  10124.             'app.routing.apexes.api' => 'campussuite.io',
  10125.             'app.routing.hostnames.api_core' => '{cluster}.{tld}',
  10126.             'app.routing.hostnames.api_shards' => '{shard}.{cluster}.{tld}',
  10127.             'app.routing.apexes.portal' => 'campussuite.com',
  10128.             'app.routing.hostnames.portal_core' => '{cluster}.{tld}',
  10129.             'app.routing.hostnames.portal_shards' => '{shard}.{cluster}.{tld}',
  10130.             'app.routing.apexes.mobile' => 'campussuite.app',
  10131.             'app.routing.hostnames.mobile_core' => '{cluster}.{tld}',
  10132.             'app.routing.hostnames.mobile_shards' => '{shard}.{cluster}.{tld}',
  10133.             'app.routing.apexes.sites' => 'campussuite.sites',
  10134.             'app.routing.hostnames.sites_core' => '{cluster}.{tld}',
  10135.             'app.routing.hostnames.sites_shards' => '{shard}.{cluster}.{tld}',
  10136.             'app.routing.regexes.ulid' => '[0-7][0-9a-hA-HjJkKmMnNp-tP-Tv-zV-Z]{25}',
  10137.             '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}',
  10138.             'cms.assets.default_versions' => [
  10139.                 'RecordRTC' => '5.6.2',
  10140.                 'ace' => '1.4.12',
  10141.                 'anchorme' => '1.1.2',
  10142.                 'blueimp-md5' => '2.19.0',
  10143.                 'bootstrap-colorpicker' => '2.1.0',
  10144.                 'bootstrap-datetimepicker' => '4.17.45',
  10145.                 'bootstrap-slider' => '4.5.4',
  10146.                 'bootstrap-switch' => '3.3.2',
  10147.                 'bootstrap' => '3.4.1',
  10148.                 'breakpoints' => '9310e15aeae4adb4a37a812cfe9334ad2e5cd6e3',
  10149.                 'chart-js' => '3.8.0',
  10150.                 'chosen' => '1.4.2',
  10151.                 'ckeditor' => '4.13.1',
  10152.                 'classie' => '1.0.1',
  10153.                 'clipboardjs' => '2.0.4',
  10154.                 'cropit' => '0.4.5',
  10155.                 'cropper' => '1.0.0',
  10156.                 'croppic' => '1c3162febd667a8b81fdcb5e285b4abf38fa005c',
  10157.                 'd3' => '3.4.13',
  10158.                 'datetimepicker' => '2.5.20',
  10159.                 'dropzone' => '4.3.0',
  10160.                 'durandal' => '2.1.0',
  10161.                 'floating-ui' => '1.14.7',
  10162.                 'font-awesome' => '4.7.0',
  10163.                 'fontawesome-pro' => '5.15.4',
  10164.                 'gmaps' => '0.4.16',
  10165.                 'headjs' => '1.0.3',
  10166.                 'highlightjs' => '8.4',
  10167.                 'holder' => '2.4.1',
  10168.                 'html5shiv' => '3.7.3',
  10169.                 'imagesloaded' => '4.1.0',
  10170.                 'isotope' => '2.2.2',
  10171.                 'jquery-boilerplate' => '3.5.0',
  10172.                 'jquery-caret' => '1.5.2',
  10173.                 'jquery-cookie' => '1.4.1',
  10174.                 'jquery-doubletaptogo' => '3.0.2',
  10175.                 'jquery-file-upload' => '9.9.3',
  10176.                 'jquery-hotkeys' => 'f24f1da275aab7881ab501055c256add6f690de4',
  10177.                 'jquery-infinitescroll' => '3.0.2',
  10178.                 'jquery-lazyload' => '1.9.4',
  10179.                 'jquery-maskedinput' => '1.4.1',
  10180.                 'jquery-migrate' => '1.4.1',
  10181.                 'jquery-nearest' => '1.3.0',
  10182.                 'jquery-qrcode' => '0.11.0',
  10183.                 'jquery-responsive-tabs' => '1.5.2',
  10184.                 'jquery-scrollbar' => '0.2.7',
  10185.                 'jquery-scrollstop' => '1.2.0',
  10186.                 'jquery-slimscroll' => '1.3.3',
  10187.                 'jquery-tageditor' => '1.0.13',
  10188.                 'jquery-ui' => '1.12.1',
  10189.                 'jquery-validate' => '1.19.2',
  10190.                 'jquery.ns-autogrow' => '1.1.6',
  10191.                 'jquery1' => '1.12.4',
  10192.                 'jquery2' => '2.2.4',
  10193.                 'jquery3' => '3.4.1',
  10194.                 'jquery' => '1.12.4',
  10195.                 'js-yaml' => '3.4.6',
  10196.                 'knockout' => '3.4.0',
  10197.                 'magnific-popup' => '1.1.0',
  10198.                 'masonry' => '4.2.0',
  10199.                 'match-height' => '0.7.0',
  10200.                 'mixitup' => '2.1.7',
  10201.                 'moment' => '2.24.0',
  10202.                 'nvd3' => '1.1.15-beta',
  10203.                 'owl-carousel' => 'a797299539fa33d87ad79bfd93e33d8aaeac10ea',
  10204.                 'p5' => '0.5.5',
  10205.                 'palette-js' => '8418158452401c15d276d9632b88933aa581718f',
  10206.                 'parallaxjs' => '1.4.2',
  10207.                 'require-text' => '2.0.12',
  10208.                 'require' => '2.1.15',
  10209.                 'respond' => '1.4.2',
  10210.                 'responsive-tabs' => '1.4.3',
  10211.                 'select2' => '4.1.0-rc.0',
  10212.                 'sidr' => '1.2.1',
  10213.                 'sugar' => '1.4.1',
  10214.                 'toastr' => '1.2.2',
  10215.                 'underscore' => '1.7.0',
  10216.                 'uri-js' => '1.18.3',
  10217.                 'wavesurfer' => '6.2.0',
  10218.             ],
  10219.             'cms.assets.cdn_config' => [
  10220.                 'proxy' => 'cdn.campussuite.com',
  10221.                 'endpoint' => 'campussuite-cdn.s3.amazonaws.com',
  10222.                 'aws' => [
  10223.                     'version' => '2006-03-01',
  10224.                     'region' => 'us-east-1',
  10225.                     'user' => 'campusuite--test',
  10226.                     'credentials' => [
  10227.                         'key' => 'AKIAZUEINHLVC5XPCIFL',
  10228.                         'secret' => 'rAwmSncIGZBBnUgt6IWv4q1MgB3l8u2MU9BB8PXW',
  10229.                     ],
  10230.                 ],
  10231.                 'bucket' => 'campussuite-cdn',
  10232.                 'expiration' => '+1 year',
  10233.                 'dir' => (\dirname(__DIR__4).'/public/assets'),
  10234.             ],
  10235.             'campussuite.cms.domain.ssl.acme_account_contact' => 'domains@innersync.com',
  10236.             'campussuite.cms.domain.ssl.acme_key_path' => (\dirname(__DIR__4).'%/src/App/Resources/acme/domains@innersync.com.pem'),
  10237.             'campussuite.cms.domain.ssl.acme_account_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.json'),
  10238.             'campussuite.cms.domain.ssl.acme_private_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pem'),
  10239.             'campussuite.cms.domain.ssl.acme_public_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pub.pem'),
  10240.             'campussuite.cms.domain.ssl.acme_endpoint' => 'https://acme-v02.api.letsencrypt.org/directory',
  10241.             'campussuite.cms.domain.ssl_acme' => [
  10242.                 'account_contact' => 'domains@innersync.com',
  10243.                 'account_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.json'),
  10244.                 'private_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pem'),
  10245.                 'public_key_path' => (\dirname(__DIR__4).'/src/App/Resources/acme/%s.pub.pem'),
  10246.                 'endpoint' => 'https://acme-v02.api.letsencrypt.org/directory',
  10247.             ],
  10248.             'campussuite.cms.domain.ssl_deployment.os_user' => 'campussuite',
  10249.             'campussuite.cms.domain.ssl_deployment.root_path' => '/home/campussuite/.campussuite/ssl',
  10250.             'campussuite.cms.domain.ssl_deployment.lock_name' => 'ssl_deployment.pid',
  10251.             'campussuite.cms.domain.ssl_deployment.state_name' => 'ssl_deployment',
  10252.             'campussuite.cms.domain.ssl_deployment.key_name' => 'private.key',
  10253.             'campussuite.cms.domain.ssl_deployment.cert_name' => 'cert.crt',
  10254.             'campussuite.cms.domain.ssl_deployment.bundle_name' => 'bundle.crt',
  10255.             'campussuite.cms.domain.ssl_deployment.combo_name' => 'combo.crt',
  10256.             'campussuite.cms.domain.dns.default_a_record' => '107.20.149.85',
  10257.             'campussuite.cms.domain.dns.default_cname_record' => 'app.campussuite.com',
  10258.             'campussuite.cms.domain.dns' => [
  10259.                 'default_a_record' => '107.20.149.85',
  10260.                 'default_cname_record' => 'app.campussuite.com',
  10261.             ],
  10262.             'thumbnails' => [
  10263.                 'image_avatar' => [
  10264.                     'size' => [
  10265.                         'w' => 128,
  10266.                         'h' => 128,
  10267.                     ],
  10268.                     'framing' => 'crop',
  10269.                     'backColor' => 'white',
  10270.                     'quality' => 100,
  10271.                 ],
  10272.             ],
  10273.             'campussuite.cms.theme.overrides' => [
  10274.                 => '/modules/Alert/List/build/tpl.html.twig',
  10275.                 => '/modules/Alert/View/build/tpl.html.twig',
  10276.                 => '/modules/Blog/List/build/tpl.html.twig',
  10277.                 => '/modules/Blog/View/build/tpl.html.twig',
  10278.                 => '/modules/Calendar/List/build/tpl.html.twig',
  10279.                 => '/modules/Calendar/View/build/tpl.html.twig',
  10280.                 => '/modules/Events/List/build/tpl.html.twig',
  10281.                 => '/modules/Events/View/build/sn.html.twig',
  10282.                 => '/modules/Events/View/build/tpl.html.twig',
  10283.                 => '/modules/Feed/List/build/tpl.html.twig',
  10284.                 10 => '/modules/Feed/View/build/tpl.html.twig',
  10285.                 11 => '/modules/Gallery/List/build/sn.html.twig',
  10286.                 12 => '/modules/Gallery/List/build/tpl.html.twig',
  10287.                 13 => '/modules/Gallery/View/build/sn.html.twig',
  10288.                 14 => '/modules/Gallery/View/build/tpl.html.twig',
  10289.                 15 => '/modules/News/List/build/sn.html.twig',
  10290.                 16 => '/modules/News/List/build/tpl.html.twig',
  10291.                 17 => '/modules/News/View/build/sn.html.twig',
  10292.                 18 => '/modules/News/View/build/tpl.html.twig',
  10293.                 19 => '/modules/Notifications/View/build/tpl.html.twig',
  10294.                 20 => '/modules/People/List/build/tpl.html.twig',
  10295.                 21 => '/modules/People/View/build/tpl.html.twig',
  10296.                 22 => '/modules/Question/List/build/tpl.html.twig',
  10297.                 23 => '/modules/Question/View/build/tpl.html.twig',
  10298.                 24 => '/system/http/403/build/tpl.html.twig',
  10299.                 25 => '/system/http/404/build/tpl.html.twig',
  10300.                 26 => '/system/http/500/build/tpl.html.twig',
  10301.                 27 => '/widgets/Accordion/build/tpl.html.twig',
  10302.                 28 => '/widgets/Address/build/tpl.html.twig',
  10303.                 29 => '/widgets/AlertBanner/build/tpl.html.twig',
  10304.                 30 => '/widgets/Block/build/tpl.html.twig',
  10305.                 31 => '/widgets/Blockquote/build/tpl.html.twig',
  10306.                 32 => '/widgets/Breadcrumbs/build/tpl.html.twig',
  10307.                 33 => '/widgets/Button/build/tpl.html.twig',
  10308.                 34 => '/widgets/Column/build/tpl.html.twig',
  10309.                 35 => '/widgets/DepartmentName/build/tpl.html.twig',
  10310.                 36 => '/widgets/Divider/build/tpl.html.twig',
  10311.                 37 => '/widgets/FacebookLike/build/tpl.html.twig',
  10312.                 38 => '/widgets/FileList/build/tpl.html.twig',
  10313.                 39 => '/widgets/GalleryFolder/build/tpl.html.twig',
  10314.                 40 => '/widgets/GoogleDriveEmbed/build/tpl.html.twig',
  10315.                 41 => '/widgets/GoogleMap/build/tpl.html.twig',
  10316.                 42 => '/widgets/GoogleTranslate/build/tpl.html.twig',
  10317.                 43 => '/widgets/Heading/build/tpl.html.twig',
  10318.                 44 => '/widgets/Html/build/tpl.html.twig',
  10319.                 45 => '/widgets/HtmlSource/build/tpl.html.twig',
  10320.                 46 => '/widgets/Icon/build/tpl.html.twig',
  10321.                 47 => '/widgets/IconGroup/build/tpl.html.twig',
  10322.                 48 => '/widgets/Image/build/tpl.html.twig',
  10323.                 49 => '/widgets/Jumbotron/build/tpl.html.twig',
  10324.                 50 => '/widgets/MegaMenu/build/tpl.html.twig',
  10325.                 51 => '/widgets/ModuleAlertFeature/build/tpl.html.twig',
  10326.                 52 => '/widgets/ModuleAlertList/build/tpl.html.twig',
  10327.                 53 => '/widgets/ModuleAlertListBanner/build/tpl.html.twig',
  10328.                 54 => '/widgets/ModuleAlertListGrid/build/tpl.html.twig',
  10329.                 55 => '/widgets/ModuleBlogFeature/build/tpl.html.twig',
  10330.                 56 => '/widgets/ModuleBlogList/build/tpl.html.twig',
  10331.                 57 => '/widgets/ModuleBlogListGrid/build/tpl.html.twig',
  10332.                 58 => '/widgets/ModuleBlogOwlCarousel/build/tpl.html.twig',
  10333.                 59 => '/widgets/ModuleCalendarList/build/tpl.html.twig',
  10334.                 60 => '/widgets/ModuleCalendarListGrid/build/tpl.html.twig',
  10335.                 61 => '/widgets/ModuleCalendarOwlCarousel/build/tpl.html.twig',
  10336.                 62 => '/widgets/ModuleGalleryFeature/build/sn.html.twig',
  10337.                 63 => '/widgets/ModuleGalleryFeature/build/tpl.html.twig',
  10338.                 64 => '/widgets/ModuleGalleryList/build/sn.html.twig',
  10339.                 65 => '/widgets/ModuleGalleryList/build/tpl.html.twig',
  10340.                 66 => '/widgets/ModuleNewsFeature/build/tpl.html.twig',
  10341.                 67 => '/widgets/ModuleNewsList/build/sn.html.twig',
  10342.                 68 => '/widgets/ModuleNewsList/build/tpl.html.twig',
  10343.                 69 => '/widgets/ModuleNewsListGrid/build/sn.html.twig',
  10344.                 70 => '/widgets/ModuleNewsListGrid/build/tpl.html.twig',
  10345.                 71 => '/widgets/ModuleNewsOwlCarousel/build/sn.html.twig',
  10346.                 72 => '/widgets/ModuleNewsOwlCarousel/build/tpl.html.twig',
  10347.                 73 => '/widgets/ModulePeopleDirectory/build/tpl.html.twig',
  10348.                 74 => '/widgets/ModulePeopleGridLarge/build/tpl.html.twig',
  10349.                 75 => '/widgets/ModulePeopleGridSmall/build/tpl.html.twig',
  10350.                 76 => '/widgets/ModulePeopleList/build/tpl.html.twig',
  10351.                 77 => '/widgets/ModulePeopleListGridLarge/build/tpl.html.twig',
  10352.                 78 => '/widgets/ModulePeopleListGridSmall/build/tpl.html.twig',
  10353.                 79 => '/widgets/ModulePeopleOwlCarousel/build/tpl.html.twig',
  10354.                 80 => '/widgets/ModuleQuestionListAccordion/build/tpl.html.twig',
  10355.                 81 => '/widgets/Navigation/build/tpl.html.twig',
  10356.                 82 => '/widgets/OwlCarousel/build/tpl.html.twig',
  10357.                 83 => '/widgets/OwlSlider/build/tpl.html.twig',
  10358.                 84 => '/widgets/Parallax/build/tpl.html.twig',
  10359.                 85 => '/widgets/ProfileCard/build/tpl.html.twig',
  10360.                 86 => '/widgets/Row/build/tpl.html.twig',
  10361.                 87 => '/widgets/ScriptSource/build/tpl.html.twig',
  10362.                 88 => '/widgets/Search/build/tpl.html.twig',
  10363.                 89 => '/widgets/SharedContent/build/tpl.html.twig',
  10364.                 90 => '/widgets/SocialLinks/build/tpl.html.twig',
  10365.                 91 => '/widgets/Tabs/build/tpl.html.twig',
  10366.                 92 => '/widgets/TwitterTweet/build/tpl.html.twig',
  10367.                 93 => '/widgets/Video/build/tpl.html.twig',
  10368.                 94 => '/widgets/Zone/build/tpl.html.twig',
  10369.             ],
  10370.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10371.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10372.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10373.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10374.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10375.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10376.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10377.             'doctrine.entity_managers' => [
  10378.                 'default' => 'doctrine.orm.default_entity_manager',
  10379.             ],
  10380.             'doctrine.default_entity_manager' => 'default',
  10381.             'doctrine.dbal.connection_factory.types' => [
  10382.                 'bigint' => [
  10383.                     'class' => 'App\\Doctrine\\DBAL\\Types\\NativeBigIntType',
  10384.                 ],
  10385.                 'bitwise_authentication_types' => [
  10386.                     'class' => 'Cms\\TenantBundle\\Doctrine\\Types\\AuthenticationTypesBitwiseType',
  10387.                 ],
  10388.                 'bitwise_file_flags' => [
  10389.                     'class' => 'Cms\\FileBundle\\Doctrine\\Types\\FileFlagsBitwiseType',
  10390.                 ],
  10391.                 'bitwise_one_roster_state' => [
  10392.                     'class' => 'Cms\\CoreBundle\\Doctrine\\Types\\OneRosterStateBitwiseType',
  10393.                 ],
  10394.                 'bitwise_products' => [
  10395.                     'class' => 'Cms\\TenantBundle\\Doctrine\\Types\\ProductsBitwiseType',
  10396.                 ],
  10397.                 'condition_config' => [
  10398.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ConditionConfigType',
  10399.                 ],
  10400.                 'condition_query' => [
  10401.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ConditionQueryType',
  10402.                 ],
  10403.                 'datetime' => [
  10404.                     'class' => 'Cms\\CoreBundle\\Util\\Doctrine\\UtcDateTimeType',
  10405.                 ],
  10406.                 'datetime_immutable' => [
  10407.                     'class' => 'Cms\\CoreBundle\\Util\\Doctrine\\UtcDateTimeImmutableType',
  10408.                 ],
  10409.                 'media' => [
  10410.                     'class' => 'App\\Doctrine\\DBAL\\Types\\MediaType',
  10411.                 ],
  10412.                 'media_array' => [
  10413.                     'class' => 'App\\Doctrine\\DBAL\\Types\\MediaArrayType',
  10414.                 ],
  10415.                 'shortcut_array' => [
  10416.                     'class' => 'App\\Doctrine\\DBAL\\Types\\ShortcutArrayType',
  10417.                 ],
  10418.                 'ulid' => [
  10419.                     'class' => 'App\\Doctrine\\DBAL\\Types\\UlidType',
  10420.                 ],
  10421.                 'uuid' => [
  10422.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  10423.                 ],
  10424.             ],
  10425.             'doctrine.connections' => [
  10426.                 'default' => 'doctrine.dbal.default_connection',
  10427.             ],
  10428.             'doctrine.default_connection' => 'default',
  10429.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10430.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10431.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10432.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10433.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10434.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10435.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10436.             'doctrine.orm.cache.memcache_port' => 11211,
  10437.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10438.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10439.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10440.             'doctrine.orm.cache.memcached_port' => 11211,
  10441.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10442.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10443.             'doctrine.orm.cache.redis_host' => 'localhost',
  10444.             'doctrine.orm.cache.redis_port' => 6379,
  10445.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10446.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10447.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10448.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10449.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10450.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10451.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10452.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10453.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10454.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10455.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10456.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10457.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10458.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10459.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10460.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10461.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10462.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10463.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10464.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10465.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10466.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10467.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  10468.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10469.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10470.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10471.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10472.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10473.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10474.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10475.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10476.             'doctrine.orm.auto_generate_proxy_classes' => false,
  10477.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10478.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10479.             'doctrine.migrations.preferred_em' => NULL,
  10480.             'doctrine.migrations.preferred_connection' => NULL,
  10481.             'ewz_recaptcha.public_key' => '6LeCw2ggAAAAAFEAXpJGfA_xuO1tXHmI5iCdYrUX',
  10482.             'ewz_recaptcha.private_key' => '6LeCw2ggAAAAACr-Fj_azYItG7Q55kJBkl-qKfPO',
  10483.             'ewz_recaptcha.locale_key' => 'en',
  10484.             'ewz_recaptcha.enabled' => true,
  10485.             'ewz_recaptcha.version' => 3,
  10486.             'ewz_recaptcha.hide_badge' => false,
  10487.             'ewz_recaptcha.score_threshold' => 0.65,
  10488.             'ewz_recaptcha.verify_host' => false,
  10489.             'ewz_recaptcha.ajax' => false,
  10490.             'ewz_recaptcha.api_host' => 'www.google.com',
  10491.             'ewz_recaptcha.locale_from_request' => false,
  10492.             'ewz_recaptcha.timeout' => NULL,
  10493.             'ewz_recaptcha.trusted_roles' => [
  10494.             ],
  10495.             'ewz_recaptcha.http_proxy' => [
  10496.                 'host' => NULL,
  10497.                 'port' => NULL,
  10498.                 'auth' => NULL,
  10499.             ],
  10500.             'ewz_recaptcha.service_definition' => [
  10501.             ],
  10502.             'twig.form.resources' => [
  10503.                 => 'form_div_layout.html.twig',
  10504.                 => '@CmsCore/Form/fields.html.twig',
  10505.                 => '@CmsContent/Form/fields.html.twig',
  10506.                 => '@CmsNavigation/Form/fields.html.twig',
  10507.                 => '@CmsSitebuilder/Form/fields.html.twig',
  10508.                 => '@CmsFile/Form/fields.html.twig',
  10509.                 => '@CmsModulesGallery/Form/fields.html.twig',
  10510.                 => '@ProductsSocial/fields.html.twig',
  10511.                 => '@EWZRecaptcha/Form/v3/ewz_recaptcha_widget.html.twig',
  10512.                 => '@App/form/types/phone_number.html.twig',
  10513.             ],
  10514.             'nelmio_cors.map' => [
  10515.                 '^/api/' => [
  10516.                     'allow_origin' => true,
  10517.                     'allow_headers' => [
  10518.                         => 'x-custom-auth',
  10519.                         => 'content-type',
  10520.                         => 'authorization',
  10521.                         => 'x-requested-with',
  10522.                     ],
  10523.                     'allow_methods' => [
  10524.                         => 'POST',
  10525.                         => 'PUT',
  10526.                         => 'GET',
  10527.                         => 'DELETE',
  10528.                     ],
  10529.                     'max_age' => 3600,
  10530.                 ],
  10531.                 '^/admin-api/' => [
  10532.                     'allow_origin' => true,
  10533.                     'allow_headers' => [
  10534.                         => 'x-custom-auth',
  10535.                         => 'content-type',
  10536.                         => 'authorization',
  10537.                         => 'x-requested-with',
  10538.                     ],
  10539.                     'allow_methods' => [
  10540.                         => 'POST',
  10541.                         => 'PUT',
  10542.                         => 'GET',
  10543.                         => 'DELETE',
  10544.                     ],
  10545.                     'max_age' => 3600,
  10546.                 ],
  10547.             ],
  10548.             'nelmio_cors.defaults' => [
  10549.                 'allow_origin' => [
  10550.                 ],
  10551.                 'allow_credentials' => false,
  10552.                 'allow_headers' => [
  10553.                 ],
  10554.                 'allow_private_network' => false,
  10555.                 'expose_headers' => [
  10556.                 ],
  10557.                 'allow_methods' => [
  10558.                 ],
  10559.                 'max_age' => 0,
  10560.                 'hosts' => [
  10561.                 ],
  10562.                 'origin_regex' => false,
  10563.                 'forced_allow_origin_value' => NULL,
  10564.                 'skip_same_as_origin' => true,
  10565.             ],
  10566.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10567.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10568.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10569.             'app.platform.security.oauth.providers' => [
  10570.                 'classlink' => [
  10571.                     'client' => [
  10572.                         'dev' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10573.                         'test' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10574.                         'prod' => 'c1606760397289a2b358134554f34259f54470b15a65',
  10575.                     ],
  10576.                     'secret' => [
  10577.                         'dev' => '46de7912ec923aa35a6aa8e89557f078',
  10578.                         'test' => '46de7912ec923aa35a6aa8e89557f078',
  10579.                         'prod' => 'dfe474a2b0259922e20c9cd72cb420b4',
  10580.                     ],
  10581.                 ],
  10582.                 'gg4l' => [
  10583.                     'client' => [
  10584.                         'dev' => 'PTRQSVRZDE',
  10585.                         'test' => 'PTRQSVRZDE',
  10586.                         'prod' => 'PTRQSVRZDE',
  10587.                     ],
  10588.                     'secret' => [
  10589.                         'dev' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10590.                         'test' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10591.                         'prod' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10592.                     ],
  10593.                 ],
  10594.                 'clever' => [
  10595.                     'client' => [
  10596.                         'dev' => '0a42746563afb64004af',
  10597.                         'test' => '1cc3a76e6bf6d1e39103',
  10598.                         'prod' => '4a216d0cc88ec88dc1f7',
  10599.                     ],
  10600.                     'secret' => [
  10601.                         'dev' => '5331759c7e66c4f3152878e4cfd7196ef04745e3',
  10602.                         'test' => '052f655192a6e0aec6bcaff752aac4b089e91506',
  10603.                         'prod' => '9087bf3374e27748a6aff11d358c31e569958e11',
  10604.                     ],
  10605.                 ],
  10606.                 'google' => [
  10607.                     'client' => [
  10608.                         'dev' => '533982147525-j8uvb7l2bdr4oii08o9f9p6gatfaqc8n.apps.googleusercontent.com',
  10609.                         'test' => '332730624903-o4kdi0l9scm0334ukbv6e14nr66ltcpl.apps.googleusercontent.com',
  10610.                         'prod' => '273948280713-8d5qvcd5daq6nmi331e0r5ss8gh0eq38.apps.googleusercontent.com',
  10611.                     ],
  10612.                     'secret' => [
  10613.                         'dev' => 'ogJx0gdmtuj_xrajsSvmU-fO',
  10614.                         'test' => 'J-doGDMrv4pWXZ8GYWLZaSiX',
  10615.                         'prod' => 'flFltOjYSFNCCYbq2mkS2Hvj',
  10616.                     ],
  10617.                 ],
  10618.                 'microsoft' => [
  10619.                     'client' => [
  10620.                         'dev' => 'e6f2e977-3550-47a4-bf3c-4926a6dd9f3c',
  10621.                         'test' => '97e04e80-a1a4-45a2-a52d-9b6f5e64081d',
  10622.                         'prod' => '987f0c6a-b716-4ed0-91aa-7a227606f06d',
  10623.                     ],
  10624.                     'secret' => [
  10625.                         'dev' => 'oechMNOJ;!izaTLI12537;$',
  10626.                         'test' => 'geOSXI549}[%lbnsnRWP88;',
  10627.                         'prod' => 'jgdpMEUUR900)#nsvRS81?^',
  10628.                     ],
  10629.                 ],
  10630.             ],
  10631.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  10632.             'stof_doctrine_extensions.default_locale' => 'en_US',
  10633.             'stof_doctrine_extensions.translation_fallback' => false,
  10634.             'stof_doctrine_extensions.persist_default_translation' => false,
  10635.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  10636.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  10637.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  10638.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  10639.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  10640.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  10641.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  10642.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  10643.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  10644.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  10645.             'event_dispatcher.event_aliases' => [
  10646.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10647.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10648.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10649.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10650.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10651.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10652.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10653.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10654.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10655.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10656.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10657.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10658.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10659.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10660.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10661.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10662.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10663.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10664.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10665.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10666.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10667.             ],
  10668.             'fragment.renderer.hinclude.global_template' => NULL,
  10669.             'fragment.path' => '/_fragment',
  10670.             'kernel.secret' => '7I9h37k0mTc3343P47hc9zKSBBj3rpFt',
  10671.             'kernel.http_method_override' => false,
  10672.             'kernel.trusted_hosts' => [
  10673.             ],
  10674.             'kernel.default_locale' => 'en',
  10675.             'kernel.enabled_locales' => [
  10676.             ],
  10677.             'kernel.error_controller' => 'error_controller',
  10678.             'debug.file_link_format' => NULL,
  10679.             'test.client.parameters' => [
  10680.             ],
  10681.             'asset.request_context.base_path' => NULL,
  10682.             'asset.request_context.secure' => NULL,
  10683.             'translator.logging' => false,
  10684.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10685.             'debug.error_handler.throw_at' => -1,
  10686.             'router.request_context.host' => 'localhost',
  10687.             'router.request_context.scheme' => 'http',
  10688.             'router.request_context.base_url' => '',
  10689.             'router.resource' => 'kernel::loadRoutes',
  10690.             'request_listener.http_port' => 80,
  10691.             'request_listener.https_port' => 443,
  10692.             'session.metadata.storage_key' => '_sf2_meta',
  10693.             'session.storage.options' => [
  10694.                 'cache_limiter' => '0',
  10695.                 'cookie_lifetime' => 0,
  10696.                 'cookie_secure' => true,
  10697.                 'cookie_httponly' => true,
  10698.                 'gc_maxlifetime' => 57600,
  10699.                 'gc_probability' => 1,
  10700.             ],
  10701.             'session.metadata.update_threshold' => 0,
  10702.             'form.type_extension.csrf.enabled' => true,
  10703.             'form.type_extension.csrf.field_name' => '_token',
  10704.             'validator.translation_domain' => 'validators',
  10705.             'profiler_listener.only_exceptions' => false,
  10706.             'profiler_listener.only_main_requests' => true,
  10707.             'monolog.use_microseconds' => true,
  10708.             'monolog.swift_mailer.handlers' => [
  10709.             ],
  10710.             'monolog.handlers_to_channels' => [
  10711.                 'monolog.handler.console' => NULL,
  10712.                 'monolog.handler.main2' => NULL,
  10713.                 'monolog.handler.main' => [
  10714.                     'type' => 'exclusive',
  10715.                     'elements' => [
  10716.                         => 'event',
  10717.                         => 'php',
  10718.                         => 'deprecation',
  10719.                     ],
  10720.                 ],
  10721.             ],
  10722.             'security.role_hierarchy.roles' => [
  10723.             ],
  10724.             'security.access.denied_url' => NULL,
  10725.             'security.authentication.manager.erase_credentials' => true,
  10726.             'security.authentication.session_strategy.strategy' => 'migrate',
  10727.             'security.access.always_authenticate_before_granting' => false,
  10728.             'security.authentication.hide_user_not_found' => true,
  10729.             'security.firewalls' => [
  10730.                 => 'dev',
  10731.                 => 'portal',
  10732.                 => 'portal_api',
  10733.                 => 'portal_admin_api',
  10734.                 => 'dashboard',
  10735.             ],
  10736.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10737.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10738.             'web_profiler.debug_toolbar.mode' => 2,
  10739.             'rollbar.config' => [
  10740.                 'enabled' => true,
  10741.                 'access_token' => '5ec135ab95df41198dbba7c6cb0904e1',
  10742.                 'environment' => 'test',
  10743.                 'agent_log_location' => (\dirname(__DIR__6).'/tmp'),
  10744.                 'allow_exec' => true,
  10745.                 'endpoint' => 'https://api.rollbar.com/api/1/',
  10746.                 'base_api_url' => NULL,
  10747.                 'autodetect_branch' => false,
  10748.                 'branch' => NULL,
  10749.                 'capture_error_stacktraces' => true,
  10750.                 'check_ignore' => NULL,
  10751.                 'code_version' => '',
  10752.                 'custom' => NULL,
  10753.                 'custom_data_method' => NULL,
  10754.                 'error_sample_rates' => [
  10755.                 ],
  10756.                 'exception_sample_rates' => [
  10757.                 ],
  10758.                 'fluent_host' => '127.0.0.1',
  10759.                 'fluent_port' => 24224,
  10760.                 'fluent_tag' => 'rollbar',
  10761.                 'handler' => 'blocking',
  10762.                 'host' => NULL,
  10763.                 'include_error_code_context' => NULL,
  10764.                 'include_exception_code_context' => NULL,
  10765.                 'included_errno' => 4375,
  10766.                 'log_payload' => false,
  10767.                 'log_payload_logger' => NULL,
  10768.                 'person' => NULL,
  10769.                 'person_fn' => NULL,
  10770.                 'capture_ip' => true,
  10771.                 'capture_username' => false,
  10772.                 'capture_email' => false,
  10773.                 'root' => NULL,
  10774.                 'scrubber' => NULL,
  10775.                 'scrub_fields' => [
  10776.                     => 'passwd',
  10777.                     => 'password',
  10778.                     => 'secret',
  10779.                     => 'confirm_password',
  10780.                     => 'password_confirmation',
  10781.                     => 'auth_token',
  10782.                     => 'csrf_token',
  10783.                     => 'access_token',
  10784.                 ],
  10785.                 'scrub_safelist' => NULL,
  10786.                 'timeout' => 3,
  10787.                 'transmit' => true,
  10788.                 'custom_truncation' => NULL,
  10789.                 'report_suppressed' => false,
  10790.                 'use_error_reporting' => false,
  10791.                 'proxy' => NULL,
  10792.                 'send_message_trace' => false,
  10793.                 'include_raw_request_body' => NULL,
  10794.                 'local_vars_dump' => true,
  10795.                 'max_nesting_depth' => -1,
  10796.                 'max_items' => 10,
  10797.                 'minimum_level' => 0,
  10798.                 'verbose' => 'none',
  10799.                 'verbose_logger' => NULL,
  10800.                 'raise_on_error' => false,
  10801.                 'transformer' => NULL,
  10802.             ],
  10803.             'app.platform.security.oauth.providers.classlink.client' => 'c16067603972890da4e0937c2bdf98aabc69add6d35f',
  10804.             'app.platform.security.oauth.providers.classlink.secret' => '46de7912ec923aa35a6aa8e89557f078',
  10805.             'app.platform.security.oauth.providers.gg4l.client' => 'PTRQSVRZDE',
  10806.             'app.platform.security.oauth.providers.gg4l.secret' => 'yEpk/gjde+5lykdSoNR58mMS8lVSbTOFiVtn8XPwHP0=',
  10807.             'app.platform.security.oauth.providers.clever.client' => '1cc3a76e6bf6d1e39103',
  10808.             'app.platform.security.oauth.providers.clever.secret' => '052f655192a6e0aec6bcaff752aac4b089e91506',
  10809.             'app.platform.security.oauth.providers.google.client' => '332730624903-o4kdi0l9scm0334ukbv6e14nr66ltcpl.apps.googleusercontent.com',
  10810.             'app.platform.security.oauth.providers.google.secret' => 'J-doGDMrv4pWXZ8GYWLZaSiX',
  10811.             'app.platform.security.oauth.providers.microsoft.client' => '97e04e80-a1a4-45a2-a52d-9b6f5e64081d',
  10812.             'app.platform.security.oauth.providers.microsoft.secret' => 'geOSXI549}[%lbnsnRWP88;',
  10813.             'data_collector.templates' => [
  10814.                 'data_collector.request' => [
  10815.                     => 'request',
  10816.                     => '@WebProfiler/Collector/request.html.twig',
  10817.                 ],
  10818.                 'Cms\\DevelopmentBundle\\Collector\\TenantCollector' => [
  10819.                     => 'cms.development.collector.tenant',
  10820.                     => '@CmsDevelopment/Collector/tenant.html.twig',
  10821.                 ],
  10822.                 'Cms\\DevelopmentBundle\\Collector\\SecurityCollector' => [
  10823.                     => 'cms.development.collector.security',
  10824.                     => '@CmsDevelopment/Collector/security.html.twig',
  10825.                 ],
  10826.                 'data_collector.time' => [
  10827.                     => 'time',
  10828.                     => '@WebProfiler/Collector/time.html.twig',
  10829.                 ],
  10830.                 'data_collector.memory' => [
  10831.                     => 'memory',
  10832.                     => '@WebProfiler/Collector/memory.html.twig',
  10833.                 ],
  10834.                 'data_collector.validator' => [
  10835.                     => 'validator',
  10836.                     => '@WebProfiler/Collector/validator.html.twig',
  10837.                 ],
  10838.                 'data_collector.ajax' => [
  10839.                     => 'ajax',
  10840.                     => '@WebProfiler/Collector/ajax.html.twig',
  10841.                 ],
  10842.                 'data_collector.form' => [
  10843.                     => 'form',
  10844.                     => '@WebProfiler/Collector/form.html.twig',
  10845.                 ],
  10846.                 'data_collector.exception' => [
  10847.                     => 'exception',
  10848.                     => '@WebProfiler/Collector/exception.html.twig',
  10849.                 ],
  10850.                 'data_collector.logger' => [
  10851.                     => 'logger',
  10852.                     => '@WebProfiler/Collector/logger.html.twig',
  10853.                 ],
  10854.                 'data_collector.events' => [
  10855.                     => 'events',
  10856.                     => '@WebProfiler/Collector/events.html.twig',
  10857.                 ],
  10858.                 'data_collector.router' => [
  10859.                     => 'router',
  10860.                     => '@WebProfiler/Collector/router.html.twig',
  10861.                 ],
  10862.                 'data_collector.cache' => [
  10863.                     => 'cache',
  10864.                     => '@WebProfiler/Collector/cache.html.twig',
  10865.                 ],
  10866.                 'data_collector.translation' => [
  10867.                     => 'translation',
  10868.                     => '@WebProfiler/Collector/translation.html.twig',
  10869.                 ],
  10870.                 'data_collector.security' => [
  10871.                     => 'security',
  10872.                     => '@Security/Collector/security.html.twig',
  10873.                 ],
  10874.                 'data_collector.twig' => [
  10875.                     => 'twig',
  10876.                     => '@WebProfiler/Collector/twig.html.twig',
  10877.                 ],
  10878.                 'data_collector.doctrine' => [
  10879.                     => 'db',
  10880.                     => '@Doctrine/Collector/db.html.twig',
  10881.                 ],
  10882.                 'data_collector.config' => [
  10883.                     => 'config',
  10884.                     => '@WebProfiler/Collector/config.html.twig',
  10885.                 ],
  10886.             ],
  10887.             'cms.theme.packages' => [
  10888.                 'Atlas' => [
  10889.                     'name' => 'Atlas',
  10890.                     'description' => 'The Atlas SchoolNow design style includes two header layouts to choose from.'."\n".'',
  10891.                     'framework' => 'bootstrap',
  10892.                     'framework_version' => '3.4.1',
  10893.                     'language' => NULL,
  10894.                     'base' => 'Campussuite2015',
  10895.                     'tenants' => [
  10896.                     ],
  10897.                     'preview' => '/themes/Atlas/images/preview.jpg',
  10898.                     'screenshots' => [
  10899.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  10900.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  10901.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  10902.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  10903.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  10904.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  10905.                     ],
  10906.                     'scripts' => [
  10907.                         => [
  10908.                             'group' => NULL,
  10909.                             'priority' => NULL,
  10910.                             'urls' => [
  10911.                                 => '/themes/Atlas/scripts/atlas.js',
  10912.                             ],
  10913.                         ],
  10914.                     ],
  10915.                     'styles' => [
  10916.                         => [
  10917.                             'group' => 'fonts',
  10918.                             'priority' => NULL,
  10919.                             'urls' => [
  10920.                                 => 'font-awesome::/css/font-awesome.min.css',
  10921.                             ],
  10922.                         ],
  10923.                         => [
  10924.                             'group' => NULL,
  10925.                             'priority' => NULL,
  10926.                             'sources' => [
  10927.                             ],
  10928.                         ],
  10929.                     ],
  10930.                     'widget_restrictions' => [
  10931.                         => 'Blank',
  10932.                     ],
  10933.                     'key' => 'Atlas',
  10934.                     'layouts' => [
  10935.                         'DefaultOuter' => [
  10936.                             'name' => 'Atlas Default Outer',
  10937.                             'description' => 'Header with quick links and location informaiton. The header does not include a top bar.'."\n".'',
  10938.                             'regions' => [
  10939.                                 'content' => [
  10940.                                     'allow' => [
  10941.                                     ],
  10942.                                     'contents' => [
  10943.                                         => [
  10944.                                             '__fqcn__' => 'widgets/Zone/Zone',
  10945.                                             'key' => 'content',
  10946.                                         ],
  10947.                                     ],
  10948.                                     'key' => 'content',
  10949.                                 ],
  10950.                                 'alert_bar' => [
  10951.                                     'allow' => [
  10952.                                         => 'AlertBanner',
  10953.                                     ],
  10954.                                     'contents' => [
  10955.                                         => [
  10956.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  10957.                                             'id' => 10814,
  10958.                                             'limit' => 5,
  10959.                                         ],
  10960.                                     ],
  10961.                                     'key' => 'alert_bar',
  10962.                                 ],
  10963.                                 'header_main_a' => [
  10964.                                     'allow' => [
  10965.                                         => 'Html',
  10966.                                     ],
  10967.                                     'contents' => [
  10968.                                         => [
  10969.                                             '__fqcn__' => 'widgets/Html/Html',
  10970.                                             'content' => '[header main a]'."\n".'',
  10971.                                         ],
  10972.                                     ],
  10973.                                     'key' => 'header_main_a',
  10974.                                 ],
  10975.                                 'header_main_b' => [
  10976.                                     'allow' => [
  10977.                                         => 'Html',
  10978.                                     ],
  10979.                                     'contents' => [
  10980.                                         => [
  10981.                                             '__fqcn__' => 'widgets/Html/Html',
  10982.                                             'content' => '[header main b]'."\n".'',
  10983.                                         ],
  10984.                                     ],
  10985.                                     'key' => 'header_main_b',
  10986.                                 ],
  10987.                                 'header_logo' => [
  10988.                                     'allow' => [
  10989.                                         => 'Html',
  10990.                                     ],
  10991.                                     'contents' => [
  10992.                                         => [
  10993.                                             '__fqcn__' => 'widgets/Html/Html',
  10994.                                             'content' => '[logo main]'."\n".'',
  10995.                                         ],
  10996.                                     ],
  10997.                                     'key' => 'header_logo',
  10998.                                 ],
  10999.                                 'header_logo_small' => [
  11000.                                     'allow' => [
  11001.                                         => 'Html',
  11002.                                     ],
  11003.                                     'contents' => [
  11004.                                         => [
  11005.                                             '__fqcn__' => 'widgets/Html/Html',
  11006.                                             'content' => '[logo small]'."\n".'',
  11007.                                         ],
  11008.                                     ],
  11009.                                     'key' => 'header_logo_small',
  11010.                                 ],
  11011.                                 'header_menu' => [
  11012.                                     'allow' => [
  11013.                                     ],
  11014.                                     'contents' => [
  11015.                                         => [
  11016.                                             '__fqcn__' => 'widgets/Html/Html',
  11017.                                             'content' => '[header nav]'."\n".'',
  11018.                                         ],
  11019.                                     ],
  11020.                                     'key' => 'header_menu',
  11021.                                 ],
  11022.                                 'footer_main' => [
  11023.                                     'allow' => [
  11024.                                         => 'Html',
  11025.                                     ],
  11026.                                     'contents' => [
  11027.                                         => [
  11028.                                             '__fqcn__' => 'widgets/Html/Html',
  11029.                                             'content' => '[footer main]'."\n".'',
  11030.                                         ],
  11031.                                     ],
  11032.                                     'key' => 'footer_main',
  11033.                                 ],
  11034.                                 'footer_bottom' => [
  11035.                                     'allow' => [
  11036.                                         => 'Html',
  11037.                                     ],
  11038.                                     'contents' => [
  11039.                                         => [
  11040.                                             '__fqcn__' => 'widgets/Html/Html',
  11041.                                             'content' => '[footer bottom]'."\n".'',
  11042.                                         ],
  11043.                                     ],
  11044.                                     'key' => 'footer_bottom',
  11045.                                 ],
  11046.                             ],
  11047.                             'key' => 'DefaultOuter',
  11048.                         ],
  11049.                         'Outer000' => [
  11050.                             'name' => 'Outer Header 000',
  11051.                             '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".'',
  11052.                             'regions' => [
  11053.                                 'content' => [
  11054.                                     'allow' => [
  11055.                                     ],
  11056.                                     'contents' => [
  11057.                                         => [
  11058.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11059.                                             'key' => 'content',
  11060.                                         ],
  11061.                                     ],
  11062.                                     'key' => 'content',
  11063.                                 ],
  11064.                             ],
  11065.                             'key' => 'Outer000',
  11066.                         ],
  11067.                         'Outer004' => [
  11068.                             'name' => 'Outer Header 004',
  11069.                             'description' => 'Outer layout for Header 004.'."\n".'',
  11070.                             'regions' => [
  11071.                                 'content' => [
  11072.                                     'allow' => [
  11073.                                     ],
  11074.                                     'contents' => [
  11075.                                         => [
  11076.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11077.                                             'key' => 'content',
  11078.                                         ],
  11079.                                     ],
  11080.                                     'key' => 'content',
  11081.                                 ],
  11082.                             ],
  11083.                             'key' => 'Outer004',
  11084.                         ],
  11085.                         'OuterB' => [
  11086.                             'name' => 'Atlas Outer B',
  11087.                             'description' => 'Header with search and translate. Header includes a top bar with utility links.'."\n".'',
  11088.                             'regions' => [
  11089.                                 'content' => [
  11090.                                     'allow' => [
  11091.                                     ],
  11092.                                     'contents' => [
  11093.                                         => [
  11094.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11095.                                             'key' => 'content',
  11096.                                         ],
  11097.                                     ],
  11098.                                     'key' => 'content',
  11099.                                 ],
  11100.                                 'alert_bar' => [
  11101.                                     'allow' => [
  11102.                                         => 'AlertBanner',
  11103.                                     ],
  11104.                                     'contents' => [
  11105.                                         => [
  11106.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11107.                                             'id' => 10814,
  11108.                                             'limit' => 5,
  11109.                                         ],
  11110.                                     ],
  11111.                                     'key' => 'alert_bar',
  11112.                                 ],
  11113.                                 'header_top' => [
  11114.                                     'allow' => [
  11115.                                         => 'Html',
  11116.                                     ],
  11117.                                     'contents' => [
  11118.                                         => [
  11119.                                             '__fqcn__' => 'widgets/Html/Html',
  11120.                                             'content' => '[header top]'."\n".'',
  11121.                                         ],
  11122.                                     ],
  11123.                                     'key' => 'header_top',
  11124.                                 ],
  11125.                                 'header_main' => [
  11126.                                     'allow' => [
  11127.                                         => 'Html',
  11128.                                     ],
  11129.                                     'contents' => [
  11130.                                         => [
  11131.                                             '__fqcn__' => 'widgets/Html/Html',
  11132.                                             'content' => '[header main]'."\n".'',
  11133.                                         ],
  11134.                                     ],
  11135.                                     'key' => 'header_main',
  11136.                                 ],
  11137.                                 'header_logo' => [
  11138.                                     'allow' => [
  11139.                                         => 'Html',
  11140.                                     ],
  11141.                                     'contents' => [
  11142.                                         => [
  11143.                                             '__fqcn__' => 'widgets/Html/Html',
  11144.                                             'content' => '[logo main]'."\n".'',
  11145.                                         ],
  11146.                                     ],
  11147.                                     'key' => 'header_logo',
  11148.                                 ],
  11149.                                 'header_logo_small' => [
  11150.                                     'allow' => [
  11151.                                         => 'Html',
  11152.                                     ],
  11153.                                     'contents' => [
  11154.                                         => [
  11155.                                             '__fqcn__' => 'widgets/Html/Html',
  11156.                                             'content' => '[logo small]'."\n".'',
  11157.                                         ],
  11158.                                     ],
  11159.                                     'key' => 'header_logo_small',
  11160.                                 ],
  11161.                                 'header_menu' => [
  11162.                                     'allow' => [
  11163.                                     ],
  11164.                                     'contents' => [
  11165.                                         => [
  11166.                                             '__fqcn__' => 'widgets/Html/Html',
  11167.                                             'content' => '[header nav]'."\n".'',
  11168.                                         ],
  11169.                                     ],
  11170.                                     'key' => 'header_menu',
  11171.                                 ],
  11172.                                 'footer_main' => [
  11173.                                     'allow' => [
  11174.                                         => 'Html',
  11175.                                     ],
  11176.                                     'contents' => [
  11177.                                         => [
  11178.                                             '__fqcn__' => 'widgets/Html/Html',
  11179.                                             'content' => '[footer main]'."\n".'',
  11180.                                         ],
  11181.                                     ],
  11182.                                     'key' => 'footer_main',
  11183.                                 ],
  11184.                                 'footer_bottom' => [
  11185.                                     'allow' => [
  11186.                                         => 'Html',
  11187.                                     ],
  11188.                                     'contents' => [
  11189.                                         => [
  11190.                                             '__fqcn__' => 'widgets/Html/Html',
  11191.                                             'content' => '[footer bottom]'."\n".'',
  11192.                                         ],
  11193.                                     ],
  11194.                                     'key' => 'footer_bottom',
  11195.                                 ],
  11196.                             ],
  11197.                             'key' => 'OuterB',
  11198.                         ],
  11199.                         'OuterC' => [
  11200.                             'name' => 'Atlas Outer C',
  11201.                             '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".'',
  11202.                             'regions' => [
  11203.                                 'content' => [
  11204.                                     'allow' => [
  11205.                                     ],
  11206.                                     'contents' => [
  11207.                                         => [
  11208.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11209.                                             'key' => 'content',
  11210.                                         ],
  11211.                                     ],
  11212.                                     'key' => 'content',
  11213.                                 ],
  11214.                             ],
  11215.                             'key' => 'OuterC',
  11216.                         ],
  11217.                         'OuterD' => [
  11218.                             'name' => 'Atlas Outer D',
  11219.                             '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".'',
  11220.                             'regions' => [
  11221.                                 'content' => [
  11222.                                     'allow' => [
  11223.                                     ],
  11224.                                     'contents' => [
  11225.                                         => [
  11226.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11227.                                             'key' => 'content',
  11228.                                         ],
  11229.                                     ],
  11230.                                     'key' => 'content',
  11231.                                 ],
  11232.                             ],
  11233.                             'key' => 'OuterD',
  11234.                         ],
  11235.                     ],
  11236.                 ],
  11237.                 'BlueGoose' => [
  11238.                     'name' => 'Blue Goose',
  11239.                     'description' => '<p>The Blue Goose design style.</p>'."\n".'',
  11240.                     'framework' => 'bootstrap',
  11241.                     'framework_version' => '3.4.1',
  11242.                     'language' => NULL,
  11243.                     'base' => 'Campussuite2015',
  11244.                     'tenants' => [
  11245.                     ],
  11246.                     'preview' => '/themes/BlueGoose/images/preview.jpg',
  11247.                     'screenshots' => [
  11248.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11249.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11250.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11251.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11252.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11253.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11254.                     ],
  11255.                     'scripts' => [
  11256.                         => [
  11257.                             'group' => NULL,
  11258.                             'priority' => NULL,
  11259.                             'urls' => [
  11260.                                 => '/themes/BlueGoose/scripts/package.js',
  11261.                             ],
  11262.                         ],
  11263.                     ],
  11264.                     'styles' => [
  11265.                         => [
  11266.                             'group' => 'fonts',
  11267.                             'priority' => NULL,
  11268.                             'urls' => [
  11269.                                 => 'font-awesome::/css/font-awesome.min.css',
  11270.                             ],
  11271.                         ],
  11272.                         => [
  11273.                             'group' => NULL,
  11274.                             'priority' => NULL,
  11275.                             'sources' => [
  11276.                             ],
  11277.                         ],
  11278.                     ],
  11279.                     'widget_restrictions' => [
  11280.                         => 'Blank',
  11281.                     ],
  11282.                     'key' => 'BlueGoose',
  11283.                     'layouts' => [
  11284.                         'DefaultOuter' => [
  11285.                             'name' => 'BlueGoose Default Outer',
  11286.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  11287.                             'regions' => [
  11288.                                 'content' => [
  11289.                                     'allow' => [
  11290.                                     ],
  11291.                                     'contents' => [
  11292.                                         => [
  11293.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11294.                                             'key' => 'content',
  11295.                                         ],
  11296.                                     ],
  11297.                                     'key' => 'content',
  11298.                                 ],
  11299.                                 'header_utility' => [
  11300.                                     'allow' => [
  11301.                                         => 'Html',
  11302.                                     ],
  11303.                                     'contents' => [
  11304.                                         => [
  11305.                                             '__fqcn__' => 'widgets/Html/Html',
  11306.                                             'content' => '[header utility]'."\n".'',
  11307.                                         ],
  11308.                                     ],
  11309.                                     'key' => 'header_utility',
  11310.                                 ],
  11311.                                 'header_search' => [
  11312.                                     'allow' => [
  11313.                                         => 'Html',
  11314.                                     ],
  11315.                                     'contents' => [
  11316.                                         => [
  11317.                                             '__fqcn__' => 'widgets/Html/Html',
  11318.                                             'content' => '[header search]'."\n".'',
  11319.                                         ],
  11320.                                     ],
  11321.                                     'key' => 'header_search',
  11322.                                 ],
  11323.                                 'header_logo' => [
  11324.                                     'allow' => [
  11325.                                         => 'Html',
  11326.                                     ],
  11327.                                     'contents' => [
  11328.                                         => [
  11329.                                             '__fqcn__' => 'widgets/Html/Html',
  11330.                                             'content' => '[header logo]'."\n".'',
  11331.                                         ],
  11332.                                     ],
  11333.                                     'key' => 'header_logo',
  11334.                                 ],
  11335.                                 'header_main_menu' => [
  11336.                                     'allow' => [
  11337.                                         => 'Html',
  11338.                                     ],
  11339.                                     'contents' => [
  11340.                                         => [
  11341.                                             '__fqcn__' => 'widgets/Html/Html',
  11342.                                             'content' => '[header main menu]',
  11343.                                         ],
  11344.                                     ],
  11345.                                     'key' => 'header_main_menu',
  11346.                                 ],
  11347.                             ],
  11348.                             'key' => 'DefaultOuter',
  11349.                         ],
  11350.                     ],
  11351.                 ],
  11352.                 'Blueash' => [
  11353.                     'name' => 'Blueash',
  11354.                     'description' => '<strong>Currently unavailable</strong>. The Blueash SchoolNow design style is currently under construction.'."\n".'',
  11355.                     'framework' => 'bootstrap',
  11356.                     'framework_version' => '3.4.1',
  11357.                     'language' => NULL,
  11358.                     'base' => 'Campussuite2015',
  11359.                     'tenants' => [
  11360.                     ],
  11361.                     'preview' => '/themes/Blueash/images/preview.jpg',
  11362.                     'screenshots' => [
  11363.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11364.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11365.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11366.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11367.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11368.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11369.                     ],
  11370.                     'scripts' => [
  11371.                         => [
  11372.                             'group' => NULL,
  11373.                             'priority' => NULL,
  11374.                             'urls' => [
  11375.                                 => '/themes/Blueash/scripts/blueash.js',
  11376.                             ],
  11377.                         ],
  11378.                     ],
  11379.                     'styles' => [
  11380.                         => [
  11381.                             'group' => 'fonts',
  11382.                             'priority' => NULL,
  11383.                             'urls' => [
  11384.                                 => 'font-awesome::/css/font-awesome.min.css',
  11385.                             ],
  11386.                         ],
  11387.                         => [
  11388.                             'group' => NULL,
  11389.                             'priority' => NULL,
  11390.                             'sources' => [
  11391.                             ],
  11392.                         ],
  11393.                     ],
  11394.                     'widget_restrictions' => [
  11395.                         => 'Blank',
  11396.                     ],
  11397.                     'key' => 'Blueash',
  11398.                     'layouts' => [
  11399.                         'DefaultOuter' => [
  11400.                             'name' => 'Blueash Default Outer',
  11401.                             'description' => 'In progress.'."\n".'',
  11402.                             'regions' => [
  11403.                                 'content' => [
  11404.                                     'allow' => [
  11405.                                     ],
  11406.                                     'contents' => [
  11407.                                         => [
  11408.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11409.                                             'key' => 'content',
  11410.                                         ],
  11411.                                     ],
  11412.                                     'key' => 'content',
  11413.                                 ],
  11414.                             ],
  11415.                             'key' => 'DefaultOuter',
  11416.                         ],
  11417.                     ],
  11418.                 ],
  11419.                 'Bridgetown' => [
  11420.                     'name' => 'Bridgetown',
  11421.                     'description' => 'The Bridgetown SchoolNow design style includes a single header layout (see preview).'."\n".'',
  11422.                     'framework' => 'bootstrap',
  11423.                     'framework_version' => '3.4.1',
  11424.                     'language' => NULL,
  11425.                     'base' => 'Campussuite2015',
  11426.                     'tenants' => [
  11427.                     ],
  11428.                     'preview' => '/themes/Bridgetown/images/preview.jpg',
  11429.                     'screenshots' => [
  11430.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11431.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11432.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11433.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11434.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11435.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11436.                     ],
  11437.                     'scripts' => [
  11438.                         => [
  11439.                             'group' => NULL,
  11440.                             'priority' => NULL,
  11441.                             'urls' => [
  11442.                                 => '/themes/Bridgetown/scripts/bridgetown.js',
  11443.                             ],
  11444.                         ],
  11445.                     ],
  11446.                     'styles' => [
  11447.                         => [
  11448.                             'group' => 'fonts',
  11449.                             'priority' => NULL,
  11450.                             'urls' => [
  11451.                                 => 'font-awesome::/css/font-awesome.min.css',
  11452.                             ],
  11453.                         ],
  11454.                         => [
  11455.                             'group' => NULL,
  11456.                             'priority' => NULL,
  11457.                             'sources' => [
  11458.                             ],
  11459.                         ],
  11460.                     ],
  11461.                     'widget_restrictions' => [
  11462.                         => 'Blank',
  11463.                     ],
  11464.                     'key' => 'Bridgetown',
  11465.                     'layouts' => [
  11466.                         'DefaultOuter' => [
  11467.                             'name' => 'Bridgetown Outer Default',
  11468.                             'description' => 'The Bridgetown \'Default Outer\' Template. This template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  11469.                             'regions' => [
  11470.                                 'content' => [
  11471.                                     'allow' => [
  11472.                                     ],
  11473.                                     'contents' => [
  11474.                                         => [
  11475.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11476.                                             'key' => 'content',
  11477.                                         ],
  11478.                                     ],
  11479.                                     'key' => 'content',
  11480.                                 ],
  11481.                                 'alert_bar' => [
  11482.                                     'allow' => [
  11483.                                     ],
  11484.                                     'contents' => [
  11485.                                         => [
  11486.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11487.                                             'id' => 10814,
  11488.                                             'limit' => 5,
  11489.                                         ],
  11490.                                     ],
  11491.                                     'key' => 'alert_bar',
  11492.                                 ],
  11493.                                 'header_top' => [
  11494.                                     'allow' => [
  11495.                                     ],
  11496.                                     'contents' => [
  11497.                                         => [
  11498.                                             '__fqcn__' => 'widgets/Html/Html',
  11499.                                             'content' => '[ header top ]'."\n".'',
  11500.                                         ],
  11501.                                     ],
  11502.                                     'key' => 'header_top',
  11503.                                 ],
  11504.                                 'header_main' => [
  11505.                                     'allow' => [
  11506.                                     ],
  11507.                                     'contents' => [
  11508.                                         => [
  11509.                                             '__fqcn__' => 'widgets/Html/Html',
  11510.                                             'content' => '[ header main ]'."\n".'',
  11511.                                         ],
  11512.                                     ],
  11513.                                     'key' => 'header_main',
  11514.                                 ],
  11515.                                 'header_logo' => [
  11516.                                     'allow' => [
  11517.                                     ],
  11518.                                     'contents' => [
  11519.                                         => [
  11520.                                             '__fqcn__' => 'widgets/Html/Html',
  11521.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Bridgetown/images/logo-light.png" alt="Bridgetown">'."\n".'</a>'."\n".'',
  11522.                                         ],
  11523.                                     ],
  11524.                                     'key' => 'header_logo',
  11525.                                 ],
  11526.                                 'header_logo_small' => [
  11527.                                     'allow' => [
  11528.                                     ],
  11529.                                     'contents' => [
  11530.                                         => [
  11531.                                             '__fqcn__' => 'widgets/Html/Html',
  11532.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Bridgetown/images/logo-light.png" alt="Bridgetown">'."\n".'</a>'."\n".'',
  11533.                                         ],
  11534.                                     ],
  11535.                                     'key' => 'header_logo_small',
  11536.                                 ],
  11537.                                 'header_menu' => [
  11538.                                     'allow' => [
  11539.                                     ],
  11540.                                     'contents' => [
  11541.                                         => [
  11542.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  11543.                                             'items' => [
  11544.                                                 => [
  11545.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11546.                                                     'text' => 'About',
  11547.                                                     'link' => '/district',
  11548.                                                 ],
  11549.                                                 => [
  11550.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11551.                                                     'text' => 'Schools',
  11552.                                                     'link' => '/schools',
  11553.                                                 ],
  11554.                                                 => [
  11555.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11556.                                                     'text' => 'Parent/Students',
  11557.                                                     'link' => '/parents-students',
  11558.                                                 ],
  11559.                                                 => [
  11560.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11561.                                                     'text' => 'Departments',
  11562.                                                     'link' => '/departments',
  11563.                                                 ],
  11564.                                                 => [
  11565.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11566.                                                     'text' => 'Athletics',
  11567.                                                     'link' => '/athletics',
  11568.                                                 ],
  11569.                                                 => [
  11570.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11571.                                                     'text' => 'Board of Education',
  11572.                                                     'link' => '/board-of-education',
  11573.                                                 ],
  11574.                                                 => [
  11575.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  11576.                                                     'text' => 'Community',
  11577.                                                     'link' => '/community-links',
  11578.                                                 ],
  11579.                                             ],
  11580.                                         ],
  11581.                                     ],
  11582.                                     'key' => 'header_menu',
  11583.                                 ],
  11584.                                 'footer_main' => [
  11585.                                     'allow' => [
  11586.                                     ],
  11587.                                     'contents' => [
  11588.                                         => [
  11589.                                             '__fqcn__' => 'widgets/Block/Block',
  11590.                                             'type' => 'container',
  11591.                                             'children' => [
  11592.                                                 => [
  11593.                                                     '__fqcn__' => 'widgets/Row/Row',
  11594.                                                     'structure' => '1/1',
  11595.                                                     'columns' => [
  11596.                                                         => [
  11597.                                                             '__fqcn__' => 'widgets/Row/Column',
  11598.                                                             'children' => [
  11599.                                                                 => [
  11600.                                                                     '__fqcn__' => 'widgets/Html/Html',
  11601.                                                                     'content' => '<p>[ footer main row/columns ]</p>'."\n".'',
  11602.                                                                 ],
  11603.                                                             ],
  11604.                                                         ],
  11605.                                                     ],
  11606.                                                 ],
  11607.                                             ],
  11608.                                         ],
  11609.                                     ],
  11610.                                     'key' => 'footer_main',
  11611.                                 ],
  11612.                                 'footer_bottom' => [
  11613.                                     'allow' => [
  11614.                                     ],
  11615.                                     'contents' => [
  11616.                                         => [
  11617.                                             '__fqcn__' => 'widgets/Block/Block',
  11618.                                             'type' => 'container',
  11619.                                             'children' => [
  11620.                                                 => [
  11621.                                                     '__fqcn__' => 'widgets/Row/Row',
  11622.                                                     'structure' => '1/1',
  11623.                                                     'columns' => [
  11624.                                                         => [
  11625.                                                             '__fqcn__' => 'widgets/Row/Column',
  11626.                                                             'children' => [
  11627.                                                                 => [
  11628.                                                                     '__fqcn__' => 'widgets/Html/Html',
  11629.                                                                     'content' => '<p>[ copyright and powered by ]</p>'."\n".'',
  11630.                                                                 ],
  11631.                                                             ],
  11632.                                                         ],
  11633.                                                     ],
  11634.                                                 ],
  11635.                                             ],
  11636.                                         ],
  11637.                                     ],
  11638.                                     'key' => 'footer_bottom',
  11639.                                 ],
  11640.                             ],
  11641.                             'key' => 'DefaultOuter',
  11642.                         ],
  11643.                         'OuterB' => [
  11644.                             'name' => 'Bridgetown Outer B',
  11645.                             '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".'',
  11646.                             'regions' => [
  11647.                                 'content' => [
  11648.                                     'allow' => [
  11649.                                     ],
  11650.                                     'contents' => [
  11651.                                         => [
  11652.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11653.                                             'key' => 'content',
  11654.                                         ],
  11655.                                     ],
  11656.                                     'key' => 'content',
  11657.                                 ],
  11658.                                 'alert_bar' => [
  11659.                                     'allow' => [
  11660.                                     ],
  11661.                                     'contents' => [
  11662.                                         => [
  11663.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  11664.                                             'id' => 10814,
  11665.                                             'limit' => 5,
  11666.                                         ],
  11667.                                     ],
  11668.                                     'key' => 'alert_bar',
  11669.                                 ],
  11670.                                 'header_top_a' => [
  11671.                                     'allow' => [
  11672.                                     ],
  11673.                                     'contents' => [
  11674.                                         => [
  11675.                                             '__fqcn__' => 'widgets/Html/Html',
  11676.                                             'content' => '[ header top-a ]'."\n".'',
  11677.                                         ],
  11678.                                     ],
  11679.                                     'key' => 'header_top_a',
  11680.                                 ],
  11681.                                 'header_top_b' => [
  11682.                                     'allow' => [
  11683.                                     ],
  11684.                                     'contents' => [
  11685.                                         => [
  11686.                                             '__fqcn__' => 'widgets/Html/Html',
  11687.                                             'content' => '[ header top-b ]'."\n".'',
  11688.                                         ],
  11689.                                     ],
  11690.                                     'key' => 'header_top_b',
  11691.                                 ],
  11692.                                 'header_logo' => [
  11693.                                     'allow' => [
  11694.                                     ],
  11695.                                     'contents' => [
  11696.                                         => [
  11697.                                             '__fqcn__' => 'widgets/Html/Html',
  11698.                                             'content' => '[ header logo ]'."\n".'',
  11699.                                         ],
  11700.                                     ],
  11701.                                     'key' => 'header_logo',
  11702.                                 ],
  11703.                                 'header_logo_small' => [
  11704.                                     'allow' => [
  11705.                                     ],
  11706.                                     'contents' => [
  11707.                                         => [
  11708.                                             '__fqcn__' => 'widgets/Html/Html',
  11709.                                             'content' => '[ header logo-sm ]'."\n".'',
  11710.                                         ],
  11711.                                     ],
  11712.                                     'key' => 'header_logo_small',
  11713.                                 ],
  11714.                                 'header_menu' => [
  11715.                                     'allow' => [
  11716.                                     ],
  11717.                                     'contents' => [
  11718.                                         => [
  11719.                                             '__fqcn__' => 'widgets/Html/Html',
  11720.                                             'content' => '[ header menu ]'."\n".'',
  11721.                                         ],
  11722.                                     ],
  11723.                                     'key' => 'header_menu',
  11724.                                 ],
  11725.                                 'footer_main' => [
  11726.                                     'allow' => [
  11727.                                     ],
  11728.                                     'contents' => [
  11729.                                         => [
  11730.                                             '__fqcn__' => 'widgets/Html/Html',
  11731.                                             'content' => '[ footer main ]'."\n".'',
  11732.                                         ],
  11733.                                     ],
  11734.                                     'key' => 'footer_main',
  11735.                                 ],
  11736.                                 'footer_bottom' => [
  11737.                                     'allow' => [
  11738.                                     ],
  11739.                                     'contents' => [
  11740.                                         => [
  11741.                                             '__fqcn__' => 'widgets/Html/Html',
  11742.                                             'content' => '[ footer bottom ]'."\n".'',
  11743.                                         ],
  11744.                                     ],
  11745.                                     'key' => 'footer_bottom',
  11746.                                 ],
  11747.                             ],
  11748.                             'key' => 'OuterB',
  11749.                         ],
  11750.                         'OuterC' => [
  11751.                             'name' => 'Bridgetown Outer C',
  11752.                             '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".'',
  11753.                             'regions' => [
  11754.                                 'content' => [
  11755.                                     'allow' => [
  11756.                                     ],
  11757.                                     'contents' => [
  11758.                                         => [
  11759.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11760.                                             'key' => 'content',
  11761.                                         ],
  11762.                                     ],
  11763.                                     'key' => 'content',
  11764.                                 ],
  11765.                             ],
  11766.                             'key' => 'OuterC',
  11767.                         ],
  11768.                         'OuterConcordia' => [
  11769.                             'name' => 'Bridgetown Outer Concordia',
  11770.                             'description' => 'Custom outer layout for Concordia College.'."\n".'',
  11771.                             'regions' => [
  11772.                                 'content' => [
  11773.                                     'allow' => [
  11774.                                     ],
  11775.                                     'contents' => [
  11776.                                         => [
  11777.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11778.                                             'key' => 'content',
  11779.                                         ],
  11780.                                     ],
  11781.                                     'key' => 'content',
  11782.                                 ],
  11783.                             ],
  11784.                             'key' => 'OuterConcordia',
  11785.                         ],
  11786.                     ],
  11787.                 ],
  11788.                 'Brixton' => [
  11789.                     'name' => 'Brixton',
  11790.                     'description' => '<strong>Coming soon</strong>. The Brixton SchoolNow design style will be available soon.'."\n".'',
  11791.                     'framework' => 'bootstrap',
  11792.                     'framework_version' => '3.4.1',
  11793.                     'language' => NULL,
  11794.                     'base' => 'Campussuite2015',
  11795.                     'tenants' => [
  11796.                     ],
  11797.                     'preview' => '/themes/Brixton/images/preview.jpg',
  11798.                     'screenshots' => [
  11799.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11800.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11801.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11802.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11803.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11804.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11805.                     ],
  11806.                     'scripts' => [
  11807.                         => [
  11808.                             'group' => NULL,
  11809.                             'priority' => NULL,
  11810.                             'urls' => [
  11811.                                 => '/themes/Brixton/scripts/brixton.js',
  11812.                             ],
  11813.                         ],
  11814.                     ],
  11815.                     'styles' => [
  11816.                         => [
  11817.                             'group' => 'fonts',
  11818.                             'priority' => NULL,
  11819.                             'urls' => [
  11820.                                 => 'font-awesome::/css/font-awesome.min.css',
  11821.                             ],
  11822.                         ],
  11823.                         => [
  11824.                             'group' => NULL,
  11825.                             'priority' => NULL,
  11826.                             'sources' => [
  11827.                             ],
  11828.                         ],
  11829.                     ],
  11830.                     'widget_restrictions' => [
  11831.                         => 'Blank',
  11832.                     ],
  11833.                     'key' => 'Brixton',
  11834.                     'layouts' => [
  11835.                         'DefaultHomeOuter' => [
  11836.                             'name' => 'Brixton Default Home Outer',
  11837.                             'description' => 'Includes "Header A" and container for "Feature Slider" (full screen slider).'."\n".'',
  11838.                             'regions' => [
  11839.                                 'content' => [
  11840.                                     'allow' => [
  11841.                                     ],
  11842.                                     'contents' => [
  11843.                                         => [
  11844.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11845.                                             'key' => 'content',
  11846.                                         ],
  11847.                                     ],
  11848.                                     'key' => 'content',
  11849.                                 ],
  11850.                             ],
  11851.                             'key' => 'DefaultHomeOuter',
  11852.                         ],
  11853.                         'DefaultOuter' => [
  11854.                             'name' => 'Brixton Default Outer',
  11855.                             'description' => 'Header A.'."\n".'',
  11856.                             'regions' => [
  11857.                                 'content' => [
  11858.                                     'allow' => [
  11859.                                     ],
  11860.                                     'contents' => [
  11861.                                         => [
  11862.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11863.                                             'key' => 'content',
  11864.                                         ],
  11865.                                     ],
  11866.                                     'key' => 'content',
  11867.                                 ],
  11868.                             ],
  11869.                             'key' => 'DefaultOuter',
  11870.                         ],
  11871.                         'Outer003' => [
  11872.                             'name' => 'Outer Header 003',
  11873.                             'description' => 'Outer layout with Header003.'."\n".'',
  11874.                             'regions' => [
  11875.                                 'content' => [
  11876.                                     'allow' => [
  11877.                                     ],
  11878.                                     'contents' => [
  11879.                                         => [
  11880.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11881.                                             'key' => 'content',
  11882.                                         ],
  11883.                                     ],
  11884.                                     'key' => 'content',
  11885.                                 ],
  11886.                             ],
  11887.                             'key' => 'Outer003',
  11888.                         ],
  11889.                     ],
  11890.                 ],
  11891.                 'Canyon' => [
  11892.                     'name' => 'Canyon',
  11893.                     'description' => 'The Canyon SchoolNow design style includes a single header layout (see preview) and a dedicated home page outer template.'."\n".'',
  11894.                     'framework' => 'bootstrap',
  11895.                     'framework_version' => '3.4.1',
  11896.                     'language' => NULL,
  11897.                     'base' => 'Campussuite2015',
  11898.                     'tenants' => [
  11899.                     ],
  11900.                     'preview' => '/themes/Canyon/images/preview.jpg',
  11901.                     'screenshots' => [
  11902.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11903.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11904.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11905.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11906.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11907.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11908.                     ],
  11909.                     'scripts' => [
  11910.                         => [
  11911.                             'group' => NULL,
  11912.                             'priority' => NULL,
  11913.                             'urls' => [
  11914.                                 => '/themes/Canyon/scripts/canyon.js',
  11915.                             ],
  11916.                         ],
  11917.                     ],
  11918.                     'styles' => [
  11919.                         => [
  11920.                             'group' => 'fonts',
  11921.                             'priority' => NULL,
  11922.                             'urls' => [
  11923.                                 => 'font-awesome::/css/font-awesome.min.css',
  11924.                             ],
  11925.                         ],
  11926.                         => [
  11927.                             'group' => NULL,
  11928.                             'priority' => NULL,
  11929.                             'sources' => [
  11930.                             ],
  11931.                         ],
  11932.                     ],
  11933.                     'widget_restrictions' => [
  11934.                         => 'Blank',
  11935.                     ],
  11936.                     'key' => 'Canyon',
  11937.                     'layouts' => [
  11938.                         'DefaultOuter' => [
  11939.                             'name' => 'Canyon Default Outer',
  11940.                             'description' => 'Default outer template primarily used for secondary pages. Includes header with navigation and search, content region and footer.'."\n".'',
  11941.                             'regions' => [
  11942.                                 'content' => [
  11943.                                     'allow' => [
  11944.                                     ],
  11945.                                     'contents' => [
  11946.                                         => [
  11947.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11948.                                             'key' => 'content',
  11949.                                         ],
  11950.                                     ],
  11951.                                     'key' => 'content',
  11952.                                 ],
  11953.                             ],
  11954.                             'key' => 'DefaultOuter',
  11955.                         ],
  11956.                         'HomeOuter' => [
  11957.                             'name' => 'Canyon Home Outer',
  11958.                             'description' => 'Home outer template. Includes header with navigation and search, footer and feature section containing a slider, logo and mission.'."\n".'',
  11959.                             'regions' => [
  11960.                                 'content' => [
  11961.                                     'allow' => [
  11962.                                     ],
  11963.                                     'contents' => [
  11964.                                         => [
  11965.                                             '__fqcn__' => 'widgets/Zone/Zone',
  11966.                                             'key' => 'content',
  11967.                                         ],
  11968.                                     ],
  11969.                                     'key' => 'content',
  11970.                                 ],
  11971.                             ],
  11972.                             'key' => 'HomeOuter',
  11973.                         ],
  11974.                     ],
  11975.                 ],
  11976.                 'Chance' => [
  11977.                     'name' => 'Chance',
  11978.                     'description' => '<p>The Chance design style.</p>'."\n".'',
  11979.                     'framework' => 'bootstrap',
  11980.                     'framework_version' => '3.4.1',
  11981.                     'language' => NULL,
  11982.                     'base' => 'Campussuite2015',
  11983.                     'tenants' => [
  11984.                     ],
  11985.                     'preview' => '/themes/Chance/images/preview.jpg',
  11986.                     'screenshots' => [
  11987.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  11988.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  11989.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  11990.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  11991.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  11992.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  11993.                     ],
  11994.                     'scripts' => [
  11995.                         => [
  11996.                             'group' => NULL,
  11997.                             'priority' => NULL,
  11998.                             'urls' => [
  11999.                                 => '/themes/Chance/scripts/package.js',
  12000.                             ],
  12001.                         ],
  12002.                     ],
  12003.                     'styles' => [
  12004.                         => [
  12005.                             'group' => 'fonts',
  12006.                             'priority' => NULL,
  12007.                             'urls' => [
  12008.                                 => 'font-awesome::/css/font-awesome.min.css',
  12009.                             ],
  12010.                         ],
  12011.                         => [
  12012.                             'group' => NULL,
  12013.                             'priority' => NULL,
  12014.                             'sources' => [
  12015.                             ],
  12016.                         ],
  12017.                     ],
  12018.                     'widget_restrictions' => [
  12019.                         => 'Blank',
  12020.                     ],
  12021.                     'key' => 'Chance',
  12022.                     'layouts' => [
  12023.                         'DefaultOuter' => [
  12024.                             'name' => 'Chance Default Outer',
  12025.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  12026.                             'regions' => [
  12027.                                 'content' => [
  12028.                                     'allow' => [
  12029.                                     ],
  12030.                                     'contents' => [
  12031.                                         => [
  12032.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12033.                                             'key' => 'content',
  12034.                                         ],
  12035.                                     ],
  12036.                                     'key' => 'content',
  12037.                                 ],
  12038.                                 'header_utils' => [
  12039.                                     'allow' => [
  12040.                                         => 'Html',
  12041.                                     ],
  12042.                                     'contents' => [
  12043.                                         => [
  12044.                                             '__fqcn__' => 'widgets/Html/Html',
  12045.                                             'content' => '[header utils]'."\n".'',
  12046.                                         ],
  12047.                                     ],
  12048.                                     'key' => 'header_utils',
  12049.                                 ],
  12050.                                 'header_search' => [
  12051.                                     'allow' => [
  12052.                                         => 'Html',
  12053.                                     ],
  12054.                                     'contents' => [
  12055.                                         => [
  12056.                                             '__fqcn__' => 'widgets/Html/Html',
  12057.                                             'content' => '[header search]'."\n".'',
  12058.                                         ],
  12059.                                     ],
  12060.                                     'key' => 'header_search',
  12061.                                 ],
  12062.                                 'header_logo' => [
  12063.                                     'allow' => [
  12064.                                         => 'Html',
  12065.                                     ],
  12066.                                     'contents' => [
  12067.                                         => [
  12068.                                             '__fqcn__' => 'widgets/Html/Html',
  12069.                                             'content' => '[header logo]'."\n".'',
  12070.                                         ],
  12071.                                     ],
  12072.                                     'key' => 'header_logo',
  12073.                                 ],
  12074.                                 'header_main_menu' => [
  12075.                                     'allow' => [
  12076.                                         => 'Html',
  12077.                                     ],
  12078.                                     'contents' => [
  12079.                                         => [
  12080.                                             '__fqcn__' => 'widgets/Html/Html',
  12081.                                             'content' => '[header main menu]'."\n".'',
  12082.                                         ],
  12083.                                     ],
  12084.                                     'key' => 'header_main_menu',
  12085.                                 ],
  12086.                                 'top_content' => [
  12087.                                     'allow' => [
  12088.                                         => 'Html',
  12089.                                     ],
  12090.                                     'contents' => [
  12091.                                         => [
  12092.                                             '__fqcn__' => 'widgets/Html/Html',
  12093.                                             'content' => '[top content]',
  12094.                                         ],
  12095.                                     ],
  12096.                                     'key' => 'top_content',
  12097.                                 ],
  12098.                             ],
  12099.                             'key' => 'DefaultOuter',
  12100.                         ],
  12101.                     ],
  12102.                 ],
  12103.                 'Charming' => [
  12104.                     'name' => 'Charming',
  12105.                     'description' => 'The Charming SchoolNow design style includes two header layouts to choose from.'."\n".'',
  12106.                     'framework' => 'bootstrap',
  12107.                     'framework_version' => '3.4.1',
  12108.                     'language' => NULL,
  12109.                     'base' => 'Campussuite2015',
  12110.                     'tenants' => [
  12111.                     ],
  12112.                     'preview' => '/themes/Charming/images/preview.jpg',
  12113.                     'screenshots' => [
  12114.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12115.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12116.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12117.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12118.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12119.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12120.                     ],
  12121.                     'scripts' => [
  12122.                         => [
  12123.                             'group' => NULL,
  12124.                             'priority' => NULL,
  12125.                             'urls' => [
  12126.                                 => '/themes/Charming/scripts/charming.js',
  12127.                             ],
  12128.                         ],
  12129.                     ],
  12130.                     'styles' => [
  12131.                         => [
  12132.                             'group' => 'fonts',
  12133.                             'priority' => NULL,
  12134.                             'urls' => [
  12135.                                 => 'font-awesome::/css/font-awesome.min.css',
  12136.                             ],
  12137.                         ],
  12138.                         => [
  12139.                             'group' => NULL,
  12140.                             'priority' => NULL,
  12141.                             'sources' => [
  12142.                             ],
  12143.                         ],
  12144.                     ],
  12145.                     'widget_restrictions' => [
  12146.                         => 'Blank',
  12147.                     ],
  12148.                     'key' => 'Charming',
  12149.                     'layouts' => [
  12150.                         'DefaultOuter' => [
  12151.                             'name' => 'Charming Default Outer',
  12152.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12153.                             'regions' => [
  12154.                                 'content' => [
  12155.                                     'allow' => [
  12156.                                     ],
  12157.                                     'contents' => [
  12158.                                         => [
  12159.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12160.                                             'key' => 'content',
  12161.                                         ],
  12162.                                     ],
  12163.                                     'key' => 'content',
  12164.                                 ],
  12165.                                 'header_logo' => [
  12166.                                     'allow' => [
  12167.                                     ],
  12168.                                     'contents' => [
  12169.                                         => [
  12170.                                             '__fqcn__' => 'widgets/Html/Html',
  12171.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Charming/images/logo.png" alt="Charming">'."\n".'</a>'."\n".'',
  12172.                                         ],
  12173.                                     ],
  12174.                                     'key' => 'header_logo',
  12175.                                 ],
  12176.                                 'header_logo_small' => [
  12177.                                     'allow' => [
  12178.                                     ],
  12179.                                     'contents' => [
  12180.                                         => [
  12181.                                             '__fqcn__' => 'widgets/Html/Html',
  12182.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Charming/images/logo.png" alt="Charming">'."\n".'</a>'."\n".'',
  12183.                                         ],
  12184.                                     ],
  12185.                                     'key' => 'header_logo_small',
  12186.                                 ],
  12187.                                 'header_top' => [
  12188.                                     'allow' => [
  12189.                                     ],
  12190.                                     'contents' => [
  12191.                                         => [
  12192.                                             '__fqcn__' => 'widgets/Html/Html',
  12193.                                             'content' => '[utility links and search]'."\n".'',
  12194.                                         ],
  12195.                                     ],
  12196.                                     'key' => 'header_top',
  12197.                                 ],
  12198.                                 'header_social' => [
  12199.                                     'allow' => [
  12200.                                     ],
  12201.                                     'contents' => [
  12202.                                         => [
  12203.                                             '__fqcn__' => 'widgets/Html/Html',
  12204.                                             'content' => '[social]'."\n".'',
  12205.                                         ],
  12206.                                     ],
  12207.                                     'key' => 'header_social',
  12208.                                 ],
  12209.                                 'header_main' => [
  12210.                                     'allow' => [
  12211.                                     ],
  12212.                                     'contents' => [
  12213.                                         => [
  12214.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12215.                                             'items' => [
  12216.                                                 => [
  12217.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12218.                                                     'text' => 'About',
  12219.                                                     'link' => '/district',
  12220.                                                 ],
  12221.                                                 => [
  12222.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12223.                                                     'text' => 'Schools',
  12224.                                                     'link' => '/schools',
  12225.                                                 ],
  12226.                                                 => [
  12227.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12228.                                                     'text' => 'Parent/Students',
  12229.                                                     'link' => '/parents-students',
  12230.                                                 ],
  12231.                                                 => [
  12232.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12233.                                                     'text' => 'Departments',
  12234.                                                     'link' => '/departments',
  12235.                                                 ],
  12236.                                                 => [
  12237.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12238.                                                     'text' => 'Athletics',
  12239.                                                     'link' => '/athletics',
  12240.                                                 ],
  12241.                                                 => [
  12242.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12243.                                                     'text' => 'Board of Education',
  12244.                                                     'link' => '/board-of-education',
  12245.                                                 ],
  12246.                                                 => [
  12247.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12248.                                                     'text' => 'Community',
  12249.                                                     'link' => '/community-links',
  12250.                                                 ],
  12251.                                             ],
  12252.                                         ],
  12253.                                     ],
  12254.                                     'key' => 'header_main',
  12255.                                 ],
  12256.                                 'footer_main' => [
  12257.                                     'allow' => [
  12258.                                     ],
  12259.                                     'contents' => [
  12260.                                         => [
  12261.                                             '__fqcn__' => 'widgets/Block/Block',
  12262.                                             'type' => 'container',
  12263.                                             'children' => [
  12264.                                                 => [
  12265.                                                     '__fqcn__' => 'widgets/Row/Row',
  12266.                                                     'structure' => '1/1',
  12267.                                                     'columns' => [
  12268.                                                         => [
  12269.                                                             '__fqcn__' => 'widgets/Row/Column',
  12270.                                                             'children' => [
  12271.                                                                 => [
  12272.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12273.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  12274.                                                                 ],
  12275.                                                             ],
  12276.                                                         ],
  12277.                                                     ],
  12278.                                                 ],
  12279.                                             ],
  12280.                                         ],
  12281.                                     ],
  12282.                                     'key' => 'footer_main',
  12283.                                 ],
  12284.                                 'footer_bottom' => [
  12285.                                     'allow' => [
  12286.                                     ],
  12287.                                     'contents' => [
  12288.                                         => [
  12289.                                             '__fqcn__' => 'widgets/Block/Block',
  12290.                                             'type' => 'container',
  12291.                                             'children' => [
  12292.                                                 => [
  12293.                                                     '__fqcn__' => 'widgets/Row/Row',
  12294.                                                     'structure' => '1/1',
  12295.                                                     'columns' => [
  12296.                                                         => [
  12297.                                                             '__fqcn__' => 'widgets/Row/Column',
  12298.                                                             'children' => [
  12299.                                                                 => [
  12300.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12301.                                                                     'content' => '<p>[copyright]</p>'."\n".'',
  12302.                                                                 ],
  12303.                                                             ],
  12304.                                                         ],
  12305.                                                     ],
  12306.                                                 ],
  12307.                                             ],
  12308.                                         ],
  12309.                                     ],
  12310.                                     'key' => 'footer_bottom',
  12311.                                 ],
  12312.                             ],
  12313.                             'key' => 'DefaultOuter',
  12314.                         ],
  12315.                         'OuterB' => [
  12316.                             'name' => 'Charming Outer B',
  12317.                             '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".'',
  12318.                             'regions' => [
  12319.                                 'content' => [
  12320.                                     'allow' => [
  12321.                                     ],
  12322.                                     'contents' => [
  12323.                                         => [
  12324.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12325.                                             'key' => 'content',
  12326.                                         ],
  12327.                                     ],
  12328.                                     'key' => 'content',
  12329.                                 ],
  12330.                                 'header_top_utils_1' => [
  12331.                                     'allow' => [
  12332.                                     ],
  12333.                                     'contents' => [
  12334.                                         => [
  12335.                                             '__fqcn__' => 'widgets/Html/Html',
  12336.                                             'content' => '[utils 1]'."\n".'',
  12337.                                         ],
  12338.                                     ],
  12339.                                     'key' => 'header_top_utils_1',
  12340.                                 ],
  12341.                                 'header_top_utils_2' => [
  12342.                                     'allow' => [
  12343.                                     ],
  12344.                                     'contents' => [
  12345.                                         => [
  12346.                                             '__fqcn__' => 'widgets/Html/Html',
  12347.                                             'content' => '[utils 2]'."\n".'',
  12348.                                         ],
  12349.                                     ],
  12350.                                     'key' => 'header_top_utils_2',
  12351.                                 ],
  12352.                                 'header_top_utils_3' => [
  12353.                                     'allow' => [
  12354.                                     ],
  12355.                                     'contents' => [
  12356.                                         => [
  12357.                                             '__fqcn__' => 'widgets/Html/Html',
  12358.                                             'content' => '[utils 3]'."\n".'',
  12359.                                         ],
  12360.                                     ],
  12361.                                     'key' => 'header_top_utils_3',
  12362.                                 ],
  12363.                                 'header_top_utils_4' => [
  12364.                                     'allow' => [
  12365.                                     ],
  12366.                                     'contents' => [
  12367.                                         => [
  12368.                                             '__fqcn__' => 'widgets/Html/Html',
  12369.                                             'content' => '[utils 4]'."\n".'',
  12370.                                         ],
  12371.                                     ],
  12372.                                     'key' => 'header_top_utils_4',
  12373.                                 ],
  12374.                                 'header_logo' => [
  12375.                                     'allow' => [
  12376.                                     ],
  12377.                                     'contents' => [
  12378.                                         => [
  12379.                                             '__fqcn__' => 'widgets/Html/Html',
  12380.                                             'content' => '[logo]'."\n".'',
  12381.                                         ],
  12382.                                     ],
  12383.                                     'key' => 'header_logo',
  12384.                                 ],
  12385.                                 'header_drawer_search' => [
  12386.                                     'allow' => [
  12387.                                     ],
  12388.                                     'contents' => [
  12389.                                         => [
  12390.                                             '__fqcn__' => 'widgets/Html/Html',
  12391.                                             'content' => '[drawer search]'."\n".'',
  12392.                                         ],
  12393.                                     ],
  12394.                                     'key' => 'header_drawer_search',
  12395.                                 ],
  12396.                                 'header_main_menu' => [
  12397.                                     'allow' => [
  12398.                                     ],
  12399.                                     'contents' => [
  12400.                                         => [
  12401.                                             '__fqcn__' => 'widgets/Html/Html',
  12402.                                             'content' => '[main menu]'."\n".'',
  12403.                                         ],
  12404.                                     ],
  12405.                                     'key' => 'header_main_menu',
  12406.                                 ],
  12407.                                 'header_drawer_utility_nav' => [
  12408.                                     'allow' => [
  12409.                                     ],
  12410.                                     'contents' => [
  12411.                                         => [
  12412.                                             '__fqcn__' => 'widgets/Html/Html',
  12413.                                             'content' => '[drawer util nav]'."\n".'',
  12414.                                         ],
  12415.                                     ],
  12416.                                     'key' => 'header_drawer_utility_nav',
  12417.                                 ],
  12418.                                 'header_social' => [
  12419.                                     'allow' => [
  12420.                                     ],
  12421.                                     'contents' => [
  12422.                                         => [
  12423.                                             '__fqcn__' => 'widgets/Html/Html',
  12424.                                             'content' => '[header social]'."\n".'',
  12425.                                         ],
  12426.                                     ],
  12427.                                     'key' => 'header_social',
  12428.                                 ],
  12429.                                 'footer_main' => [
  12430.                                     'allow' => [
  12431.                                     ],
  12432.                                     'contents' => [
  12433.                                         => [
  12434.                                             '__fqcn__' => 'widgets/Html/Html',
  12435.                                             'content' => '[footer main]'."\n".'',
  12436.                                         ],
  12437.                                     ],
  12438.                                     'key' => 'footer_main',
  12439.                                 ],
  12440.                                 'footer_bottom' => [
  12441.                                     'allow' => [
  12442.                                     ],
  12443.                                     'contents' => [
  12444.                                         => [
  12445.                                             '__fqcn__' => 'widgets/Html/Html',
  12446.                                             'content' => '[footer bottom]'."\n".'',
  12447.                                         ],
  12448.                                     ],
  12449.                                     'key' => 'footer_bottom',
  12450.                                 ],
  12451.                             ],
  12452.                             'key' => 'OuterB',
  12453.                         ],
  12454.                         'OuterC' => [
  12455.                             'name' => 'Charming Outer C',
  12456.                             '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".'',
  12457.                             'regions' => [
  12458.                                 'content' => [
  12459.                                     'allow' => [
  12460.                                     ],
  12461.                                     'contents' => [
  12462.                                         => [
  12463.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12464.                                             'key' => 'content',
  12465.                                         ],
  12466.                                     ],
  12467.                                     'key' => 'content',
  12468.                                 ],
  12469.                             ],
  12470.                             'key' => 'OuterC',
  12471.                         ],
  12472.                     ],
  12473.                 ],
  12474.                 'Eaglecreek' => [
  12475.                     'name' => 'Eaglecreek',
  12476.                     'description' => 'The Eaglecreek SchoolNow design style includes a single header layout (see preview).'."\n".'',
  12477.                     'framework' => 'bootstrap',
  12478.                     'framework_version' => '3.4.1',
  12479.                     'language' => NULL,
  12480.                     'base' => 'Campussuite2015',
  12481.                     'tenants' => [
  12482.                     ],
  12483.                     'preview' => '/themes/Eaglecreek/images/preview.jpg',
  12484.                     'screenshots' => [
  12485.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12486.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12487.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12488.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12489.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12490.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12491.                     ],
  12492.                     'scripts' => [
  12493.                         => [
  12494.                             'group' => NULL,
  12495.                             'priority' => NULL,
  12496.                             'urls' => [
  12497.                                 => '/themes/Eaglecreek/scripts/eaglecreek.js',
  12498.                             ],
  12499.                         ],
  12500.                     ],
  12501.                     'styles' => [
  12502.                         => [
  12503.                             'group' => 'fonts',
  12504.                             'priority' => NULL,
  12505.                             'urls' => [
  12506.                                 => 'font-awesome::/css/font-awesome.min.css',
  12507.                             ],
  12508.                         ],
  12509.                         => [
  12510.                             'group' => NULL,
  12511.                             'priority' => NULL,
  12512.                             'sources' => [
  12513.                             ],
  12514.                         ],
  12515.                     ],
  12516.                     'widget_restrictions' => [
  12517.                         => 'Blank',
  12518.                     ],
  12519.                     'key' => 'Eaglecreek',
  12520.                     'layouts' => [
  12521.                         'DefaultOuter' => [
  12522.                             'name' => 'Eaglecreek Default Outer',
  12523.                             '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".'',
  12524.                             'regions' => [
  12525.                                 'content' => [
  12526.                                     'allow' => [
  12527.                                     ],
  12528.                                     'contents' => [
  12529.                                         => [
  12530.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12531.                                             'key' => 'content',
  12532.                                         ],
  12533.                                     ],
  12534.                                     'key' => 'content',
  12535.                                 ],
  12536.                             ],
  12537.                             'key' => 'DefaultOuter',
  12538.                         ],
  12539.                     ],
  12540.                 ],
  12541.                 'Fairview' => [
  12542.                     'name' => 'Fairview',
  12543.                     'description' => 'The Fairview SchoolNow design style includes a single header layout (see preview).'."\n".'',
  12544.                     'framework' => 'bootstrap',
  12545.                     'framework_version' => '3.4.1',
  12546.                     'language' => NULL,
  12547.                     'base' => 'Campussuite2015',
  12548.                     'tenants' => [
  12549.                     ],
  12550.                     'preview' => '/themes/Fairview/images/preview.jpg',
  12551.                     'screenshots' => [
  12552.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12553.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12554.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12555.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12556.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12557.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12558.                     ],
  12559.                     'scripts' => [
  12560.                         => [
  12561.                             'group' => NULL,
  12562.                             'priority' => NULL,
  12563.                             'urls' => [
  12564.                                 => '/themes/Fairview/scripts/fairview.js',
  12565.                             ],
  12566.                         ],
  12567.                     ],
  12568.                     'styles' => [
  12569.                         => [
  12570.                             'group' => 'fonts',
  12571.                             'priority' => NULL,
  12572.                             'urls' => [
  12573.                                 => 'font-awesome::/css/font-awesome.min.css',
  12574.                             ],
  12575.                         ],
  12576.                         => [
  12577.                             'group' => NULL,
  12578.                             'priority' => NULL,
  12579.                             'sources' => [
  12580.                             ],
  12581.                         ],
  12582.                     ],
  12583.                     'widget_restrictions' => [
  12584.                         => 'Blank',
  12585.                     ],
  12586.                     'key' => 'Fairview',
  12587.                     'layouts' => [
  12588.                         'DefaultOuter' => [
  12589.                             'name' => 'Fairview Default Outer',
  12590.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12591.                             'regions' => [
  12592.                                 'content' => [
  12593.                                     'allow' => [
  12594.                                     ],
  12595.                                     'contents' => [
  12596.                                         => [
  12597.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12598.                                             'key' => 'content',
  12599.                                         ],
  12600.                                     ],
  12601.                                     'key' => 'content',
  12602.                                 ],
  12603.                                 'alert_bar' => [
  12604.                                     'allow' => [
  12605.                                     ],
  12606.                                     'contents' => [
  12607.                                         => [
  12608.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  12609.                                             'id' => 10814,
  12610.                                             'limit' => 5,
  12611.                                         ],
  12612.                                     ],
  12613.                                     'key' => 'alert_bar',
  12614.                                 ],
  12615.                                 'header_logo' => [
  12616.                                     'allow' => [
  12617.                                     ],
  12618.                                     'contents' => [
  12619.                                         => [
  12620.                                             '__fqcn__' => 'widgets/Html/Html',
  12621.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Fairview/images/logo.png" alt="Fairview">'."\n".'</a>'."\n".'',
  12622.                                         ],
  12623.                                     ],
  12624.                                     'key' => 'header_logo',
  12625.                                 ],
  12626.                                 'header_logo_small' => [
  12627.                                     'allow' => [
  12628.                                     ],
  12629.                                     'contents' => [
  12630.                                         => [
  12631.                                             '__fqcn__' => 'widgets/Html/Html',
  12632.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Fairview/images/logo.png" alt="Fairview">'."\n".'</a>'."\n".'',
  12633.                                         ],
  12634.                                     ],
  12635.                                     'key' => 'header_logo_small',
  12636.                                 ],
  12637.                                 'header_top' => [
  12638.                                     'allow' => [
  12639.                                     ],
  12640.                                     'contents' => [
  12641.                                         => [
  12642.                                             '__fqcn__' => 'widgets/Html/Html',
  12643.                                             'content' => '[header top]'."\n".'',
  12644.                                         ],
  12645.                                     ],
  12646.                                     'key' => 'header_top',
  12647.                                 ],
  12648.                                 'header_main' => [
  12649.                                     'allow' => [
  12650.                                     ],
  12651.                                     'contents' => [
  12652.                                         => [
  12653.                                             '__fqcn__' => 'widgets/Html/Html',
  12654.                                             'content' => '[header main]'."\n".'',
  12655.                                         ],
  12656.                                     ],
  12657.                                     'key' => 'header_main',
  12658.                                 ],
  12659.                                 'header_menu' => [
  12660.                                     'allow' => [
  12661.                                     ],
  12662.                                     'contents' => [
  12663.                                         => [
  12664.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12665.                                             'items' => [
  12666.                                                 => [
  12667.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12668.                                                     'text' => 'About',
  12669.                                                     'link' => '/district',
  12670.                                                 ],
  12671.                                                 => [
  12672.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12673.                                                     'text' => 'Schools',
  12674.                                                     'link' => '/schools',
  12675.                                                 ],
  12676.                                                 => [
  12677.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12678.                                                     'text' => 'Parent/Students',
  12679.                                                     'link' => '/parents-students',
  12680.                                                 ],
  12681.                                                 => [
  12682.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12683.                                                     'text' => 'Departments',
  12684.                                                     'link' => '/departments',
  12685.                                                 ],
  12686.                                                 => [
  12687.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12688.                                                     'text' => 'Athletics',
  12689.                                                     'link' => '/athletics',
  12690.                                                 ],
  12691.                                                 => [
  12692.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12693.                                                     'text' => 'Board of Education',
  12694.                                                     'link' => '/board-of-education',
  12695.                                                 ],
  12696.                                                 => [
  12697.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12698.                                                     'text' => 'Community',
  12699.                                                     'link' => '/community-links',
  12700.                                                 ],
  12701.                                             ],
  12702.                                         ],
  12703.                                     ],
  12704.                                     'key' => 'header_menu',
  12705.                                 ],
  12706.                                 'footer_main' => [
  12707.                                     'allow' => [
  12708.                                     ],
  12709.                                     'contents' => [
  12710.                                         => [
  12711.                                             '__fqcn__' => 'widgets/Block/Block',
  12712.                                             'type' => 'container',
  12713.                                             'children' => [
  12714.                                                 => [
  12715.                                                     '__fqcn__' => 'widgets/Row/Row',
  12716.                                                     'structure' => '1/1',
  12717.                                                     'columns' => [
  12718.                                                         => [
  12719.                                                             '__fqcn__' => 'widgets/Row/Column',
  12720.                                                             'children' => [
  12721.                                                                 => [
  12722.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12723.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  12724.                                                                 ],
  12725.                                                             ],
  12726.                                                         ],
  12727.                                                     ],
  12728.                                                 ],
  12729.                                             ],
  12730.                                         ],
  12731.                                     ],
  12732.                                     'key' => 'footer_main',
  12733.                                 ],
  12734.                                 'footer_bottom' => [
  12735.                                     'allow' => [
  12736.                                     ],
  12737.                                     'contents' => [
  12738.                                         => [
  12739.                                             '__fqcn__' => 'widgets/Block/Block',
  12740.                                             'type' => 'container',
  12741.                                             'children' => [
  12742.                                                 => [
  12743.                                                     '__fqcn__' => 'widgets/Row/Row',
  12744.                                                     'structure' => '1/1',
  12745.                                                     'columns' => [
  12746.                                                         => [
  12747.                                                             '__fqcn__' => 'widgets/Row/Column',
  12748.                                                             'children' => [
  12749.                                                                 => [
  12750.                                                                     '__fqcn__' => 'widgets/Html/Html',
  12751.                                                                     'content' => '<p>[copyright]</p>'."\n".'',
  12752.                                                                 ],
  12753.                                                             ],
  12754.                                                         ],
  12755.                                                     ],
  12756.                                                 ],
  12757.                                             ],
  12758.                                         ],
  12759.                                     ],
  12760.                                     'key' => 'footer_bottom',
  12761.                                 ],
  12762.                             ],
  12763.                             'key' => 'DefaultOuter',
  12764.                         ],
  12765.                         'OuterB' => [
  12766.                             'name' => 'Fairview Outer B',
  12767.                             '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".'',
  12768.                             'regions' => [
  12769.                                 'content' => [
  12770.                                     'allow' => [
  12771.                                     ],
  12772.                                     'contents' => [
  12773.                                         => [
  12774.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12775.                                             'key' => 'content',
  12776.                                         ],
  12777.                                     ],
  12778.                                     'key' => 'content',
  12779.                                 ],
  12780.                             ],
  12781.                             'key' => 'OuterB',
  12782.                         ],
  12783.                     ],
  12784.                 ],
  12785.                 'Fallhaven' => [
  12786.                     'name' => 'Fallhaven',
  12787.                     'description' => 'The Fallhaven SchoolNow design style includes a single header layout (see preview).'."\n".'',
  12788.                     'framework' => 'bootstrap',
  12789.                     'framework_version' => '3.4.1',
  12790.                     'language' => NULL,
  12791.                     'base' => 'Campussuite2015',
  12792.                     'tenants' => [
  12793.                     ],
  12794.                     'preview' => '/themes/Fallhaven/images/preview.jpg',
  12795.                     'screenshots' => [
  12796.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  12797.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  12798.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  12799.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  12800.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  12801.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  12802.                     ],
  12803.                     'scripts' => [
  12804.                         => [
  12805.                             'group' => NULL,
  12806.                             'priority' => NULL,
  12807.                             'urls' => [
  12808.                                 => '/themes/Fallhaven/scripts/fallhaven.js',
  12809.                             ],
  12810.                         ],
  12811.                     ],
  12812.                     'styles' => [
  12813.                         => [
  12814.                             'group' => 'fonts',
  12815.                             'priority' => NULL,
  12816.                             'urls' => [
  12817.                                 => 'https://fonts.googleapis.com/css?family=Montserrat:400,700',
  12818.                                 => 'font-awesome::/css/font-awesome.min.css',
  12819.                             ],
  12820.                         ],
  12821.                         => [
  12822.                             'group' => NULL,
  12823.                             'priority' => NULL,
  12824.                             'sources' => [
  12825.                             ],
  12826.                         ],
  12827.                     ],
  12828.                     'widget_restrictions' => [
  12829.                         => 'Blank',
  12830.                     ],
  12831.                     'key' => 'Fallhaven',
  12832.                     'layouts' => [
  12833.                         'DefaultOuter' => [
  12834.                             'name' => 'Fallhaven Default Outer',
  12835.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  12836.                             'regions' => [
  12837.                                 'content' => [
  12838.                                     'allow' => [
  12839.                                     ],
  12840.                                     'contents' => [
  12841.                                         => [
  12842.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12843.                                             'key' => 'content',
  12844.                                         ],
  12845.                                     ],
  12846.                                     'key' => 'content',
  12847.                                 ],
  12848.                                 'alert_bar' => [
  12849.                                     'allow' => [
  12850.                                         => 'AlertBanner',
  12851.                                     ],
  12852.                                     'contents' => [
  12853.                                         => [
  12854.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  12855.                                             'id' => 10814,
  12856.                                             'limit' => 5,
  12857.                                         ],
  12858.                                     ],
  12859.                                     'key' => 'alert_bar',
  12860.                                 ],
  12861.                                 'header_top' => [
  12862.                                     'allow' => [
  12863.                                         => 'Html',
  12864.                                     ],
  12865.                                     'contents' => [
  12866.                                         => [
  12867.                                             '__fqcn__' => 'widgets/Html/Html',
  12868.                                             'content' => '[header top]'."\n".'',
  12869.                                         ],
  12870.                                     ],
  12871.                                     'key' => 'header_top',
  12872.                                 ],
  12873.                                 'header_main' => [
  12874.                                     'allow' => [
  12875.                                         => 'Html',
  12876.                                     ],
  12877.                                     'contents' => [
  12878.                                         => [
  12879.                                             '__fqcn__' => 'widgets/Html/Html',
  12880.                                             'content' => '[header main]'."\n".'',
  12881.                                         ],
  12882.                                     ],
  12883.                                     'key' => 'header_main',
  12884.                                 ],
  12885.                                 'header_logo' => [
  12886.                                     'allow' => [
  12887.                                         => 'Html',
  12888.                                     ],
  12889.                                     'contents' => [
  12890.                                         => [
  12891.                                             '__fqcn__' => 'widgets/Html/Html',
  12892.                                             'content' => '<a href="/">'."\n".'    <img src="http://app.campussuite.com/themes/Fallhaven/images/logo.png" alt="" />'."\n".'</a>'."\n".'',
  12893.                                         ],
  12894.                                     ],
  12895.                                     'key' => 'header_logo',
  12896.                                 ],
  12897.                                 'header_logo_small' => [
  12898.                                     'allow' => [
  12899.                                         => 'Html',
  12900.                                     ],
  12901.                                     'contents' => [
  12902.                                         => [
  12903.                                             '__fqcn__' => 'widgets/Html/Html',
  12904.                                             'content' => '<a href="/">'."\n".'    <img src="http://app.campussuite.com/themes/Fallhaven/images/logo.png" alt="" />'."\n".'</a>'."\n".'',
  12905.                                         ],
  12906.                                     ],
  12907.                                     'key' => 'header_logo_small',
  12908.                                 ],
  12909.                                 'header_menu' => [
  12910.                                     'allow' => [
  12911.                                     ],
  12912.                                     'contents' => [
  12913.                                         => [
  12914.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  12915.                                             'items' => [
  12916.                                                 => [
  12917.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12918.                                                     'text' => 'About',
  12919.                                                     'link' => '/district',
  12920.                                                 ],
  12921.                                                 => [
  12922.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12923.                                                     'text' => 'Schools',
  12924.                                                     'link' => '/schools',
  12925.                                                 ],
  12926.                                                 => [
  12927.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12928.                                                     'text' => 'Parent/Students',
  12929.                                                     'link' => '/parents-students',
  12930.                                                 ],
  12931.                                                 => [
  12932.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12933.                                                     'text' => 'Departments',
  12934.                                                     'link' => '/departments',
  12935.                                                 ],
  12936.                                                 => [
  12937.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12938.                                                     'text' => 'Athletics',
  12939.                                                     'link' => '/athletics',
  12940.                                                 ],
  12941.                                                 => [
  12942.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12943.                                                     'text' => 'Board of Education',
  12944.                                                     'link' => '/board-of-education',
  12945.                                                 ],
  12946.                                                 => [
  12947.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  12948.                                                     'text' => 'Community',
  12949.                                                     'link' => '/community-links',
  12950.                                                 ],
  12951.                                             ],
  12952.                                         ],
  12953.                                     ],
  12954.                                     'key' => 'header_menu',
  12955.                                 ],
  12956.                                 'footer_main' => [
  12957.                                     'allow' => [
  12958.                                         => 'Html',
  12959.                                     ],
  12960.                                     'contents' => [
  12961.                                         => [
  12962.                                             '__fqcn__' => 'widgets/Html/Html',
  12963.                                             'content' => '[footer main]'."\n".'',
  12964.                                         ],
  12965.                                     ],
  12966.                                     'key' => 'footer_main',
  12967.                                 ],
  12968.                                 'footer_bottom' => [
  12969.                                     'allow' => [
  12970.                                         => 'Html',
  12971.                                     ],
  12972.                                     'contents' => [
  12973.                                         => [
  12974.                                             '__fqcn__' => 'widgets/Html/Html',
  12975.                                             'content' => '[footer bottom]'."\n".'',
  12976.                                         ],
  12977.                                     ],
  12978.                                     'key' => 'footer_bottom',
  12979.                                 ],
  12980.                             ],
  12981.                             'key' => 'DefaultOuter',
  12982.                         ],
  12983.                         'Home' => [
  12984.                             'name' => 'Outer Home',
  12985.                             'description' => 'A temporary home page outer template for Fallhaven demo.'."\n".'',
  12986.                             'regions' => [
  12987.                                 'content' => [
  12988.                                     'allow' => [
  12989.                                     ],
  12990.                                     'contents' => [
  12991.                                         => [
  12992.                                             '__fqcn__' => 'widgets/Zone/Zone',
  12993.                                             'key' => 'content',
  12994.                                         ],
  12995.                                     ],
  12996.                                     'key' => 'content',
  12997.                                 ],
  12998.                                 'alert_bar' => [
  12999.                                     'allow' => [
  13000.                                         => 'AlertBanner',
  13001.                                     ],
  13002.                                     'contents' => [
  13003.                                         => [
  13004.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  13005.                                             'id' => 10814,
  13006.                                             'limit' => 5,
  13007.                                         ],
  13008.                                     ],
  13009.                                     'key' => 'alert_bar',
  13010.                                 ],
  13011.                                 'header_contact' => [
  13012.                                     'allow' => [
  13013.                                         => 'Html',
  13014.                                     ],
  13015.                                     'contents' => [
  13016.                                         => [
  13017.                                             '__fqcn__' => 'widgets/Html/Html',
  13018.                                             'content' => '<p>Call us at 800.123.4567</p>'."\n".'',
  13019.                                         ],
  13020.                                     ],
  13021.                                     'key' => 'header_contact',
  13022.                                 ],
  13023.                                 'header_utilities' => [
  13024.                                     'allow' => [
  13025.                                         => 'Html',
  13026.                                     ],
  13027.                                     'contents' => [
  13028.                                         => [
  13029.                                             '__fqcn__' => 'widgets/Html/Html',
  13030.                                             'content' => '<ul class="cs-util-btns">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  13031.                                         ],
  13032.                                     ],
  13033.                                     'key' => 'header_utilities',
  13034.                                 ],
  13035.                                 'header_social' => [
  13036.                                     'allow' => [
  13037.                                         => 'Html',
  13038.                                     ],
  13039.                                     'contents' => [
  13040.                                         => [
  13041.                                             '__fqcn__' => 'widgets/Html/Html',
  13042.                                             '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".'',
  13043.                                         ],
  13044.                                     ],
  13045.                                     'key' => 'header_social',
  13046.                                 ],
  13047.                                 'header_logo' => [
  13048.                                     'allow' => [
  13049.                                         => 'Html',
  13050.                                     ],
  13051.                                     'contents' => [
  13052.                                         => [
  13053.                                             '__fqcn__' => 'widgets/Html/Html',
  13054.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/public/Fallhaven/images/logo.png" alt="Fallhaven">'."\n".'</a>'."\n".'',
  13055.                                         ],
  13056.                                     ],
  13057.                                     'key' => 'header_logo',
  13058.                                 ],
  13059.                                 'header_menu' => [
  13060.                                     'allow' => [
  13061.                                         => 'Html',
  13062.                                     ],
  13063.                                     'contents' => [
  13064.                                         => [
  13065.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  13066.                                             'items' => [
  13067.                                                 => [
  13068.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13069.                                                     'text' => 'About',
  13070.                                                     'link' => '/about',
  13071.                                                     'alignment' => 'left',
  13072.                                                     'items' => [
  13073.                                                         => [
  13074.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13075.                                                             'text' => 'History',
  13076.                                                             'link' => '/about/history',
  13077.                                                             'icon' => NULL,
  13078.                                                         ],
  13079.                                                         => [
  13080.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13081.                                                             'text' => 'Mission',
  13082.                                                             'link' => '/about/mission',
  13083.                                                             'icon' => NULL,
  13084.                                                         ],
  13085.                                                         => [
  13086.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13087.                                                             'text' => 'Superintendent\'s Message',
  13088.                                                             'link' => '/about/superintendents-welcome',
  13089.                                                             'icon' => NULL,
  13090.                                                         ],
  13091.                                                         => [
  13092.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13093.                                                             'text' => 'Strategic Plan',
  13094.                                                             'link' => '/about/strategic-plan',
  13095.                                                             'icon' => NULL,
  13096.                                                         ],
  13097.                                                         => [
  13098.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13099.                                                             'text' => 'District News',
  13100.                                                             'link' => '/about/news',
  13101.                                                             'icon' => NULL,
  13102.                                                         ],
  13103.                                                         => [
  13104.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13105.                                                             'text' => 'District Calendar',
  13106.                                                             'link' => '/about/events',
  13107.                                                             'icon' => NULL,
  13108.                                                         ],
  13109.                                                         => [
  13110.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13111.                                                             'text' => 'Meet the Teachers',
  13112.                                                             'link' => '/about/people',
  13113.                                                             'icon' => NULL,
  13114.                                                         ],
  13115.                                                         => [
  13116.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13117.                                                             'text' => 'Handbook',
  13118.                                                             'link' => '/about/handbook',
  13119.                                                             'icon' => NULL,
  13120.                                                         ],
  13121.                                                         => [
  13122.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13123.                                                             'text' => 'Enrollment',
  13124.                                                             'link' => '/about/enrollment',
  13125.                                                             'icon' => NULL,
  13126.                                                         ],
  13127.                                                         => [
  13128.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13129.                                                             'text' => 'FAQs',
  13130.                                                             'link' => '/about/faqs',
  13131.                                                             'icon' => NULL,
  13132.                                                         ],
  13133.                                                         10 => [
  13134.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13135.                                                             'text' => 'Contact',
  13136.                                                             'link' => '/about/contact',
  13137.                                                             'icon' => NULL,
  13138.                                                         ],
  13139.                                                     ],
  13140.                                                 ],
  13141.                                                 => [
  13142.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13143.                                                     'text' => 'Board of Education',
  13144.                                                     'link' => '/boe/',
  13145.                                                     'alignment' => 'left',
  13146.                                                     'items' => [
  13147.                                                         => [
  13148.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13149.                                                             'text' => 'Meet the Board',
  13150.                                                             'link' => '/boe/people',
  13151.                                                             'icon' => NULL,
  13152.                                                         ],
  13153.                                                         => [
  13154.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13155.                                                             'text' => 'Meeting Schedule',
  13156.                                                             'link' => '/boe/events',
  13157.                                                             'icon' => NULL,
  13158.                                                         ],
  13159.                                                         => [
  13160.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13161.                                                             'text' => 'Policies',
  13162.                                                             'link' => '/boe/policies',
  13163.                                                             'icon' => NULL,
  13164.                                                         ],
  13165.                                                         => [
  13166.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13167.                                                             'text' => 'Strategic Plan',
  13168.                                                             'link' => '/boe/strategic-plan',
  13169.                                                             'icon' => NULL,
  13170.                                                         ],
  13171.                                                     ],
  13172.                                                 ],
  13173.                                                 => [
  13174.                                                     '__fqcn__' => 'widgets/MegaMenu/MegaItem',
  13175.                                                     'text' => 'Our Schools',
  13176.                                                     'link' => '/schools',
  13177.                                                     '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".'',
  13178.                                                 ],
  13179.                                                 => [
  13180.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13181.                                                     'text' => 'Students',
  13182.                                                     'link' => '/students',
  13183.                                                 ],
  13184.                                                 => [
  13185.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13186.                                                     'text' => 'Parents',
  13187.                                                     'link' => '/parents',
  13188.                                                 ],
  13189.                                                 => [
  13190.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13191.                                                     'text' => 'Staff',
  13192.                                                     'link' => '/staff',
  13193.                                                 ],
  13194.                                                 => [
  13195.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13196.                                                     'text' => 'Community',
  13197.                                                     'link' => '/community',
  13198.                                                 ],
  13199.                                             ],
  13200.                                         ],
  13201.                                     ],
  13202.                                     'key' => 'header_menu',
  13203.                                 ],
  13204.                                 'home_slider' => [
  13205.                                     'allow' => [
  13206.                                         => 'OwlSlider',
  13207.                                     ],
  13208.                                     'contents' => [
  13209.                                         => [
  13210.                                             '__fqcn__' => 'widgets/OwlSlider/OwlSlider',
  13211.                                             'autoStart' => true,
  13212.                                             'delay' => 5,
  13213.                                             'slides' => [
  13214.                                                 => [
  13215.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13216.                                                     'title' => 'Slide One',
  13217.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13218.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13219.                                                     'alignment' => 'left',
  13220.                                                 ],
  13221.                                                 => [
  13222.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13223.                                                     'title' => 'Slide Two',
  13224.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13225.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13226.                                                     'alignment' => 'left',
  13227.                                                 ],
  13228.                                                 => [
  13229.                                                     '__fqcn__' => 'widgets/OwlSlider/Slide',
  13230.                                                     'title' => 'Slide Three',
  13231.                                                     'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis enim velit. Quisque sit amet sapien sed urna sollicitudin.',
  13232.                                                     'url' => 'https://via.placeholder.com/1200x450/dddddd/cccccc',
  13233.                                                     'alignment' => 'left',
  13234.                                                 ],
  13235.                                             ],
  13236.                                         ],
  13237.                                     ],
  13238.                                     'key' => 'home_slider',
  13239.                                 ],
  13240.                                 'home_news_list' => [
  13241.                                     'allow' => [
  13242.                                         => 'ModuleNewsListGrid',
  13243.                                     ],
  13244.                                     'contents' => [
  13245.                                         => [
  13246.                                             '__fqcn__' => 'widgets/ModuleNewsListGrid/ModuleNewsListGrid',
  13247.                                             'id' => 10814,
  13248.                                             'limit' => 3,
  13249.                                             'heading' => 'District News',
  13250.                                             'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
  13251.                                             'linkText' => 'View All News',
  13252.                                             'showSubscribe' => false,
  13253.                                             'gridSize' => 3,
  13254.                                         ],
  13255.                                     ],
  13256.                                     'key' => 'home_news_list',
  13257.                                 ],
  13258.                                 'home_blog_list' => [
  13259.                                     'allow' => [
  13260.                                         => 'ModuleNewsListGrid',
  13261.                                     ],
  13262.                                     'contents' => [
  13263.                                         => [
  13264.                                             '__fqcn__' => 'widgets/ModuleNewsListGrid/ModuleNewsListGrid',
  13265.                                             'id' => 10814,
  13266.                                             'limit' => 3,
  13267.                                             'heading' => 'District Blog',
  13268.                                             'description' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
  13269.                                             'linkText' => 'View All Posts',
  13270.                                             'showSubscribe' => false,
  13271.                                             'gridSize' => 3,
  13272.                                         ],
  13273.                                     ],
  13274.                                     'key' => 'home_blog_list',
  13275.                                 ],
  13276.                                 'home_tabs' => [
  13277.                                     'allow' => [
  13278.                                         => 'Tabs',
  13279.                                     ],
  13280.                                     'contents' => [
  13281.                                         => [
  13282.                                             '__fqcn__' => 'widgets/Tabs/Tabs',
  13283.                                             'helper' => 'secondary',
  13284.                                             'tabs' => [
  13285.                                                 => [
  13286.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13287.                                                     'title' => 'Parents',
  13288.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13289.                                                 ],
  13290.                                                 => [
  13291.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13292.                                                     'title' => 'Students',
  13293.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13294.                                                 ],
  13295.                                                 => [
  13296.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13297.                                                     'title' => 'Community',
  13298.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13299.                                                 ],
  13300.                                                 => [
  13301.                                                     '__fqcn__' => 'widgets/Tabs/Panel',
  13302.                                                     'title' => 'Staff',
  13303.                                                     'content' => '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13304.                                                 ],
  13305.                                             ],
  13306.                                         ],
  13307.                                     ],
  13308.                                     'key' => 'home_tabs',
  13309.                                 ],
  13310.                                 'home_quicklinks' => [
  13311.                                     'allow' => [
  13312.                                         => 'Html',
  13313.                                     ],
  13314.                                     'contents' => [
  13315.                                         => [
  13316.                                             '__fqcn__' => 'widgets/Html/Html',
  13317.                                             '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".'',
  13318.                                         ],
  13319.                                     ],
  13320.                                     'key' => 'home_quicklinks',
  13321.                                 ],
  13322.                                 'footer_top' => [
  13323.                                     'allow' => [
  13324.                                         => 'Row',
  13325.                                     ],
  13326.                                     'contents' => [
  13327.                                         => [
  13328.                                             '__fqcn__' => 'widgets/Row/Row',
  13329.                                             'columns' => [
  13330.                                                 => [
  13331.                                                     '__fqcn__' => 'widgets/Row/Column',
  13332.                                                     'numerator' => 1,
  13333.                                                     'denominator' => 1,
  13334.                                                     'children' => [
  13335.                                                         => [
  13336.                                                             '__fqcn__' => 'widgets/Html/Html',
  13337.                                                             '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".'',
  13338.                                                         ],
  13339.                                                     ],
  13340.                                                 ],
  13341.                                             ],
  13342.                                         ],
  13343.                                     ],
  13344.                                     'key' => 'footer_top',
  13345.                                 ],
  13346.                                 'footer_links' => [
  13347.                                     'allow' => [
  13348.                                         => 'Row',
  13349.                                     ],
  13350.                                     'contents' => [
  13351.                                         => [
  13352.                                             '__fqcn__' => 'widgets/Row/Row',
  13353.                                             'columns' => [
  13354.                                                 => [
  13355.                                                     '__fqcn__' => 'widgets/Row/Column',
  13356.                                                     'numerator' => 1,
  13357.                                                     'denominator' => 3,
  13358.                                                     'children' => [
  13359.                                                         => [
  13360.                                                             '__fqcn__' => 'widgets/Html/Html',
  13361.                                                             '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".'',
  13362.                                                         ],
  13363.                                                     ],
  13364.                                                 ],
  13365.                                                 => [
  13366.                                                     '__fqcn__' => 'widgets/Row/Column',
  13367.                                                     'numerator' => 1,
  13368.                                                     'denominator' => 3,
  13369.                                                     'children' => [
  13370.                                                         => [
  13371.                                                             '__fqcn__' => 'widgets/Html/Html',
  13372.                                                             '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".'',
  13373.                                                         ],
  13374.                                                     ],
  13375.                                                 ],
  13376.                                                 => [
  13377.                                                     '__fqcn__' => 'widgets/Row/Column',
  13378.                                                     'numerator' => 1,
  13379.                                                     'denominator' => 3,
  13380.                                                     'children' => [
  13381.                                                         => [
  13382.                                                             '__fqcn__' => 'widgets/Html/Html',
  13383.                                                             '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".'',
  13384.                                                         ],
  13385.                                                     ],
  13386.                                                 ],
  13387.                                             ],
  13388.                                         ],
  13389.                                     ],
  13390.                                     'key' => 'footer_links',
  13391.                                 ],
  13392.                                 'footer_contact' => [
  13393.                                     'allow' => [
  13394.                                         => 'Html',
  13395.                                     ],
  13396.                                     'contents' => [
  13397.                                         => [
  13398.                                             '__fqcn__' => 'widgets/Html/Html',
  13399.                                             '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".'',
  13400.                                         ],
  13401.                                     ],
  13402.                                     'key' => 'footer_contact',
  13403.                                 ],
  13404.                             ],
  13405.                             'key' => 'Home',
  13406.                         ],
  13407.                         'Secondary' => [
  13408.                             'name' => 'Outer Default Secondary',
  13409.                             '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".'',
  13410.                             'regions' => [
  13411.                                 'content' => [
  13412.                                     'allow' => [
  13413.                                     ],
  13414.                                     'contents' => [
  13415.                                         => [
  13416.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13417.                                             'key' => 'content',
  13418.                                         ],
  13419.                                     ],
  13420.                                     'key' => 'content',
  13421.                                 ],
  13422.                                 'alert_bar' => [
  13423.                                     'allow' => [
  13424.                                         => 'AlertBanner',
  13425.                                     ],
  13426.                                     'contents' => [
  13427.                                         => [
  13428.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  13429.                                             'id' => 10814,
  13430.                                             'limit' => 5,
  13431.                                         ],
  13432.                                     ],
  13433.                                     'key' => 'alert_bar',
  13434.                                 ],
  13435.                                 'header_contact' => [
  13436.                                     'allow' => [
  13437.                                         => 'Html',
  13438.                                     ],
  13439.                                     'contents' => [
  13440.                                         => [
  13441.                                             '__fqcn__' => 'widgets/Html/Html',
  13442.                                             'content' => '<p>Call us at 800.123.4567</p>'."\n".'',
  13443.                                         ],
  13444.                                     ],
  13445.                                     'key' => 'header_contact',
  13446.                                 ],
  13447.                                 'header_utilities' => [
  13448.                                     'allow' => [
  13449.                                         => 'Html',
  13450.                                     ],
  13451.                                     'contents' => [
  13452.                                         => [
  13453.                                             '__fqcn__' => 'widgets/Html/Html',
  13454.                                             'content' => '<ul class="cs-util-btns">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  13455.                                         ],
  13456.                                     ],
  13457.                                     'key' => 'header_utilities',
  13458.                                 ],
  13459.                                 'header_social' => [
  13460.                                     'allow' => [
  13461.                                         => 'Html',
  13462.                                     ],
  13463.                                     'contents' => [
  13464.                                         => [
  13465.                                             '__fqcn__' => 'widgets/Html/Html',
  13466.                                             '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".'',
  13467.                                         ],
  13468.                                     ],
  13469.                                     'key' => 'header_social',
  13470.                                 ],
  13471.                                 'header_logo' => [
  13472.                                     'allow' => [
  13473.                                         => 'Html',
  13474.                                     ],
  13475.                                     'contents' => [
  13476.                                         => [
  13477.                                             '__fqcn__' => 'widgets/Html/Html',
  13478.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/public/Fallhaven/images/logo.png" alt="Fallhaven">'."\n".'</a>'."\n".'',
  13479.                                         ],
  13480.                                     ],
  13481.                                     'key' => 'header_logo',
  13482.                                 ],
  13483.                                 'header_menu' => [
  13484.                                     'allow' => [
  13485.                                         => 'Html',
  13486.                                     ],
  13487.                                     'contents' => [
  13488.                                         => [
  13489.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  13490.                                             'items' => [
  13491.                                                 => [
  13492.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13493.                                                     'text' => 'About',
  13494.                                                     'link' => '/about',
  13495.                                                     'alignment' => 'left',
  13496.                                                     'items' => [
  13497.                                                         => [
  13498.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13499.                                                             'text' => 'History',
  13500.                                                             'link' => '/about/history',
  13501.                                                             'icon' => NULL,
  13502.                                                         ],
  13503.                                                         => [
  13504.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13505.                                                             'text' => 'Mission',
  13506.                                                             'link' => '/about/mission',
  13507.                                                             'icon' => NULL,
  13508.                                                         ],
  13509.                                                         => [
  13510.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13511.                                                             'text' => 'Superintendent\'s Message',
  13512.                                                             'link' => '/about/superintendents-welcome',
  13513.                                                             'icon' => NULL,
  13514.                                                         ],
  13515.                                                         => [
  13516.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13517.                                                             'text' => 'Strategic Plan',
  13518.                                                             'link' => '/about/strategic-plan',
  13519.                                                             'icon' => NULL,
  13520.                                                         ],
  13521.                                                         => [
  13522.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13523.                                                             'text' => 'District News',
  13524.                                                             'link' => '/about/news',
  13525.                                                             'icon' => NULL,
  13526.                                                         ],
  13527.                                                         => [
  13528.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13529.                                                             'text' => 'District Calendar',
  13530.                                                             'link' => '/about/events',
  13531.                                                             'icon' => NULL,
  13532.                                                         ],
  13533.                                                         => [
  13534.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13535.                                                             'text' => 'Meet the Teachers',
  13536.                                                             'link' => '/about/people',
  13537.                                                             'icon' => NULL,
  13538.                                                         ],
  13539.                                                         => [
  13540.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13541.                                                             'text' => 'Handbook',
  13542.                                                             'link' => '/about/handbook',
  13543.                                                             'icon' => NULL,
  13544.                                                         ],
  13545.                                                         => [
  13546.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13547.                                                             'text' => 'Enrollment',
  13548.                                                             'link' => '/about/enrollment',
  13549.                                                             'icon' => NULL,
  13550.                                                         ],
  13551.                                                         => [
  13552.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13553.                                                             'text' => 'FAQs',
  13554.                                                             'link' => '/about/faqs',
  13555.                                                             'icon' => NULL,
  13556.                                                         ],
  13557.                                                         10 => [
  13558.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13559.                                                             'text' => 'Contact',
  13560.                                                             'link' => '/about/contact',
  13561.                                                             'icon' => NULL,
  13562.                                                         ],
  13563.                                                     ],
  13564.                                                 ],
  13565.                                                 => [
  13566.                                                     '__fqcn__' => 'widgets/MegaMenu/DropdownItem',
  13567.                                                     'text' => 'Board of Education',
  13568.                                                     'link' => '/boe/',
  13569.                                                     'alignment' => 'left',
  13570.                                                     'items' => [
  13571.                                                         => [
  13572.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13573.                                                             'text' => 'Meet the Board',
  13574.                                                             'link' => '/boe/people',
  13575.                                                             'icon' => NULL,
  13576.                                                         ],
  13577.                                                         => [
  13578.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13579.                                                             'text' => 'Meeting Schedule',
  13580.                                                             'link' => '/boe/events',
  13581.                                                             'icon' => NULL,
  13582.                                                         ],
  13583.                                                         => [
  13584.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13585.                                                             'text' => 'Policies',
  13586.                                                             'link' => '/boe/policies',
  13587.                                                             'icon' => NULL,
  13588.                                                         ],
  13589.                                                         => [
  13590.                                                             '__fqcn__' => 'widgets/MegaMenu/DropdownItemItem',
  13591.                                                             'text' => 'Strategic Plan',
  13592.                                                             'link' => '/boe/strategic-plan',
  13593.                                                             'icon' => NULL,
  13594.                                                         ],
  13595.                                                     ],
  13596.                                                 ],
  13597.                                                 => [
  13598.                                                     '__fqcn__' => 'widgets/MegaMenu/MegaItem',
  13599.                                                     'text' => 'Our Schools',
  13600.                                                     'link' => '/schools',
  13601.                                                     '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".'',
  13602.                                                 ],
  13603.                                                 => [
  13604.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13605.                                                     'text' => 'Students',
  13606.                                                     'link' => '/students',
  13607.                                                 ],
  13608.                                                 => [
  13609.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13610.                                                     'text' => 'Parents',
  13611.                                                     'link' => '/parents',
  13612.                                                 ],
  13613.                                                 => [
  13614.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13615.                                                     'text' => 'Staff',
  13616.                                                     'link' => '/staff',
  13617.                                                 ],
  13618.                                                 => [
  13619.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  13620.                                                     'text' => 'Community',
  13621.                                                     'link' => '/community',
  13622.                                                 ],
  13623.                                             ],
  13624.                                         ],
  13625.                                     ],
  13626.                                     'key' => 'header_menu',
  13627.                                 ],
  13628.                                 'aside_menu' => [
  13629.                                     'allow' => [
  13630.                                         => 'Html',
  13631.                                     ],
  13632.                                     'contents' => [
  13633.                                         => [
  13634.                                             '__fqcn__' => 'widgets/Html/Html',
  13635.                                             'content' => '<p>[ Replace once side menu is available ]</p>'."\n".'',
  13636.                                         ],
  13637.                                     ],
  13638.                                     'key' => 'aside_menu',
  13639.                                 ],
  13640.                                 'aside_content' => [
  13641.                                     'allow' => [
  13642.                                         => 'Html',
  13643.                                     ],
  13644.                                     'contents' => [
  13645.                                         => [
  13646.                                             '__fqcn__' => 'widgets/Html/Html',
  13647.                                             'content' => '<h3>About Fallhaven</h3>'."\n".'<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam dapibus lacinia odio quis sollicitudin.</p>'."\n".'',
  13648.                                         ],
  13649.                                     ],
  13650.                                     'key' => 'aside_content',
  13651.                                 ],
  13652.                                 'aside_content_btn' => [
  13653.                                     'allow' => [
  13654.                                         => 'Button',
  13655.                                     ],
  13656.                                     'contents' => [
  13657.                                         => [
  13658.                                             '__fqcn__' => 'widgets/Button/Button',
  13659.                                             'text' => 'Learn More',
  13660.                                             'linkLocal' => '/about',
  13661.                                             'linkExternal' => 'http://www.google.com/',
  13662.                                             'useExternal' => false,
  13663.                                             'target' => '_blank',
  13664.                                             'style' => 'round',
  13665.                                             'size' => 'lg',
  13666.                                             'color' => 'success',
  13667.                                             'icon' => NULL,
  13668.                                             'alignment' => 'center',
  13669.                                             'fullWidth' => false,
  13670.                                             'title' => 'More about Fallhaven',
  13671.                                         ],
  13672.                                     ],
  13673.                                     'key' => 'aside_content_btn',
  13674.                                 ],
  13675.                                 'footer_top' => [
  13676.                                     'allow' => [
  13677.                                         => 'Row',
  13678.                                     ],
  13679.                                     'contents' => [
  13680.                                         => [
  13681.                                             '__fqcn__' => 'widgets/Row/Row',
  13682.                                             'columns' => [
  13683.                                                 => [
  13684.                                                     '__fqcn__' => 'widgets/Row/Column',
  13685.                                                     'numerator' => 1,
  13686.                                                     'denominator' => 1,
  13687.                                                     'children' => [
  13688.                                                         => [
  13689.                                                             '__fqcn__' => 'widgets/Html/Html',
  13690.                                                             '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".'',
  13691.                                                         ],
  13692.                                                     ],
  13693.                                                 ],
  13694.                                             ],
  13695.                                         ],
  13696.                                     ],
  13697.                                     'key' => 'footer_top',
  13698.                                 ],
  13699.                                 'footer_links' => [
  13700.                                     'allow' => [
  13701.                                         => 'Row',
  13702.                                     ],
  13703.                                     'contents' => [
  13704.                                         => [
  13705.                                             '__fqcn__' => 'widgets/Row/Row',
  13706.                                             'columns' => [
  13707.                                                 => [
  13708.                                                     '__fqcn__' => 'widgets/Row/Column',
  13709.                                                     'numerator' => 1,
  13710.                                                     'denominator' => 3,
  13711.                                                     'children' => [
  13712.                                                         => [
  13713.                                                             '__fqcn__' => 'widgets/Html/Html',
  13714.                                                             '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".'',
  13715.                                                         ],
  13716.                                                     ],
  13717.                                                 ],
  13718.                                                 => [
  13719.                                                     '__fqcn__' => 'widgets/Row/Column',
  13720.                                                     'numerator' => 1,
  13721.                                                     'denominator' => 3,
  13722.                                                     'children' => [
  13723.                                                         => [
  13724.                                                             '__fqcn__' => 'widgets/Html/Html',
  13725.                                                             '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".'',
  13726.                                                         ],
  13727.                                                     ],
  13728.                                                 ],
  13729.                                                 => [
  13730.                                                     '__fqcn__' => 'widgets/Row/Column',
  13731.                                                     'numerator' => 1,
  13732.                                                     'denominator' => 3,
  13733.                                                     'children' => [
  13734.                                                         => [
  13735.                                                             '__fqcn__' => 'widgets/Html/Html',
  13736.                                                             '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".'',
  13737.                                                         ],
  13738.                                                     ],
  13739.                                                 ],
  13740.                                             ],
  13741.                                         ],
  13742.                                     ],
  13743.                                     'key' => 'footer_links',
  13744.                                 ],
  13745.                                 'footer_contact' => [
  13746.                                     'allow' => [
  13747.                                         => 'Html',
  13748.                                     ],
  13749.                                     'contents' => [
  13750.                                         => [
  13751.                                             '__fqcn__' => 'widgets/Html/Html',
  13752.                                             '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".'',
  13753.                                         ],
  13754.                                     ],
  13755.                                     'key' => 'footer_contact',
  13756.                                 ],
  13757.                             ],
  13758.                             'key' => 'Secondary',
  13759.                         ],
  13760.                     ],
  13761.                 ],
  13762.                 'FirstClass' => [
  13763.                     'name' => 'First Class',
  13764.                     'description' => '<p>The First Class design style.</p>'."\n".'',
  13765.                     'framework' => 'bootstrap',
  13766.                     'framework_version' => '3.4.1',
  13767.                     'language' => NULL,
  13768.                     'base' => 'Campussuite2015',
  13769.                     'tenants' => [
  13770.                     ],
  13771.                     'preview' => '/themes/FirstClass/images/preview.jpg',
  13772.                     'screenshots' => [
  13773.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  13774.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  13775.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  13776.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  13777.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  13778.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  13779.                     ],
  13780.                     'scripts' => [
  13781.                         => [
  13782.                             'group' => NULL,
  13783.                             'priority' => NULL,
  13784.                             'urls' => [
  13785.                                 => '/themes/FirstClass/scripts/package.js',
  13786.                             ],
  13787.                         ],
  13788.                     ],
  13789.                     'styles' => [
  13790.                         => [
  13791.                             'group' => 'fonts',
  13792.                             'priority' => NULL,
  13793.                             'urls' => [
  13794.                                 => 'font-awesome::/css/font-awesome.min.css',
  13795.                             ],
  13796.                         ],
  13797.                         => [
  13798.                             'group' => NULL,
  13799.                             'priority' => NULL,
  13800.                             'sources' => [
  13801.                             ],
  13802.                         ],
  13803.                     ],
  13804.                     'widget_restrictions' => [
  13805.                         => 'Blank',
  13806.                     ],
  13807.                     'key' => 'FirstClass',
  13808.                     'layouts' => [
  13809.                         'DefaultHomeOuter' => [
  13810.                             'name' => 'First Class Default Home Outer',
  13811.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  13812.                             'regions' => [
  13813.                                 'content' => [
  13814.                                     'allow' => [
  13815.                                     ],
  13816.                                     'contents' => [
  13817.                                         => [
  13818.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13819.                                             'key' => 'content',
  13820.                                         ],
  13821.                                     ],
  13822.                                     'key' => 'content',
  13823.                                 ],
  13824.                                 'header_contacts' => [
  13825.                                     'allow' => [
  13826.                                         => 'Html',
  13827.                                     ],
  13828.                                     'contents' => [
  13829.                                         => [
  13830.                                             '__fqcn__' => 'widgets/Html/Html',
  13831.                                             'content' => '[header contacts]'."\n".'',
  13832.                                         ],
  13833.                                     ],
  13834.                                     'key' => 'header_contacts',
  13835.                                 ],
  13836.                                 'header_search' => [
  13837.                                     'allow' => [
  13838.                                         => 'Html',
  13839.                                     ],
  13840.                                     'contents' => [
  13841.                                         => [
  13842.                                             '__fqcn__' => 'widgets/Html/Html',
  13843.                                             'content' => '[header search]'."\n".'',
  13844.                                         ],
  13845.                                     ],
  13846.                                     'key' => 'header_search',
  13847.                                 ],
  13848.                                 'header_search_drawer' => [
  13849.                                     'allow' => [
  13850.                                         => 'Html',
  13851.                                     ],
  13852.                                     'contents' => [
  13853.                                         => [
  13854.                                             '__fqcn__' => 'widgets/Html/Html',
  13855.                                             'content' => '[header search drawer]'."\n".'',
  13856.                                         ],
  13857.                                     ],
  13858.                                     'key' => 'header_search_drawer',
  13859.                                 ],
  13860.                                 'header_logo' => [
  13861.                                     'allow' => [
  13862.                                         => 'Html',
  13863.                                     ],
  13864.                                     'contents' => [
  13865.                                         => [
  13866.                                             '__fqcn__' => 'widgets/Html/Html',
  13867.                                             'content' => '[header logo]'."\n".'',
  13868.                                         ],
  13869.                                     ],
  13870.                                     'key' => 'header_logo',
  13871.                                 ],
  13872.                                 'header_main_menu' => [
  13873.                                     'allow' => [
  13874.                                         => 'Html',
  13875.                                     ],
  13876.                                     'contents' => [
  13877.                                         => [
  13878.                                             '__fqcn__' => 'widgets/Html/Html',
  13879.                                             'content' => '[header main menu]'."\n".'',
  13880.                                         ],
  13881.                                     ],
  13882.                                     'key' => 'header_main_menu',
  13883.                                 ],
  13884.                                 'home_feature_slider' => [
  13885.                                     'allow' => [
  13886.                                         => 'Html',
  13887.                                     ],
  13888.                                     'contents' => [
  13889.                                         => [
  13890.                                             '__fqcn__' => 'widgets/Html/Html',
  13891.                                             'content' => '[home feature slider]',
  13892.                                         ],
  13893.                                     ],
  13894.                                     'key' => 'home_feature_slider',
  13895.                                 ],
  13896.                             ],
  13897.                             'key' => 'DefaultHomeOuter',
  13898.                         ],
  13899.                         'DefaultOuter' => [
  13900.                             'name' => 'First Class Default Outer',
  13901.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  13902.                             'regions' => [
  13903.                                 'content' => [
  13904.                                     'allow' => [
  13905.                                     ],
  13906.                                     'contents' => [
  13907.                                         => [
  13908.                                             '__fqcn__' => 'widgets/Zone/Zone',
  13909.                                             'key' => 'content',
  13910.                                         ],
  13911.                                     ],
  13912.                                     'key' => 'content',
  13913.                                 ],
  13914.                                 'header_contacts' => [
  13915.                                     'allow' => [
  13916.                                         => 'Html',
  13917.                                     ],
  13918.                                     'contents' => [
  13919.                                         => [
  13920.                                             '__fqcn__' => 'widgets/Html/Html',
  13921.                                             'content' => '[header contacts]'."\n".'',
  13922.                                         ],
  13923.                                     ],
  13924.                                     'key' => 'header_contacts',
  13925.                                 ],
  13926.                                 'header_search' => [
  13927.                                     'allow' => [
  13928.                                         => 'Html',
  13929.                                     ],
  13930.                                     'contents' => [
  13931.                                         => [
  13932.                                             '__fqcn__' => 'widgets/Html/Html',
  13933.                                             'content' => '[header search]'."\n".'',
  13934.                                         ],
  13935.                                     ],
  13936.                                     'key' => 'header_search',
  13937.                                 ],
  13938.                                 'header_search_drawer' => [
  13939.                                     'allow' => [
  13940.                                         => 'Html',
  13941.                                     ],
  13942.                                     'contents' => [
  13943.                                         => [
  13944.                                             '__fqcn__' => 'widgets/Html/Html',
  13945.                                             'content' => '[header search drawer]'."\n".'',
  13946.                                         ],
  13947.                                     ],
  13948.                                     'key' => 'header_search_drawer',
  13949.                                 ],
  13950.                                 'header_logo' => [
  13951.                                     'allow' => [
  13952.                                         => 'Html',
  13953.                                     ],
  13954.                                     'contents' => [
  13955.                                         => [
  13956.                                             '__fqcn__' => 'widgets/Html/Html',
  13957.                                             'content' => '[header logo]'."\n".'',
  13958.                                         ],
  13959.                                     ],
  13960.                                     'key' => 'header_logo',
  13961.                                 ],
  13962.                                 'header_main_menu' => [
  13963.                                     'allow' => [
  13964.                                         => 'Html',
  13965.                                     ],
  13966.                                     'contents' => [
  13967.                                         => [
  13968.                                             '__fqcn__' => 'widgets/Html/Html',
  13969.                                             'content' => '[header main menu]',
  13970.                                         ],
  13971.                                     ],
  13972.                                     'key' => 'header_main_menu',
  13973.                                 ],
  13974.                             ],
  13975.                             'key' => 'DefaultOuter',
  13976.                         ],
  13977.                     ],
  13978.                 ],
  13979.                 'Graceland' => [
  13980.                     'name' => 'Graceland',
  13981.                     'description' => 'Graceland is a <strong>custom</strong> design style and not authorized for use on any site other than Graceland University.'."\n".'',
  13982.                     'framework' => 'bootstrap',
  13983.                     'framework_version' => '3.4.1',
  13984.                     'language' => NULL,
  13985.                     'base' => 'Campussuite2015',
  13986.                     'tenants' => [
  13987.                     ],
  13988.                     'preview' => '/themes/Graceland/images/preview.jpg',
  13989.                     'screenshots' => [
  13990.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  13991.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  13992.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  13993.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  13994.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  13995.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  13996.                     ],
  13997.                     'scripts' => [
  13998.                         => [
  13999.                             'group' => NULL,
  14000.                             'priority' => NULL,
  14001.                             'urls' => [
  14002.                                 => '/themes/Graceland/scripts/graceland.js',
  14003.                             ],
  14004.                         ],
  14005.                     ],
  14006.                     'styles' => [
  14007.                         => [
  14008.                             'group' => 'fonts',
  14009.                             'priority' => NULL,
  14010.                             'urls' => [
  14011.                                 => 'font-awesome::/css/font-awesome.min.css',
  14012.                             ],
  14013.                         ],
  14014.                         => [
  14015.                             'group' => NULL,
  14016.                             'priority' => NULL,
  14017.                             'sources' => [
  14018.                             ],
  14019.                         ],
  14020.                     ],
  14021.                     'widget_restrictions' => [
  14022.                         => 'Blank',
  14023.                     ],
  14024.                     'key' => 'Graceland',
  14025.                     'layouts' => [
  14026.                         'DefaultOuter' => [
  14027.                             'name' => 'Graceland Default Outer',
  14028.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14029.                             'regions' => [
  14030.                                 'content' => [
  14031.                                     'allow' => [
  14032.                                     ],
  14033.                                     'contents' => [
  14034.                                         => [
  14035.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14036.                                             'key' => 'content',
  14037.                                         ],
  14038.                                     ],
  14039.                                     'key' => 'content',
  14040.                                 ],
  14041.                                 'alert_bar' => [
  14042.                                     'allow' => [
  14043.                                         => 'AlertBanner',
  14044.                                     ],
  14045.                                     'contents' => [
  14046.                                         => [
  14047.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14048.                                             'id' => 10814,
  14049.                                             'limit' => 5,
  14050.                                         ],
  14051.                                     ],
  14052.                                     'key' => 'alert_bar',
  14053.                                 ],
  14054.                                 'header_logo' => [
  14055.                                     'allow' => [
  14056.                                         => 'Html',
  14057.                                     ],
  14058.                                     'contents' => [
  14059.                                         => [
  14060.                                             '__fqcn__' => 'widgets/Html/Html',
  14061.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14062.                                         ],
  14063.                                     ],
  14064.                                     'key' => 'header_logo',
  14065.                                 ],
  14066.                                 'header_logo_small' => [
  14067.                                     'allow' => [
  14068.                                         => 'Html',
  14069.                                     ],
  14070.                                     'contents' => [
  14071.                                         => [
  14072.                                             '__fqcn__' => 'widgets/Html/Html',
  14073.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14074.                                         ],
  14075.                                     ],
  14076.                                     'key' => 'header_logo_small',
  14077.                                 ],
  14078.                                 'header_menu' => [
  14079.                                     'allow' => [
  14080.                                         => 'Html',
  14081.                                     ],
  14082.                                     'contents' => [
  14083.                                         => [
  14084.                                             '__fqcn__' => 'widgets/Html/Html',
  14085.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14086.                                         ],
  14087.                                     ],
  14088.                                     'key' => 'header_menu',
  14089.                                 ],
  14090.                                 'footer_top' => [
  14091.                                     'allow' => [
  14092.                                         => 'Html',
  14093.                                     ],
  14094.                                     'contents' => [
  14095.                                         => [
  14096.                                             '__fqcn__' => 'widgets/Html/Html',
  14097.                                             'content' => '[ footer top section - block widget ]'."\n".'',
  14098.                                         ],
  14099.                                     ],
  14100.                                     'key' => 'footer_top',
  14101.                                 ],
  14102.                                 'footer_main' => [
  14103.                                     'allow' => [
  14104.                                         => 'Html',
  14105.                                     ],
  14106.                                     'contents' => [
  14107.                                         => [
  14108.                                             '__fqcn__' => 'widgets/Html/Html',
  14109.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14110.                                         ],
  14111.                                     ],
  14112.                                     'key' => 'footer_main',
  14113.                                 ],
  14114.                                 'footer_bottom' => [
  14115.                                     'allow' => [
  14116.                                         => 'Html',
  14117.                                     ],
  14118.                                     'contents' => [
  14119.                                         => [
  14120.                                             '__fqcn__' => 'widgets/Html/Html',
  14121.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14122.                                         ],
  14123.                                     ],
  14124.                                     'key' => 'footer_bottom',
  14125.                                 ],
  14126.                             ],
  14127.                             'key' => 'DefaultOuter',
  14128.                         ],
  14129.                     ],
  14130.                 ],
  14131.                 'Grayslake' => [
  14132.                     'name' => 'Grayslake',
  14133.                     '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".'',
  14134.                     'framework' => 'bootstrap',
  14135.                     'framework_version' => '3.4.1',
  14136.                     'language' => NULL,
  14137.                     'base' => 'Campussuite2015',
  14138.                     'tenants' => [
  14139.                     ],
  14140.                     'preview' => '/themes/Grayslake/images/preview.jpg',
  14141.                     'screenshots' => [
  14142.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14143.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14144.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14145.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14146.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14147.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14148.                     ],
  14149.                     'scripts' => [
  14150.                         => [
  14151.                             'group' => NULL,
  14152.                             'priority' => NULL,
  14153.                             'urls' => [
  14154.                                 => 'https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.runtime.min.js',
  14155.                                 => '/themes/Grayslake/scripts/instashow/jquery.instashow.min.js',
  14156.                                 => '/themes/Grayslake/scripts/grayslake.js',
  14157.                             ],
  14158.                         ],
  14159.                     ],
  14160.                     'styles' => [
  14161.                         => [
  14162.                             'group' => 'fonts',
  14163.                             'priority' => NULL,
  14164.                             'urls' => [
  14165.                                 => 'font-awesome::/css/font-awesome.min.css',
  14166.                                 => '/themes/Grayslake/scripts/instashow/jquery.instashow.min.css',
  14167.                             ],
  14168.                         ],
  14169.                         => [
  14170.                             'group' => NULL,
  14171.                             'priority' => NULL,
  14172.                             'sources' => [
  14173.                             ],
  14174.                         ],
  14175.                     ],
  14176.                     'widget_restrictions' => [
  14177.                         => 'Blank',
  14178.                     ],
  14179.                     'key' => 'Grayslake',
  14180.                     'layouts' => [
  14181.                         'DefaultOuter' => [
  14182.                             'name' => 'Grayslake Default Outer',
  14183.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14184.                             'regions' => [
  14185.                                 'content' => [
  14186.                                     'allow' => [
  14187.                                     ],
  14188.                                     'contents' => [
  14189.                                         => [
  14190.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14191.                                             'key' => 'content',
  14192.                                         ],
  14193.                                     ],
  14194.                                     'key' => 'content',
  14195.                                 ],
  14196.                                 'alert_bar' => [
  14197.                                     'allow' => [
  14198.                                     ],
  14199.                                     'contents' => [
  14200.                                         => [
  14201.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14202.                                             'id' => 10814,
  14203.                                             'limit' => 5,
  14204.                                         ],
  14205.                                     ],
  14206.                                     'key' => 'alert_bar',
  14207.                                 ],
  14208.                                 'header_logo' => [
  14209.                                     'allow' => [
  14210.                                     ],
  14211.                                     'contents' => [
  14212.                                         => [
  14213.                                             '__fqcn__' => 'widgets/Html/Html',
  14214.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Grayslake/images/grayslake-logo.png" alt="Grayslake">'."\n".'</a>'."\n".'',
  14215.                                         ],
  14216.                                     ],
  14217.                                     'key' => 'header_logo',
  14218.                                 ],
  14219.                                 'header_logo_small' => [
  14220.                                     'allow' => [
  14221.                                     ],
  14222.                                     'contents' => [
  14223.                                         => [
  14224.                                             '__fqcn__' => 'widgets/Html/Html',
  14225.                                             'content' => '<a href="/">'."\n".'    <img src="/themes/Grayslake/images/grayslake-logo-small.png" alt="Grayslake">'."\n".'</a>'."\n".'',
  14226.                                         ],
  14227.                                     ],
  14228.                                     'key' => 'header_logo_small',
  14229.                                 ],
  14230.                                 'header_utils' => [
  14231.                                     'allow' => [
  14232.                                     ],
  14233.                                     'contents' => [
  14234.                                         => [
  14235.                                             '__fqcn__' => 'widgets/Html/Html',
  14236.                                             'content' => '<ul>'."\n".'    <li><a href="#">Grayslake Central</a></li>'."\n".'    <li><a href="#">Grayslake North</a></li>'."\n".'</ul>'."\n".'',
  14237.                                         ],
  14238.                                     ],
  14239.                                     'key' => 'header_utils',
  14240.                                 ],
  14241.                                 'header_menu' => [
  14242.                                     'allow' => [
  14243.                                     ],
  14244.                                     'contents' => [
  14245.                                         => [
  14246.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  14247.                                             'items' => [
  14248.                                                 => [
  14249.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14250.                                                     'text' => 'About',
  14251.                                                     'link' => '/district',
  14252.                                                 ],
  14253.                                                 => [
  14254.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14255.                                                     'text' => 'Schools',
  14256.                                                     'link' => '/schools',
  14257.                                                 ],
  14258.                                                 => [
  14259.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14260.                                                     'text' => 'Parent/Students',
  14261.                                                     'link' => '/parents-students',
  14262.                                                 ],
  14263.                                                 => [
  14264.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14265.                                                     'text' => 'Departments',
  14266.                                                     'link' => '/departments',
  14267.                                                 ],
  14268.                                                 => [
  14269.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14270.                                                     'text' => 'Athletics',
  14271.                                                     'link' => '/athletics',
  14272.                                                 ],
  14273.                                                 => [
  14274.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14275.                                                     'text' => 'Board of Education',
  14276.                                                     'link' => '/board-of-education',
  14277.                                                 ],
  14278.                                                 => [
  14279.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  14280.                                                     'text' => 'Community',
  14281.                                                     'link' => '/community-links',
  14282.                                                 ],
  14283.                                             ],
  14284.                                         ],
  14285.                                     ],
  14286.                                     'key' => 'header_menu',
  14287.                                 ],
  14288.                                 'footer_top' => [
  14289.                                     'allow' => [
  14290.                                     ],
  14291.                                     'contents' => [
  14292.                                         => [
  14293.                                             '__fqcn__' => 'widgets/Block/Block',
  14294.                                             'type' => 'container',
  14295.                                             'children' => [
  14296.                                                 => [
  14297.                                                     '__fqcn__' => 'widgets/Row/Row',
  14298.                                                     'structure' => '1/1',
  14299.                                                     'columns' => [
  14300.                                                         => [
  14301.                                                             '__fqcn__' => 'widgets/Row/Column',
  14302.                                                             'children' => [
  14303.                                                                 => [
  14304.                                                                     '__fqcn__' => 'widgets/Html/Html',
  14305.                                                                     'content' => '<p>[quicklinks and social]</p>'."\n".'',
  14306.                                                                 ],
  14307.                                                             ],
  14308.                                                         ],
  14309.                                                     ],
  14310.                                                 ],
  14311.                                             ],
  14312.                                         ],
  14313.                                     ],
  14314.                                     'key' => 'footer_top',
  14315.                                 ],
  14316.                                 'footer_main' => [
  14317.                                     'allow' => [
  14318.                                     ],
  14319.                                     'contents' => [
  14320.                                         => [
  14321.                                             '__fqcn__' => 'widgets/Block/Block',
  14322.                                             'type' => 'container',
  14323.                                             'children' => [
  14324.                                                 => [
  14325.                                                     '__fqcn__' => 'widgets/Row/Row',
  14326.                                                     'structure' => '1/1',
  14327.                                                     'columns' => [
  14328.                                                         => [
  14329.                                                             '__fqcn__' => 'widgets/Row/Column',
  14330.                                                             'children' => [
  14331.                                                                 => [
  14332.                                                                     '__fqcn__' => 'widgets/Html/Html',
  14333.                                                                     'content' => '<p>[copy and logo]</p>'."\n".'',
  14334.                                                                 ],
  14335.                                                             ],
  14336.                                                         ],
  14337.                                                     ],
  14338.                                                 ],
  14339.                                             ],
  14340.                                         ],
  14341.                                     ],
  14342.                                     'key' => 'footer_main',
  14343.                                 ],
  14344.                             ],
  14345.                             'key' => 'DefaultOuter',
  14346.                         ],
  14347.                     ],
  14348.                 ],
  14349.                 'Kildeer' => [
  14350.                     'name' => 'Kildeer',
  14351.                     'description' => 'Kildeer is a <strong>custom</strong> design style and not authorized for use on any site other than KCSD96 websites.'."\n".'',
  14352.                     'framework' => 'bootstrap',
  14353.                     'framework_version' => '3.4.1',
  14354.                     'language' => NULL,
  14355.                     'base' => 'Campussuite2015',
  14356.                     'tenants' => [
  14357.                     ],
  14358.                     'preview' => '/themes/Kildeer/images/preview.jpg',
  14359.                     'screenshots' => [
  14360.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14361.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14362.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14363.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14364.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14365.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14366.                     ],
  14367.                     'scripts' => [
  14368.                         => [
  14369.                             'group' => NULL,
  14370.                             'priority' => NULL,
  14371.                             'urls' => [
  14372.                                 => '/themes/Kildeer/scripts/kildeer.js',
  14373.                             ],
  14374.                         ],
  14375.                     ],
  14376.                     'styles' => [
  14377.                         => [
  14378.                             'group' => 'fonts',
  14379.                             'priority' => NULL,
  14380.                             'urls' => [
  14381.                                 => 'font-awesome::/css/font-awesome.min.css',
  14382.                             ],
  14383.                         ],
  14384.                         => [
  14385.                             'group' => NULL,
  14386.                             'priority' => NULL,
  14387.                             'sources' => [
  14388.                             ],
  14389.                         ],
  14390.                     ],
  14391.                     'widget_restrictions' => [
  14392.                         => 'Blank',
  14393.                     ],
  14394.                     'key' => 'Kildeer',
  14395.                     'layouts' => [
  14396.                         'DefaultOuter' => [
  14397.                             'name' => 'Kildeer Default Outer',
  14398.                             'description' => 'The default outer template for the Kildeer template design. This template includes the standard header, an editable region and the default footer.'."\n".'',
  14399.                             'regions' => [
  14400.                                 'content' => [
  14401.                                     'allow' => [
  14402.                                     ],
  14403.                                     'contents' => [
  14404.                                         => [
  14405.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14406.                                             'key' => 'content',
  14407.                                         ],
  14408.                                     ],
  14409.                                     'key' => 'content',
  14410.                                 ],
  14411.                             ],
  14412.                             'key' => 'DefaultOuter',
  14413.                         ],
  14414.                     ],
  14415.                 ],
  14416.                 'Kirby' => [
  14417.                     'name' => 'Kirby',
  14418.                     'description' => 'Kirby is a <strong>custom</strong> design style and not authorized for use on any site other than KSD140 websites.'."\n".'',
  14419.                     'framework' => 'bootstrap',
  14420.                     'framework_version' => '3.4.1',
  14421.                     'language' => NULL,
  14422.                     'base' => 'Campussuite2015',
  14423.                     'tenants' => [
  14424.                     ],
  14425.                     'preview' => '/themes/Kirby/images/preview.jpg',
  14426.                     'screenshots' => [
  14427.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14428.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14429.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14430.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14431.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14432.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14433.                     ],
  14434.                     'scripts' => [
  14435.                         => [
  14436.                             'group' => NULL,
  14437.                             'priority' => NULL,
  14438.                             'urls' => [
  14439.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  14440.                                 => '/themes/Kirby/scripts/kirby.js',
  14441.                             ],
  14442.                         ],
  14443.                     ],
  14444.                     'styles' => [
  14445.                         => [
  14446.                             'group' => 'fonts',
  14447.                             'priority' => NULL,
  14448.                             'urls' => [
  14449.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  14450.                                 => 'font-awesome::/css/font-awesome.min.css',
  14451.                             ],
  14452.                         ],
  14453.                         => [
  14454.                             'group' => NULL,
  14455.                             'priority' => NULL,
  14456.                             'sources' => [
  14457.                             ],
  14458.                         ],
  14459.                     ],
  14460.                     'widget_restrictions' => [
  14461.                         => 'Blank',
  14462.                     ],
  14463.                     'key' => 'Kirby',
  14464.                     'layouts' => [
  14465.                         'DefaultOuter' => [
  14466.                             'name' => 'Kirby Default Outer',
  14467.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14468.                             'regions' => [
  14469.                                 'content' => [
  14470.                                     'allow' => [
  14471.                                     ],
  14472.                                     'contents' => [
  14473.                                         => [
  14474.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14475.                                             'key' => 'content',
  14476.                                         ],
  14477.                                     ],
  14478.                                     'key' => 'content',
  14479.                                 ],
  14480.                                 'alert_bar' => [
  14481.                                     'allow' => [
  14482.                                         => 'AlertBanner',
  14483.                                     ],
  14484.                                     'contents' => [
  14485.                                         => [
  14486.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14487.                                             'id' => 10814,
  14488.                                             'limit' => 5,
  14489.                                         ],
  14490.                                     ],
  14491.                                     'key' => 'alert_bar',
  14492.                                 ],
  14493.                                 'header_logo' => [
  14494.                                     'allow' => [
  14495.                                         => 'Html',
  14496.                                     ],
  14497.                                     'contents' => [
  14498.                                         => [
  14499.                                             '__fqcn__' => 'widgets/Html/Html',
  14500.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14501.                                         ],
  14502.                                     ],
  14503.                                     'key' => 'header_logo',
  14504.                                 ],
  14505.                                 'header_logo_small' => [
  14506.                                     'allow' => [
  14507.                                         => 'Html',
  14508.                                     ],
  14509.                                     'contents' => [
  14510.                                         => [
  14511.                                             '__fqcn__' => 'widgets/Html/Html',
  14512.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14513.                                         ],
  14514.                                     ],
  14515.                                     'key' => 'header_logo_small',
  14516.                                 ],
  14517.                                 'header_menu' => [
  14518.                                     'allow' => [
  14519.                                         => 'Html',
  14520.                                     ],
  14521.                                     'contents' => [
  14522.                                         => [
  14523.                                             '__fqcn__' => 'widgets/Html/Html',
  14524.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14525.                                         ],
  14526.                                     ],
  14527.                                     'key' => 'header_menu',
  14528.                                 ],
  14529.                                 'footer_main' => [
  14530.                                     'allow' => [
  14531.                                         => 'Html',
  14532.                                     ],
  14533.                                     'contents' => [
  14534.                                         => [
  14535.                                             '__fqcn__' => 'widgets/Html/Html',
  14536.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14537.                                         ],
  14538.                                     ],
  14539.                                     'key' => 'footer_main',
  14540.                                 ],
  14541.                                 'footer_bottom' => [
  14542.                                     'allow' => [
  14543.                                         => 'Html',
  14544.                                     ],
  14545.                                     'contents' => [
  14546.                                         => [
  14547.                                             '__fqcn__' => 'widgets/Html/Html',
  14548.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14549.                                         ],
  14550.                                     ],
  14551.                                     'key' => 'footer_bottom',
  14552.                                 ],
  14553.                             ],
  14554.                             'key' => 'DefaultOuter',
  14555.                         ],
  14556.                         'HomeFeatureOuter' => [
  14557.                             'name' => 'Kirby Home Feature Outer',
  14558.                             'description' => 'Dedicated home outer template with full feature slider widget.'."\n".'',
  14559.                             'regions' => [
  14560.                                 'content' => [
  14561.                                     'allow' => [
  14562.                                     ],
  14563.                                     'contents' => [
  14564.                                         => [
  14565.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14566.                                             'key' => 'content',
  14567.                                         ],
  14568.                                     ],
  14569.                                     'key' => 'content',
  14570.                                 ],
  14571.                             ],
  14572.                             'key' => 'HomeFeatureOuter',
  14573.                         ],
  14574.                     ],
  14575.                 ],
  14576.                 'Metropolis' => [
  14577.                     'name' => 'Metropolis',
  14578.                     'description' => 'The Metropolis SchoolNow design style includes a single header layout (see preview).'."\n".'',
  14579.                     'framework' => 'bootstrap',
  14580.                     'framework_version' => '3.4.1',
  14581.                     'language' => NULL,
  14582.                     'base' => 'Campussuite2015',
  14583.                     'tenants' => [
  14584.                     ],
  14585.                     'preview' => '/themes/Metropolis/images/preview.jpg',
  14586.                     'screenshots' => [
  14587.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14588.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14589.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14590.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14591.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14592.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14593.                     ],
  14594.                     'scripts' => [
  14595.                         => [
  14596.                             'group' => NULL,
  14597.                             'priority' => NULL,
  14598.                             'urls' => [
  14599.                                 => '/themes/Metropolis/scripts/metropolis.js',
  14600.                             ],
  14601.                         ],
  14602.                     ],
  14603.                     'styles' => [
  14604.                         => [
  14605.                             'group' => 'fonts',
  14606.                             'priority' => NULL,
  14607.                             'urls' => [
  14608.                                 => 'font-awesome::/css/font-awesome.min.css',
  14609.                             ],
  14610.                         ],
  14611.                         => [
  14612.                             'group' => NULL,
  14613.                             'priority' => NULL,
  14614.                             'sources' => [
  14615.                             ],
  14616.                         ],
  14617.                     ],
  14618.                     'widget_restrictions' => [
  14619.                         => 'Blank',
  14620.                     ],
  14621.                     'key' => 'Metropolis',
  14622.                     'layouts' => [
  14623.                         'DefaultOuter' => [
  14624.                             'name' => 'Metropolis Default Outer',
  14625.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  14626.                             'regions' => [
  14627.                                 'content' => [
  14628.                                     'allow' => [
  14629.                                     ],
  14630.                                     'contents' => [
  14631.                                         => [
  14632.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14633.                                             'key' => 'content',
  14634.                                         ],
  14635.                                     ],
  14636.                                     'key' => 'content',
  14637.                                 ],
  14638.                                 'alert_bar' => [
  14639.                                     'allow' => [
  14640.                                         => 'AlertBanner',
  14641.                                     ],
  14642.                                     'contents' => [
  14643.                                         => [
  14644.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  14645.                                             'id' => 10814,
  14646.                                             'limit' => 5,
  14647.                                         ],
  14648.                                     ],
  14649.                                     'key' => 'alert_bar',
  14650.                                 ],
  14651.                                 'header_logo' => [
  14652.                                     'allow' => [
  14653.                                         => 'Html',
  14654.                                     ],
  14655.                                     'contents' => [
  14656.                                         => [
  14657.                                             '__fqcn__' => 'widgets/Html/Html',
  14658.                                             'content' => '[ logo main - image widget ]'."\n".'',
  14659.                                         ],
  14660.                                     ],
  14661.                                     'key' => 'header_logo',
  14662.                                 ],
  14663.                                 'header_logo_small' => [
  14664.                                     'allow' => [
  14665.                                         => 'Html',
  14666.                                     ],
  14667.                                     'contents' => [
  14668.                                         => [
  14669.                                             '__fqcn__' => 'widgets/Html/Html',
  14670.                                             'content' => '[ logo small - image widget ]'."\n".'',
  14671.                                         ],
  14672.                                     ],
  14673.                                     'key' => 'header_logo_small',
  14674.                                 ],
  14675.                                 'header_menu' => [
  14676.                                     'allow' => [
  14677.                                         => 'Html',
  14678.                                     ],
  14679.                                     'contents' => [
  14680.                                         => [
  14681.                                             '__fqcn__' => 'widgets/Html/Html',
  14682.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  14683.                                         ],
  14684.                                     ],
  14685.                                     'key' => 'header_menu',
  14686.                                 ],
  14687.                                 'footer_main' => [
  14688.                                     'allow' => [
  14689.                                         => 'Html',
  14690.                                     ],
  14691.                                     'contents' => [
  14692.                                         => [
  14693.                                             '__fqcn__' => 'widgets/Html/Html',
  14694.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  14695.                                         ],
  14696.                                     ],
  14697.                                     'key' => 'footer_main',
  14698.                                 ],
  14699.                                 'footer_bottom' => [
  14700.                                     'allow' => [
  14701.                                         => 'Html',
  14702.                                     ],
  14703.                                     'contents' => [
  14704.                                         => [
  14705.                                             '__fqcn__' => 'widgets/Html/Html',
  14706.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  14707.                                         ],
  14708.                                     ],
  14709.                                     'key' => 'footer_bottom',
  14710.                                 ],
  14711.                             ],
  14712.                             'key' => 'DefaultOuter',
  14713.                         ],
  14714.                     ],
  14715.                 ],
  14716.                 'Morgan' => [
  14717.                     'name' => 'Morgan',
  14718.                     'description' => 'Morgan theme.'."\n".'',
  14719.                     'framework' => 'bootstrap',
  14720.                     'framework_version' => '3.4.1',
  14721.                     'language' => NULL,
  14722.                     'base' => 'Campussuite2015',
  14723.                     'tenants' => [
  14724.                     ],
  14725.                     'preview' => '/themes/Morgan/images/preview.jpg',
  14726.                     'screenshots' => [
  14727.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14728.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14729.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14730.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14731.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14732.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14733.                     ],
  14734.                     'scripts' => [
  14735.                         => [
  14736.                             'group' => NULL,
  14737.                             'priority' => NULL,
  14738.                             'urls' => [
  14739.                                 => '/themes/Morgan/scripts/theme.js',
  14740.                             ],
  14741.                         ],
  14742.                     ],
  14743.                     'styles' => [
  14744.                         => [
  14745.                             'group' => 'fonts',
  14746.                             'priority' => NULL,
  14747.                             'urls' => [
  14748.                                 => 'font-awesome::/css/font-awesome.min.css',
  14749.                             ],
  14750.                         ],
  14751.                         => [
  14752.                             'group' => NULL,
  14753.                             'priority' => NULL,
  14754.                             'sources' => [
  14755.                             ],
  14756.                         ],
  14757.                     ],
  14758.                     'widget_restrictions' => [
  14759.                         => 'Blank',
  14760.                     ],
  14761.                     'key' => 'Morgan',
  14762.                     'layouts' => [
  14763.                         'DefaultOuter' => [
  14764.                             'name' => 'Morgan Default Outer',
  14765.                             'description' => 'Morgan default header.'."\n".'',
  14766.                             'regions' => [
  14767.                                 'content' => [
  14768.                                     'allow' => [
  14769.                                     ],
  14770.                                     'contents' => [
  14771.                                         => [
  14772.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14773.                                             'key' => 'content',
  14774.                                         ],
  14775.                                     ],
  14776.                                     'key' => 'content',
  14777.                                 ],
  14778.                             ],
  14779.                             'key' => 'DefaultOuter',
  14780.                         ],
  14781.                         'Outer001' => [
  14782.                             'name' => 'Outer Header 001',
  14783.                             'description' => 'Outer layout with Header001.'."\n".'',
  14784.                             'regions' => [
  14785.                                 'content' => [
  14786.                                     'allow' => [
  14787.                                     ],
  14788.                                     'contents' => [
  14789.                                         => [
  14790.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14791.                                             'key' => 'content',
  14792.                                         ],
  14793.                                     ],
  14794.                                     'key' => 'content',
  14795.                                 ],
  14796.                             ],
  14797.                             'key' => 'Outer001',
  14798.                         ],
  14799.                     ],
  14800.                 ],
  14801.                 'Northwood' => [
  14802.                     'name' => 'Northwood',
  14803.                     'description' => '<p>The Northwood design style.</p>'."\n".'',
  14804.                     'framework' => 'bootstrap',
  14805.                     'framework_version' => '3.4.1',
  14806.                     'language' => NULL,
  14807.                     'base' => 'Campussuite2015',
  14808.                     'tenants' => [
  14809.                     ],
  14810.                     'preview' => '/themes/Northwood/images/preview.jpg',
  14811.                     'screenshots' => [
  14812.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  14813.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  14814.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  14815.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  14816.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  14817.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  14818.                     ],
  14819.                     'scripts' => [
  14820.                         => [
  14821.                             'group' => NULL,
  14822.                             'priority' => NULL,
  14823.                             'urls' => [
  14824.                                 => '/themes/Northwood/scripts/package.js',
  14825.                             ],
  14826.                         ],
  14827.                     ],
  14828.                     'styles' => [
  14829.                         => [
  14830.                             'group' => 'fonts',
  14831.                             'priority' => NULL,
  14832.                             'urls' => [
  14833.                                 => 'font-awesome::/css/font-awesome.min.css',
  14834.                             ],
  14835.                         ],
  14836.                         => [
  14837.                             'group' => NULL,
  14838.                             'priority' => NULL,
  14839.                             'sources' => [
  14840.                             ],
  14841.                         ],
  14842.                     ],
  14843.                     'widget_restrictions' => [
  14844.                         => 'Blank',
  14845.                     ],
  14846.                     'key' => 'Northwood',
  14847.                     'layouts' => [
  14848.                         'DefaultHomeOuter' => [
  14849.                             'name' => 'Northwood Default Home Outer',
  14850.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  14851.                             'regions' => [
  14852.                                 'content' => [
  14853.                                     'allow' => [
  14854.                                     ],
  14855.                                     'contents' => [
  14856.                                         => [
  14857.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14858.                                             'key' => 'content',
  14859.                                         ],
  14860.                                     ],
  14861.                                     'key' => 'content',
  14862.                                 ],
  14863.                                 'header_utility_nav' => [
  14864.                                     'allow' => [
  14865.                                         => 'Html',
  14866.                                     ],
  14867.                                     'contents' => [
  14868.                                         => [
  14869.                                             '__fqcn__' => 'widgets/Html/Html',
  14870.                                             'content' => '[header utility nav]'."\n".'',
  14871.                                         ],
  14872.                                     ],
  14873.                                     'key' => 'header_utility_nav',
  14874.                                 ],
  14875.                                 'header_social' => [
  14876.                                     'allow' => [
  14877.                                         => 'Html',
  14878.                                     ],
  14879.                                     'contents' => [
  14880.                                         => [
  14881.                                             '__fqcn__' => 'widgets/Html/Html',
  14882.                                             'content' => '[header social]'."\n".'',
  14883.                                         ],
  14884.                                     ],
  14885.                                     'key' => 'header_social',
  14886.                                 ],
  14887.                                 'header_main_menu' => [
  14888.                                     'allow' => [
  14889.                                         => 'Html',
  14890.                                     ],
  14891.                                     'contents' => [
  14892.                                         => [
  14893.                                             '__fqcn__' => 'widgets/Html/Html',
  14894.                                             'content' => '[header main menu]'."\n".'',
  14895.                                         ],
  14896.                                     ],
  14897.                                     'key' => 'header_main_menu',
  14898.                                 ],
  14899.                                 'header_logo' => [
  14900.                                     'allow' => [
  14901.                                         => 'Html',
  14902.                                     ],
  14903.                                     'contents' => [
  14904.                                         => [
  14905.                                             '__fqcn__' => 'widgets/Html/Html',
  14906.                                             'content' => '[header logo]'."\n".'',
  14907.                                         ],
  14908.                                     ],
  14909.                                     'key' => 'header_logo',
  14910.                                 ],
  14911.                                 'header_logo_mobile' => [
  14912.                                     'allow' => [
  14913.                                         => 'Html',
  14914.                                     ],
  14915.                                     'contents' => [
  14916.                                         => [
  14917.                                             '__fqcn__' => 'widgets/Html/Html',
  14918.                                             'content' => '[header logo mobile]'."\n".'',
  14919.                                         ],
  14920.                                     ],
  14921.                                     'key' => 'header_logo_mobile',
  14922.                                 ],
  14923.                                 'header_search' => [
  14924.                                     'allow' => [
  14925.                                         => 'Html',
  14926.                                     ],
  14927.                                     'contents' => [
  14928.                                         => [
  14929.                                             '__fqcn__' => 'widgets/Html/Html',
  14930.                                             'content' => '[header search]'."\n".'',
  14931.                                         ],
  14932.                                     ],
  14933.                                     'key' => 'header_search',
  14934.                                 ],
  14935.                                 'header_drawer_social' => [
  14936.                                     'allow' => [
  14937.                                         => 'Html',
  14938.                                     ],
  14939.                                     'contents' => [
  14940.                                         => [
  14941.                                             '__fqcn__' => 'widgets/Html/Html',
  14942.                                             'content' => '[header drawer social]',
  14943.                                         ],
  14944.                                     ],
  14945.                                     'key' => 'header_drawer_social',
  14946.                                 ],
  14947.                             ],
  14948.                             'key' => 'DefaultHomeOuter',
  14949.                         ],
  14950.                         'DefaultOuter' => [
  14951.                             'name' => 'Northwood Default Outer',
  14952.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  14953.                             'regions' => [
  14954.                                 'content' => [
  14955.                                     'allow' => [
  14956.                                     ],
  14957.                                     'contents' => [
  14958.                                         => [
  14959.                                             '__fqcn__' => 'widgets/Zone/Zone',
  14960.                                             'key' => 'content',
  14961.                                         ],
  14962.                                     ],
  14963.                                     'key' => 'content',
  14964.                                 ],
  14965.                                 'header_utility_nav' => [
  14966.                                     'allow' => [
  14967.                                         => 'Html',
  14968.                                     ],
  14969.                                     'contents' => [
  14970.                                         => [
  14971.                                             '__fqcn__' => 'widgets/Html/Html',
  14972.                                             'content' => '[header utility nav]'."\n".'',
  14973.                                         ],
  14974.                                     ],
  14975.                                     'key' => 'header_utility_nav',
  14976.                                 ],
  14977.                                 'header_social' => [
  14978.                                     'allow' => [
  14979.                                         => 'Html',
  14980.                                     ],
  14981.                                     'contents' => [
  14982.                                         => [
  14983.                                             '__fqcn__' => 'widgets/Html/Html',
  14984.                                             'content' => '[header social]'."\n".'',
  14985.                                         ],
  14986.                                     ],
  14987.                                     'key' => 'header_social',
  14988.                                 ],
  14989.                                 'header_main_menu' => [
  14990.                                     'allow' => [
  14991.                                         => 'Html',
  14992.                                     ],
  14993.                                     'contents' => [
  14994.                                         => [
  14995.                                             '__fqcn__' => 'widgets/Html/Html',
  14996.                                             'content' => '[header main menu]'."\n".'',
  14997.                                         ],
  14998.                                     ],
  14999.                                     'key' => 'header_main_menu',
  15000.                                 ],
  15001.                                 'header_logo' => [
  15002.                                     'allow' => [
  15003.                                         => 'Html',
  15004.                                     ],
  15005.                                     'contents' => [
  15006.                                         => [
  15007.                                             '__fqcn__' => 'widgets/Html/Html',
  15008.                                             'content' => '[header logo]'."\n".'',
  15009.                                         ],
  15010.                                     ],
  15011.                                     'key' => 'header_logo',
  15012.                                 ],
  15013.                                 'header_logo_name' => [
  15014.                                     'allow' => [
  15015.                                         => 'Html',
  15016.                                     ],
  15017.                                     'contents' => [
  15018.                                         => [
  15019.                                             '__fqcn__' => 'widgets/Html/Html',
  15020.                                             'content' => '[header logo name]'."\n".'',
  15021.                                         ],
  15022.                                     ],
  15023.                                     'key' => 'header_logo_name',
  15024.                                 ],
  15025.                                 'header_search' => [
  15026.                                     'allow' => [
  15027.                                         => 'Html',
  15028.                                     ],
  15029.                                     'contents' => [
  15030.                                         => [
  15031.                                             '__fqcn__' => 'widgets/Html/Html',
  15032.                                             'content' => '[header search]'."\n".'',
  15033.                                         ],
  15034.                                     ],
  15035.                                     'key' => 'header_search',
  15036.                                 ],
  15037.                                 'header_drawer_social' => [
  15038.                                     'allow' => [
  15039.                                         => 'Html',
  15040.                                     ],
  15041.                                     'contents' => [
  15042.                                         => [
  15043.                                             '__fqcn__' => 'widgets/Html/Html',
  15044.                                             'content' => '[header drawer social]',
  15045.                                         ],
  15046.                                     ],
  15047.                                     'key' => 'header_drawer_social',
  15048.                                 ],
  15049.                             ],
  15050.                             'key' => 'DefaultOuter',
  15051.                         ],
  15052.                     ],
  15053.                 ],
  15054.                 'NotreDameSJ' => [
  15055.                     'name' => 'Notre Dame San Jose',
  15056.                     '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".'',
  15057.                     'framework' => 'bootstrap',
  15058.                     'framework_version' => '3.4.1',
  15059.                     'language' => NULL,
  15060.                     'base' => 'Campussuite2015',
  15061.                     'tenants' => [
  15062.                     ],
  15063.                     'preview' => '/themes/NotreDameSJ/images/preview.jpg',
  15064.                     'screenshots' => [
  15065.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15066.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15067.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15068.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15069.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15070.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15071.                     ],
  15072.                     'scripts' => [
  15073.                         => [
  15074.                             'group' => NULL,
  15075.                             'priority' => NULL,
  15076.                             'urls' => [
  15077.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  15078.                                 => '/themes/NotreDameSJ/scripts/ndsj.js',
  15079.                             ],
  15080.                         ],
  15081.                     ],
  15082.                     'styles' => [
  15083.                         => [
  15084.                             'group' => 'fonts',
  15085.                             'priority' => NULL,
  15086.                             'urls' => [
  15087.                                 => 'font-awesome::/css/font-awesome.min.css',
  15088.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  15089.                             ],
  15090.                         ],
  15091.                         => [
  15092.                             'group' => NULL,
  15093.                             'priority' => NULL,
  15094.                             'sources' => [
  15095.                             ],
  15096.                         ],
  15097.                     ],
  15098.                     'widget_restrictions' => [
  15099.                         => 'Blank',
  15100.                     ],
  15101.                     'key' => 'NotreDameSJ',
  15102.                     'layouts' => [
  15103.                         'DefaultOuter' => [
  15104.                             'name' => 'Notre Dame SJ Default Outer',
  15105.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  15106.                             'regions' => [
  15107.                                 'content' => [
  15108.                                     'allow' => [
  15109.                                     ],
  15110.                                     'contents' => [
  15111.                                         => [
  15112.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15113.                                             'key' => 'content',
  15114.                                         ],
  15115.                                     ],
  15116.                                     'key' => 'content',
  15117.                                 ],
  15118.                                 'alert_bar' => [
  15119.                                     'allow' => [
  15120.                                         => 'AlertBanner',
  15121.                                     ],
  15122.                                     'contents' => [
  15123.                                         => [
  15124.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15125.                                             'id' => 10814,
  15126.                                             'limit' => 5,
  15127.                                         ],
  15128.                                     ],
  15129.                                     'key' => 'alert_bar',
  15130.                                 ],
  15131.                                 'header_logo' => [
  15132.                                     'allow' => [
  15133.                                         => 'Html',
  15134.                                     ],
  15135.                                     'contents' => [
  15136.                                         => [
  15137.                                             '__fqcn__' => 'widgets/Html/Html',
  15138.                                             'content' => '[ logo main - image widget ]'."\n".'',
  15139.                                         ],
  15140.                                     ],
  15141.                                     'key' => 'header_logo',
  15142.                                 ],
  15143.                                 'header_logo_small' => [
  15144.                                     'allow' => [
  15145.                                         => 'Html',
  15146.                                     ],
  15147.                                     'contents' => [
  15148.                                         => [
  15149.                                             '__fqcn__' => 'widgets/Html/Html',
  15150.                                             'content' => '[ logo small - image widget ]'."\n".'',
  15151.                                         ],
  15152.                                     ],
  15153.                                     'key' => 'header_logo_small',
  15154.                                 ],
  15155.                                 'header_menu' => [
  15156.                                     'allow' => [
  15157.                                         => 'Html',
  15158.                                     ],
  15159.                                     'contents' => [
  15160.                                         => [
  15161.                                             '__fqcn__' => 'widgets/Html/Html',
  15162.                                             'content' => '[ menu - mega menu widget ]'."\n".'',
  15163.                                         ],
  15164.                                     ],
  15165.                                     'key' => 'header_menu',
  15166.                                 ],
  15167.                                 'footer_main' => [
  15168.                                     'allow' => [
  15169.                                         => 'Html',
  15170.                                     ],
  15171.                                     'contents' => [
  15172.                                         => [
  15173.                                             '__fqcn__' => 'widgets/Html/Html',
  15174.                                             'content' => '[ footer main section - block widget ]'."\n".'',
  15175.                                         ],
  15176.                                     ],
  15177.                                     'key' => 'footer_main',
  15178.                                 ],
  15179.                                 'footer_bottom' => [
  15180.                                     'allow' => [
  15181.                                         => 'Html',
  15182.                                     ],
  15183.                                     'contents' => [
  15184.                                         => [
  15185.                                             '__fqcn__' => 'widgets/Html/Html',
  15186.                                             'content' => '[ footer bottom section - block widget ]'."\n".'',
  15187.                                         ],
  15188.                                     ],
  15189.                                     'key' => 'footer_bottom',
  15190.                                 ],
  15191.                             ],
  15192.                             'key' => 'DefaultOuter',
  15193.                         ],
  15194.                     ],
  15195.                 ],
  15196.                 'PalmMeadow' => [
  15197.                     'name' => 'Palm Meadow',
  15198.                     'description' => 'The Palm Meadow template.'."\n".'',
  15199.                     'framework' => 'bootstrap',
  15200.                     'framework_version' => '3.4.1',
  15201.                     'language' => NULL,
  15202.                     'base' => 'Campussuite2015',
  15203.                     'tenants' => [
  15204.                     ],
  15205.                     'preview' => '/themes/PalmMeadow/images/preview.jpg',
  15206.                     'screenshots' => [
  15207.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15208.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15209.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15210.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15211.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15212.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15213.                     ],
  15214.                     'scripts' => [
  15215.                         => [
  15216.                             'group' => NULL,
  15217.                             'priority' => NULL,
  15218.                             'urls' => [
  15219.                                 => '/themes/PalmMeadow/scripts/palmmeadow.js',
  15220.                             ],
  15221.                         ],
  15222.                         => [
  15223.                             'group' => NULL,
  15224.                             'priority' => NULL,
  15225.                             'sources' => [
  15226.                             ],
  15227.                         ],
  15228.                     ],
  15229.                     'styles' => [
  15230.                         => [
  15231.                             'group' => 'fonts',
  15232.                             'priority' => NULL,
  15233.                             'urls' => [
  15234.                                 => 'font-awesome::/css/font-awesome.min.css',
  15235.                             ],
  15236.                         ],
  15237.                         => [
  15238.                             'group' => NULL,
  15239.                             'priority' => NULL,
  15240.                             'sources' => [
  15241.                             ],
  15242.                         ],
  15243.                     ],
  15244.                     'widget_restrictions' => [
  15245.                         => 'Blank',
  15246.                     ],
  15247.                     'key' => 'PalmMeadow',
  15248.                     'layouts' => [
  15249.                         'DefaultOuter' => [
  15250.                             'name' => 'Palm Meadow Outer A (default)',
  15251.                             'description' => 'The Palm Meadow Outer A layout includes a full-featured and pre-constructed header. This layout also includes a configurable footer.'."\n".'',
  15252.                             'regions' => [
  15253.                                 'content' => [
  15254.                                     'allow' => [
  15255.                                     ],
  15256.                                     'contents' => [
  15257.                                         => [
  15258.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15259.                                             'key' => 'content',
  15260.                                         ],
  15261.                                     ],
  15262.                                     'key' => 'content',
  15263.                                 ],
  15264.                             ],
  15265.                             'key' => 'DefaultOuter',
  15266.                         ],
  15267.                     ],
  15268.                 ],
  15269.                 'ParkRidge' => [
  15270.                     'name' => 'Park Ridge',
  15271.                     'description' => 'Park Ridge is a <strong>custom</strong> design style and not authorized for use on any site other than D64 websites.'."\n".'',
  15272.                     'framework' => 'bootstrap',
  15273.                     'framework_version' => '3.4.1',
  15274.                     'language' => NULL,
  15275.                     'base' => 'Campussuite2015',
  15276.                     'tenants' => [
  15277.                     ],
  15278.                     'preview' => '/themes/ParkRidge/images/preview.jpg',
  15279.                     'screenshots' => [
  15280.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15281.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15282.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15283.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15284.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15285.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15286.                     ],
  15287.                     'scripts' => [
  15288.                         => [
  15289.                             'group' => NULL,
  15290.                             'priority' => NULL,
  15291.                             'urls' => [
  15292.                                 => '/themes/ParkRidge/scripts/parkridge.js',
  15293.                             ],
  15294.                         ],
  15295.                     ],
  15296.                     'styles' => [
  15297.                         => [
  15298.                             'group' => 'fonts',
  15299.                             'priority' => NULL,
  15300.                             'urls' => [
  15301.                                 => 'font-awesome::/css/font-awesome.min.css',
  15302.                             ],
  15303.                         ],
  15304.                         => [
  15305.                             'group' => NULL,
  15306.                             'priority' => NULL,
  15307.                             'sources' => [
  15308.                             ],
  15309.                         ],
  15310.                     ],
  15311.                     'widget_restrictions' => [
  15312.                         => 'Blank',
  15313.                     ],
  15314.                     'key' => 'ParkRidge',
  15315.                     'layouts' => [
  15316.                         'DefaultOuter' => [
  15317.                             'name' => 'Park Ridge Default Outer',
  15318.                             '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".'',
  15319.                             'regions' => [
  15320.                                 'content' => [
  15321.                                     'allow' => [
  15322.                                     ],
  15323.                                     'contents' => [
  15324.                                         => [
  15325.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15326.                                             'key' => 'content',
  15327.                                         ],
  15328.                                     ],
  15329.                                     'key' => 'content',
  15330.                                 ],
  15331.                             ],
  15332.                             'key' => 'DefaultOuter',
  15333.                         ],
  15334.                     ],
  15335.                 ],
  15336.                 'Rosewood' => [
  15337.                     'name' => 'Rosewood',
  15338.                     'description' => 'The Rosewood SchoolNow design style includes a single header layout (see preview).'."\n".'',
  15339.                     'framework' => 'bootstrap',
  15340.                     'framework_version' => '3.4.1',
  15341.                     'language' => NULL,
  15342.                     'base' => 'Campussuite2015',
  15343.                     'tenants' => [
  15344.                     ],
  15345.                     'preview' => '/themes/Rosewood/images/preview.jpg',
  15346.                     'screenshots' => [
  15347.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15348.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15349.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15350.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15351.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15352.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15353.                     ],
  15354.                     'scripts' => [
  15355.                         => [
  15356.                             'group' => NULL,
  15357.                             'priority' => NULL,
  15358.                             'urls' => [
  15359.                                 => '/themes/Rosewood/scripts/rosewood.js',
  15360.                             ],
  15361.                         ],
  15362.                     ],
  15363.                     'styles' => [
  15364.                         => [
  15365.                             'group' => 'fonts',
  15366.                             'priority' => NULL,
  15367.                             'urls' => [
  15368.                                 => 'font-awesome::/css/font-awesome.min.css',
  15369.                             ],
  15370.                         ],
  15371.                         => [
  15372.                             'group' => NULL,
  15373.                             'priority' => NULL,
  15374.                             'sources' => [
  15375.                             ],
  15376.                         ],
  15377.                     ],
  15378.                     'widget_restrictions' => [
  15379.                         => 'Blank',
  15380.                     ],
  15381.                     'key' => 'Rosewood',
  15382.                     'layouts' => [
  15383.                         'DefaultOuter' => [
  15384.                             'name' => 'Rosewood Default Outer',
  15385.                             'description' => 'Header with quick links and location informaiton. The header does not include a top bar.'."\n".'',
  15386.                             'regions' => [
  15387.                                 'content' => [
  15388.                                     'allow' => [
  15389.                                     ],
  15390.                                     'contents' => [
  15391.                                         => [
  15392.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15393.                                             'key' => 'content',
  15394.                                         ],
  15395.                                     ],
  15396.                                     'key' => 'content',
  15397.                                 ],
  15398.                                 'alert_bar' => [
  15399.                                     'allow' => [
  15400.                                         => 'AlertBanner',
  15401.                                     ],
  15402.                                     'contents' => [
  15403.                                         => [
  15404.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15405.                                             'id' => 10814,
  15406.                                             'limit' => 5,
  15407.                                         ],
  15408.                                     ],
  15409.                                     'key' => 'alert_bar',
  15410.                                 ],
  15411.                                 'header_main_a' => [
  15412.                                     'allow' => [
  15413.                                         => 'Html',
  15414.                                     ],
  15415.                                     'contents' => [
  15416.                                         => [
  15417.                                             '__fqcn__' => 'widgets/Html/Html',
  15418.                                             'content' => '[header main a]'."\n".'',
  15419.                                         ],
  15420.                                     ],
  15421.                                     'key' => 'header_main_a',
  15422.                                 ],
  15423.                                 'header_main_b' => [
  15424.                                     'allow' => [
  15425.                                         => 'Html',
  15426.                                     ],
  15427.                                     'contents' => [
  15428.                                         => [
  15429.                                             '__fqcn__' => 'widgets/Html/Html',
  15430.                                             'content' => '[header main b]'."\n".'',
  15431.                                         ],
  15432.                                     ],
  15433.                                     'key' => 'header_main_b',
  15434.                                 ],
  15435.                                 'header_logo' => [
  15436.                                     'allow' => [
  15437.                                         => 'Html',
  15438.                                     ],
  15439.                                     'contents' => [
  15440.                                         => [
  15441.                                             '__fqcn__' => 'widgets/Html/Html',
  15442.                                             'content' => '[logo main]'."\n".'',
  15443.                                         ],
  15444.                                     ],
  15445.                                     'key' => 'header_logo',
  15446.                                 ],
  15447.                                 'header_menu' => [
  15448.                                     'allow' => [
  15449.                                     ],
  15450.                                     'contents' => [
  15451.                                         => [
  15452.                                             '__fqcn__' => 'widgets/Html/Html',
  15453.                                             'content' => '[header nav]'."\n".'',
  15454.                                         ],
  15455.                                     ],
  15456.                                     'key' => 'header_menu',
  15457.                                 ],
  15458.                                 'footer_main' => [
  15459.                                     'allow' => [
  15460.                                         => 'Html',
  15461.                                     ],
  15462.                                     'contents' => [
  15463.                                         => [
  15464.                                             '__fqcn__' => 'widgets/Html/Html',
  15465.                                             'content' => '[footer main]'."\n".'',
  15466.                                         ],
  15467.                                     ],
  15468.                                     'key' => 'footer_main',
  15469.                                 ],
  15470.                                 'footer_bottom' => [
  15471.                                     'allow' => [
  15472.                                         => 'Html',
  15473.                                     ],
  15474.                                     'contents' => [
  15475.                                         => [
  15476.                                             '__fqcn__' => 'widgets/Html/Html',
  15477.                                             'content' => '[footer bottom]'."\n".'',
  15478.                                         ],
  15479.                                     ],
  15480.                                     'key' => 'footer_bottom',
  15481.                                 ],
  15482.                             ],
  15483.                             'key' => 'DefaultOuter',
  15484.                         ],
  15485.                         'Outer002' => [
  15486.                             'name' => 'Outer Header 002',
  15487.                             'description' => 'Outer layout with Header002.'."\n".'',
  15488.                             'regions' => [
  15489.                                 'content' => [
  15490.                                     'allow' => [
  15491.                                     ],
  15492.                                     'contents' => [
  15493.                                         => [
  15494.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15495.                                             'key' => 'content',
  15496.                                         ],
  15497.                                     ],
  15498.                                     'key' => 'content',
  15499.                                 ],
  15500.                             ],
  15501.                             'key' => 'Outer002',
  15502.                         ],
  15503.                     ],
  15504.                 ],
  15505.                 'Schiller' => [
  15506.                     'name' => 'Schiller',
  15507.                     'description' => 'Schiller is a <strong>custom</strong> design style and not authorized for use on any site other than SD81 websites.'."\n".'',
  15508.                     'framework' => 'bootstrap',
  15509.                     'framework_version' => '3.4.1',
  15510.                     'language' => NULL,
  15511.                     'base' => 'Campussuite2015',
  15512.                     'tenants' => [
  15513.                     ],
  15514.                     'preview' => '/themes/Schiller/images/preview.jpg',
  15515.                     'screenshots' => [
  15516.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15517.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15518.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15519.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15520.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15521.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15522.                     ],
  15523.                     'scripts' => [
  15524.                         => [
  15525.                             'group' => NULL,
  15526.                             'priority' => NULL,
  15527.                             'urls' => [
  15528.                                 => '/themes/Schiller/scripts/schiller.js',
  15529.                             ],
  15530.                         ],
  15531.                     ],
  15532.                     'styles' => [
  15533.                         => [
  15534.                             'group' => 'fonts',
  15535.                             'priority' => NULL,
  15536.                             'urls' => [
  15537.                                 => 'font-awesome::/css/font-awesome.min.css',
  15538.                             ],
  15539.                         ],
  15540.                         => [
  15541.                             'group' => NULL,
  15542.                             'priority' => NULL,
  15543.                             'sources' => [
  15544.                             ],
  15545.                         ],
  15546.                     ],
  15547.                     'widget_restrictions' => [
  15548.                         => 'Blank',
  15549.                     ],
  15550.                     'key' => 'Schiller',
  15551.                     'layouts' => [
  15552.                         'DefaultOuter' => [
  15553.                             'name' => 'Kildeer Default Outer',
  15554.                             'description' => 'The default outer template for the Kildeer template design. This template includes the standard header, an editable region and the default footer.'."\n".'',
  15555.                             'regions' => [
  15556.                                 'content' => [
  15557.                                     'allow' => [
  15558.                                     ],
  15559.                                     'contents' => [
  15560.                                         => [
  15561.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15562.                                             'key' => 'content',
  15563.                                         ],
  15564.                                     ],
  15565.                                     'key' => 'content',
  15566.                                 ],
  15567.                             ],
  15568.                             'key' => 'DefaultOuter',
  15569.                         ],
  15570.                     ],
  15571.                 ],
  15572.                 'Springfield' => [
  15573.                     'name' => 'Springfield',
  15574.                     'description' => 'The Springfield SchoolNow design style includes a single header layout (see preview).'."\n".'',
  15575.                     'framework' => 'bootstrap',
  15576.                     'framework_version' => '3.4.1',
  15577.                     'language' => NULL,
  15578.                     'base' => 'Campussuite2015',
  15579.                     'tenants' => [
  15580.                     ],
  15581.                     'preview' => '/themes/Springfield/images/preview.jpg',
  15582.                     'screenshots' => [
  15583.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15584.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15585.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15586.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15587.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15588.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15589.                     ],
  15590.                     'scripts' => [
  15591.                         => [
  15592.                             'group' => NULL,
  15593.                             'priority' => NULL,
  15594.                             'urls' => [
  15595.                                 => '/themes/Springfield/scripts/springfield.js',
  15596.                             ],
  15597.                         ],
  15598.                     ],
  15599.                     'styles' => [
  15600.                         => [
  15601.                             'group' => 'fonts',
  15602.                             'priority' => NULL,
  15603.                             'urls' => [
  15604.                                 => 'font-awesome::/css/font-awesome.min.css',
  15605.                             ],
  15606.                         ],
  15607.                         => [
  15608.                             'group' => NULL,
  15609.                             'priority' => NULL,
  15610.                             'sources' => [
  15611.                             ],
  15612.                         ],
  15613.                     ],
  15614.                     'widget_restrictions' => [
  15615.                         => 'Blank',
  15616.                     ],
  15617.                     'key' => 'Springfield',
  15618.                     'layouts' => [
  15619.                         'DefaultOuter' => [
  15620.                             'name' => 'Springfield Default Outer',
  15621.                             'description' => 'Description.'."\n".'',
  15622.                             'regions' => [
  15623.                                 'content' => [
  15624.                                     'allow' => [
  15625.                                     ],
  15626.                                     'contents' => [
  15627.                                         => [
  15628.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15629.                                             'key' => 'content',
  15630.                                         ],
  15631.                                     ],
  15632.                                     'key' => 'content',
  15633.                                 ],
  15634.                                 'alert_bar' => [
  15635.                                     'allow' => [
  15636.                                         => 'AlertBanner',
  15637.                                     ],
  15638.                                     'contents' => [
  15639.                                         => [
  15640.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  15641.                                             'id' => 10814,
  15642.                                             'limit' => 5,
  15643.                                         ],
  15644.                                     ],
  15645.                                     'key' => 'alert_bar',
  15646.                                 ],
  15647.                                 'header_main_a' => [
  15648.                                     'allow' => [
  15649.                                         => 'Html',
  15650.                                     ],
  15651.                                     'contents' => [
  15652.                                         => [
  15653.                                             '__fqcn__' => 'widgets/Html/Html',
  15654.                                             'content' => '[header main a]'."\n".'',
  15655.                                         ],
  15656.                                     ],
  15657.                                     'key' => 'header_main_a',
  15658.                                 ],
  15659.                                 'header_main_b' => [
  15660.                                     'allow' => [
  15661.                                         => 'Html',
  15662.                                     ],
  15663.                                     'contents' => [
  15664.                                         => [
  15665.                                             '__fqcn__' => 'widgets/Html/Html',
  15666.                                             'content' => '[header main b]'."\n".'',
  15667.                                         ],
  15668.                                     ],
  15669.                                     'key' => 'header_main_b',
  15670.                                 ],
  15671.                                 'header_logo' => [
  15672.                                     'allow' => [
  15673.                                         => 'Html',
  15674.                                     ],
  15675.                                     'contents' => [
  15676.                                         => [
  15677.                                             '__fqcn__' => 'widgets/Html/Html',
  15678.                                             'content' => '[logo main]'."\n".'',
  15679.                                         ],
  15680.                                     ],
  15681.                                     'key' => 'header_logo',
  15682.                                 ],
  15683.                                 'header_menu' => [
  15684.                                     'allow' => [
  15685.                                     ],
  15686.                                     'contents' => [
  15687.                                         => [
  15688.                                             '__fqcn__' => 'widgets/Html/Html',
  15689.                                             'content' => '[header nav]'."\n".'',
  15690.                                         ],
  15691.                                     ],
  15692.                                     'key' => 'header_menu',
  15693.                                 ],
  15694.                                 'footer_main' => [
  15695.                                     'allow' => [
  15696.                                         => 'Html',
  15697.                                     ],
  15698.                                     'contents' => [
  15699.                                         => [
  15700.                                             '__fqcn__' => 'widgets/Html/Html',
  15701.                                             'content' => '[footer main]'."\n".'',
  15702.                                         ],
  15703.                                     ],
  15704.                                     'key' => 'footer_main',
  15705.                                 ],
  15706.                                 'footer_bottom' => [
  15707.                                     'allow' => [
  15708.                                         => 'Html',
  15709.                                     ],
  15710.                                     'contents' => [
  15711.                                         => [
  15712.                                             '__fqcn__' => 'widgets/Html/Html',
  15713.                                             'content' => '[footer bottom]'."\n".'',
  15714.                                         ],
  15715.                                     ],
  15716.                                     'key' => 'footer_bottom',
  15717.                                 ],
  15718.                             ],
  15719.                             'key' => 'DefaultOuter',
  15720.                         ],
  15721.                     ],
  15722.                 ],
  15723.                 'Summit' => [
  15724.                     'name' => 'Summit',
  15725.                     'description' => '<p>The Summit design style.</p>'."\n".'',
  15726.                     'framework' => 'bootstrap',
  15727.                     'framework_version' => '3.4.1',
  15728.                     'language' => NULL,
  15729.                     'base' => 'Campussuite2015',
  15730.                     'tenants' => [
  15731.                     ],
  15732.                     'preview' => '/themes/Summit/images/preview.jpg',
  15733.                     'screenshots' => [
  15734.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15735.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15736.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15737.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15738.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15739.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15740.                     ],
  15741.                     'scripts' => [
  15742.                         => [
  15743.                             'group' => NULL,
  15744.                             'priority' => NULL,
  15745.                             'urls' => [
  15746.                                 => '/themes/Summit/scripts/package.js',
  15747.                             ],
  15748.                         ],
  15749.                     ],
  15750.                     'styles' => [
  15751.                         => [
  15752.                             'group' => 'fonts',
  15753.                             'priority' => NULL,
  15754.                             'urls' => [
  15755.                                 => 'font-awesome::/css/font-awesome.min.css',
  15756.                             ],
  15757.                         ],
  15758.                         => [
  15759.                             'group' => NULL,
  15760.                             'priority' => NULL,
  15761.                             'sources' => [
  15762.                             ],
  15763.                         ],
  15764.                     ],
  15765.                     'widget_restrictions' => [
  15766.                         => 'Blank',
  15767.                     ],
  15768.                     'key' => 'Summit',
  15769.                     'layouts' => [
  15770.                         'DefaultOuter' => [
  15771.                             'name' => 'Summit Default Outer',
  15772.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  15773.                             'regions' => [
  15774.                                 'content' => [
  15775.                                     'allow' => [
  15776.                                     ],
  15777.                                     'contents' => [
  15778.                                         => [
  15779.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15780.                                             'key' => 'content',
  15781.                                         ],
  15782.                                     ],
  15783.                                     'key' => 'content',
  15784.                                 ],
  15785.                                 'header_social' => [
  15786.                                     'allow' => [
  15787.                                         => 'Html',
  15788.                                     ],
  15789.                                     'contents' => [
  15790.                                         => [
  15791.                                             '__fqcn__' => 'widgets/Html/Html',
  15792.                                             'content' => '[header social]'."\n".'',
  15793.                                         ],
  15794.                                     ],
  15795.                                     'key' => 'header_social',
  15796.                                 ],
  15797.                                 'header_search' => [
  15798.                                     'allow' => [
  15799.                                         => 'Html',
  15800.                                     ],
  15801.                                     'contents' => [
  15802.                                         => [
  15803.                                             '__fqcn__' => 'widgets/Html/Html',
  15804.                                             'content' => '[header search]'."\n".'',
  15805.                                         ],
  15806.                                     ],
  15807.                                     'key' => 'header_search',
  15808.                                 ],
  15809.                                 'header_logo' => [
  15810.                                     'allow' => [
  15811.                                         => 'Html',
  15812.                                     ],
  15813.                                     'contents' => [
  15814.                                         => [
  15815.                                             '__fqcn__' => 'widgets/Html/Html',
  15816.                                             'content' => '[header logo]'."\n".'',
  15817.                                         ],
  15818.                                     ],
  15819.                                     'key' => 'header_logo',
  15820.                                 ],
  15821.                                 'header_main_menu' => [
  15822.                                     'allow' => [
  15823.                                         => 'Html',
  15824.                                     ],
  15825.                                     'contents' => [
  15826.                                         => [
  15827.                                             '__fqcn__' => 'widgets/Html/Html',
  15828.                                             'content' => '[header main menu]'."\n".'',
  15829.                                         ],
  15830.                                     ],
  15831.                                     'key' => 'header_main_menu',
  15832.                                 ],
  15833.                                 'header_utility_nav' => [
  15834.                                     'allow' => [
  15835.                                         => 'Html',
  15836.                                     ],
  15837.                                     'contents' => [
  15838.                                         => [
  15839.                                             '__fqcn__' => 'widgets/Html/Html',
  15840.                                             'content' => '[header utility nav]'."\n".'',
  15841.                                         ],
  15842.                                     ],
  15843.                                     'key' => 'header_utility_nav',
  15844.                                 ],
  15845.                                 'drawer_header_social' => [
  15846.                                     'allow' => [
  15847.                                         => 'Html',
  15848.                                     ],
  15849.                                     'contents' => [
  15850.                                         => [
  15851.                                             '__fqcn__' => 'widgets/Html/Html',
  15852.                                             'content' => '[drawer header social]'."\n".'',
  15853.                                         ],
  15854.                                     ],
  15855.                                     'key' => 'drawer_header_social',
  15856.                                 ],
  15857.                             ],
  15858.                             'key' => 'DefaultOuter',
  15859.                         ],
  15860.                     ],
  15861.                 ],
  15862.                 'ThomasEdison' => [
  15863.                     'name' => 'Thomas Edison',
  15864.                     'description' => '<p>The Thomas Edison design style.</p>'."\n".'',
  15865.                     'framework' => 'bootstrap',
  15866.                     'framework_version' => '3.4.1',
  15867.                     'language' => NULL,
  15868.                     'base' => 'Campussuite2015',
  15869.                     'tenants' => [
  15870.                     ],
  15871.                     'preview' => '/themes/ThomasEdison/images/preview.jpg',
  15872.                     'screenshots' => [
  15873.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  15874.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  15875.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  15876.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  15877.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  15878.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  15879.                     ],
  15880.                     'scripts' => [
  15881.                         => [
  15882.                             'group' => NULL,
  15883.                             'priority' => NULL,
  15884.                             'urls' => [
  15885.                                 => '/themes/ThomasEdison/scripts/cookie.js',
  15886.                                 => '/themes/ThomasEdison/scripts/package.js',
  15887.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/jquery.magnific-popup.min.js',
  15888.                             ],
  15889.                         ],
  15890.                     ],
  15891.                     'styles' => [
  15892.                         => [
  15893.                             'group' => 'fonts',
  15894.                             'priority' => NULL,
  15895.                             'urls' => [
  15896.                                 => 'font-awesome::/css/font-awesome.min.css',
  15897.                                 => 'https://fonts.googleapis.com/css?family=Oswald:700&display=swap',
  15898.                                 => 'https://cdn.campussuite.com/magnific-popup/1.1.0/dist/magnific-popup.css',
  15899.                             ],
  15900.                         ],
  15901.                         => [
  15902.                             'group' => NULL,
  15903.                             'priority' => NULL,
  15904.                             'sources' => [
  15905.                             ],
  15906.                         ],
  15907.                     ],
  15908.                     'widget_restrictions' => [
  15909.                         => 'Blank',
  15910.                     ],
  15911.                     'key' => 'ThomasEdison',
  15912.                     'layouts' => [
  15913.                         'DefaultOuter' => [
  15914.                             'name' => 'Thomas Edison Default Outer',
  15915.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  15916.                             'regions' => [
  15917.                                 'content' => [
  15918.                                     'allow' => [
  15919.                                     ],
  15920.                                     'contents' => [
  15921.                                         => [
  15922.                                             '__fqcn__' => 'widgets/Zone/Zone',
  15923.                                             'key' => 'content',
  15924.                                         ],
  15925.                                     ],
  15926.                                     'key' => 'content',
  15927.                                 ],
  15928.                                 'header_logo' => [
  15929.                                     'allow' => [
  15930.                                         => 'Html',
  15931.                                     ],
  15932.                                     'contents' => [
  15933.                                         => [
  15934.                                             '__fqcn__' => 'widgets/Html/Html',
  15935.                                             'content' => '[header logo]'."\n".'',
  15936.                                         ],
  15937.                                     ],
  15938.                                     'key' => 'header_logo',
  15939.                                 ],
  15940.                                 'header_utility_nav' => [
  15941.                                     'allow' => [
  15942.                                         => 'Html',
  15943.                                     ],
  15944.                                     'contents' => [
  15945.                                         => [
  15946.                                             '__fqcn__' => 'widgets/Html/Html',
  15947.                                             'content' => '[header utility nav]'."\n".'',
  15948.                                         ],
  15949.                                     ],
  15950.                                     'key' => 'header_utility_nav',
  15951.                                 ],
  15952.                                 'header_search' => [
  15953.                                     'allow' => [
  15954.                                         => 'Html',
  15955.                                     ],
  15956.                                     'contents' => [
  15957.                                         => [
  15958.                                             '__fqcn__' => 'widgets/Html/Html',
  15959.                                             'content' => '[header search]'."\n".'',
  15960.                                         ],
  15961.                                     ],
  15962.                                     'key' => 'header_search',
  15963.                                 ],
  15964.                                 'header_main_menu' => [
  15965.                                     'allow' => [
  15966.                                         => 'Html',
  15967.                                     ],
  15968.                                     'contents' => [
  15969.                                         => [
  15970.                                             '__fqcn__' => 'widgets/Html/Html',
  15971.                                             'content' => '[header main menu]'."\n".'',
  15972.                                         ],
  15973.                                     ],
  15974.                                     'key' => 'header_main_menu',
  15975.                                 ],
  15976.                                 'header_logo_small' => [
  15977.                                     'allow' => [
  15978.                                         => 'Html',
  15979.                                     ],
  15980.                                     'contents' => [
  15981.                                         => [
  15982.                                             '__fqcn__' => 'widgets/Html/Html',
  15983.                                             'content' => '[header logo small]',
  15984.                                         ],
  15985.                                     ],
  15986.                                     'key' => 'header_logo_small',
  15987.                                 ],
  15988.                             ],
  15989.                             'key' => 'DefaultOuter',
  15990.                         ],
  15991.                         'DefaultOuter2019' => [
  15992.                             'name' => 'Thomas Edison Default Outer 2019',
  15993.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  15994.                             'regions' => [
  15995.                                 'content' => [
  15996.                                     'allow' => [
  15997.                                     ],
  15998.                                     'contents' => [
  15999.                                         => [
  16000.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16001.                                             'key' => 'content',
  16002.                                         ],
  16003.                                     ],
  16004.                                     'key' => 'content',
  16005.                                 ],
  16006.                             ],
  16007.                             'key' => 'DefaultOuter2019',
  16008.                         ],
  16009.                         'PartnersOuter' => [
  16010.                             'name' => 'Thomas Edison Partners Outer',
  16011.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16012.                             'regions' => [
  16013.                                 'content' => [
  16014.                                     'allow' => [
  16015.                                     ],
  16016.                                     'contents' => [
  16017.                                         => [
  16018.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16019.                                             'key' => 'content',
  16020.                                         ],
  16021.                                     ],
  16022.                                     'key' => 'content',
  16023.                                 ],
  16024.                                 'header_logo' => [
  16025.                                     'allow' => [
  16026.                                         => 'Html',
  16027.                                     ],
  16028.                                     'contents' => [
  16029.                                         => [
  16030.                                             '__fqcn__' => 'widgets/Html/Html',
  16031.                                             'content' => '[header logo]'."\n".'',
  16032.                                         ],
  16033.                                     ],
  16034.                                     'key' => 'header_logo',
  16035.                                 ],
  16036.                                 'header_partner_logo' => [
  16037.                                     'allow' => [
  16038.                                         => 'Html',
  16039.                                     ],
  16040.                                     'contents' => [
  16041.                                         => [
  16042.                                             '__fqcn__' => 'widgets/Html/Html',
  16043.                                             'content' => '[header partner logo]'."\n".'',
  16044.                                         ],
  16045.                                     ],
  16046.                                     'key' => 'header_partner_logo',
  16047.                                 ],
  16048.                                 'header_main_menu' => [
  16049.                                     'allow' => [
  16050.                                         => 'Html',
  16051.                                     ],
  16052.                                     'contents' => [
  16053.                                         => [
  16054.                                             '__fqcn__' => 'widgets/Html/Html',
  16055.                                             'content' => '[header main menu]'."\n".'',
  16056.                                         ],
  16057.                                     ],
  16058.                                     'key' => 'header_main_menu',
  16059.                                 ],
  16060.                                 'header_logo_small' => [
  16061.                                     'allow' => [
  16062.                                         => 'Html',
  16063.                                     ],
  16064.                                     'contents' => [
  16065.                                         => [
  16066.                                             '__fqcn__' => 'widgets/Html/Html',
  16067.                                             'content' => '[header logo small]'."\n".'',
  16068.                                         ],
  16069.                                     ],
  16070.                                     'key' => 'header_logo_small',
  16071.                                 ],
  16072.                             ],
  16073.                             'key' => 'PartnersOuter',
  16074.                         ],
  16075.                         'PartnersOuter2019' => [
  16076.                             'name' => 'Thomas Edison Partners Outer 2019',
  16077.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16078.                             'regions' => [
  16079.                                 'content' => [
  16080.                                     'allow' => [
  16081.                                     ],
  16082.                                     'contents' => [
  16083.                                         => [
  16084.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16085.                                             'key' => 'content',
  16086.                                         ],
  16087.                                     ],
  16088.                                     'key' => 'content',
  16089.                                 ],
  16090.                             ],
  16091.                             'key' => 'PartnersOuter2019',
  16092.                         ],
  16093.                         'RfiOuter' => [
  16094.                             'name' => 'Thomas Edison Rfi Outer',
  16095.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16096.                             'regions' => [
  16097.                                 'content' => [
  16098.                                     'allow' => [
  16099.                                     ],
  16100.                                     'contents' => [
  16101.                                         => [
  16102.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16103.                                             'key' => 'content',
  16104.                                         ],
  16105.                                     ],
  16106.                                     'key' => 'content',
  16107.                                 ],
  16108.                                 'header_logo' => [
  16109.                                     'allow' => [
  16110.                                         => 'Html',
  16111.                                     ],
  16112.                                     'contents' => [
  16113.                                         => [
  16114.                                             '__fqcn__' => 'widgets/Html/Html',
  16115.                                             'content' => '[header logo]'."\n".'',
  16116.                                         ],
  16117.                                     ],
  16118.                                     'key' => 'header_logo',
  16119.                                 ],
  16120.                                 'header_logo_small' => [
  16121.                                     'allow' => [
  16122.                                         => 'Html',
  16123.                                     ],
  16124.                                     'contents' => [
  16125.                                         => [
  16126.                                             '__fqcn__' => 'widgets/Html/Html',
  16127.                                             'content' => '[header logo small]',
  16128.                                         ],
  16129.                                     ],
  16130.                                     'key' => 'header_logo_small',
  16131.                                 ],
  16132.                             ],
  16133.                             'key' => 'RfiOuter',
  16134.                         ],
  16135.                         'WatsonOuter' => [
  16136.                             'name' => 'Thomas Edison Watson Outer',
  16137.                             'description' => 'A brief description of the outer template, specifically the default header type (A, B, etc.) and the default footer layout.'."\n".'',
  16138.                             'regions' => [
  16139.                                 'content' => [
  16140.                                     'allow' => [
  16141.                                     ],
  16142.                                     'contents' => [
  16143.                                         => [
  16144.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16145.                                             'key' => 'content',
  16146.                                         ],
  16147.                                     ],
  16148.                                     'key' => 'content',
  16149.                                 ],
  16150.                                 'header_logo' => [
  16151.                                     'allow' => [
  16152.                                         => 'Html',
  16153.                                     ],
  16154.                                     'contents' => [
  16155.                                         => [
  16156.                                             '__fqcn__' => 'widgets/Html/Html',
  16157.                                             'content' => '[header logo]'."\n".'',
  16158.                                         ],
  16159.                                     ],
  16160.                                     'key' => 'header_logo',
  16161.                                 ],
  16162.                                 'header_utility_nav' => [
  16163.                                     'allow' => [
  16164.                                         => 'Html',
  16165.                                     ],
  16166.                                     'contents' => [
  16167.                                         => [
  16168.                                             '__fqcn__' => 'widgets/Html/Html',
  16169.                                             'content' => '[header utility nav]'."\n".'',
  16170.                                         ],
  16171.                                     ],
  16172.                                     'key' => 'header_utility_nav',
  16173.                                 ],
  16174.                                 'header_secondary_logo' => [
  16175.                                     'allow' => [
  16176.                                         => 'Html',
  16177.                                     ],
  16178.                                     'contents' => [
  16179.                                         => [
  16180.                                             '__fqcn__' => 'widgets/Html/Html',
  16181.                                             'content' => '[header secondary logo]',
  16182.                                         ],
  16183.                                     ],
  16184.                                     'key' => 'header_secondary_logo',
  16185.                                 ],
  16186.                             ],
  16187.                             'key' => 'WatsonOuter',
  16188.                         ],
  16189.                     ],
  16190.                 ],
  16191.                 'Windsor' => [
  16192.                     'name' => 'Windsor',
  16193.                     'description' => 'The Windsor SchoolNow design style includes two header layouts to choose from.'."\n".'',
  16194.                     'framework' => 'bootstrap',
  16195.                     'framework_version' => '3.4.1',
  16196.                     'language' => NULL,
  16197.                     'base' => 'Campussuite2015',
  16198.                     'tenants' => [
  16199.                     ],
  16200.                     'preview' => '/themes/Windsor/images/preview.jpg',
  16201.                     'screenshots' => [
  16202.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-fallhaven.jpg?w=840',
  16203.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-fallhaven.jpg?w=840',
  16204.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-List-fallhaven.jpg?w=840',
  16205.                         => 'https://i2.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Blog-News-Detail-fallhaven.jpg?w=840',
  16206.                         => 'https://i1.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Home-mobile-fallhaven.jpg?w=840',
  16207.                         => 'https://i0.wp.com/innersync.staging.wpengine.com/wp-content/uploads/2016/01/Secondary-mobile-fallhaven.jpg?w=840',
  16208.                     ],
  16209.                     'scripts' => [
  16210.                         => [
  16211.                             'group' => NULL,
  16212.                             'priority' => NULL,
  16213.                             'urls' => [
  16214.                                 => '/themes/Windsor/scripts/windsor.js',
  16215.                             ],
  16216.                         ],
  16217.                         => [
  16218.                             'group' => NULL,
  16219.                             'priority' => NULL,
  16220.                             'sources' => [
  16221.                             ],
  16222.                         ],
  16223.                     ],
  16224.                     'styles' => [
  16225.                         => [
  16226.                             'group' => 'fonts',
  16227.                             'priority' => NULL,
  16228.                             'urls' => [
  16229.                                 => 'font-awesome::/css/font-awesome.min.css',
  16230.                             ],
  16231.                         ],
  16232.                         => [
  16233.                             'group' => NULL,
  16234.                             'priority' => NULL,
  16235.                             'sources' => [
  16236.                             ],
  16237.                         ],
  16238.                     ],
  16239.                     'widget_restrictions' => [
  16240.                         => 'Blank',
  16241.                     ],
  16242.                     'key' => 'Windsor',
  16243.                     'layouts' => [
  16244.                         'DefaultOuter' => [
  16245.                             'name' => 'Windsor Default Outer',
  16246.                             'description' => 'The default outer template includes a full-featured and pre-constructed header with configurable footer.'."\n".'',
  16247.                             'regions' => [
  16248.                                 'content' => [
  16249.                                     'allow' => [
  16250.                                     ],
  16251.                                     'contents' => [
  16252.                                         => [
  16253.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16254.                                             'key' => 'content',
  16255.                                         ],
  16256.                                     ],
  16257.                                     'key' => 'content',
  16258.                                 ],
  16259.                                 'alert_bar' => [
  16260.                                     'allow' => [
  16261.                                         => 'AlertBanner',
  16262.                                     ],
  16263.                                     'contents' => [
  16264.                                         => [
  16265.                                             '__fqcn__' => 'widgets/AlertBanner/AlertBanner',
  16266.                                             'id' => 10814,
  16267.                                             'limit' => 5,
  16268.                                         ],
  16269.                                     ],
  16270.                                     'key' => 'alert_bar',
  16271.                                 ],
  16272.                                 'header_logo_small' => [
  16273.                                     'allow' => [
  16274.                                         => 'Html',
  16275.                                     ],
  16276.                                     'contents' => [
  16277.                                         => [
  16278.                                             '__fqcn__' => 'widgets/Html/Html',
  16279.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/themes/package/Windsor/_pages/images/logo-lacrescent.png" alt="">'."\n".'</a>'."\n".'',
  16280.                                         ],
  16281.                                     ],
  16282.                                     'key' => 'header_logo_small',
  16283.                                 ],
  16284.                                 'header_top_a' => [
  16285.                                     'allow' => [
  16286.                                         => 'Html',
  16287.                                     ],
  16288.                                     'contents' => [
  16289.                                         => [
  16290.                                             '__fqcn__' => 'widgets/Html/Html',
  16291.                                             'content' => '<ul class="hd-utils">'."\n".'    <li><a href="#">Schools</a></li>'."\n".'    <li><a href="#">Translate</a></li>'."\n".'</ul>'."\n".'',
  16292.                                         ],
  16293.                                     ],
  16294.                                     'key' => 'header_top_a',
  16295.                                 ],
  16296.                                 'header_top_b' => [
  16297.                                     'allow' => [
  16298.                                         => 'Html',
  16299.                                     ],
  16300.                                     'contents' => [
  16301.                                         => [
  16302.                                             '__fqcn__' => 'widgets/Html/Html',
  16303.                                             '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".'',
  16304.                                         ],
  16305.                                     ],
  16306.                                     'key' => 'header_top_b',
  16307.                                 ],
  16308.                                 'header_main_a' => [
  16309.                                     'allow' => [
  16310.                                         => 'Html',
  16311.                                     ],
  16312.                                     'contents' => [
  16313.                                         => [
  16314.                                             '__fqcn__' => 'widgets/Html/Html',
  16315.                                             'content' => '<p>header-main-a</p>'."\n".'',
  16316.                                         ],
  16317.                                     ],
  16318.                                     'key' => 'header_main_a',
  16319.                                 ],
  16320.                                 'header_logo' => [
  16321.                                     'allow' => [
  16322.                                         => 'Html',
  16323.                                     ],
  16324.                                     'contents' => [
  16325.                                         => [
  16326.                                             '__fqcn__' => 'widgets/Html/Html',
  16327.                                             'content' => '<a href="/">'."\n".'    <img src="http://intranet.innersync.net/themes/package/Windsor/_pages/images/logo-lacrescent.png" alt="">'."\n".'</a>'."\n".'',
  16328.                                         ],
  16329.                                     ],
  16330.                                     'key' => 'header_logo',
  16331.                                 ],
  16332.                                 'header_menu' => [
  16333.                                     'allow' => [
  16334.                                         => 'Html',
  16335.                                     ],
  16336.                                     'contents' => [
  16337.                                         => [
  16338.                                             '__fqcn__' => 'widgets/MegaMenu/MegaMenu',
  16339.                                             'items' => [
  16340.                                                 => [
  16341.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16342.                                                     'text' => 'About',
  16343.                                                     'link' => '/district',
  16344.                                                 ],
  16345.                                                 => [
  16346.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16347.                                                     'text' => 'Schools',
  16348.                                                     'link' => '/schools',
  16349.                                                 ],
  16350.                                                 => [
  16351.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16352.                                                     'text' => 'Parent/Students',
  16353.                                                     'link' => '/parents-students',
  16354.                                                 ],
  16355.                                                 => [
  16356.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16357.                                                     'text' => 'Departments',
  16358.                                                     'link' => '/departments',
  16359.                                                 ],
  16360.                                                 => [
  16361.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16362.                                                     'text' => 'Athletics',
  16363.                                                     'link' => '/athletics',
  16364.                                                 ],
  16365.                                                 => [
  16366.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16367.                                                     'text' => 'Board of Education',
  16368.                                                     'link' => '/board-of-education',
  16369.                                                 ],
  16370.                                                 => [
  16371.                                                     '__fqcn__' => 'widgets/MegaMenu/BasicItem',
  16372.                                                     'text' => 'Community',
  16373.                                                     'link' => '/community-links',
  16374.                                                 ],
  16375.                                             ],
  16376.                                         ],
  16377.                                     ],
  16378.                                     'key' => 'header_menu',
  16379.                                 ],
  16380.                                 'footer_top' => [
  16381.                                     'allow' => [
  16382.                                         => 'Row',
  16383.                                     ],
  16384.                                     'contents' => [
  16385.                                         => [
  16386.                                             '__fqcn__' => 'widgets/Row/Row',
  16387.                                             'structure' => '1/1',
  16388.                                             'columns' => [
  16389.                                                 => [
  16390.                                                     '__fqcn__' => 'widgets/Row/Column',
  16391.                                                     'children' => [
  16392.                                                         => [
  16393.                                                             '__fqcn__' => 'widgets/Html/Html',
  16394.                                                             '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".'',
  16395.                                                         ],
  16396.                                                     ],
  16397.                                                 ],
  16398.                                             ],
  16399.                                         ],
  16400.                                     ],
  16401.                                     'key' => 'footer_top',
  16402.                                 ],
  16403.                                 'footer_main' => [
  16404.                                     'allow' => [
  16405.                                         => 'Row',
  16406.                                     ],
  16407.                                     'contents' => [
  16408.                                         => [
  16409.                                             '__fqcn__' => 'widgets/Row/Row',
  16410.                                             'structure' => '1/4 1/4 1/4 1/4',
  16411.                                             'columns' => [
  16412.                                                 => [
  16413.                                                     '__fqcn__' => 'widgets/Row/Column',
  16414.                                                     'classes' => 'ft-nav',
  16415.                                                     'children' => [
  16416.                                                         => [
  16417.                                                             '__fqcn__' => 'widgets/Html/Html',
  16418.                                                             '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".'',
  16419.                                                         ],
  16420.                                                     ],
  16421.                                                 ],
  16422.                                                 => [
  16423.                                                     '__fqcn__' => 'widgets/Row/Column',
  16424.                                                     'classes' => 'ft-nav',
  16425.                                                     'children' => [
  16426.                                                         => [
  16427.                                                             '__fqcn__' => 'widgets/Html/Html',
  16428.                                                             '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".'',
  16429.                                                         ],
  16430.                                                     ],
  16431.                                                 ],
  16432.                                                 => [
  16433.                                                     '__fqcn__' => 'widgets/Row/Column',
  16434.                                                     'classes' => 'ft-nav',
  16435.                                                     'children' => [
  16436.                                                         => [
  16437.                                                             '__fqcn__' => 'widgets/Html/Html',
  16438.                                                             '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".'',
  16439.                                                         ],
  16440.                                                     ],
  16441.                                                 ],
  16442.                                                 => [
  16443.                                                     '__fqcn__' => 'widgets/Row/Column',
  16444.                                                     'classes' => 'ft-nav',
  16445.                                                     'children' => [
  16446.                                                         => [
  16447.                                                             '__fqcn__' => 'widgets/Html/Html',
  16448.                                                             '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".'',
  16449.                                                         ],
  16450.                                                     ],
  16451.                                                 ],
  16452.                                             ],
  16453.                                         ],
  16454.                                     ],
  16455.                                     'key' => 'footer_main',
  16456.                                 ],
  16457.                                 'our_schools' => [
  16458.                                     'allow' => [
  16459.                                         => 'Section',
  16460.                                     ],
  16461.                                     'contents' => [
  16462.                                         => [
  16463.                                             '__fqcn__' => 'widgets/Block/Block',
  16464.                                             'type' => 'container',
  16465.                                         ],
  16466.                                     ],
  16467.                                     'key' => 'our_schools',
  16468.                                 ],
  16469.                                 'footer_bottom_a' => [
  16470.                                     'allow' => [
  16471.                                         => 'Row',
  16472.                                     ],
  16473.                                     'contents' => [
  16474.                                         => [
  16475.                                             '__fqcn__' => 'widgets/Row/Row',
  16476.                                             'structure' => '1/1',
  16477.                                             'columns' => [
  16478.                                                 => [
  16479.                                                     '__fqcn__' => 'widgets/Row/Column',
  16480.                                                     'children' => [
  16481.                                                         => [
  16482.                                                             '__fqcn__' => 'widgets/Html/Html',
  16483.                                                             'content' => '<p>[insert icon group widget]</p>'."\n".'',
  16484.                                                         ],
  16485.                                                     ],
  16486.                                                 ],
  16487.                                             ],
  16488.                                         ],
  16489.                                     ],
  16490.                                     'key' => 'footer_bottom_a',
  16491.                                 ],
  16492.                                 'footer_bottom_b' => [
  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><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".'',
  16507.                                                         ],
  16508.                                                     ],
  16509.                                                 ],
  16510.                                             ],
  16511.                                         ],
  16512.                                     ],
  16513.                                     'key' => 'footer_bottom_b',
  16514.                                 ],
  16515.                             ],
  16516.                             'key' => 'DefaultOuter',
  16517.                         ],
  16518.                         'OuterB' => [
  16519.                             'name' => 'Windsor Outer B',
  16520.                             '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".'',
  16521.                             'regions' => [
  16522.                                 'content' => [
  16523.                                     'allow' => [
  16524.                                     ],
  16525.                                     'contents' => [
  16526.                                         => [
  16527.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16528.                                             'key' => 'content',
  16529.                                         ],
  16530.                                     ],
  16531.                                     'key' => 'content',
  16532.                                 ],
  16533.                                 'header_top_utils_1' => [
  16534.                                     'allow' => [
  16535.                                         => 'Html',
  16536.                                     ],
  16537.                                     'contents' => [
  16538.                                         => [
  16539.                                             '__fqcn__' => 'widgets/Html/Html',
  16540.                                             'content' => '[header top utils 1]'."\n".'',
  16541.                                         ],
  16542.                                     ],
  16543.                                     'key' => 'header_top_utils_1',
  16544.                                 ],
  16545.                                 'header_top_utils_2' => [
  16546.                                     'allow' => [
  16547.                                         => 'Html',
  16548.                                     ],
  16549.                                     'contents' => [
  16550.                                         => [
  16551.                                             '__fqcn__' => 'widgets/Html/Html',
  16552.                                             'content' => '[header top utils 2]'."\n".'',
  16553.                                         ],
  16554.                                     ],
  16555.                                     'key' => 'header_top_utils_2',
  16556.                                 ],
  16557.                                 'header_top_utils_3' => [
  16558.                                     'allow' => [
  16559.                                         => 'Html',
  16560.                                     ],
  16561.                                     'contents' => [
  16562.                                         => [
  16563.                                             '__fqcn__' => 'widgets/Html/Html',
  16564.                                             'content' => '[header top utils 3]'."\n".'',
  16565.                                         ],
  16566.                                     ],
  16567.                                     'key' => 'header_top_utils_3',
  16568.                                 ],
  16569.                                 'header_top_utils_4' => [
  16570.                                     'allow' => [
  16571.                                         => 'Html',
  16572.                                     ],
  16573.                                     'contents' => [
  16574.                                         => [
  16575.                                             '__fqcn__' => 'widgets/Html/Html',
  16576.                                             'content' => '[header top utils 4]'."\n".'',
  16577.                                         ],
  16578.                                     ],
  16579.                                     'key' => 'header_top_utils_4',
  16580.                                 ],
  16581.                                 'header_logo' => [
  16582.                                     'allow' => [
  16583.                                         => 'Html',
  16584.                                     ],
  16585.                                     'contents' => [
  16586.                                         => [
  16587.                                             '__fqcn__' => 'widgets/Html/Html',
  16588.                                             'content' => '[header logo]'."\n".'',
  16589.                                         ],
  16590.                                     ],
  16591.                                     'key' => 'header_logo',
  16592.                                 ],
  16593.                                 'header_drawer_search' => [
  16594.                                     'allow' => [
  16595.                                         => 'Html',
  16596.                                     ],
  16597.                                     'contents' => [
  16598.                                         => [
  16599.                                             '__fqcn__' => 'widgets/Html/Html',
  16600.                                             'content' => '[header drawer search]'."\n".'',
  16601.                                         ],
  16602.                                     ],
  16603.                                     'key' => 'header_drawer_search',
  16604.                                 ],
  16605.                                 'header_main_menu' => [
  16606.                                     'allow' => [
  16607.                                         => 'Html',
  16608.                                     ],
  16609.                                     'contents' => [
  16610.                                         => [
  16611.                                             '__fqcn__' => 'widgets/Html/Html',
  16612.                                             'content' => '[header main menu]'."\n".'',
  16613.                                         ],
  16614.                                     ],
  16615.                                     'key' => 'header_main_menu',
  16616.                                 ],
  16617.                                 'header_drawer_utils' => [
  16618.                                     'allow' => [
  16619.                                         => 'Html',
  16620.                                     ],
  16621.                                     'contents' => [
  16622.                                         => [
  16623.                                             '__fqcn__' => 'widgets/Html/Html',
  16624.                                             'content' => '[header drawer utils]'."\n".'',
  16625.                                         ],
  16626.                                     ],
  16627.                                     'key' => 'header_drawer_utils',
  16628.                                 ],
  16629.                                 'header_drawer_social' => [
  16630.                                     'allow' => [
  16631.                                         => 'Html',
  16632.                                     ],
  16633.                                     'contents' => [
  16634.                                         => [
  16635.                                             '__fqcn__' => 'widgets/Html/Html',
  16636.                                             'content' => '[header drawer social]'."\n".'',
  16637.                                         ],
  16638.                                     ],
  16639.                                     'key' => 'header_drawer_social',
  16640.                                 ],
  16641.                             ],
  16642.                             'key' => 'OuterB',
  16643.                         ],
  16644.                         'OuterC' => [
  16645.                             'name' => 'Windsor Outer C',
  16646.                             '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".'',
  16647.                             'regions' => [
  16648.                                 'content' => [
  16649.                                     'allow' => [
  16650.                                     ],
  16651.                                     'contents' => [
  16652.                                         => [
  16653.                                             '__fqcn__' => 'widgets/Zone/Zone',
  16654.                                             'key' => 'content',
  16655.                                         ],
  16656.                                     ],
  16657.                                     'key' => 'content',
  16658.                                 ],
  16659.                             ],
  16660.                             'key' => 'OuterC',
  16661.                         ],
  16662.                     ],
  16663.                 ],
  16664.             ],
  16665.             'cms.widget.widgets' => [
  16666.                 'Accordion' => [
  16667.                     'name' => 'Accordion',
  16668.                     'enabled' => true,
  16669.                     'required' => true,
  16670.                     'description' => 'Vertically stacked collapsable panels of content.'."\n".'',
  16671.                     'pinned' => false,
  16672.                     'category' => 'Design',
  16673.                     'tags' => [
  16674.                     ],
  16675.                     'plugin' => true,
  16676.                     'scripts' => [
  16677.                     ],
  16678.                     'styles' => [
  16679.                     ],
  16680.                     'processor' => false,
  16681.                     'key' => 'Accordion',
  16682.                 ],
  16683.                 'Address' => [
  16684.                     'name' => 'Address',
  16685.                     'enabled' => true,
  16686.                     'required' => true,
  16687.                     'description' => 'Embeds address typography.'."\n".'',
  16688.                     'pinned' => false,
  16689.                     'category' => 'Advanced',
  16690.                     'tags' => [
  16691.                     ],
  16692.                     'plugin' => false,
  16693.                     'scripts' => [
  16694.                     ],
  16695.                     'styles' => [
  16696.                     ],
  16697.                     'key' => 'Address',
  16698.                 ],
  16699.                 'AlertBanner' => [
  16700.                     'name' => 'Alert Banner',
  16701.                     'enabled' => true,
  16702.                     'required' => true,
  16703.                     'description' => 'Banner of alerts.'."\n".'',
  16704.                     'pinned' => false,
  16705.                     'category' => 'Alerts',
  16706.                     'tags' => [
  16707.                     ],
  16708.                     'plugin' => true,
  16709.                     'scripts' => [
  16710.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  16711.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  16712.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  16713.                     ],
  16714.                     'styles' => [
  16715.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  16716.                     ],
  16717.                     'key' => 'AlertBanner',
  16718.                 ],
  16719.                 'Block' => [
  16720.                     'name' => 'Section',
  16721.                     'enabled' => true,
  16722.                     'required' => true,
  16723.                     'description' => 'Basic DIV container with content; for advanced usage.'."\n".'',
  16724.                     'pinned' => true,
  16725.                     'category' => 'Design',
  16726.                     'tags' => [
  16727.                     ],
  16728.                     'plugin' => false,
  16729.                     'scripts' => [
  16730.                     ],
  16731.                     'styles' => [
  16732.                     ],
  16733.                     'key' => 'Block',
  16734.                 ],
  16735.                 'Blockquote' => [
  16736.                     'name' => 'Blockquote',
  16737.                     'enabled' => true,
  16738.                     'required' => true,
  16739.                     'description' => 'Embeds basic blockquote typography.'."\n".'',
  16740.                     'pinned' => false,
  16741.                     'category' => 'Design',
  16742.                     'tags' => [
  16743.                     ],
  16744.                     'plugin' => false,
  16745.                     'scripts' => [
  16746.                     ],
  16747.                     'styles' => [
  16748.                     ],
  16749.                     'key' => 'Blockquote',
  16750.                 ],
  16751.                 'Breadcrumbs' => [
  16752.                     'name' => 'Breadcrumbs',
  16753.                     'enabled' => true,
  16754.                     'required' => true,
  16755.                     'description' => 'Embeds navigation-based "crumbs" onto the page.'."\n".'',
  16756.                     'pinned' => false,
  16757.                     'category' => 'Page Layout/Structure',
  16758.                     'tags' => [
  16759.                     ],
  16760.                     'plugin' => false,
  16761.                     'scripts' => [
  16762.                     ],
  16763.                     'styles' => [
  16764.                     ],
  16765.                     'key' => 'Breadcrumbs',
  16766.                 ],
  16767.                 'Button' => [
  16768.                     'name' => 'Button',
  16769.                     'enabled' => true,
  16770.                     'required' => true,
  16771.                     'description' => 'Embeds basic button typography and behavior.'."\n".'',
  16772.                     'pinned' => false,
  16773.                     'category' => 'Design',
  16774.                     'tags' => [
  16775.                     ],
  16776.                     'plugin' => false,
  16777.                     'scripts' => [
  16778.                     ],
  16779.                     'styles' => [
  16780.                     ],
  16781.                     'key' => 'Button',
  16782.                 ],
  16783.                 'ButtonDropdown' => [
  16784.                     'name' => 'Button Dropdown',
  16785.                     'enabled' => true,
  16786.                     'required' => true,
  16787.                     'description' => 'Embeds a button with a dropdown panel.'."\n".'',
  16788.                     'pinned' => false,
  16789.                     'category' => 'Design',
  16790.                     'tags' => [
  16791.                     ],
  16792.                     'plugin' => false,
  16793.                     'scripts' => [
  16794.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  16795.                     ],
  16796.                     'styles' => [
  16797.                     ],
  16798.                     'key' => 'ButtonDropdown',
  16799.                 ],
  16800.                 'Column' => [
  16801.                     'name' => 'Column',
  16802.                     'enabled' => true,
  16803.                     'required' => true,
  16804.                     'description' => 'Designates a grid column.'."\n".'',
  16805.                     'pinned' => false,
  16806.                     'category' => 'Design',
  16807.                     'tags' => [
  16808.                     ],
  16809.                     'plugin' => false,
  16810.                     'scripts' => [
  16811.                     ],
  16812.                     'styles' => [
  16813.                     ],
  16814.                     'key' => 'Column',
  16815.                 ],
  16816.                 'ContentTemplateEmbed' => [
  16817.                     'name' => 'Content Template Embed',
  16818.                     'enabled' => true,
  16819.                     'required' => true,
  16820.                     'description' => 'Embeds the source of a content template into the page.'."\n".'',
  16821.                     'pinned' => false,
  16822.                     'category' => 'Advanced',
  16823.                     'tags' => [
  16824.                     ],
  16825.                     'plugin' => false,
  16826.                     'scripts' => [
  16827.                     ],
  16828.                     'styles' => [
  16829.                     ],
  16830.                     'key' => 'ContentTemplateEmbed',
  16831.                 ],
  16832.                 'DepartmentName' => [
  16833.                     'name' => 'Department Name',
  16834.                     'enabled' => true,
  16835.                     'required' => true,
  16836.                     'description' => 'Displays Department Name.'."\n".'',
  16837.                     'pinned' => false,
  16838.                     'category' => 'Page Layout/Structure',
  16839.                     'tags' => [
  16840.                     ],
  16841.                     'plugin' => false,
  16842.                     'scripts' => [
  16843.                     ],
  16844.                     'styles' => [
  16845.                     ],
  16846.                     'key' => 'DepartmentName',
  16847.                 ],
  16848.                 'Divider' => [
  16849.                     'name' => 'Divider',
  16850.                     'enabled' => true,
  16851.                     'required' => true,
  16852.                     'description' => 'Embeds a styled horizontal rule into the content.'."\n".'',
  16853.                     'pinned' => false,
  16854.                     'category' => 'Design',
  16855.                     'tags' => [
  16856.                     ],
  16857.                     'plugin' => false,
  16858.                     'scripts' => [
  16859.                     ],
  16860.                     'styles' => [
  16861.                     ],
  16862.                     'key' => 'Divider',
  16863.                 ],
  16864.                 'FacebookLike' => [
  16865.                     'name' => 'Facebook Like Button',
  16866.                     'enabled' => false,
  16867.                     'required' => true,
  16868.                     'description' => 'Embeds the standard Facebook "like" button to share/like the page through Facebook only.'."\n".'',
  16869.                     'pinned' => false,
  16870.                     'category' => 'Design',
  16871.                     'tags' => [
  16872.                     ],
  16873.                     'plugin' => true,
  16874.                     'scripts' => [
  16875.                     ],
  16876.                     'styles' => [
  16877.                     ],
  16878.                     'key' => 'FacebookLike',
  16879.                 ],
  16880.                 'FeedList' => [
  16881.                     'name' => 'Feed List',
  16882.                     'enabled' => true,
  16883.                     'required' => true,
  16884.                     'description' => 'Lists out feed entries based on configuration.'."\n".'',
  16885.                     'pinned' => false,
  16886.                     'category' => 'Feed',
  16887.                     'tags' => [
  16888.                     ],
  16889.                     'plugin' => false,
  16890.                     'scripts' => [
  16891.                     ],
  16892.                     'styles' => [
  16893.                     ],
  16894.                     'key' => 'FeedList',
  16895.                 ],
  16896.                 'FileList' => [
  16897.                     'name' => 'File List',
  16898.                     'enabled' => true,
  16899.                     'required' => true,
  16900.                     'description' => 'Lists out files based on configuration.'."\n".'',
  16901.                     'pinned' => false,
  16902.                     'category' => 'Advanced',
  16903.                     'tags' => [
  16904.                     ],
  16905.                     'plugin' => true,
  16906.                     'scripts' => [
  16907.                     ],
  16908.                     'styles' => [
  16909.                     ],
  16910.                     'key' => 'FileList',
  16911.                 ],
  16912.                 'GalleryFolder' => [
  16913.                     'name' => 'Folder Gallery',
  16914.                     'enabled' => true,
  16915.                     'required' => true,
  16916.                     'description' => 'Creates gallery from images in folder.'."\n".'',
  16917.                     'pinned' => false,
  16918.                     'category' => 'Design',
  16919.                     'tags' => [
  16920.                     ],
  16921.                     'plugin' => true,
  16922.                     'scripts' => [
  16923.                         => 'masonry::/dist/masonry.pkgd.min.js',
  16924.                         => 'imagesloaded::/imagesloaded.pkgd.min.js',
  16925.                         => 'magnific-popup::/dist/jquery.magnific-popup.min.js',
  16926.                     ],
  16927.                     'styles' => [
  16928.                         => 'magnific-popup::/dist/magnific-popup.css',
  16929.                     ],
  16930.                     'deprecated' => true,
  16931.                     'key' => 'GalleryFolder',
  16932.                 ],
  16933.                 'GoogleDriveEmbed' => [
  16934.                     'name' => 'Google Drive Embed',
  16935.                     'enabled' => true,
  16936.                     'required' => true,
  16937.                     'description' => 'Lists of files in google drive folder.'."\n".'',
  16938.                     'pinned' => false,
  16939.                     'category' => 'Google',
  16940.                     'tags' => [
  16941.                     ],
  16942.                     'plugin' => false,
  16943.                     'scripts' => [
  16944.                     ],
  16945.                     'styles' => [
  16946.                     ],
  16947.                     'key' => 'GoogleDriveEmbed',
  16948.                 ],
  16949.                 'GoogleMap' => [
  16950.                     'name' => 'Google Map',
  16951.                     'enabled' => true,
  16952.                     'required' => true,
  16953.                     'description' => 'Embeds a Google map into the page; can set starting coordinates and add basic "markers" to the map.'."\n".'',
  16954.                     'pinned' => false,
  16955.                     'category' => 'Google',
  16956.                     'tags' => [
  16957.                     ],
  16958.                     'plugin' => true,
  16959.                     'scripts' => [
  16960.                     ],
  16961.                     'styles' => [
  16962.                     ],
  16963.                     'key' => 'GoogleMap',
  16964.                 ],
  16965.                 'GoogleTranslate' => [
  16966.                     'name' => 'Google Translate',
  16967.                     'enabled' => true,
  16968.                     'required' => true,
  16969.                     'description' => 'Embeds Google translate component.'."\n".'',
  16970.                     'pinned' => false,
  16971.                     'category' => 'Google',
  16972.                     'tags' => [
  16973.                     ],
  16974.                     'plugin' => false,
  16975.                     'scripts' => [
  16976.                         => 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit',
  16977.                     ],
  16978.                     'styles' => [
  16979.                     ],
  16980.                     'key' => 'GoogleTranslate',
  16981.                 ],
  16982.                 'Heading' => [
  16983.                     'name' => 'Heading',
  16984.                     'enabled' => false,
  16985.                     'required' => true,
  16986.                     'description' => 'Embeds heading typography (H1, H2, H3, etc).'."\n".'',
  16987.                     'pinned' => false,
  16988.                     'category' => 'Design',
  16989.                     'tags' => [
  16990.                     ],
  16991.                     'plugin' => false,
  16992.                     'scripts' => [
  16993.                     ],
  16994.                     'styles' => [
  16995.                     ],
  16996.                     'key' => 'Heading',
  16997.                 ],
  16998.                 'Html' => [
  16999.                     'name' => 'Text',
  17000.                     'enabled' => true,
  17001.                     'required' => true,
  17002.                     'description' => 'Allows for HTML-based input using a WYSIWYG.'."\n".'',
  17003.                     'pinned' => true,
  17004.                     'category' => 'Design',
  17005.                     'tags' => [
  17006.                     ],
  17007.                     'plugin' => false,
  17008.                     'scripts' => [
  17009.                     ],
  17010.                     'styles' => [
  17011.                     ],
  17012.                     'key' => 'Html',
  17013.                 ],
  17014.                 'HtmlSource' => [
  17015.                     'name' => 'HTML Source',
  17016.                     'enabled' => true,
  17017.                     'required' => true,
  17018.                     'description' => 'Provides a stylized HTML syntax editor for writing custom HTML source code.'."\n".'',
  17019.                     'pinned' => false,
  17020.                     'category' => 'Advanced',
  17021.                     'tags' => [
  17022.                     ],
  17023.                     'plugin' => false,
  17024.                     'scripts' => [
  17025.                     ],
  17026.                     'styles' => [
  17027.                     ],
  17028.                     'key' => 'HtmlSource',
  17029.                 ],
  17030.                 'Icon' => [
  17031.                     'name' => 'Icon',
  17032.                     'enabled' => true,
  17033.                     'required' => true,
  17034.                     'description' => 'Embeds icon typography.'."\n".'',
  17035.                     'pinned' => false,
  17036.                     'category' => 'Design',
  17037.                     'tags' => [
  17038.                     ],
  17039.                     'plugin' => false,
  17040.                     'scripts' => [
  17041.                     ],
  17042.                     'styles' => [
  17043.                     ],
  17044.                     'key' => 'Icon',
  17045.                 ],
  17046.                 'IconGroup' => [
  17047.                     'name' => 'Icon Group',
  17048.                     'enabled' => true,
  17049.                     'required' => true,
  17050.                     'description' => 'Embeds icon group typography.'."\n".'',
  17051.                     'pinned' => false,
  17052.                     'category' => 'Design',
  17053.                     'tags' => [
  17054.                     ],
  17055.                     'plugin' => false,
  17056.                     'scripts' => [
  17057.                     ],
  17058.                     'styles' => [
  17059.                     ],
  17060.                     'key' => 'IconGroup',
  17061.                 ],
  17062.                 'Image' => [
  17063.                     'name' => 'Image',
  17064.                     'enabled' => true,
  17065.                     'required' => true,
  17066.                     'description' => 'Embeds an image into the content via a custom URL source.'."\n".'',
  17067.                     'pinned' => true,
  17068.                     'category' => 'Design',
  17069.                     'tags' => [
  17070.                     ],
  17071.                     'plugin' => false,
  17072.                     'scripts' => [
  17073.                     ],
  17074.                     'styles' => [
  17075.                     ],
  17076.                     'key' => 'Image',
  17077.                 ],
  17078.                 'Jumbotron' => [
  17079.                     'name' => 'Jumbotron',
  17080.                     'enabled' => false,
  17081.                     'required' => true,
  17082.                     'description' => 'Embeds "jumbotron" typography.'."\n".'',
  17083.                     'pinned' => false,
  17084.                     'category' => 'Design',
  17085.                     'tags' => [
  17086.                     ],
  17087.                     'plugin' => false,
  17088.                     'scripts' => [
  17089.                     ],
  17090.                     'styles' => [
  17091.                     ],
  17092.                     'key' => 'Jumbotron',
  17093.                 ],
  17094.                 'MegaMenu' => [
  17095.                     'name' => 'Mega Menu',
  17096.                     'enabled' => true,
  17097.                     'required' => true,
  17098.                     'description' => 'Allows for creation of custom "mega menus" for header-based navigation.'."\n".'',
  17099.                     'pinned' => false,
  17100.                     'category' => 'Page Layout/Structure',
  17101.                     'tags' => [
  17102.                     ],
  17103.                     'plugin' => true,
  17104.                     'scripts' => [
  17105.                         => 'jquery-doubletaptogo::/dist/jquery.dcd.doubletaptogo.min.js',
  17106.                     ],
  17107.                     'styles' => [
  17108.                     ],
  17109.                     'key' => 'MegaMenu',
  17110.                 ],
  17111.                 'ModuleAlertFeature' => [
  17112.                     'name' => 'Alert Feature',
  17113.                     'enabled' => false,
  17114.                     'required' => true,
  17115.                     'description' => 'Shows basic details of a single alert item.'."\n".'',
  17116.                     'pinned' => false,
  17117.                     'category' => 'Alerts',
  17118.                     'tags' => [
  17119.                     ],
  17120.                     'plugin' => false,
  17121.                     'scripts' => [
  17122.                     ],
  17123.                     'styles' => [
  17124.                     ],
  17125.                     'key' => 'ModuleAlertFeature',
  17126.                 ],
  17127.                 'ModuleAlertList' => [
  17128.                     'name' => 'Alerts List',
  17129.                     'enabled' => true,
  17130.                     'required' => true,
  17131.                     'description' => 'Shows a list of alerts; configurable by the user.'."\n".'',
  17132.                     'pinned' => false,
  17133.                     'category' => 'Alerts',
  17134.                     'tags' => [
  17135.                     ],
  17136.                     'plugin' => false,
  17137.                     'scripts' => [
  17138.                     ],
  17139.                     'styles' => [
  17140.                     ],
  17141.                     'key' => 'ModuleAlertList',
  17142.                 ],
  17143.                 'ModuleAlertListGrid' => [
  17144.                     'name' => 'Alerts Grid',
  17145.                     'enabled' => true,
  17146.                     'required' => true,
  17147.                     'description' => 'Shows a grid of alerts; configurable by the user.'."\n".'',
  17148.                     'pinned' => false,
  17149.                     'category' => 'Alerts',
  17150.                     'tags' => [
  17151.                     ],
  17152.                     'plugin' => false,
  17153.                     'scripts' => [
  17154.                     ],
  17155.                     'styles' => [
  17156.                     ],
  17157.                     'key' => 'ModuleAlertListGrid',
  17158.                 ],
  17159.                 'ModuleBlogFeature' => [
  17160.                     'name' => 'Blog Feature',
  17161.                     'enabled' => false,
  17162.                     'required' => true,
  17163.                     'description' => 'Shows details for a single post in a blog.'."\n".'',
  17164.                     'pinned' => false,
  17165.                     'category' => 'Blog',
  17166.                     'tags' => [
  17167.                     ],
  17168.                     'plugin' => false,
  17169.                     'scripts' => [
  17170.                     ],
  17171.                     'styles' => [
  17172.                     ],
  17173.                     'key' => 'ModuleBlogFeature',
  17174.                 ],
  17175.                 'ModuleBlogList' => [
  17176.                     'name' => 'Blog List',
  17177.                     'enabled' => true,
  17178.                     'required' => true,
  17179.                     'description' => 'Basic list of blog posts; configurable by the user.'."\n".'',
  17180.                     'pinned' => false,
  17181.                     'category' => 'Blog',
  17182.                     'tags' => [
  17183.                     ],
  17184.                     'plugin' => false,
  17185.                     'scripts' => [
  17186.                     ],
  17187.                     'styles' => [
  17188.                     ],
  17189.                     'key' => 'ModuleBlogList',
  17190.                 ],
  17191.                 'ModuleBlogListGrid' => [
  17192.                     'name' => 'Blogs Grid',
  17193.                     'enabled' => true,
  17194.                     'required' => true,
  17195.                     'description' => 'Thumbnail grid view for a list of blog posts.'."\n".'',
  17196.                     'pinned' => false,
  17197.                     'category' => 'Blog',
  17198.                     'tags' => [
  17199.                     ],
  17200.                     'plugin' => false,
  17201.                     'scripts' => [
  17202.                     ],
  17203.                     'styles' => [
  17204.                     ],
  17205.                     'key' => 'ModuleBlogListGrid',
  17206.                 ],
  17207.                 'ModuleBlogOwlCarousel' => [
  17208.                     'name' => 'Blog Carousel',
  17209.                     'enabled' => true,
  17210.                     'required' => true,
  17211.                     'description' => 'Blog list rendered as a carousel.'."\n".'',
  17212.                     'pinned' => false,
  17213.                     'category' => 'Blog',
  17214.                     'tags' => [
  17215.                     ],
  17216.                     'plugin' => true,
  17217.                     'scripts' => [
  17218.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17219.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17220.                     ],
  17221.                     'styles' => [
  17222.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17223.                     ],
  17224.                     'key' => 'ModuleBlogOwlCarousel',
  17225.                 ],
  17226.                 'ModuleCalendarList' => [
  17227.                     'name' => 'Calendar List',
  17228.                     'enabled' => true,
  17229.                     'required' => true,
  17230.                     'description' => 'A list of events from the calendar modules; configurable by the user.'."\n".'',
  17231.                     'pinned' => false,
  17232.                     'category' => 'Calendar',
  17233.                     'tags' => [
  17234.                     ],
  17235.                     'plugin' => false,
  17236.                     'scripts' => [
  17237.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17238.                     ],
  17239.                     'styles' => [
  17240.                     ],
  17241.                     'key' => 'ModuleCalendarList',
  17242.                 ],
  17243.                 'ModuleCalendarListGrid' => [
  17244.                     'name' => 'Calendar Grid',
  17245.                     'enabled' => true,
  17246.                     'required' => true,
  17247.                     'description' => 'Thumbnail grid view of the basic calendar list.'."\n".'',
  17248.                     'pinned' => false,
  17249.                     'category' => 'Calendar',
  17250.                     'tags' => [
  17251.                     ],
  17252.                     'plugin' => false,
  17253.                     'scripts' => [
  17254.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17255.                     ],
  17256.                     'styles' => [
  17257.                     ],
  17258.                     'key' => 'ModuleCalendarListGrid',
  17259.                 ],
  17260.                 'ModuleCalendarMini' => [
  17261.                     'name' => 'Mini Calendar',
  17262.                     'enabled' => true,
  17263.                     'required' => true,
  17264.                     'description' => 'A graphical view of a calendar that can be embedded in places like sidebars.'."\n".'',
  17265.                     'pinned' => false,
  17266.                     'category' => 'Calendar',
  17267.                     'tags' => [
  17268.                     ],
  17269.                     'plugin' => true,
  17270.                     'scripts' => [
  17271.                     ],
  17272.                     'styles' => [
  17273.                     ],
  17274.                     'key' => 'ModuleCalendarMini',
  17275.                 ],
  17276.                 'ModuleCalendarOwlCarousel' => [
  17277.                     'name' => 'Calendar Carousel',
  17278.                     'enabled' => true,
  17279.                     'required' => true,
  17280.                     'description' => 'Calendar events list rendered as a carousel.'."\n".'',
  17281.                     'pinned' => false,
  17282.                     'category' => 'Calendar',
  17283.                     'tags' => [
  17284.                     ],
  17285.                     'plugin' => true,
  17286.                     'scripts' => [
  17287.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17288.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17289.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17290.                     ],
  17291.                     'styles' => [
  17292.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17293.                     ],
  17294.                     'key' => 'ModuleCalendarOwlCarousel',
  17295.                 ],
  17296.                 'ModuleGalleryFeature' => [
  17297.                     'name' => 'Gallery Feature',
  17298.                     'enabled' => true,
  17299.                     'required' => true,
  17300.                     'description' => 'Renders gallery images'."\n".'',
  17301.                     'pinned' => false,
  17302.                     'category' => 'Gallery',
  17303.                     'tags' => [
  17304.                     ],
  17305.                     'plugin' => true,
  17306.                     'scripts' => [
  17307.                         => 'masonry::/dist/masonry.pkgd.min.js',
  17308.                         => 'imagesloaded::/imagesloaded.pkgd.min.js',
  17309.                         => 'magnific-popup::/dist/jquery.magnific-popup.min.js',
  17310.                     ],
  17311.                     'styles' => [
  17312.                         => 'magnific-popup::/dist/magnific-popup.css',
  17313.                     ],
  17314.                     'key' => 'ModuleGalleryFeature',
  17315.                 ],
  17316.                 'ModuleGalleryList' => [
  17317.                     'name' => 'Gallery List',
  17318.                     'enabled' => true,
  17319.                     'required' => true,
  17320.                     'description' => 'Lists out gallery gallerys based on configuration.'."\n".'',
  17321.                     'pinned' => false,
  17322.                     'category' => 'Gallery',
  17323.                     'tags' => [
  17324.                     ],
  17325.                     'plugin' => false,
  17326.                     'scripts' => [
  17327.                     ],
  17328.                     'styles' => [
  17329.                     ],
  17330.                     'key' => 'ModuleGalleryList',
  17331.                 ],
  17332.                 'ModuleNewsFeature' => [
  17333.                     'name' => 'News Feature',
  17334.                     'enabled' => false,
  17335.                     'required' => true,
  17336.                     'description' => 'Details of a single news item.'."\n".'',
  17337.                     'pinned' => false,
  17338.                     'category' => 'News',
  17339.                     'tags' => [
  17340.                     ],
  17341.                     'plugin' => false,
  17342.                     'scripts' => [
  17343.                     ],
  17344.                     'styles' => [
  17345.                     ],
  17346.                     'key' => 'ModuleNewsFeature',
  17347.                 ],
  17348.                 'ModuleNewsList' => [
  17349.                     'name' => 'News List',
  17350.                     'enabled' => true,
  17351.                     'required' => true,
  17352.                     'description' => 'Lists out news articles based on configuration.'."\n".'',
  17353.                     'pinned' => false,
  17354.                     'category' => 'News',
  17355.                     'tags' => [
  17356.                     ],
  17357.                     'plugin' => false,
  17358.                     'scripts' => [
  17359.                     ],
  17360.                     'styles' => [
  17361.                     ],
  17362.                     'key' => 'ModuleNewsList',
  17363.                 ],
  17364.                 'ModuleNewsListExpanded' => [
  17365.                     'name' => 'News List Expanded',
  17366.                     'enabled' => true,
  17367.                     'required' => true,
  17368.                     'description' => 'Lists out full news articles based on configuration.'."\n".'',
  17369.                     'pinned' => false,
  17370.                     'category' => 'News',
  17371.                     'tags' => [
  17372.                     ],
  17373.                     'plugin' => false,
  17374.                     'scripts' => [
  17375.                     ],
  17376.                     'styles' => [
  17377.                     ],
  17378.                     'key' => 'ModuleNewsListExpanded',
  17379.                 ],
  17380.                 'ModuleNewsListGrid' => [
  17381.                     'name' => 'News Grid',
  17382.                     'enabled' => true,
  17383.                     'required' => true,
  17384.                     'description' => 'Thumbnail grid view of the basic news list.'."\n".'',
  17385.                     'pinned' => false,
  17386.                     'category' => 'News',
  17387.                     'tags' => [
  17388.                     ],
  17389.                     'plugin' => false,
  17390.                     'scripts' => [
  17391.                     ],
  17392.                     'styles' => [
  17393.                     ],
  17394.                     'key' => 'ModuleNewsListGrid',
  17395.                 ],
  17396.                 'ModuleNewsOwlCarousel' => [
  17397.                     'name' => 'News Carousel',
  17398.                     'enabled' => true,
  17399.                     'required' => true,
  17400.                     'description' => 'News list rendered as a carousel.'."\n".'',
  17401.                     'pinned' => false,
  17402.                     'category' => 'News',
  17403.                     'tags' => [
  17404.                     ],
  17405.                     'plugin' => true,
  17406.                     'scripts' => [
  17407.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17408.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17409.                     ],
  17410.                     'styles' => [
  17411.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17412.                     ],
  17413.                     'key' => 'ModuleNewsOwlCarousel',
  17414.                 ],
  17415.                 'ModulePeopleDirectory' => [
  17416.                     'name' => 'People Directory',
  17417.                     'enabled' => true,
  17418.                     'required' => true,
  17419.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17420.                     'pinned' => false,
  17421.                     'category' => 'People',
  17422.                     'tags' => [
  17423.                     ],
  17424.                     'plugin' => false,
  17425.                     'scripts' => [
  17426.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17427.                     ],
  17428.                     'styles' => [
  17429.                     ],
  17430.                     'key' => 'ModulePeopleDirectory',
  17431.                 ],
  17432.                 'ModulePeopleList' => [
  17433.                     'name' => 'People List',
  17434.                     'enabled' => true,
  17435.                     'required' => true,
  17436.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17437.                     'pinned' => false,
  17438.                     'category' => 'People',
  17439.                     'tags' => [
  17440.                     ],
  17441.                     'plugin' => false,
  17442.                     'scripts' => [
  17443.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17444.                     ],
  17445.                     'styles' => [
  17446.                     ],
  17447.                     'key' => 'ModulePeopleList',
  17448.                 ],
  17449.                 'ModulePeopleListFeatured' => [
  17450.                     'name' => 'People List Featured',
  17451.                     'enabled' => true,
  17452.                     'required' => true,
  17453.                     'description' => 'Lists out basic information for selected people profiles.'."\n".'',
  17454.                     'pinned' => false,
  17455.                     'category' => 'People',
  17456.                     'tags' => [
  17457.                     ],
  17458.                     'plugin' => false,
  17459.                     'scripts' => [
  17460.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17461.                     ],
  17462.                     'styles' => [
  17463.                     ],
  17464.                     'key' => 'ModulePeopleListFeatured',
  17465.                 ],
  17466.                 'ModulePeopleListGridLarge' => [
  17467.                     'name' => 'People List Grid',
  17468.                     'enabled' => true,
  17469.                     'required' => true,
  17470.                     'description' => 'Thumbnail grid view of the basic people list.'."\n".'',
  17471.                     'pinned' => false,
  17472.                     'category' => 'People',
  17473.                     'tags' => [
  17474.                     ],
  17475.                     'plugin' => false,
  17476.                     'scripts' => [
  17477.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17478.                     ],
  17479.                     'styles' => [
  17480.                     ],
  17481.                     'key' => 'ModulePeopleListGridLarge',
  17482.                 ],
  17483.                 'ModulePeopleListGridSmall' => [
  17484.                     'name' => 'People List Grid Small',
  17485.                     'enabled' => false,
  17486.                     'required' => true,
  17487.                     'description' => 'Lists out basic information for people profiles.'."\n".'',
  17488.                     'pinned' => false,
  17489.                     'category' => 'People',
  17490.                     'tags' => [
  17491.                     ],
  17492.                     'plugin' => false,
  17493.                     'scripts' => [
  17494.                     ],
  17495.                     'styles' => [
  17496.                     ],
  17497.                     'key' => 'ModulePeopleListGridSmall',
  17498.                 ],
  17499.                 'ModulePeopleOwlCarousel' => [
  17500.                     'name' => 'People Carousel',
  17501.                     'enabled' => true,
  17502.                     'required' => true,
  17503.                     'description' => 'People list rendered as a carousel.'."\n".'',
  17504.                     'pinned' => false,
  17505.                     'category' => 'People',
  17506.                     'tags' => [
  17507.                     ],
  17508.                     'plugin' => true,
  17509.                     'scripts' => [
  17510.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17511.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17512.                     ],
  17513.                     'styles' => [
  17514.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17515.                     ],
  17516.                     'key' => 'ModulePeopleOwlCarousel',
  17517.                 ],
  17518.                 'ModulePeopleSearch' => [
  17519.                     'name' => 'People Search',
  17520.                     'enabled' => true,
  17521.                     'required' => true,
  17522.                     'description' => 'Lists out profiles by name, lastname or department'."\n".'',
  17523.                     'pinned' => false,
  17524.                     'category' => 'People',
  17525.                     'tags' => [
  17526.                     ],
  17527.                     'plugin' => false,
  17528.                     'scripts' => [
  17529.                     ],
  17530.                     'styles' => [
  17531.                     ],
  17532.                     'key' => 'ModulePeopleSearch',
  17533.                 ],
  17534.                 'ModulePeopleWebsiteList' => [
  17535.                     'name' => 'People Websites List',
  17536.                     'enabled' => true,
  17537.                     'required' => true,
  17538.                     'description' => 'Lists out people profiles that have websites registered to them.'."\n".'',
  17539.                     'pinned' => false,
  17540.                     'category' => 'People',
  17541.                     'tags' => [
  17542.                     ],
  17543.                     'plugin' => false,
  17544.                     'scripts' => [
  17545.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17546.                     ],
  17547.                     'styles' => [
  17548.                     ],
  17549.                     'key' => 'ModulePeopleWebsiteList',
  17550.                 ],
  17551.                 'ModuleQuestionListAccordion' => [
  17552.                     'name' => 'FAQ Accordion',
  17553.                     'enabled' => true,
  17554.                     'required' => true,
  17555.                     'description' => 'Shows a set of questions as an accordion.'."\n".'',
  17556.                     'pinned' => false,
  17557.                     'category' => 'Advanced',
  17558.                     'tags' => [
  17559.                     ],
  17560.                     'plugin' => true,
  17561.                     'scripts' => [
  17562.                     ],
  17563.                     'styles' => [
  17564.                     ],
  17565.                     'key' => 'ModuleQuestionListAccordion',
  17566.                 ],
  17567.                 'Navigation' => [
  17568.                     'name' => 'Secondary Navigation',
  17569.                     'enabled' => true,
  17570.                     'required' => true,
  17571.                     'description' => 'Embeds "side" navigation.'."\n".'',
  17572.                     'pinned' => false,
  17573.                     'category' => 'Page Layout/Structure',
  17574.                     'tags' => [
  17575.                     ],
  17576.                     'plugin' => false,
  17577.                     'scripts' => [
  17578.                     ],
  17579.                     'styles' => [
  17580.                     ],
  17581.                     'key' => 'Navigation',
  17582.                 ],
  17583.                 'OwlCarousel' => [
  17584.                     'name' => 'Carousel',
  17585.                     'enabled' => true,
  17586.                     'required' => true,
  17587.                     'description' => 'Basic carousel for content based on the Owl plugin.'."\n".'',
  17588.                     'pinned' => false,
  17589.                     'category' => 'Design',
  17590.                     'tags' => [
  17591.                     ],
  17592.                     'plugin' => true,
  17593.                     'scripts' => [
  17594.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17595.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17596.                     ],
  17597.                     'styles' => [
  17598.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17599.                     ],
  17600.                     'key' => 'OwlCarousel',
  17601.                 ],
  17602.                 'OwlCarouselEditable' => [
  17603.                     'name' => 'Editable Carousel',
  17604.                     'enabled' => true,
  17605.                     'required' => true,
  17606.                     'description' => 'Basic carousel for content based on the Owl plugin, using the editor to manage content.'."\n".'',
  17607.                     'pinned' => false,
  17608.                     'category' => 'Design',
  17609.                     'tags' => [
  17610.                     ],
  17611.                     'plugin' => true,
  17612.                     'scripts' => [
  17613.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17614.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17615.                     ],
  17616.                     'styles' => [
  17617.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17618.                     ],
  17619.                     'key' => 'OwlCarouselEditable',
  17620.                 ],
  17621.                 'OwlFeatureSlider' => [
  17622.                     'name' => 'Custom Homepage Banner',
  17623.                     'enabled' => true,
  17624.                     'required' => true,
  17625.                     'description' => 'Slider based on the Owl plugin for full-screen effect.'."\n".'',
  17626.                     'pinned' => false,
  17627.                     'category' => 'Design',
  17628.                     'tags' => [
  17629.                     ],
  17630.                     'plugin' => true,
  17631.                     'scripts' => [
  17632.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17633.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17634.                     ],
  17635.                     'styles' => [
  17636.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17637.                     ],
  17638.                     'key' => 'OwlFeatureSlider',
  17639.                 ],
  17640.                 'OwlSlider' => [
  17641.                     'name' => 'Homepage Banner',
  17642.                     'enabled' => true,
  17643.                     'required' => true,
  17644.                     'description' => 'Basic slider based on the Owl plugin.'."\n".'',
  17645.                     'pinned' => false,
  17646.                     'category' => 'Design',
  17647.                     'tags' => [
  17648.                     ],
  17649.                     'plugin' => true,
  17650.                     'scripts' => [
  17651.                         => '/ui/overrides/owl-carousel/owl.carousel.min.js',
  17652.                         => '/ui/overrides/owl-carousel/owl.playback.js',
  17653.                     ],
  17654.                     'styles' => [
  17655.                         => '/ui/overrides/owl-carousel/owl.carousel.min.css',
  17656.                     ],
  17657.                     'key' => 'OwlSlider',
  17658.                 ],
  17659.                 'Parallax' => [
  17660.                     'name' => 'Parallax',
  17661.                     'enabled' => false,
  17662.                     'required' => true,
  17663.                     'description' => 'Create basic parallax effects.'."\n".'',
  17664.                     'pinned' => false,
  17665.                     'category' => 'Design',
  17666.                     'tags' => [
  17667.                     ],
  17668.                     'plugin' => true,
  17669.                     'scripts' => [
  17670.                         => 'parallaxjs::parallax.min.js',
  17671.                     ],
  17672.                     'styles' => [
  17673.                     ],
  17674.                     'key' => 'Parallax',
  17675.                 ],
  17676.                 'PdfEmbed' => [
  17677.                     'name' => 'PDF Embed',
  17678.                     'enabled' => false,
  17679.                     'required' => true,
  17680.                     'description' => 'Embeds a PDF into the content.'."\n".'',
  17681.                     'pinned' => false,
  17682.                     'category' => 'Advanced',
  17683.                     'tags' => [
  17684.                     ],
  17685.                     'plugin' => false,
  17686.                     'scripts' => [
  17687.                     ],
  17688.                     'styles' => [
  17689.                     ],
  17690.                     'deprecated' => false,
  17691.                     'key' => 'PdfEmbed',
  17692.                 ],
  17693.                 'PersonalProfileCard' => [
  17694.                     'name' => 'Personal Profile Card',
  17695.                     'enabled' => true,
  17696.                     'required' => true,
  17697.                     'description' => 'Embeds basic profile feature for a personal site.'."\n".'',
  17698.                     'pinned' => false,
  17699.                     'category' => 'People',
  17700.                     'tags' => [
  17701.                     ],
  17702.                     'plugin' => false,
  17703.                     'scripts' => [
  17704.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17705.                     ],
  17706.                     'styles' => [
  17707.                     ],
  17708.                     'key' => 'PersonalProfileCard',
  17709.                 ],
  17710.                 'ProfileCard' => [
  17711.                     'name' => 'Profile Card',
  17712.                     'enabled' => true,
  17713.                     'required' => true,
  17714.                     'description' => 'Profile card'."\n".'',
  17715.                     'pinned' => false,
  17716.                     'category' => 'People',
  17717.                     'tags' => [
  17718.                     ],
  17719.                     'plugin' => false,
  17720.                     'scripts' => [
  17721.                         => 'bootstrap::/dist/js/bootstrap.min.js',
  17722.                     ],
  17723.                     'styles' => [
  17724.                     ],
  17725.                     'key' => 'ProfileCard',
  17726.                 ],
  17727.                 'Row' => [
  17728.                     'name' => 'Layout',
  17729.                     'enabled' => true,
  17730.                     'required' => true,
  17731.                     'description' => 'Create a grid row for laying out content.'."\n".'',
  17732.                     'pinned' => true,
  17733.                     'category' => 'Design',
  17734.                     'tags' => [
  17735.                     ],
  17736.                     'plugin' => false,
  17737.                     'scripts' => [
  17738.                     ],
  17739.                     'styles' => [
  17740.                     ],
  17741.                     'key' => 'Row',
  17742.                 ],
  17743.                 'RssEmbed' => [
  17744.                     'name' => 'RSS Embed',
  17745.                     'enabled' => true,
  17746.                     'required' => true,
  17747.                     'description' => 'Lists out RSS feed entries based on configuration.'."\n".'',
  17748.                     'pinned' => false,
  17749.                     'category' => 'Blog',
  17750.                     'tags' => [
  17751.                     ],
  17752.                     'plugin' => false,
  17753.                     'scripts' => [
  17754.                     ],
  17755.                     'styles' => [
  17756.                     ],
  17757.                     'key' => 'RssEmbed',
  17758.                 ],
  17759.                 'ScriptSource' => [
  17760.                     'name' => 'Script Source',
  17761.                     'enabled' => true,
  17762.                     'required' => true,
  17763.                     'description' => 'Provide syntax editor for custom Javascript code development.'."\n".'',
  17764.                     'pinned' => false,
  17765.                     'category' => 'Advanced',
  17766.                     'tags' => [
  17767.                     ],
  17768.                     'plugin' => false,
  17769.                     'scripts' => [
  17770.                     ],
  17771.                     'styles' => [
  17772.                     ],
  17773.                     'key' => 'ScriptSource',
  17774.                 ],
  17775.                 'Search' => [
  17776.                     'name' => 'Google Search',
  17777.                     'enabled' => false,
  17778.                     'required' => true,
  17779.                     'description' => 'Embed Google-friendly search bar.'."\n".'',
  17780.                     'pinned' => false,
  17781.                     'category' => 'Google',
  17782.                     'tags' => [
  17783.                     ],
  17784.                     'plugin' => false,
  17785.                     'scripts' => [
  17786.                     ],
  17787.                     'styles' => [
  17788.                     ],
  17789.                     'key' => 'Search',
  17790.                 ],
  17791.                 'SharedContent' => [
  17792.                     'name' => 'Shared Content',
  17793.                     'enabled' => true,
  17794.                     'required' => true,
  17795.                     'description' => 'Embeds a shared content snippet.'."\n".'',
  17796.                     'pinned' => false,
  17797.                     'category' => 'Design',
  17798.                     'tags' => [
  17799.                     ],
  17800.                     'plugin' => false,
  17801.                     'scripts' => [
  17802.                     ],
  17803.                     'styles' => [
  17804.                     ],
  17805.                     'key' => 'SharedContent',
  17806.                 ],
  17807.                 'SharedContentDynamic' => [
  17808.                     'name' => 'Shared Content Dynamic',
  17809.                     'enabled' => true,
  17810.                     'required' => true,
  17811.                     'description' => 'Embeds a shared content snippet based on naming conventions and dynamic lookups.'."\n".'',
  17812.                     'pinned' => false,
  17813.                     'category' => 'Advanced',
  17814.                     'tags' => [
  17815.                     ],
  17816.                     'plugin' => false,
  17817.                     'scripts' => [
  17818.                     ],
  17819.                     'styles' => [
  17820.                     ],
  17821.                     'key' => 'SharedContentDynamic',
  17822.                 ],
  17823.                 'SharedContentDynamicBlock' => [
  17824.                     'name' => 'Shared Content Dynamic Block',
  17825.                     'enabled' => false,
  17826.                     'required' => false,
  17827.                     'description' => 'TODO'."\n".'',
  17828.                     'pinned' => false,
  17829.                     'category' => 'Advanced',
  17830.                     'tags' => [
  17831.                     ],
  17832.                     'plugin' => false,
  17833.                     'scripts' => [
  17834.                     ],
  17835.                     'styles' => [
  17836.                     ],
  17837.                     'key' => 'SharedContentDynamicBlock',
  17838.                 ],
  17839.                 'SiteMap' => [
  17840.                     'name' => 'Site Map',
  17841.                     'enabled' => true,
  17842.                     'required' => true,
  17843.                     'description' => 'Embeds an A-Z sorted sitemap.'."\n".'',
  17844.                     'pinned' => false,
  17845.                     'category' => 'Advanced',
  17846.                     'tags' => [
  17847.                     ],
  17848.                     'plugin' => false,
  17849.                     'scripts' => [
  17850.                     ],
  17851.                     'styles' => [
  17852.                     ],
  17853.                     'key' => 'SiteMap',
  17854.                 ],
  17855.                 'SocialLinks' => [
  17856.                     'name' => 'Social Sharing Links',
  17857.                     'enabled' => false,
  17858.                     'required' => true,
  17859.                     'description' => 'Embeds a common set of social sharing icons into the page.'."\n".'',
  17860.                     'pinned' => false,
  17861.                     'category' => 'Design',
  17862.                     'tags' => [
  17863.                     ],
  17864.                     'plugin' => false,
  17865.                     'scripts' => [
  17866.                     ],
  17867.                     'styles' => [
  17868.                     ],
  17869.                     'key' => 'SocialLinks',
  17870.                 ],
  17871.                 'Tabs' => [
  17872.                     'name' => 'Tabs',
  17873.                     'enabled' => true,
  17874.                     'required' => true,
  17875.                     'description' => 'Horizontally tabbed content panels.'."\n".'',
  17876.                     'pinned' => false,
  17877.                     'category' => 'Design',
  17878.                     'tags' => [
  17879.                     ],
  17880.                     'plugin' => true,
  17881.                     'scripts' => [
  17882.                         => 'jquery-responsive-tabs::/js/jquery.responsiveTabs.min.js',
  17883.                     ],
  17884.                     'styles' => [
  17885.                     ],
  17886.                     'key' => 'Tabs',
  17887.                 ],
  17888.                 'TwitterFeed' => [
  17889.                     'name' => 'Twitter Feed',
  17890.                     'enabled' => true,
  17891.                     'required' => true,
  17892.                     'description' => 'Embeds Twitter feed into the content.'."\n".'',
  17893.                     'pinned' => false,
  17894.                     'category' => 'Design',
  17895.                     'tags' => [
  17896.                     ],
  17897.                     'plugin' => true,
  17898.                     'processor' => true,
  17899.                     'scripts' => [
  17900.                         => 'https://platform.twitter.com/widgets.js',
  17901.                     ],
  17902.                     'styles' => [
  17903.                     ],
  17904.                     'key' => 'TwitterFeed',
  17905.                 ],
  17906.                 'TwitterTweet' => [
  17907.                     'name' => 'Twitter Tweet',
  17908.                     'enabled' => false,
  17909.                     'required' => true,
  17910.                     'description' => 'Embeds basic Twitter "tweeting" button into the content.'."\n".'',
  17911.                     'pinned' => false,
  17912.                     'category' => 'Design',
  17913.                     'tags' => [
  17914.                     ],
  17915.                     'plugin' => false,
  17916.                     'scripts' => [
  17917.                     ],
  17918.                     'styles' => [
  17919.                     ],
  17920.                     'key' => 'TwitterTweet',
  17921.                 ],
  17922.                 'Video' => [
  17923.                     'name' => 'Video',
  17924.                     'enabled' => true,
  17925.                     'required' => true,
  17926.                     'description' => 'Embeds a video (YouTube or Vimeo) into the content via a URL source.'."\n".'',
  17927.                     'pinned' => false,
  17928.                     'category' => 'Design',
  17929.                     'tags' => [
  17930.                     ],
  17931.                     'plugin' => false,
  17932.                     'scripts' => [
  17933.                     ],
  17934.                     'styles' => [
  17935.                     ],
  17936.                     'key' => 'Video',
  17937.                 ],
  17938.                 'Zone' => [
  17939.                     'name' => 'Editable Region',
  17940.                     'enabled' => true,
  17941.                     'required' => true,
  17942.                     'description' => 'Designates a section of content that should be flagged as an "editable region".'."\n".'',
  17943.                     'pinned' => false,
  17944.                     'category' => 'Page Layout/Structure',
  17945.                     'tags' => [
  17946.                     ],
  17947.                     'plugin' => false,
  17948.                     'scripts' => [
  17949.                     ],
  17950.                     'styles' => [
  17951.                     ],
  17952.                     'key' => 'Zone',
  17953.                 ],
  17954.             ],
  17955.             'platform.security.permissions' => [
  17956.                 'app.notifications.automations.admin' => [
  17957.                     'legacy' => false,
  17958.                     'meta' => [
  17959.                         'type' => 'notifications',
  17960.                         'global' => true,
  17961.                     ],
  17962.                     'name' => 'Automations manager',
  17963.                     'product' => 'Automations',
  17964.                     'category' => 'Administrative',
  17965.                     'description' => NULL,
  17966.                     'key' => 'app.notifications.automations.admin',
  17967.                 ],
  17968.                 'app.notifications.contacts.admin' => [
  17969.                     'legacy' => false,
  17970.                     'meta' => [
  17971.                         'type' => 'notifications',
  17972.                         'global' => true,
  17973.                     ],
  17974.                     'name' => 'Contacts manager',
  17975.                     'product' => 'Notifications',
  17976.                     'category' => 'Administrative',
  17977.                     'description' => NULL,
  17978.                     'key' => 'app.notifications.contacts.admin',
  17979.                 ],
  17980.                 'app.notifications.contacts.view' => [
  17981.                     'legacy' => false,
  17982.                     'meta' => [
  17983.                         'type' => 'notifications',
  17984.                         'global' => true,
  17985.                     ],
  17986.                     'name' => 'Contacts viewer',
  17987.                     'product' => 'Notifications',
  17988.                     'category' => 'Administrative',
  17989.                     'description' => NULL,
  17990.                     'key' => 'app.notifications.contacts.view',
  17991.                 ],
  17992.                 'app.notifications.lists.admin' => [
  17993.                     'legacy' => false,
  17994.                     'meta' => [
  17995.                         'type' => 'notifications',
  17996.                         'global' => false,
  17997.                     ],
  17998.                     'name' => 'Lists manager',
  17999.                     'product' => 'Notifications',
  18000.                     'category' => 'Administrative',
  18001.                     'description' => NULL,
  18002.                     'key' => 'app.notifications.lists.admin',
  18003.                 ],
  18004.                 'app.notifications.onboarding.admin' => [
  18005.                     'legacy' => false,
  18006.                     'meta' => [
  18007.                         'type' => 'notifications',
  18008.                         'global' => true,
  18009.                     ],
  18010.                     'name' => 'Onboarding manager',
  18011.                     'product' => 'Notifications',
  18012.                     'category' => 'Administrative',
  18013.                     'description' => NULL,
  18014.                     'key' => 'app.notifications.onboarding.admin',
  18015.                 ],
  18016.                 'app.notifications.templates.admin' => [
  18017.                     'legacy' => false,
  18018.                     'meta' => [
  18019.                         'type' => 'notifications',
  18020.                         'global' => true,
  18021.                     ],
  18022.                     'name' => 'Templates manager',
  18023.                     'product' => 'Notifications',
  18024.                     'category' => 'Administrative',
  18025.                     'description' => NULL,
  18026.                     'key' => 'app.notifications.templates.admin',
  18027.                 ],
  18028.                 'app.notifications.messaging.general' => [
  18029.                     'legacy' => false,
  18030.                     'meta' => [
  18031.                         'type' => 'notifications',
  18032.                         'global' => false,
  18033.                     ],
  18034.                     'name' => 'Send general messaging',
  18035.                     'product' => 'Notifications',
  18036.                     'category' => 'Messaging',
  18037.                     'description' => NULL,
  18038.                     'key' => 'app.notifications.messaging.general',
  18039.                 ],
  18040.                 'app.notifications.messaging.urgent' => [
  18041.                     'legacy' => false,
  18042.                     'meta' => [
  18043.                         'type' => 'notifications',
  18044.                         'global' => false,
  18045.                     ],
  18046.                     'name' => 'Send urgent messages',
  18047.                     'product' => 'Notifications',
  18048.                     'category' => 'Messaging',
  18049.                     'description' => NULL,
  18050.                     'key' => 'app.notifications.messaging.urgent',
  18051.                 ],
  18052.                 'campussuite.cms.tenant.manage' => [
  18053.                     'legacy' => false,
  18054.                     'meta' => [
  18055.                         'type' => 'cms',
  18056.                         'global' => true,
  18057.                     ],
  18058.                     'name' => 'Manage global/universal SchoolNow account information',
  18059.                     'product' => 'Platform',
  18060.                     'category' => 'Administrative',
  18061.                     'description' => NULL,
  18062.                     'key' => 'campussuite.cms.tenant.manage',
  18063.                 ],
  18064.                 'app.schools.admin' => [
  18065.                     'legacy' => false,
  18066.                     'meta' => [
  18067.                         'type' => 'cms',
  18068.                         'global' => true,
  18069.                     ],
  18070.                     'name' => 'School/brand manager',
  18071.                     'product' => 'Platform',
  18072.                     'category' => 'Administrative',
  18073.                     'description' => NULL,
  18074.                     'key' => 'app.schools.admin',
  18075.                 ],
  18076.                 'app.security.admin' => [
  18077.                     'legacy' => false,
  18078.                     'meta' => [
  18079.                         'type' => 'cms',
  18080.                         'global' => true,
  18081.                     ],
  18082.                     'name' => 'Security manager',
  18083.                     'product' => 'Platform',
  18084.                     'category' => 'Administrative',
  18085.                     'description' => NULL,
  18086.                     'key' => 'app.security.admin',
  18087.                 ],
  18088.                 'app.social.admin' => [
  18089.                     'legacy' => false,
  18090.                     'meta' => [
  18091.                         'type' => 'cms',
  18092.                         'global' => true,
  18093.                     ],
  18094.                     'name' => 'Social media accounts manager',
  18095.                     'product' => 'Platform',
  18096.                     'category' => 'Administrative',
  18097.                     'description' => NULL,
  18098.                     'key' => 'app.social.admin',
  18099.                 ],
  18100.                 'campussuite.smm.manage' => [
  18101.                     'legacy' => false,
  18102.                     'meta' => [
  18103.                         'type' => 'cms',
  18104.                         'global' => true,
  18105.                     ],
  18106.                     'name' => 'Fully manage social media manager data',
  18107.                     'product' => 'Social Media Manager',
  18108.                     'category' => 'Administration',
  18109.                     'description' => NULL,
  18110.                     'key' => 'campussuite.smm.manage',
  18111.                 ],
  18112.                 'campussuite.ada.manage' => [
  18113.                     'legacy' => false,
  18114.                     'meta' => [
  18115.                         'type' => 'cms',
  18116.                         'global' => true,
  18117.                     ],
  18118.                     'name' => 'Manage the subscription-only ADA features of SchoolNow',
  18119.                     'product' => 'Websites',
  18120.                     'category' => 'Accessibility',
  18121.                     'description' => NULL,
  18122.                     'key' => 'campussuite.ada.manage',
  18123.                 ],
  18124.                 'campussuite.cms.domain.manage' => [
  18125.                     'legacy' => false,
  18126.                     'meta' => [
  18127.                         'type' => 'cms',
  18128.                         'global' => true,
  18129.                     ],
  18130.                     'name' => 'Manage domains',
  18131.                     'product' => 'Websites',
  18132.                     'category' => 'Administrative',
  18133.                     'description' => NULL,
  18134.                     'key' => 'campussuite.cms.domain.manage',
  18135.                 ],
  18136.                 'campussuite.cms.sync.manage' => [
  18137.                     'legacy' => false,
  18138.                     'meta' => [
  18139.                         'type' => 'cms',
  18140.                         'global' => false,
  18141.                     ],
  18142.                     'name' => 'Manage iCal syncs',
  18143.                     'product' => 'Websites',
  18144.                     'category' => 'Administrative',
  18145.                     'description' => NULL,
  18146.                     'key' => 'campussuite.cms.sync.manage',
  18147.                 ],
  18148.                 'campussuite.cms.import.manage' => [
  18149.                     'legacy' => false,
  18150.                     'meta' => [
  18151.                         'type' => 'cms',
  18152.                         'global' => true,
  18153.                     ],
  18154.                     'name' => 'Manage imports',
  18155.                     'product' => 'Websites',
  18156.                     'category' => 'Administrative',
  18157.                     'description' => NULL,
  18158.                     'key' => 'campussuite.cms.import.manage',
  18159.                 ],
  18160.                 'campussuite.cms.locks.manage' => [
  18161.                     'legacy' => false,
  18162.                     'meta' => [
  18163.                         'type' => 'cms',
  18164.                         'global' => true,
  18165.                     ],
  18166.                     'name' => 'Manage locks on data in the system',
  18167.                     'product' => 'Websites',
  18168.                     'category' => 'Administrative',
  18169.                     'description' => NULL,
  18170.                     'key' => 'campussuite.cms.locks.manage',
  18171.                 ],
  18172.                 'campussuite.cms.process.manage' => [
  18173.                     'legacy' => true,
  18174.                     'meta' => [
  18175.                         'type' => 'cms',
  18176.                         'global' => true,
  18177.                     ],
  18178.                     'name' => 'Manage process checklist',
  18179.                     'product' => 'Websites',
  18180.                     'category' => 'Administrative',
  18181.                     'description' => NULL,
  18182.                     'key' => 'campussuite.cms.process.manage',
  18183.                 ],
  18184.                 'campussuite.cms.redirects.manage' => [
  18185.                     'legacy' => false,
  18186.                     'meta' => [
  18187.                         'type' => 'cms',
  18188.                         'global' => true,
  18189.                     ],
  18190.                     'name' => 'Manage redirects',
  18191.                     'product' => 'Websites',
  18192.                     'category' => 'Administrative',
  18193.                     'description' => NULL,
  18194.                     'key' => 'campussuite.cms.redirects.manage',
  18195.                 ],
  18196.                 'campussuite.cms.sitebuilder.manage' => [
  18197.                     'legacy' => true,
  18198.                     'meta' => [
  18199.                         'type' => 'cms',
  18200.                         'global' => true,
  18201.                     ],
  18202.                     'name' => 'Manage siteplans',
  18203.                     'category' => 'Administrative',
  18204.                     'product' => 'Websites',
  18205.                     'description' => NULL,
  18206.                     'key' => 'campussuite.cms.sitebuilder.manage',
  18207.                 ],
  18208.                 'campussuite.cms.tags.manage' => [
  18209.                     'legacy' => false,
  18210.                     'meta' => [
  18211.                         'type' => 'cms',
  18212.                         'global' => true,
  18213.                     ],
  18214.                     'name' => 'Manage system-defined tags',
  18215.                     'product' => 'Websites',
  18216.                     'category' => 'Administrative',
  18217.                     'description' => NULL,
  18218.                     'key' => 'campussuite.cms.tags.manage',
  18219.                 ],
  18220.                 'campussuite.cms.theme.manage' => [
  18221.                     'legacy' => false,
  18222.                     'meta' => [
  18223.                         'type' => 'cms',
  18224.                         'global' => true,
  18225.                     ],
  18226.                     'name' => 'Manage themes, layouts, and content templates',
  18227.                     'product' => 'Websites',
  18228.                     'category' => 'Administrative',
  18229.                     'description' => NULL,
  18230.                     'key' => 'campussuite.cms.theme.manage',
  18231.                 ],
  18232.                 'campussuite.cms.log.manage' => [
  18233.                     'legacy' => false,
  18234.                     'meta' => [
  18235.                         'type' => 'cms',
  18236.                         'global' => true,
  18237.                     ],
  18238.                     'name' => 'View system log data',
  18239.                     'product' => 'Websites',
  18240.                     'category' => 'Analytics',
  18241.                     'description' => NULL,
  18242.                     'key' => 'campussuite.cms.log.manage',
  18243.                 ],
  18244.                 'campussuite.cms.stats.manage' => [
  18245.                     'legacy' => false,
  18246.                     'meta' => [
  18247.                         'type' => 'cms',
  18248.                         'global' => true,
  18249.                     ],
  18250.                     'name' => 'View system statistical usage data',
  18251.                     'product' => 'Websites',
  18252.                     'category' => 'Analytics',
  18253.                     'description' => NULL,
  18254.                     'key' => 'campussuite.cms.stats.manage',
  18255.                 ],
  18256.                 'app.feed.pin' => [
  18257.                     'legacy' => false,
  18258.                     'meta' => [
  18259.                         'type' => 'cms',
  18260.                         'global' => false,
  18261.                     ],
  18262.                     'name' => 'Feed pinning',
  18263.                     'product' => 'Websites',
  18264.                     'category' => 'Content',
  18265.                     'description' => NULL,
  18266.                     'key' => 'app.feed.pin',
  18267.                 ],
  18268.                 'campussuite.cms.module.manage' => [
  18269.                     'legacy' => false,
  18270.                     'meta' => [
  18271.                         'type' => 'cms',
  18272.                         'global' => false,
  18273.                     ],
  18274.                     'name' => 'Fully manage data of any module type',
  18275.                     'product' => 'Websites',
  18276.                     'category' => 'Content',
  18277.                     'description' => 'Quick permission for enabled access to all data module types (Alert, Blog, Calendar, Feed, Gallery, News, Page, People, Question, and Shared Content).',
  18278.                     'key' => 'campussuite.cms.module.manage',
  18279.                 ],
  18280.                 'campussuite.cms.modules.alert.manage' => [
  18281.                     'legacy' => false,
  18282.                     'meta' => [
  18283.                         'type' => 'cms',
  18284.                         'global' => false,
  18285.                     ],
  18286.                     'name' => 'Manage data for Alert modules',
  18287.                     'product' => 'Websites',
  18288.                     'category' => 'Content',
  18289.                     'description' => NULL,
  18290.                     'key' => 'campussuite.cms.modules.alert.manage',
  18291.                 ],
  18292.                 'campussuite.cms.modules.blog.manage' => [
  18293.                     'legacy' => false,
  18294.                     'meta' => [
  18295.                         'type' => 'cms',
  18296.                         'global' => false,
  18297.                     ],
  18298.                     'name' => 'Manage data for Blog modules',
  18299.                     'product' => 'Websites',
  18300.                     'category' => 'Content',
  18301.                     'description' => NULL,
  18302.                     'key' => 'campussuite.cms.modules.blog.manage',
  18303.                 ],
  18304.                 'campussuite.cms.modules.calendar.manage' => [
  18305.                     'legacy' => false,
  18306.                     'meta' => [
  18307.                         'type' => 'cms',
  18308.                         'global' => false,
  18309.                     ],
  18310.                     'name' => 'Manage data for Calendar modules',
  18311.                     'product' => 'Websites',
  18312.                     'category' => 'Content',
  18313.                     'description' => NULL,
  18314.                     'key' => 'campussuite.cms.modules.calendar.manage',
  18315.                 ],
  18316.                 'campussuite.cms.modules.feed.manage' => [
  18317.                     'legacy' => true,
  18318.                     'meta' => [
  18319.                         'type' => 'cms',
  18320.                         'global' => false,
  18321.                     ],
  18322.                     'name' => 'Manage data for Feed modules',
  18323.                     'product' => 'Websites',
  18324.                     'category' => 'Content',
  18325.                     'description' => NULL,
  18326.                     'key' => 'campussuite.cms.modules.feed.manage',
  18327.                 ],
  18328.                 'campussuite.cms.modules.gallery.manage' => [
  18329.                     'legacy' => false,
  18330.                     'meta' => [
  18331.                         'type' => 'cms',
  18332.                         'global' => false,
  18333.                     ],
  18334.                     'name' => 'Manage data for Gallery modules',
  18335.                     'product' => 'Websites',
  18336.                     'category' => 'Content',
  18337.                     'description' => NULL,
  18338.                     'key' => 'campussuite.cms.modules.gallery.manage',
  18339.                 ],
  18340.                 'campussuite.cms.modules.news.manage' => [
  18341.                     'legacy' => false,
  18342.                     'meta' => [
  18343.                         'type' => 'cms',
  18344.                         'global' => false,
  18345.                     ],
  18346.                     'name' => 'Manage data for News modules',
  18347.                     'product' => 'Websites',
  18348.                     'category' => 'Content',
  18349.                     'description' => NULL,
  18350.                     'key' => 'campussuite.cms.modules.news.manage',
  18351.                 ],
  18352.                 'campussuite.cms.modules.page.manage' => [
  18353.                     'legacy' => false,
  18354.                     'meta' => [
  18355.                         'type' => 'cms',
  18356.                         'global' => false,
  18357.                     ],
  18358.                     'name' => 'Manage data for Page modules',
  18359.                     'product' => 'Websites',
  18360.                     'category' => 'Content',
  18361.                     'description' => NULL,
  18362.                     'key' => 'campussuite.cms.modules.page.manage',
  18363.                 ],
  18364.                 'campussuite.cms.modules.people.manage' => [
  18365.                     'legacy' => false,
  18366.                     'meta' => [
  18367.                         'type' => 'cms',
  18368.                         'global' => false,
  18369.                     ],
  18370.                     'name' => 'Manage data for People modules',
  18371.                     'product' => 'Websites',
  18372.                     'category' => 'Content',
  18373.                     'description' => NULL,
  18374.                     'key' => 'campussuite.cms.modules.people.manage',
  18375.                 ],
  18376.                 'campussuite.cms.modules.question.manage' => [
  18377.                     'legacy' => false,
  18378.                     'meta' => [
  18379.                         'type' => 'cms',
  18380.                         'global' => false,
  18381.                     ],
  18382.                     'name' => 'Manage data for Question modules',
  18383.                     'product' => 'Websites',
  18384.                     'category' => 'Content',
  18385.                     'description' => NULL,
  18386.                     'key' => 'campussuite.cms.modules.question.manage',
  18387.                 ],
  18388.                 'campussuite.cms.modules.snippet.manage' => [
  18389.                     'legacy' => false,
  18390.                     'meta' => [
  18391.                         'type' => 'cms',
  18392.                         'global' => false,
  18393.                     ],
  18394.                     'name' => 'Manage data for Shared Content modules',
  18395.                     'product' => 'Websites',
  18396.                     'category' => 'Content',
  18397.                     'description' => NULL,
  18398.                     'key' => 'campussuite.cms.modules.snippet.manage',
  18399.                 ],
  18400.                 'campussuite.cms.core.test' => [
  18401.                     'legacy' => true,
  18402.                     'meta' => [
  18403.                         'type' => 'cms',
  18404.                         'global' => true,
  18405.                     ],
  18406.                     'name' => 'Permission for SchoolNow testing purposes',
  18407.                     'product' => 'Websites',
  18408.                     'category' => 'Debugging',
  18409.                     'description' => NULL,
  18410.                     'key' => 'campussuite.cms.core.test',
  18411.                 ],
  18412.                 'campussuite.platform.security.groups.manage' => [
  18413.                     'legacy' => true,
  18414.                     'meta' => [
  18415.                         'type' => 'cms',
  18416.                         'global' => true,
  18417.                     ],
  18418.                     'name' => 'Manage security groups',
  18419.                     'product' => 'Websites',
  18420.                     'category' => 'Security',
  18421.                     'description' => NULL,
  18422.                     'key' => 'campussuite.platform.security.groups.manage',
  18423.                 ],
  18424.                 'campussuite.platform.security.roles.manage' => [
  18425.                     'legacy' => true,
  18426.                     'meta' => [
  18427.                         'type' => 'cms',
  18428.                         'global' => true,
  18429.                     ],
  18430.                     'name' => 'Manage security roles',
  18431.                     'product' => 'Websites',
  18432.                     'category' => 'Security',
  18433.                     'description' => NULL,
  18434.                     'key' => 'campussuite.platform.security.roles.manage',
  18435.                 ],
  18436.                 'campussuite.platform.security.accounts.manage' => [
  18437.                     'legacy' => true,
  18438.                     'meta' => [
  18439.                         'type' => 'cms',
  18440.                         'global' => true,
  18441.                     ],
  18442.                     'name' => 'Manage user accounts',
  18443.                     'product' => 'Websites',
  18444.                     'category' => 'Security',
  18445.                     'description' => NULL,
  18446.                     'key' => 'campussuite.platform.security.accounts.manage',
  18447.                 ],
  18448.                 'campussuite.cms.container.personal.manage' => [
  18449.                     'legacy' => false,
  18450.                     'meta' => [
  18451.                         'type' => 'cms',
  18452.                         'global' => false,
  18453.                     ],
  18454.                     'name' => 'Fully manage any teacher sites',
  18455.                     'product' => 'Websites',
  18456.                     'category' => 'Sites & Departments',
  18457.                     'description' => 'Allows admin access to any teacher site in the system, regardless of whether or not a teacher site belongs to that user.',
  18458.                     'key' => 'campussuite.cms.container.personal.manage',
  18459.                 ],
  18460.                 'campussuite.cms.container.intranet.manage' => [
  18461.                     'legacy' => false,
  18462.                     'meta' => [
  18463.                         'type' => 'cms',
  18464.                         'global' => false,
  18465.                     ],
  18466.                     'name' => 'Fully manage intranets',
  18467.                     'product' => 'Websites',
  18468.                     'category' => 'Sites & Departments',
  18469.                     'description' => NULL,
  18470.                     'key' => 'campussuite.cms.container.intranet.manage',
  18471.                 ],
  18472.                 'campussuite.cms.container.generic.manage' => [
  18473.                     'legacy' => false,
  18474.                     'meta' => [
  18475.                         'type' => 'cms',
  18476.                         'global' => false,
  18477.                     ],
  18478.                     'name' => 'Fully manage websites',
  18479.                     'product' => 'Websites',
  18480.                     'category' => 'Sites & Departments',
  18481.                     'description' => NULL,
  18482.                     'key' => 'campussuite.cms.container.generic.manage',
  18483.                 ],
  18484.                 'campussuite.cms.file.manage' => [
  18485.                     'legacy' => false,
  18486.                     'meta' => [
  18487.                         'type' => 'cms',
  18488.                         'global' => false,
  18489.                     ],
  18490.                     'name' => 'Manage folders and files',
  18491.                     'product' => 'Websites',
  18492.                     'category' => 'Sites & Departments',
  18493.                     'description' => NULL,
  18494.                     'key' => 'campussuite.cms.file.manage',
  18495.                 ],
  18496.                 'campussuite.cms.container.generic.navigation' => [
  18497.                     'legacy' => false,
  18498.                     'meta' => [
  18499.                         'type' => 'cms',
  18500.                         'global' => false,
  18501.                     ],
  18502.                     'name' => 'Manage web department navigation',
  18503.                     'product' => 'Websites',
  18504.                     'category' => 'Sites & Departments',
  18505.                     'description' => NULL,
  18506.                     'key' => 'campussuite.cms.container.generic.navigation',
  18507.                 ],
  18508.                 'campussuite.cms.me.profiles' => [
  18509.                     'legacy' => false,
  18510.                     'meta' => [
  18511.                         'type' => 'cms',
  18512.                         'global' => true,
  18513.                     ],
  18514.                     'name' => 'Allow full management of user profile',
  18515.                     'product' => 'Websites',
  18516.                     'category' => 'User Privileges',
  18517.                     'description' => 'Users logging in will be able to modify existing faculty module profiles regardless of their other publishing permissions.',
  18518.                     'key' => 'campussuite.cms.me.profiles',
  18519.                 ],
  18520.                 'campussuite.cms.me.sites' => [
  18521.                     'legacy' => false,
  18522.                     'meta' => [
  18523.                         'type' => 'cms',
  18524.                         'global' => false,
  18525.                     ],
  18526.                     'name' => 'Allow teacher sites',
  18527.                     'product' => 'Websites',
  18528.                     'category' => 'User Privileges',
  18529.                     '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.',
  18530.                     'key' => 'campussuite.cms.me.sites',
  18531.                 ],
  18532.                 'campussuite.cms.workflows.manage' => [
  18533.                     'legacy' => false,
  18534.                     'meta' => [
  18535.                         'type' => 'cms',
  18536.                         'global' => true,
  18537.                     ],
  18538.                     'name' => 'Manage workflow configuration in the system',
  18539.                     'product' => 'Websites',
  18540.                     'category' => 'Workflows',
  18541.                     'description' => NULL,
  18542.                     'key' => 'campussuite.cms.workflows.manage',
  18543.                 ],
  18544.             ],
  18545.             'platform.security.permissions.aliases' => [
  18546.                 '@app.cms.access.generic' => [
  18547.                     => 'campussuite.cms.container.generic.manage',
  18548.                     => 'campussuite.cms.module.manage',
  18549.                 ],
  18550.                 '@app.cms.access.intranet' => [
  18551.                     => 'campussuite.cms.container.intranet.manage',
  18552.                     => 'campussuite.cms.module.manage',
  18553.                 ],
  18554.                 '@app.cms.access.personal' => [
  18555.                     => 'campussuite.cms.container.personal.manage',
  18556.                     => 'campussuite.cms.module.manage',
  18557.                 ],
  18558.                 '@app.cms.modules.access' => [
  18559.                     => 'campussuite.cms.module.manage',
  18560.                     => 'campussuite.cms.modules.alert.manage',
  18561.                     => 'campussuite.cms.modules.blog.manage',
  18562.                     => 'campussuite.cms.modules.calendar.manage',
  18563.                     => 'campussuite.cms.modules.feed.manage',
  18564.                     => 'campussuite.cms.modules.gallery.manage',
  18565.                     => 'campussuite.cms.modules.news.manage',
  18566.                     => 'campussuite.cms.modules.page.manage',
  18567.                     => 'campussuite.cms.modules.people.manage',
  18568.                     => 'campussuite.cms.modules.question.manage',
  18569.                     10 => 'campussuite.cms.modules.snippet.manage',
  18570.                 ],
  18571.                 '@app.notifications.access' => [
  18572.                     => 'app.notifications.automations.admin',
  18573.                     => 'app.notifications.contacts.admin',
  18574.                     => 'app.notifications.contacts.view',
  18575.                     => 'app.notifications.lists.admin',
  18576.                     => 'app.notifications.messaging.general',
  18577.                     => 'app.notifications.messaging.urgent',
  18578.                     => 'app.notifications.onboarding.admin',
  18579.                     => 'app.notifications.templates.admin',
  18580.                 ],
  18581.             ],
  18582.             'console.command.ids' => [
  18583.                 => 'console.command.public_alias.App\\Command\\ConditionQueryExecCommand',
  18584.                 => 'console.command.public_alias.App\\Command\\FileResizeCommand',
  18585.                 => 'console.command.public_alias.App\\Command\\FirebaseSingleTestCommand',
  18586.                 => 'console.command.public_alias.App\\Command\\RebrandlyCleanupCommand',
  18587.                 => 'console.command.public_alias.App\\Command\\SchoolNowContentMigrationCommand',
  18588.                 => 'console.command.public_alias.App\\Command\\SchoolNowFilesProcessCommand',
  18589.                 => 'console.command.public_alias.App\\Command\\SchoolNowFilesUploadCommand',
  18590.                 => 'console.command.public_alias.App\\Command\\SchoolNowFixerCommand',
  18591.                 => 'console.command.public_alias.App\\Command\\SendgridDumpCommand',
  18592.                 => 'console.command.public_alias.App\\Command\\SendgridSyncCommand',
  18593.                 10 => 'console.command.public_alias.App\\Command\\TenantWebPageStatsCommand',
  18594.                 11 => 'console.command.public_alias.App\\Command\\TwilioDumpCommand',
  18595.                 12 => 'console.command.public_alias.App\\Command\\TwilioSyncCommand',
  18596.                 13 => 'console.command.public_alias.App\\Command\\UlidPopulationCommand',
  18597.                 14 => 'console.command.public_alias.App\\Command\\WebPageStatsCommand',
  18598.                 15 => 'console.command.public_alias.Cms\\AssetsBundle\\Command\\MirrorCommand',
  18599.                 16 => 'console.command.public_alias.Cms\\ContainerBundle\\Command\\ReorderCommand',
  18600.                 17 => 'console.command.public_alias.Cms\\ContainerBundle\\Command\\SwapCommand',
  18601.                 18 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\RestoreTrimCommand',
  18602.                 19 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\TwilioSubaccountCleanupCommand',
  18603.                 20 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\UpdateSharedAccountsCommand',
  18604.                 21 => 'console.command.public_alias.Cms\\CoreBundle\\Command\\UptimeCommand',
  18605.                 22 => 'console.command.public_alias.Cms\\DevelopmentBundle\\Command\\OpenSourceSurveyCommand',
  18606.                 23 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeAccountGeneratorCommand',
  18607.                 24 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\AcmeKeyPairGeneratorCommand',
  18608.                 25 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\DnsCheckCommand',
  18609.                 26 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SelfSigningCommand',
  18610.                 27 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptProvisionCommand',
  18611.                 28 => 'console.command.public_alias.Cms\\DomainBundle\\Command\\SslLetsEncryptRenewalsCommand',
  18612.                 29 => 'console.command.public_alias.Cms\\FileBundle\\Command\\AwsRekognitionCommand',
  18613.                 30 => 'console.command.public_alias.Cms\\FileBundle\\Command\\DispositionFixCommand',
  18614.                 31 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileCheckerCommand',
  18615.                 32 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileDeletionCommand',
  18616.                 33 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FileUrlReplacementToolCommand',
  18617.                 34 => 'console.command.public_alias.Cms\\FileBundle\\Command\\FilesFixerCommand',
  18618.                 35 => 'console.command.public_alias.Cms\\FileBundle\\Command\\OptimizerDaemonCommand',
  18619.                 36 => 'console.command.public_alias.Cms\\FileBundle\\Command\\PdfMetaFixerCommand',
  18620.                 37 => 'console.command.public_alias.Cms\\FileBundle\\Command\\TreeFixCommand',
  18621.                 38 => 'console.command.public_alias.Cms\\LogBundle\\Command\\ActionsCommand',
  18622.                 39 => 'console.command.public_alias.Cms\\RedirectBundle\\Command\\RedirectsCheckerCommand',
  18623.                 40 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\DeployCommand',
  18624.                 41 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\FixerCommand',
  18625.                 42 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelCloneCommand',
  18626.                 43 => 'console.command.public_alias.Cms\\SitebuilderBundle\\Command\\ModelDumpCommand',
  18627.                 44 => 'console.command.public_alias.Cms\\SystemBundle\\Command\\AnnounceCommand',
  18628.                 45 => 'console.command.public_alias.Cms\\TenantBundle\\Command\\DecommissionCommand',
  18629.                 46 => 'console.command.public_alias.Cms\\TenantBundle\\Command\\ProvisionCommand',
  18630.                 47 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\CopyLayoutCommand',
  18631.                 48 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutCommand',
  18632.                 49 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpLayoutsCommand',
  18633.                 50 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplateCommand',
  18634.                 51 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\DumpTemplatesCommand',
  18635.                 52 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\GenerateOverridesCommand',
  18636.                 53 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\InstallCommand',
  18637.                 54 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeCompileCommand',
  18638.                 55 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemePackagePreparationCommand',
  18639.                 56 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeStarterGenerationCommand',
  18640.                 57 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\ThemeWatcherCommand',
  18641.                 58 => 'console.command.public_alias.Cms\\ThemeBundle\\Command\\TwigDumpCommand',
  18642.                 59 => 'console.command.public_alias.Cms\\WidgetBundle\\Command\\InstallCommand',
  18643.                 60 => 'console.command.public_alias.Platform\\QueueBundle\\Command\\AsyncDaemonCommand',
  18644.                 61 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\AuditCommand',
  18645.                 62 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\CommonLoginPasswordResetCommand',
  18646.                 63 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\ContractorLoginPasswordResetCommand',
  18647.                 64 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\GroupAccountDuplicateFixerCommand',
  18648.                 65 => 'console.command.public_alias.Platform\\SecurityBundle\\Command\\SetPasswordCommand',
  18649.                 66 => 'console.command.public_alias.Products\\AdaBundle\\Command\\FileUploadFixerCommand',
  18650.             ],
  18651.         ];
  18652.     }
  18653.     protected function throw($message)
  18654.     {
  18655.         throw new RuntimeException($message);
  18656.     }
  18657. }