8000 Added the missing versionadded directive · symfony/symfony-docs@44df1a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44df1a7

Browse files
Added the missing versionadded directive
1 parent 1f87e0c commit 44df1a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/property_info.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,11 @@ with the ``property_info`` service in the Symfony Framework.
462462
// Type information.
463463
$doctrineExtractor->getTypes($class, $property);
464464
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+
465470
.. _`components-property-information-extractors-creation`:
466471

467472
Creating Your Own Extractors

0 commit comments

Comments
 (0)
0