Skip to content

Commit

Permalink
Add "data_class" option description #3334
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcat237 authored and weaverryan committed Jan 1, 2014
1 parent 2cbe0bc commit d64e1fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/forms/types/entity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ objects from the database.
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
+-------------+------------------------------------------------------------------+
| Options | - `class`_ |
| | - `data_class`_ |
| | - `property`_ |
| | - `group_by`_ |
| | - `query_builder`_ |
Expand Down Expand Up @@ -105,6 +106,8 @@ The class of your entity (e.g. ``AcmeStoreBundle:Category``). This can be
a fully-qualified class name (e.g. ``Acme\StoreBundle\Entity\Category``)
or the short alias name (as shown prior).

.. include:: /reference/forms/types/options/data_class.rst.inc

property
~~~~~~~~

Expand Down

0 comments on commit d64e1fa

Please sign in to comment.