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
framework
App
ScopeInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\App
;
7
12
interface
ScopeInterface
13
{
17
const
SCOPE_DEFAULT
=
'default'
;
18
24
public
function
getCode
();
25
31
public
function
getId
();
32
39
public
function
getScopeType
();
40
47
public
function
getScopeTypeName
();
48
55
public
function
getName
();
56
}
Magento\Framework\App
Magento\Framework\App\ScopeInterface\getId
getId()
Magento\Framework\App\ScopeInterface\SCOPE_DEFAULT
const SCOPE_DEFAULT
Definition:
ScopeInterface.php:17
Magento\Framework\App\ScopeInterface\getName
getName()
Magento\Framework\App\ScopeInterface
Definition:
ScopeInterface.php:12
Magento\Framework\App\ScopeInterface\getScopeTypeName
getScopeTypeName()
Magento\Framework\App\ScopeInterface\getScopeType
getScopeType()
Magento\Framework\App\ScopeInterface\getCode
getCode()