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
Setup
SampleData
StateInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Setup\SampleData
;
7
11
interface
StateInterface
12
{
16
const
ERROR
=
'error'
;
17
const
INSTALLED
=
'installed'
;
18
24
public
function
setError
();
25
31
public
function
hasError
();
32
38
public
function
setInstalled
();
39
45
public
function
isInstalled
();
46
52
public
function
clearState
();
53
}
Magento\Framework\Setup\SampleData
Definition:
Context.php:6
Magento\Framework\Setup\SampleData\StateInterface\hasError
hasError()
Magento\Framework\Setup\SampleData\StateInterface\setInstalled
setInstalled()
Magento\Framework\Setup\SampleData\StateInterface\clearState
clearState()
Magento\Framework\Setup\SampleData\StateInterface
Definition:
StateInterface.php:11
Magento\Framework\Setup\SampleData\StateInterface\INSTALLED
const INSTALLED
Definition:
StateInterface.php:17
Magento\Framework\Setup\SampleData\StateInterface\isInstalled
isInstalled()
Magento\Framework\Setup\SampleData\StateInterface\setError
setError()
Magento\Framework\Setup\SampleData\StateInterface\ERROR
const ERROR
Definition:
StateInterface.php:16