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 7d5aebc commit 1a22c51Copy full SHA for 1a22c51
reference/configuration/doctrine.rst
@@ -269,9 +269,14 @@ you can control. The following configuration options exist for a mapping:
269
........
270
271
One of ``annotation`` (for PHP annotations; it's the default value),
272
-``attribute`` (for PHP attributes), ``xml``, ``yml``, ``php`` or
+``attribute`` (for PHP attributes), ``xml``, ``php`` or
273
``staticphp``. This specifies which type of metadata type your mapping uses.
274
275
+.. deprecated:: ORM 3.0
276
+
277
+ The ``yml`` mapping configuration is deprecated and will be removed in doctrine/orm 3.0.
278
279
280
See `Doctrine Metadata Drivers`_ for more information about this option.
281
282
``dir``
0 commit comments