<?php

namespace ContainerYbU9dcX;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getConsole_Command_FormDebugService extends App_KernelProdContainer
{
    /*
     * Gets the private 'console.command.form_debug' shared service.
     *
     * @return \Symfony\Component\Form\Command\DebugCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($container->privates['form.registry'] ?? self::getForm_RegistryService($container)), ['Symfony\\Component\\Form\\Extension\\Core\\Type', 'App\\Engine\\AdministratorUser\\Forms', 'App\\Engine\\Form\\Type', 'App\\Engine\\Settings\\Sections\\Contact', 'App\\Engine\\Settings\\Sections\\Content', 'App\\Engine\\Settings\\Sections\\SEO', 'Symfony\\Bridge\\Doctrine\\Form\\Type'], ['App\\Engine\\AdministratorUser\\Forms\\ChangePasswordForm', 'App\\Engine\\Form\\Type\\ImageFileType', 'App\\Engine\\Settings\\Sections\\Contact\\GeneralContactsForm', 'App\\Engine\\Settings\\Sections\\Content\\HomeAboutUsForm', 'App\\Engine\\Settings\\Sections\\Content\\HomeHeroForm', 'App\\Engine\\Settings\\Sections\\Content\\HomeStaticBannersForm', 'App\\Engine\\Settings\\Sections\\Content\\HomeStatisticsForm', 'App\\Engine\\Settings\\Sections\\SEO\\GeneralMetadataForm', 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], ['Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormFlowTypeSessionDataStorageExtension', 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 'Symfony\\Component\\Form\\Extension\\PasswordHasher\\Type\\FormTypePasswordHasherExtension', 'Symfony\\Component\\Form\\Extension\\PasswordHasher\\Type\\PasswordTypePasswordHasherExtension'], ['Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 'Symfony\\Component\\Form\\EnumFormTypeGuesser', 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($container->privates['debug.file_link_formatter'] ??= new \Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter(NULL)));

        $instance->setName('debug:form');
        $instance->setDescription('Display form type information');

        return $instance;
    }
}
