Convert mapping to attributes #10211
-
Hi! I'm currently on the PHP mapping, and wish to migrate to the Attribute mapping. Mappings can be converted with the orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php Lines 20 to 26 in 0b14c01 My question is: is there another way via Doctrine to convert the mapping? If not, since PHP Mapping will be removed in the Another route would be to convert to annotations, and use rector to convert annotations to attributes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Use Rector. https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html |
Beta Was this translation helpful? Give feedback.
Use Rector.
https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html