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
View
Design
ThemeInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\View\Design
;
7
14
interface
ThemeInterface
15
{
19
const
PATH_SEPARATOR
=
'/'
;
20
24
const
CODE_SEPARATOR
=
'/'
;
25
29
const
TYPE_PHYSICAL
= 0;
30
34
const
TYPE_VIRTUAL
= 1;
35
39
const
TYPE_STAGING
= 2;
40
46
public
function
getArea
();
47
53
public
function
getThemePath
();
54
60
public
function
getFullPath
();
61
67
public
function
getParentTheme
();
68
74
public
function
getCode
();
75
81
public
function
isPhysical
();
82
89
public
function
getInheritedThemes
();
90
96
public
function
getId
();
97
}
Magento\Framework\View\Design
Magento\Framework\View\Design\ThemeInterface\getInheritedThemes
getInheritedThemes()
Magento\Framework\View\Design\ThemeInterface\getId
getId()
Magento\Framework\View\Design\ThemeInterface\getCode
getCode()
Magento\Framework\View\Design\ThemeInterface
Definition:
ThemeInterface.php:14
Magento\Framework\View\Design\ThemeInterface\TYPE_STAGING
const TYPE_STAGING
Definition:
ThemeInterface.php:39
Magento\Framework\View\Design\ThemeInterface\CODE_SEPARATOR
const CODE_SEPARATOR
Definition:
ThemeInterface.php:24
Magento\Framework\View\Design\ThemeInterface\TYPE_VIRTUAL
const TYPE_VIRTUAL
Definition:
ThemeInterface.php:34
Magento\Framework\View\Design\ThemeInterface\getFullPath
getFullPath()
Magento\Framework\View\Design\ThemeInterface\getArea
getArea()
Magento\Framework\View\Design\ThemeInterface\PATH_SEPARATOR
const PATH_SEPARATOR
Definition:
ThemeInterface.php:19
Magento\Framework\View\Design\ThemeInterface\isPhysical
isPhysical()
Magento\Framework\View\Design\ThemeInterface\getParentTheme
getParentTheme()
Magento\Framework\View\Design\ThemeInterface\getThemePath
getThemePath()
Magento\Framework\View\Design\ThemeInterface\TYPE_PHYSICAL
const TYPE_PHYSICAL
Definition:
ThemeInterface.php:29