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::
10601060.. caution ::
10611061
10621062 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.
10651066 Consider prefixing your types with ``app_ `` to avoid identifier collisions.
10661067
10671068This 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::
10691070
10701071 // src/AppBundle/Controller/DefaultController.php
10711072
You can’t perform that action at this time.
0 commit comments