Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | SCOPE_STORES = 'stores' |
const | SCOPE_GROUPS = 'groups' |
const | SCOPE_WEBSITES = 'websites' |
const | SCOPE_STORE = 'store' |
const | SCOPE_GROUP = 'group' |
const | SCOPE_WEBSITE = 'website' |
const SCOPE_GROUP = 'group' |
Definition at line 22 of file ScopeInterface.php.
const SCOPE_GROUPS = 'groups' |
Definition at line 18 of file ScopeInterface.php.
const SCOPE_STORE = 'store' |
Definition at line 21 of file ScopeInterface.php.
const SCOPE_STORES = 'stores' |
#+ Scope types
Definition at line 17 of file ScopeInterface.php.
const SCOPE_WEBSITE = 'website' |
Definition at line 23 of file ScopeInterface.php.
const SCOPE_WEBSITES = 'websites' |
Definition at line 19 of file ScopeInterface.php.