PHP 8.2.30
Preview: HttpFoundationExtension.php Size: 678 B
//opt/cloudlinux/alt-php55/root/usr/share/pear/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Form\Extension\HttpFoundation;

use Symfony\Component\Form\AbstractExtension;

/**
 * Integrates the HttpFoundation component with the Form library.
 *
 * @author Bernhard Schussek <bschussek@gmail.com>
 */
class HttpFoundationExtension extends AbstractExtension
{
    protected function loadTypeExtensions()
    {
        return array(
            new Type\FormTypeHttpFoundationExtension(),
        );
    }
}

Directory Contents

Dirs: 2 × Files: 2

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
Type DIR
- drwxr-xr-x 2024-03-03 22:54:39
Edit Download
678 B lrw-r--r-- 2019-12-18 11:24:06
Edit Download
2.56 KB lrw-r--r-- 2019-12-18 11:24:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).