Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Data Fields
ScopedAttributeInterface Interface Reference
Inheritance diagram for ScopedAttributeInterface:
Attribute

Data Fields

const SCOPE_STORE = 0
 
const SCOPE_GLOBAL = 1
 
const SCOPE_WEBSITE = 2
 

Detailed Description

@api

Since
100.0.2

Definition at line 12 of file ScopedAttributeInterface.php.

Field Documentation

◆ SCOPE_GLOBAL

const SCOPE_GLOBAL = 1

Definition at line 16 of file ScopedAttributeInterface.php.

◆ SCOPE_STORE

const SCOPE_STORE = 0

Definition at line 14 of file ScopedAttributeInterface.php.

◆ SCOPE_WEBSITE

const SCOPE_WEBSITE = 2

Definition at line 18 of file ScopedAttributeInterface.php.


The documentation for this interface was generated from the following file: