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 9b8bdb8 commit 492e81aCopy full SHA for 492e81a
form/create_custom_field_type.rst
@@ -16,7 +16,7 @@ Defining the Field Type
16
In order to create the custom field type, first you have to create the class
17
representing the field. In this situation the class holding the field type
18
will be called ``ShippingType`` and the file will be stored in the default location
19
-for form fields, which is ``<BundleName>\Form\Type``. Make sure the field extends
+for form fields, which is ``App\Form\Type``. Make sure the field extends
20
:class:`Symfony\\Component\\Form\\AbstractType`::
21
22
// src/Form/Type/ShippingType.php
0 commit comments