File tree 1 file changed +3
-5
lines changed
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.
263
263
We target a resolver by passing its name as ``ValueResolver ``'s first argument.
264
264
For convenience, built-in resolvers' name are their FQCN.
265
265
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>`.
270
269
Yes, ``MapEntity `` extends ``ValueResolver ``!
271
270
272
-
273
271
Adding a Custom Value Resolver
274
272
------------------------------
275
273
You can’t perform that action at this time.
0 commit comments