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
179179------------------------------
180180
181181All 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
184184configured resources.
185185
186186You can also use a custom metadata factory implementation by creating a class
187187which 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
190190:method: `Symfony\\ Component\\ Validator\\ ValidatorBuilder::setMetadataFactory `::
191191
192192 use Acme\Validation\CustomMetadataFactory;
You can’t perform that action at this time.
0 commit comments