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

Skip to content

[Form] Support simple hydration #5098

Closed
@webmozart

Description

@webmozart

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions