merged branch iJanki/fix_field (PR #8159)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #8159).

Discussion
----------

[FrameworkBundle] Removed reference to FieldType in form.xml

| Q             | A
| ------------- | ---
| Bug fix?      | [yes]
| New feature?  | [no]
| BC breaks?    | [no]
| Deprecations? | [no]
| Tests pass?   | [yes]
| Fixed tickets |
| License       | MIT
| Doc PR        |

Removed reference of deprecated FieldType class in FrameworkBundle form.xml configuragion.

Commits
-------

bd2e689 [FrameworkBundle] Removed reference to Symfony\Component\Form\Extension\Core\Type\FormType in form.xml
This commit is contained in:
Fabien Potencier 2013-05-29 10:49:10 +02:00
commit d14db588f5
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@
<service id="property_accessor" class="%property_accessor.class%" />
<!-- CoreExtension -->
<service id="form.type.field" class="Symfony\Component\Form\Extension\Core\Type\FieldType">
<tag name="form.type" alias="field" />
</service>
<service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType">
<argument type="service" id="property_accessor"/>
<tag name="form.type" alias="form" />