# fluentform/6.2.2/vendor/composer/autoload_static.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 6.2.2. 73 lines.

- Page: https://pluginprobe.com/plugins/fluentform/6.2.2/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.2/raw/vendor/composer/autoload_static.php
- Modified: 2026-04-16T11:38:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/6.2.2/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef
{
    public static $prefixLengthsPsr4 = array (
        'W' =>
        array (
            'WPFluent\\' => 9,
        ),
        'O' =>
        array (
            'OpenSpout\\' => 10,
        ),
        'F' =>
        array (
            'FluentForm\\Framework\\' => 21,
            'FluentForm\\App\\' => 15,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'WPFluent\\' =>
        array (
            0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
        ),
        'OpenSpout\\' =>
        array (
            0 => __DIR__ . '/..' . '/openspout/openspout/src',
        ),
        'FluentForm\\Framework\\' =>
        array (
            0 => __DIR__ . '/..' . '/wpfluent/framework/src/WPFluent',
        ),
        'FluentForm\\App\\' =>
        array (
            0 => __DIR__ . '/../..' . '/app',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
        'FluentForm\\App\\Databases\\Migrations\\FormSubmissions' => __DIR__ . '/../..' . '/app/Compat/FormSubmissions.php',
        'FluentForm\\App\\Databases\\Migrations\\SubmissionDetails' => __DIR__ . '/../..' . '/app/Compat/SubmissionDetails.php',
        'FluentForm\\Database\\DBMigrator' => __DIR__ . '/../..' . '/database/DBMigrator.php',
        'FluentForm\\Database\\Migrations\\FormAnalytics' => __DIR__ . '/../..' . '/database/Migrations/FormAnalytics.php',
        'FluentForm\\Database\\Migrations\\FormMeta' => __DIR__ . '/../..' . '/database/Migrations/FormMeta.php',
        'FluentForm\\Database\\Migrations\\Forms' => __DIR__ . '/../..' . '/database/Migrations/Forms.php',
        'FluentForm\\Database\\Migrations\\LegacyManagerScopes' => __DIR__ . '/../..' . '/database/Migrations/LegacyManagerScopes.php',
        'FluentForm\\Database\\Migrations\\Logs' => __DIR__ . '/../..' . '/database/Migrations/Logs.php',
        'FluentForm\\Database\\Migrations\\ScheduledActions' => __DIR__ . '/../..' . '/database/Migrations/ScheduledActions.php',
        'FluentForm\\Database\\Migrations\\SubmissionDetails' => __DIR__ . '/../..' . '/database/Migrations/SubmissionDetails.php',
        'FluentForm\\Database\\Migrations\\SubmissionMeta' => __DIR__ . '/../..' . '/database/Migrations/SubmissionMeta.php',
        'FluentForm\\Database\\Migrations\\Submissions' => __DIR__ . '/../..' . '/database/Migrations/Submissions.php',
        'FluentForm\\Framework\\Helpers\\ArrayHelper' => __DIR__ . '/../..' . '/app/Compat/ArrayHelper.php',
        'FluentForm\\Framework\\Request\\File' => __DIR__ . '/../..' . '/app/Compat/RequestFile.php',
        'FluentForm\\Framework\\Request\\Request' => __DIR__ . '/../..' . '/app/Compat/RequestRequest.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInitb99e07d253bf4705bf50ef1db90791ef::$classMap;

        }, null, ClassLoader::class);
    }
}

```
