PluginProbe
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification / 5.1.6
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification v5.1.6
5.6.2 5.6.3 5.6.1 5.6.0 5.5.0 5.4.0 5.3.2 5.3.1 5.1.6 5.1.5 trunk 2.1.5 2.11 2.12 2.13 2.15 3.0.0 3.0.1 3.0.2 3.0.3 3.0.5 3.0.51 3.0.60 3.0.61 3.0.62 All 38 releases
double-opt-in / vendor / composer / autoload_static.php

autoload_static.php in Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification 5.1.6, at vendor/composer/autoload_static.php

116 lines 11.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit94f9586f83b90307b571c8749eb16577
8 {
9 public static $prefixLengthsPsr4 = array (
10 'F' =>
11 array (
12 'Forge12\\DoubleOptIn\\' => 20,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'Forge12\\DoubleOptIn\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/src',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 'Forge12\\DoubleOptIn\\Addon\\AddonCatalog' => __DIR__ . '/../..' . '/src/Addon/AddonCatalog.php',
26 'Forge12\\DoubleOptIn\\Addon\\AddonFeatureToggle' => __DIR__ . '/../..' . '/src/Addon/AddonFeatureToggle.php',
27 'Forge12\\DoubleOptIn\\Addon\\AddonInterface' => __DIR__ . '/../..' . '/src/Addon/AddonInterface.php',
28 'Forge12\\DoubleOptIn\\Addon\\AddonRegistry' => __DIR__ . '/../..' . '/src/Addon/AddonRegistry.php',
29 'Forge12\\DoubleOptIn\\Admin\\AdminNoticeIncompleteForms' => __DIR__ . '/../..' . '/src/Admin/AdminNoticeIncompleteForms.php',
30 'Forge12\\DoubleOptIn\\Admin\\AdminPageController' => __DIR__ . '/../..' . '/src/Admin/AdminPageController.php',
31 'Forge12\\DoubleOptIn\\Admin\\AdminRestController' => __DIR__ . '/../..' . '/src/Admin/AdminRestController.php',
32 'Forge12\\DoubleOptIn\\Admin\\FormSettingsController' => __DIR__ . '/../..' . '/src/Admin/FormSettingsController.php',
33 'Forge12\\DoubleOptIn\\Admin\\ResendController' => __DIR__ . '/../..' . '/src/Admin/ResendController.php',
34 'Forge12\\DoubleOptIn\\Admin\\SingleConsentExportController' => __DIR__ . '/../..' . '/src/Admin/SingleConsentExportController.php',
35 'Forge12\\DoubleOptIn\\Audit\\AuditLogger' => __DIR__ . '/../..' . '/src/Audit/AuditLogger.php',
36 'Forge12\\DoubleOptIn\\Bridge\\WordPressHookBridge' => __DIR__ . '/../..' . '/src/Bridge/WordPressHookBridge.php',
37 'Forge12\\DoubleOptIn\\Container\\BootableProviderInterface' => __DIR__ . '/../..' . '/src/Container/BootableProviderInterface.php',
38 'Forge12\\DoubleOptIn\\Container\\Container' => __DIR__ . '/../..' . '/src/Container/Container.php',
39 'Forge12\\DoubleOptIn\\Container\\ContainerInterface' => __DIR__ . '/../..' . '/src/Container/ContainerInterface.php',
40 'Forge12\\DoubleOptIn\\Container\\NotFoundException' => __DIR__ . '/../..' . '/src/Container/NotFoundException.php',
41 'Forge12\\DoubleOptIn\\Container\\ServiceProviderInterface' => __DIR__ . '/../..' . '/src/Container/ServiceProviderInterface.php',
42 'Forge12\\DoubleOptIn\\EmailTemplates\\BlockRegistry' => __DIR__ . '/../..' . '/src/EmailTemplates/BlockRegistry.php',
43 'Forge12\\DoubleOptIn\\EmailTemplates\\EmailHtmlGenerator' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailHtmlGenerator.php',
44 'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateIntegration' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplateIntegration.php',
45 'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplatePostType' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplatePostType.php',
46 'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplatePresets' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplatePresets.php',
47 'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateRepository' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplateRepository.php',
48 'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateRestController' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplateRestController.php',
49 'Forge12\\DoubleOptIn\\EmailTemplates\\PlaceholderMapper' => __DIR__ . '/../..' . '/src/EmailTemplates/PlaceholderMapper.php',
50 'Forge12\\DoubleOptIn\\Entity\\OptIn' => __DIR__ . '/../..' . '/src/Entity/OptIn.php',
51 'Forge12\\DoubleOptIn\\EventSystem\\Event' => __DIR__ . '/../..' . '/src/EventSystem/Event.php',
52 'Forge12\\DoubleOptIn\\EventSystem\\EventDispatcher' => __DIR__ . '/../..' . '/src/EventSystem/EventDispatcher.php',
53 'Forge12\\DoubleOptIn\\EventSystem\\EventDispatcherInterface' => __DIR__ . '/../..' . '/src/EventSystem/EventDispatcherInterface.php',
54 'Forge12\\DoubleOptIn\\EventSystem\\StoppableEventInterface' => __DIR__ . '/../..' . '/src/EventSystem/StoppableEventInterface.php',
55 'Forge12\\DoubleOptIn\\Events\\Form\\FormSubmittedEvent' => __DIR__ . '/../..' . '/src/Events/Form/FormSubmittedEvent.php',
56 'Forge12\\DoubleOptIn\\Events\\Form\\FormValidatedEvent' => __DIR__ . '/../..' . '/src/Events/Form/FormValidatedEvent.php',
57 'Forge12\\DoubleOptIn\\Events\\Integration\\FormSubmissionEvent' => __DIR__ . '/../..' . '/src/Events/Integration/FormSubmissionEvent.php',
58 'Forge12\\DoubleOptIn\\Events\\Integration\\IntegrationRegisteredEvent' => __DIR__ . '/../..' . '/src/Events/Integration/IntegrationRegisteredEvent.php',
59 'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInConfirmedEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInConfirmedEvent.php',
60 'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInCreatedEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInCreatedEvent.php',
61 'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInDeletedEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInDeletedEvent.php',
62 'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInExpiredEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInExpiredEvent.php',
63 'Forge12\\DoubleOptIn\\Events\\Mail\\MailPreparingEvent' => __DIR__ . '/../..' . '/src/Events/Mail/MailPreparingEvent.php',
64 'Forge12\\DoubleOptIn\\Events\\Mail\\MailSentEvent' => __DIR__ . '/../..' . '/src/Events/Mail/MailSentEvent.php',
65 'Forge12\\DoubleOptIn\\Events\\Mail\\ReminderSentEvent' => __DIR__ . '/../..' . '/src/Events/Mail/ReminderSentEvent.php',
66 'Forge12\\DoubleOptIn\\Files\\FileStorage' => __DIR__ . '/../..' . '/src/Files/FileStorage.php',
67 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsDTO' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsDTO.php',
68 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsService' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsService.php',
69 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsValidator' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsValidator.php',
70 'Forge12\\DoubleOptIn\\Frontend\\ErrorNotification' => __DIR__ . '/../..' . '/src/Frontend/ErrorNotification.php',
71 'Forge12\\DoubleOptIn\\Integration\\AbstractFormIntegration' => __DIR__ . '/../..' . '/src/Integration/AbstractFormIntegration.php',
72 'Forge12\\DoubleOptIn\\Integration\\AdminPanelInterface' => __DIR__ . '/../..' . '/src/Integration/AdminPanelInterface.php',
73 'Forge12\\DoubleOptIn\\Integration\\CF7Integration' => __DIR__ . '/../..' . '/src/Integration/CF7Integration.php',
74 'Forge12\\DoubleOptIn\\Integration\\FormData' => __DIR__ . '/../..' . '/src/Integration/FormData.php',
75 'Forge12\\DoubleOptIn\\Integration\\FormDataInterface' => __DIR__ . '/../..' . '/src/Integration/FormDataInterface.php',
76 'Forge12\\DoubleOptIn\\Integration\\FormIntegrationInterface' => __DIR__ . '/../..' . '/src/Integration/FormIntegrationInterface.php',
77 'Forge12\\DoubleOptIn\\Integration\\FormIntegrationRegistry' => __DIR__ . '/../..' . '/src/Integration/FormIntegrationRegistry.php',
78 'Forge12\\DoubleOptIn\\Integration\\OptInError' => __DIR__ . '/../..' . '/src/Integration/OptInError.php',
79 'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistry' => __DIR__ . '/../..' . '/src/Licensing/AddonLicenseRegistry.php',
80 'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistryInterface' => __DIR__ . '/../..' . '/src/Licensing/AddonLicenseRegistryInterface.php',
81 'Forge12\\DoubleOptIn\\Migration\\AvadaDeprecationNotice' => __DIR__ . '/../..' . '/src/Migration/AvadaDeprecationNotice.php',
82 'Forge12\\DoubleOptIn\\Migration\\GrandfatherLicenseClient' => __DIR__ . '/../..' . '/src/Migration/GrandfatherLicenseClient.php',
83 'Forge12\\DoubleOptIn\\Migration\\MigrationFormCompletenessSweep' => __DIR__ . '/../..' . '/src/Migration/MigrationFormCompletenessSweep.php',
84 'Forge12\\DoubleOptIn\\Migration\\MigrationInterface' => __DIR__ . '/../..' . '/src/Migration/MigrationInterface.php',
85 'Forge12\\DoubleOptIn\\Migration\\MigrationRegistry' => __DIR__ . '/../..' . '/src/Migration/MigrationRegistry.php',
86 'Forge12\\DoubleOptIn\\Providers\\AddonServiceProvider' => __DIR__ . '/../..' . '/src/Providers/AddonServiceProvider.php',
87 'Forge12\\DoubleOptIn\\Providers\\AdminServiceProvider' => __DIR__ . '/../..' . '/src/Providers/AdminServiceProvider.php',
88 'Forge12\\DoubleOptIn\\Providers\\CoreServiceProvider' => __DIR__ . '/../..' . '/src/Providers/CoreServiceProvider.php',
89 'Forge12\\DoubleOptIn\\Providers\\EmailTemplateServiceProvider' => __DIR__ . '/../..' . '/src/Providers/EmailTemplateServiceProvider.php',
90 'Forge12\\DoubleOptIn\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/src/Providers/EventServiceProvider.php',
91 'Forge12\\DoubleOptIn\\Providers\\FormSettingsServiceProvider' => __DIR__ . '/../..' . '/src/Providers/FormSettingsServiceProvider.php',
92 'Forge12\\DoubleOptIn\\Providers\\GdprServiceProvider' => __DIR__ . '/../..' . '/src/Providers/GdprServiceProvider.php',
93 'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => __DIR__ . '/../..' . '/src/Providers/IntegrationServiceProvider.php',
94 'Forge12\\DoubleOptIn\\Providers\\LicensingServiceProvider' => __DIR__ . '/../..' . '/src/Providers/LicensingServiceProvider.php',
95 'Forge12\\DoubleOptIn\\Providers\\MigrationServiceProvider' => __DIR__ . '/../..' . '/src/Providers/MigrationServiceProvider.php',
96 'Forge12\\DoubleOptIn\\Providers\\RepositoryServiceProvider' => __DIR__ . '/../..' . '/src/Providers/RepositoryServiceProvider.php',
97 'Forge12\\DoubleOptIn\\Repository\\OptInRepository' => __DIR__ . '/../..' . '/src/Repository/OptInRepository.php',
98 'Forge12\\DoubleOptIn\\Repository\\OptInRepositoryInterface' => __DIR__ . '/../..' . '/src/Repository/OptInRepositoryInterface.php',
99 'Forge12\\DoubleOptIn\\Service\\OptInLinkGenerator' => __DIR__ . '/../..' . '/src/Service/OptInLinkGenerator.php',
100 'Forge12\\DoubleOptIn\\Service\\OptInValidator' => __DIR__ . '/../..' . '/src/Service/OptInValidator.php',
101 'Forge12\\DoubleOptIn\\Service\\PrivacyIntegration' => __DIR__ . '/../..' . '/src/Service/PrivacyIntegration.php',
102 'Forge12\\DoubleOptIn\\Service\\RateLimiter' => __DIR__ . '/../..' . '/src/Service/RateLimiter.php',
103 'Forge12\\DoubleOptIn\\Versioning\\SemverConstraint' => __DIR__ . '/../..' . '/src/Versioning/SemverConstraint.php',
104 );
105
106 public static function getInitializer(ClassLoader $loader)
107 {
108 return \Closure::bind(function () use ($loader) {
109 $loader->prefixLengthsPsr4 = ComposerStaticInit94f9586f83b90307b571c8749eb16577::$prefixLengthsPsr4;
110 $loader->prefixDirsPsr4 = ComposerStaticInit94f9586f83b90307b571c8749eb16577::$prefixDirsPsr4;
111 $loader->classMap = ComposerStaticInit94f9586f83b90307b571c8749eb16577::$classMap;
112
113 }, null, ClassLoader::class);
114 }
115 }
116