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.
1 parent 2639d0e commit 43dd85eCopy full SHA for 43dd85e
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -1,18 +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,
- \Magento\Framework\Api\MetadataObjectInterface
16
+interface AttributeInterface extends CustomAttributesDataInterface, MetadataObjectInterface
17
{
18
const ATTRIBUTE_ID = 'attribute_id';
19
0 commit comments