validation.xml 612 B

12345678910111213
  1. <?xml version="1.0" ?>
  2. <constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping https://symfony.com/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd">
  5. <class name="Symfony\Component\Form\Form">
  6. <constraint name="Symfony\Component\Form\Extension\Validator\Constraints\Form" />
  7. <constraint name="Symfony\Component\Validator\Constraints\Traverse">
  8. <option name="traverse">false</option>
  9. </constraint>
  10. </class>
  11. </constraint-mapping>