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 a8dc518 commit 40f046eCopy full SHA for 40f046e
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -12,7 +12,8 @@
12
* @since 100.0.2
13
*/
14
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15
- \Magento\Framework\Api\MetadataObjectInterface {
+ \Magento\Framework\Api\MetadataObjectInterface
16
+{
17
const ATTRIBUTE_ID = 'attribute_id';
18
19
const IS_UNIQUE = 'is_unique';
0 commit comments