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.
2 parents 09385c8 + fd0af2f commit 8f77ca1Copy full SHA for 8f77ca1
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -10,7 +10,9 @@
10
* Interface AttributeInterface
11
* @api
12
*/
13
-interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
+interface AttributeInterface extends
14
+ \Magento\Framework\Api\CustomAttributesDataInterface,
15
+ \Magento\Framework\Api\MetadataObjectInterface
16
{
17
const ATTRIBUTE_ID = 'attribute_id';
18
0 commit comments