mage2tv / topics

Discussion and voting on future and existing mage2.tv topics.
27 stars 1 forks source link

[Service Contracts] What are Entity Metadata objects (ORM / EAV Attributes management)? #168

Open Ddcdom opened 6 years ago

Ddcdom commented 6 years ago

In the customer API I see a lot of references to MetaData (and also in the framework). This post from Alan Kent (https://alankent.me/2014/10/31/magento-2-service-contract-patterns/) provides a tiny bit of information about meta data interfaces.

What are they, when would you use them in your own code and how?

Vinai commented 6 years ago

Hi, this is a great topic, thanks for opening the issue! Conceptually it belongs to the ORM or attribute management side of things, so I'll add those keywords to the issue title for my own reference. But there certainly is some overlap with service contracts.