We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fd90c commit 5ed3d94Copy full SHA for 5ed3d94
form/create_custom_field_type.rst
@@ -68,7 +68,7 @@ the logic and rendering of that field type.
68
The PHP class extension mechanism and the Symfony form field extension
69
mechanism are not the same. The parent type returned in ``getParent()`` is
70
what Symfony uses to build and manage the field type. Making the PHP class
71
- extend from ``AbstractType`` is only a convenience way of implementing the
+ extend from ``AbstractType`` is only a convenient way of implementing the
72
required ``FormTypeInterface``.
73
74
Now you can add this form type when :doc:`creating Symfony forms </forms>`::
0 commit comments