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
Mview
ViewInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Mview
;
7
12
interface
ViewInterface
13
{
19
public
function
getId
();
20
26
public
function
getActionClass
();
27
33
public
function
getGroup
();
34
40
public
function
getSubscriptions
();
41
49
public
function
load
($viewId);
50
57
public
function
subscribe
();
58
65
public
function
unsubscribe
();
66
73
public
function
update
();
74
80
public
function
suspend
();
81
87
public
function
resume
();
88
94
public
function
clearChangelog
();
95
101
public
function
getState
();
102
109
public
function
setState
(
View
\StateInterface $state);
110
116
public
function
isEnabled
();
117
123
public
function
isIdle
();
124
130
public
function
isWorking
();
131
137
public
function
isSuspended
();
138
144
public
function
getUpdated
();
145
151
public
function
getChangelog
();
152
}
Magento\Framework\Mview\ViewInterface\unsubscribe
unsubscribe()
Magento\Framework\Mview\ViewInterface\suspend
suspend()
Magento\Framework\Mview\ViewInterface
Definition:
ViewInterface.php:12
Magento\Framework\Mview\ViewInterface\clearChangelog
clearChangelog()
Magento\Framework\Mview\ViewInterface\isWorking
isWorking()
Magento\Framework\Mview\ViewInterface\getUpdated
getUpdated()
Magento\Framework\Mview\ViewInterface\getChangelog
getChangelog()
Magento\Framework\Mview\ViewInterface\setState
setState(View\StateInterface $state)
Magento\Framework\Mview\ViewInterface\getActionClass
getActionClass()
Magento\Framework\Mview\ViewInterface\isIdle
isIdle()
Magento\Framework\Mview\ViewInterface\update
update()
Magento\Framework\Mview\ViewInterface\resume
resume()
Magento\Framework\Mview\ViewInterface\isEnabled
isEnabled()
Magento\Framework\Mview\ViewInterface\getState
getState()
Magento\Framework\Mview\ViewInterface\getGroup
getGroup()
Magento\Framework\Mview
Definition:
ActionFactory.php:7
Magento\Framework\Mview\ViewInterface\load
load($viewId)
Magento\Framework\Mview\ViewInterface\getSubscriptions
getSubscriptions()
Magento\Framework\Mview\View
Definition:
View.php:15
Magento\Framework\Mview\ViewInterface\getId
getId()
Magento\Framework\Mview\ViewInterface\subscribe
subscribe()
Magento\Framework\Mview\ViewInterface\isSuspended
isSuspended()