File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,14 +179,14 @@ Using a Custom MetadataFactory
179
179
------------------------------
180
180
181
181
All the loaders and the cache are passed to an instance of
182
- :class: `Symfony\\ Component\\ Validator\\ Mapping\\ ClassMetadataFactory `. This
183
- class is responsible for creating a ``ClassMetadata `` instance from all the
182
+ :class: `Symfony\\ Component\\ Validator\\ Mapping\\ Factory \\ LazyLoadingMetadataFactory `.
183
+ This class is responsible for creating a ``ClassMetadata `` instance from all the
184
184
configured resources.
185
185
186
186
You can also use a custom metadata factory implementation by creating a class
187
187
which implements
188
- :class: `Symfony\\ Component\\ Validator\\ MetadataFactoryInterface `. You can set
189
- this custom implementation using
188
+ :class: `Symfony\\ Component\\ Validator\\ Mapping \\ Factory \\ MetadataFactoryInterface `.
189
+ You can set this custom implementation using
190
190
:method: `Symfony\\ Component\\ Validator\\ ValidatorBuilder::setMetadataFactory `::
191
191
192
192
use Acme\Validation\CustomMetadataFactory;
You can’t perform that action at this time.
0 commit comments