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 aa60eb5 commit 8c512bdCopy full SHA for 8c512bd
reference/forms/types/entity.rst
@@ -207,9 +207,9 @@ loading all entities.
207
208
.. caution::
209
210
- The entity used in the ``FROM`` clause of the `query_builder`_ option
211
- will always be validated against the class which you have specified with
212
- the form's `class`_ option. If you return another entity instead of the
+ The entity used in the ``FROM`` clause of the `query_builder` option
+ will always be validated against the class which you have specified at the
+ `class`_ option. If you return another entity instead of the
213
one used in your ``FROM`` clause (for instance if you return an entity
214
from a joined table), it will break validation.
215
0 commit comments