File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1060,12 +1060,13 @@ that will house the logic for building the task form::
1060
1060
.. caution ::
1061
1061
1062
1062
The ``getName() `` method returns the identifier of this form "type". These
1063
- identifiers must be unique in the application and, unless you want to override
1064
- a built-in type, they should be different from the default Symfony types.
1063
+ identifiers must be unique in the application. Unless you want to override
1064
+ a built-in type, they should be different from the default Symfony types
1065
+ and from any type defined by a third-party bundle installed in you application.
1065
1066
Consider prefixing your types with ``app_ `` to avoid identifier collisions.
1066
1067
1067
1068
This new class contains all the directions needed to create the task form. It can
1068
- be used to quickly build a form object in the controller:
1069
+ be used to quickly build a form object in the controller::
1069
1070
1070
1071
// src/AppBundle/Controller/DefaultController.php
1071
1072
You can’t perform that action at this time.
0 commit comments