File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Form type extensions have 2 main use-cases:
1919#. You want to add a **generic feature to several types ** (such as
2020 adding a "help" text to every "input text"-like type).
2121
22- It might be possible to achieve your goal with custom form rendering, or custom
22+ It might be possible to achieve your goal with custom form rendering or custom
2323form field types. But using form type extensions can be cleaner (by limiting the
2424amount of business logic in templates) and more flexible (you can add several
2525type extensions to a single form type).
@@ -331,6 +331,6 @@ these form types.
331331
332332In the same way, since **most ** form types natively available in Symfony inherit
333333from the ``form `` form type, a form type extension applying to ``form `` would
334- apply to all of these. A notable exception are the ``button `` form types. Plus,
335- keep in mind that a custom form type which inherit neither ``form `` nor
336- ``button `` could always be created.
334+ apply to all of these. A notable exception are the ``button `` form types. Also
335+ keep in mind that a custom form type which extends neither the ``form `` nor
336+ the ``button `` type could always be created.
You can’t perform that action at this time.
0 commit comments