<?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 getForm_TypeExtension_CsrfService extends App_KernelProdContainer
{
    /*
     * Gets the private 'form.type_extension.csrf' shared service.
     *
     * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($container->privates['security.csrf.same_origin_token_manager'] ?? self::getSecurity_Csrf_SameOriginTokenManagerService($container)), true, '_token', ($container->services['translator'] ?? self::getTranslatorService($container)), 'messages', ($container->privates['form.server_params'] ?? $container->load('getForm_ServerParamsService')), $container->parameters['form.type_extension.csrf.field_attr'], ['App\\Engine\\AdministratorUser\\Forms\\ChangePasswordForm' => 'submit', 'App\\Engine\\Form\\Type\\ImageFileType' => 'submit', 'App\\Engine\\Settings\\Sections\\Contact\\GeneralContactsForm' => 'submit', 'App\\Engine\\Settings\\Sections\\Content\\HomeAboutUsForm' => 'submit', 'App\\Engine\\Settings\\Sections\\Content\\HomeHeroForm' => 'submit', 'App\\Engine\\Settings\\Sections\\Content\\HomeStaticBannersForm' => 'submit', 'App\\Engine\\Settings\\Sections\\Content\\HomeStatisticsForm' => 'submit', 'App\\Engine\\Settings\\Sections\\SEO\\GeneralMetadataForm' => 'submit']);
    }
}
