File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -263,13 +263,11 @@ that's why we can assign ``null`` as ``$session``'s default value.
263263We target a resolver by passing its name as ``ValueResolver ``'s first argument.
264264For convenience, built-in resolvers' name are their FQCN.
265265
266- The ``ValueResolver `` attribute can also be used to disable the targeted resolver
267- by passing its ``$disabled `` argument to ``true ``, in which case it won't be called.
268- This is how :ref: `MapEntity allows to disable the EntityValueResolver
269- for a specific controller <doctrine-entity-value-resolver>`.
266+ A targeted resolver can also be disabled by passing ``ValueResolver ``'s ``$disabled ``
267+ argument to ``true ``; this is how :ref: `MapEntity allows to disable the
268+ EntityValueResolver for a specific controller <doctrine-entity-value-resolver>`.
270269Yes, ``MapEntity `` extends ``ValueResolver ``!
271270
272-
273271Adding a Custom Value Resolver
274272------------------------------
275273
You can’t perform that action at this time.
0 commit comments