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 2cbe0bc commit d64e1faCopy full SHA for d64e1fa
reference/forms/types/entity.rst
@@ -13,6 +13,7 @@ objects from the database.
13
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
14
+-------------+------------------------------------------------------------------+
15
| Options | - `class`_ |
16
+| | - `data_class`_ |
17
| | - `property`_ |
18
| | - `group_by`_ |
19
| | - `query_builder`_ |
@@ -105,6 +106,8 @@ The class of your entity (e.g. ``AcmeStoreBundle:Category``). This can be
105
106
a fully-qualified class name (e.g. ``Acme\StoreBundle\Entity\Category``)
107
or the short alias name (as shown prior).
108
109
+.. include:: /reference/forms/types/options/data_class.rst.inc
110
+
111
property
112
~~~~~~~~
113
0 commit comments