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 c269b4b + b7c3c3d commit f1d027cCopy full SHA for f1d027c
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -11,7 +11,8 @@
11
* @api
12
* @since 100.0.2
13
*/
14
-interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
+interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15
+ \Magento\Framework\Api\MetadataObjectInterface
16
{
17
const ATTRIBUTE_ID = 'attribute_id';
18
0 commit comments