-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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
Labels
Comments
👍 |
4 similar comments
👍 |
👍 |
👍 |
👍 |
ref #12148 |
I think this has been fixed by #14050 and should be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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()
andgetChoicesForValues()
methods should run separate queries to fetch real entities, should they be called.The text was updated successfully, but these errors were encountered: