Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Form] Support simple hydration #5098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
webmozart opened this issue Jul 29, 2012 · 7 comments
Closed

[Form] Support simple hydration #5098

webmozart opened this issue Jul 29, 2012 · 7 comments

Comments

@webmozart
Copy link
Contributor

EntityChoiceList should use a combination of array hydration and post-processing to generate a choices array as used by the "choice" type. Depending on the result size, this can be around 50ms faster than entity hydration. This hydration mode must be configurable through an option "hydration_mode".

The getChoices() and getChoicesForValues() methods should run separate queries to fetch real entities, should they be called.

@Padam87
Copy link
Contributor

Padam87 commented Apr 4, 2013

👍

4 similar comments
@BitOne
Copy link

BitOne commented Sep 9, 2013

👍

@bmeynell
Copy link

👍

@sstok
Copy link
Contributor

sstok commented Mar 29, 2014

👍

@webdevilopers
Copy link

👍

@webmozart
Copy link
Contributor Author

ref #12148

@tgalopin
Copy link
Contributor

tgalopin commented Aug 20, 2016

I think this has been fixed by #14050 and should be closed.

@fabpot fabpot closed this as completed Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants