-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add documentation about the Doctrine EntityValueResolver
#17393
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
Conversation
EntityValueResolver
dbb0f13
to
410e60b
Compare
I think the "Automatically Fetching Objects (EntityValueResolver)" section in the doctrine guide would be a good place for this. If it gets very verbose (because of the many options), we might want to move it to a sub-guide under |
410e60b
to
36d91fe
Compare
Documentation about options added |
Hi @jderusse! Thanks for writing the bulk of these docs! I've fixed the remaining open comments and removed the "First, enable the feature" step as I believe this are now automatic. |
* 6.2: Fix typo, change parameter $accesToken to $token Fix lint issues [symfony#17393] Finish entity value resolver docs [FrameworkBundle] Rename option `catch_all_throwables` to `handle_all_throwables` in documentation Add documentation about the Doctrine Entity Value Resolver
fixes #43854
This PR replaces the documentation about the Doctrine ParamterConverter by the new Entity ValueResolver.
It does not cover all the behaviors and possibilities. This was previously documented I the SensioFrameworkExtraBundle (https://symfony.com/bundles/SensioFrameworkExtraBundle/current/annotations/converters.html). I wonder where should I put such documentation for the EntityArgumentResolver ?