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 7f167b4 + e940892 commit 2a67339Copy full SHA for 2a67339
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -1,17 +1,19 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
namespace Magento\Eav\Api\Data;
8
+use Magento\Framework\Api\CustomAttributesDataInterface;
9
+use Magento\Framework\Api\MetadataObjectInterface;
10
+
11
12
* Interface AttributeInterface
13
* @api
14
* @since 100.0.2
15
-interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
16
+interface AttributeInterface extends CustomAttributesDataInterface, MetadataObjectInterface
17
{
18
const ATTRIBUTE_ID = 'attribute_id';
19
0 commit comments