# html-forms/1.3.0/vendor/composer/autoload_static.php

HTML Forms – Simple WordPress Forms Plugin, version 1.3.0. 35 lines.

- Page: https://pluginprobe.com/plugins/html-forms/1.3.0/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/html-forms/1.3.0/raw/vendor/composer/autoload_static.php
- Modified: 2018-05-28T08:10:12+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/html-forms/1.3.0/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit6624e64b43d8b10f84ff63c345cfa51d
{
    public static $files = array (
        '1dbeeea179df487efaa350dfa4fe1bc3' => __DIR__ . '/../..' . '/src/functions.php',
    );

    public static $classMap = array (
        'HTML_Forms\\Actions\\Action' => __DIR__ . '/../..' . '/src/Actions/Action.php',
        'HTML_Forms\\Actions\\Email' => __DIR__ . '/../..' . '/src/Actions/Email.php',
        'HTML_Forms\\Actions\\MailChimp' => __DIR__ . '/../..' . '/src/Actions/MailChimp.php',
        'HTML_Forms\\Admin\\Admin' => __DIR__ . '/../..' . '/src/Admin/Admin.php',
        'HTML_Forms\\Admin\\GDPR' => __DIR__ . '/../..' . '/src/Admin/GDPR.php',
        'HTML_Forms\\Admin\\Migrations' => __DIR__ . '/../..' . '/src/Admin/Migrations.php',
        'HTML_Forms\\Admin\\Table' => __DIR__ . '/../..' . '/src/Admin/Table.php',
        'HTML_Forms\\Form' => __DIR__ . '/../..' . '/src/Form.php',
        'HTML_Forms\\Forms' => __DIR__ . '/../..' . '/src/Forms.php',
        'HTML_Forms\\Submission' => __DIR__ . '/../..' . '/src/Submission.php',
        'HTML_Forms\\TagReplacers' => __DIR__ . '/../..' . '/src/TagReplacers.php',
    );

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

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

```
