Skip to content

Commit d9becd2

Browse files
committed
Merge pull request #2417 from symfony/dynamic-forms
Refactor: Dynamic forms cookbook entry
2 parents 0d62bfc + cc1c01c commit d9becd2

File tree

3 files changed

+246
-157
lines changed

3 files changed

+246
-157
lines changed

cookbook/form/create_custom_field_type.rst

+2
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ But this only works because the ``GenderType()`` is very simple. What if
207207
the gender codes were stored in configuration or in a database? The next
208208
section explains how more complex field types solve this problem.
209209

210+
.. _form-cookbook-form-field-service:
211+
210212
Creating your Field Type as a Service
211213
-------------------------------------
212214

0 commit comments

Comments
 (0)