Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-store
Model
ScopeInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Store\Model
;
7
12
interface
ScopeInterface
13
{
17
const
SCOPE_STORES
=
'stores'
;
18
const
SCOPE_GROUPS
=
'groups'
;
19
const
SCOPE_WEBSITES
=
'websites'
;
20
21
const
SCOPE_STORE
=
'store'
;
22
const
SCOPE_GROUP
=
'group'
;
23
const
SCOPE_WEBSITE
=
'website'
;
25
}
Magento\Store\Model\ScopeInterface\SCOPE_STORE
const SCOPE_STORE
Definition:
ScopeInterface.php:21
Magento\Store\Model\ScopeInterface\SCOPE_WEBSITES
const SCOPE_WEBSITES
Definition:
ScopeInterface.php:19
Magento\Store\Model\ScopeInterface\SCOPE_GROUPS
const SCOPE_GROUPS
Definition:
ScopeInterface.php:18
Magento\Store\Model
Magento\Store\Model\ScopeInterface\SCOPE_STORES
const SCOPE_STORES
Definition:
ScopeInterface.php:17
Magento\Store\Model\ScopeInterface
Definition:
ScopeInterface.php:12
Magento\Store\Model\ScopeInterface\SCOPE_GROUP
const SCOPE_GROUP
Definition:
ScopeInterface.php:22
Magento\Store\Model\ScopeInterface\SCOPE_WEBSITE
const SCOPE_WEBSITE
Definition:
ScopeInterface.php:23