Skip to content

[Form][Validator] FormTypeValidatorExtension #3983

Closed
@kor3k

Description

@kor3k

in

src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml

change

    <!-- FormTypeValidatorExtension -->
    <service id="form.type_extension.field" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
        <tag name="form.type_extension" alias="field" />
        <argument type="service" id="validator" />
    </service>

to

    <!-- FormTypeValidatorExtension -->
    <service id="form.type_extension.form" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
        <tag name="form.type_extension" alias="form" />
        <argument type="service" id="validator" />
    </service>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions