| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_classmap.php @generated by Composer |
| 4 |
|
| 5 |
$vendorDir = dirname(dirname(__FILE__)); |
| 6 |
$baseDir = dirname($vendorDir); |
| 7 |
|
| 8 |
return array( |
| 9 |
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 10 |
'Forge12\\DoubleOptIn\\Addon\\AddonCatalog' => $baseDir . '/src/Addon/AddonCatalog.php', |
| 11 |
'Forge12\\DoubleOptIn\\Addon\\AddonFeatureToggle' => $baseDir . '/src/Addon/AddonFeatureToggle.php', |
| 12 |
'Forge12\\DoubleOptIn\\Addon\\AddonInterface' => $baseDir . '/src/Addon/AddonInterface.php', |
| 13 |
'Forge12\\DoubleOptIn\\Addon\\AddonRegistry' => $baseDir . '/src/Addon/AddonRegistry.php', |
| 14 |
'Forge12\\DoubleOptIn\\Admin\\AdminNoticeIncompleteForms' => $baseDir . '/src/Admin/AdminNoticeIncompleteForms.php', |
| 15 |
'Forge12\\DoubleOptIn\\Admin\\AdminPageController' => $baseDir . '/src/Admin/AdminPageController.php', |
| 16 |
'Forge12\\DoubleOptIn\\Admin\\AdminRestController' => $baseDir . '/src/Admin/AdminRestController.php', |
| 17 |
'Forge12\\DoubleOptIn\\Admin\\FormSettingsController' => $baseDir . '/src/Admin/FormSettingsController.php', |
| 18 |
'Forge12\\DoubleOptIn\\Admin\\ResendController' => $baseDir . '/src/Admin/ResendController.php', |
| 19 |
'Forge12\\DoubleOptIn\\Admin\\SingleConsentExportController' => $baseDir . '/src/Admin/SingleConsentExportController.php', |
| 20 |
'Forge12\\DoubleOptIn\\Audit\\AuditLogger' => $baseDir . '/src/Audit/AuditLogger.php', |
| 21 |
'Forge12\\DoubleOptIn\\Bridge\\WordPressHookBridge' => $baseDir . '/src/Bridge/WordPressHookBridge.php', |
| 22 |
'Forge12\\DoubleOptIn\\Consent\\ConsentGate' => $baseDir . '/src/Consent/ConsentGate.php', |
| 23 |
'Forge12\\DoubleOptIn\\Container\\BootableProviderInterface' => $baseDir . '/src/Container/BootableProviderInterface.php', |
| 24 |
'Forge12\\DoubleOptIn\\Container\\Container' => $baseDir . '/src/Container/Container.php', |
| 25 |
'Forge12\\DoubleOptIn\\Container\\ContainerInterface' => $baseDir . '/src/Container/ContainerInterface.php', |
| 26 |
'Forge12\\DoubleOptIn\\Container\\NotFoundException' => $baseDir . '/src/Container/NotFoundException.php', |
| 27 |
'Forge12\\DoubleOptIn\\Container\\ServiceProviderInterface' => $baseDir . '/src/Container/ServiceProviderInterface.php', |
| 28 |
'Forge12\\DoubleOptIn\\EmailTemplates\\BlockRegistry' => $baseDir . '/src/EmailTemplates/BlockRegistry.php', |
| 29 |
'Forge12\\DoubleOptIn\\EmailTemplates\\EmailHtmlGenerator' => $baseDir . '/src/EmailTemplates/EmailHtmlGenerator.php', |
| 30 |
'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateIntegration' => $baseDir . '/src/EmailTemplates/EmailTemplateIntegration.php', |
| 31 |
'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplatePostType' => $baseDir . '/src/EmailTemplates/EmailTemplatePostType.php', |
| 32 |
'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplatePresets' => $baseDir . '/src/EmailTemplates/EmailTemplatePresets.php', |
| 33 |
'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateRepository' => $baseDir . '/src/EmailTemplates/EmailTemplateRepository.php', |
| 34 |
'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateRestController' => $baseDir . '/src/EmailTemplates/EmailTemplateRestController.php', |
| 35 |
'Forge12\\DoubleOptIn\\EmailTemplates\\PlaceholderMapper' => $baseDir . '/src/EmailTemplates/PlaceholderMapper.php', |
| 36 |
'Forge12\\DoubleOptIn\\Entity\\OptIn' => $baseDir . '/src/Entity/OptIn.php', |
| 37 |
'Forge12\\DoubleOptIn\\EventSystem\\Event' => $baseDir . '/src/EventSystem/Event.php', |
| 38 |
'Forge12\\DoubleOptIn\\EventSystem\\EventDispatcher' => $baseDir . '/src/EventSystem/EventDispatcher.php', |
| 39 |
'Forge12\\DoubleOptIn\\EventSystem\\EventDispatcherInterface' => $baseDir . '/src/EventSystem/EventDispatcherInterface.php', |
| 40 |
'Forge12\\DoubleOptIn\\EventSystem\\StoppableEventInterface' => $baseDir . '/src/EventSystem/StoppableEventInterface.php', |
| 41 |
'Forge12\\DoubleOptIn\\Events\\Form\\FormSubmittedEvent' => $baseDir . '/src/Events/Form/FormSubmittedEvent.php', |
| 42 |
'Forge12\\DoubleOptIn\\Events\\Form\\FormValidatedEvent' => $baseDir . '/src/Events/Form/FormValidatedEvent.php', |
| 43 |
'Forge12\\DoubleOptIn\\Events\\Integration\\FormSubmissionEvent' => $baseDir . '/src/Events/Integration/FormSubmissionEvent.php', |
| 44 |
'Forge12\\DoubleOptIn\\Events\\Integration\\IntegrationRegisteredEvent' => $baseDir . '/src/Events/Integration/IntegrationRegisteredEvent.php', |
| 45 |
'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInConfirmedEvent' => $baseDir . '/src/Events/Lifecycle/OptInConfirmedEvent.php', |
| 46 |
'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInCreatedEvent' => $baseDir . '/src/Events/Lifecycle/OptInCreatedEvent.php', |
| 47 |
'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInDeletedEvent' => $baseDir . '/src/Events/Lifecycle/OptInDeletedEvent.php', |
| 48 |
'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInExpiredEvent' => $baseDir . '/src/Events/Lifecycle/OptInExpiredEvent.php', |
| 49 |
'Forge12\\DoubleOptIn\\Events\\Mail\\MailPreparingEvent' => $baseDir . '/src/Events/Mail/MailPreparingEvent.php', |
| 50 |
'Forge12\\DoubleOptIn\\Events\\Mail\\MailSentEvent' => $baseDir . '/src/Events/Mail/MailSentEvent.php', |
| 51 |
'Forge12\\DoubleOptIn\\Events\\Mail\\ReminderSentEvent' => $baseDir . '/src/Events/Mail/ReminderSentEvent.php', |
| 52 |
'Forge12\\DoubleOptIn\\Files\\FileStorage' => $baseDir . '/src/Files/FileStorage.php', |
| 53 |
'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsDTO' => $baseDir . '/src/FormSettings/FormSettingsDTO.php', |
| 54 |
'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsService' => $baseDir . '/src/FormSettings/FormSettingsService.php', |
| 55 |
'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsValidator' => $baseDir . '/src/FormSettings/FormSettingsValidator.php', |
| 56 |
'Forge12\\DoubleOptIn\\Frontend\\ErrorNotification' => $baseDir . '/src/Frontend/ErrorNotification.php', |
| 57 |
'Forge12\\DoubleOptIn\\Health\\DatabaseTableHealthCheck' => $baseDir . '/src/Health/DatabaseTableHealthCheck.php', |
| 58 |
'Forge12\\DoubleOptIn\\Health\\HealthCheckInterface' => $baseDir . '/src/Health/HealthCheckInterface.php', |
| 59 |
'Forge12\\DoubleOptIn\\Health\\HealthCheckRegistry' => $baseDir . '/src/Health/HealthCheckRegistry.php', |
| 60 |
'Forge12\\DoubleOptIn\\Health\\HealthCheckResult' => $baseDir . '/src/Health/HealthCheckResult.php', |
| 61 |
'Forge12\\DoubleOptIn\\Health\\HealthRepairController' => $baseDir . '/src/Health/HealthRepairController.php', |
| 62 |
'Forge12\\DoubleOptIn\\Health\\LegacyMonolithCheck' => $baseDir . '/src/Health/LegacyMonolithCheck.php', |
| 63 |
'Forge12\\DoubleOptIn\\Health\\LegacyMonolithDetector' => $baseDir . '/src/Health/LegacyMonolithDetector.php', |
| 64 |
'Forge12\\DoubleOptIn\\Health\\LegacyProEnvironment' => $baseDir . '/src/Health/LegacyProEnvironment.php', |
| 65 |
'Forge12\\DoubleOptIn\\Health\\SiteHealthIntegration' => $baseDir . '/src/Health/SiteHealthIntegration.php', |
| 66 |
'Forge12\\DoubleOptIn\\Health\\StaleConsentFieldCheck' => $baseDir . '/src/Health/StaleConsentFieldCheck.php', |
| 67 |
'Forge12\\DoubleOptIn\\Health\\StaleProMarkersCheck' => $baseDir . '/src/Health/StaleProMarkersCheck.php', |
| 68 |
'Forge12\\DoubleOptIn\\Integration\\AbstractFormIntegration' => $baseDir . '/src/Integration/AbstractFormIntegration.php', |
| 69 |
'Forge12\\DoubleOptIn\\Integration\\AdminPanelInterface' => $baseDir . '/src/Integration/AdminPanelInterface.php', |
| 70 |
'Forge12\\DoubleOptIn\\Integration\\CF7Integration' => $baseDir . '/src/Integration/CF7Integration.php', |
| 71 |
'Forge12\\DoubleOptIn\\Integration\\FormData' => $baseDir . '/src/Integration/FormData.php', |
| 72 |
'Forge12\\DoubleOptIn\\Integration\\FormDataInterface' => $baseDir . '/src/Integration/FormDataInterface.php', |
| 73 |
'Forge12\\DoubleOptIn\\Integration\\FormIntegrationInterface' => $baseDir . '/src/Integration/FormIntegrationInterface.php', |
| 74 |
'Forge12\\DoubleOptIn\\Integration\\FormIntegrationRegistry' => $baseDir . '/src/Integration/FormIntegrationRegistry.php', |
| 75 |
'Forge12\\DoubleOptIn\\Integration\\OptInError' => $baseDir . '/src/Integration/OptInError.php', |
| 76 |
'Forge12\\DoubleOptIn\\Integration\\SubmittedContent' => $baseDir . '/src/Integration/SubmittedContent.php', |
| 77 |
'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistry' => $baseDir . '/src/Licensing/AddonLicenseRegistry.php', |
| 78 |
'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistryInterface' => $baseDir . '/src/Licensing/AddonLicenseRegistryInterface.php', |
| 79 |
'Forge12\\DoubleOptIn\\Migration\\AvadaDeprecationNotice' => $baseDir . '/src/Migration/AvadaDeprecationNotice.php', |
| 80 |
'Forge12\\DoubleOptIn\\Migration\\GrandfatherLicenseClient' => $baseDir . '/src/Migration/GrandfatherLicenseClient.php', |
| 81 |
'Forge12\\DoubleOptIn\\Migration\\MigrationFormCompletenessSweep' => $baseDir . '/src/Migration/MigrationFormCompletenessSweep.php', |
| 82 |
'Forge12\\DoubleOptIn\\Migration\\MigrationInterface' => $baseDir . '/src/Migration/MigrationInterface.php', |
| 83 |
'Forge12\\DoubleOptIn\\Migration\\MigrationRegistry' => $baseDir . '/src/Migration/MigrationRegistry.php', |
| 84 |
'Forge12\\DoubleOptIn\\Providers\\AddonServiceProvider' => $baseDir . '/src/Providers/AddonServiceProvider.php', |
| 85 |
'Forge12\\DoubleOptIn\\Providers\\AdminServiceProvider' => $baseDir . '/src/Providers/AdminServiceProvider.php', |
| 86 |
'Forge12\\DoubleOptIn\\Providers\\CoreServiceProvider' => $baseDir . '/src/Providers/CoreServiceProvider.php', |
| 87 |
'Forge12\\DoubleOptIn\\Providers\\EmailTemplateServiceProvider' => $baseDir . '/src/Providers/EmailTemplateServiceProvider.php', |
| 88 |
'Forge12\\DoubleOptIn\\Providers\\EventServiceProvider' => $baseDir . '/src/Providers/EventServiceProvider.php', |
| 89 |
'Forge12\\DoubleOptIn\\Providers\\FormSettingsServiceProvider' => $baseDir . '/src/Providers/FormSettingsServiceProvider.php', |
| 90 |
'Forge12\\DoubleOptIn\\Providers\\GdprServiceProvider' => $baseDir . '/src/Providers/GdprServiceProvider.php', |
| 91 |
'Forge12\\DoubleOptIn\\Providers\\HealthServiceProvider' => $baseDir . '/src/Providers/HealthServiceProvider.php', |
| 92 |
'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => $baseDir . '/src/Providers/IntegrationServiceProvider.php', |
| 93 |
'Forge12\\DoubleOptIn\\Providers\\LicensingServiceProvider' => $baseDir . '/src/Providers/LicensingServiceProvider.php', |
| 94 |
'Forge12\\DoubleOptIn\\Providers\\MigrationServiceProvider' => $baseDir . '/src/Providers/MigrationServiceProvider.php', |
| 95 |
'Forge12\\DoubleOptIn\\Providers\\RepositoryServiceProvider' => $baseDir . '/src/Providers/RepositoryServiceProvider.php', |
| 96 |
'Forge12\\DoubleOptIn\\Repository\\OptInRepository' => $baseDir . '/src/Repository/OptInRepository.php', |
| 97 |
'Forge12\\DoubleOptIn\\Repository\\OptInRepositoryInterface' => $baseDir . '/src/Repository/OptInRepositoryInterface.php', |
| 98 |
'Forge12\\DoubleOptIn\\Service\\OptInLinkGenerator' => $baseDir . '/src/Service/OptInLinkGenerator.php', |
| 99 |
'Forge12\\DoubleOptIn\\Service\\OptInValidator' => $baseDir . '/src/Service/OptInValidator.php', |
| 100 |
'Forge12\\DoubleOptIn\\Service\\PrivacyIntegration' => $baseDir . '/src/Service/PrivacyIntegration.php', |
| 101 |
'Forge12\\DoubleOptIn\\Service\\RateLimiter' => $baseDir . '/src/Service/RateLimiter.php', |
| 102 |
'Forge12\\DoubleOptIn\\Versioning\\SemverConstraint' => $baseDir . '/src/Versioning/SemverConstraint.php', |
| 103 |
); |
| 104 |
|