We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f87e0c commit 44df1a7Copy full SHA for 44df1a7
components/property_info.rst
@@ -462,6 +462,11 @@ with the ``property_info`` service in the Symfony Framework.
462
// Type information.
463
$doctrineExtractor->getTypes($class, $property);
464
465
+.. versionadded:: 4.2
466
+ The option to pass Doctrine's EntityManager to ``DoctrineExtractor`` was
467
+ introduced in Symfony 4.2. Previously you needed to pass the class metadata
468
+ factory associated to the EntityManager.
469
+
470
.. _`components-property-information-extractors-creation`:
471
472
Creating Your Own Extractors
0 commit comments