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
Declaration
Schema
OperationInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\Setup\Declaration\Schema
;
8
9
use
Magento\Framework\Setup\Declaration\Schema\Db\Statement
;
10
14
interface
OperationInterface
15
{
21
public
function
getOperationName
();
22
33
public
function
isOperationDestructive
();
34
41
public
function
doOperation
(
ElementHistory
$elementHistory);
42
}
Magento\Framework\Setup\Declaration\Schema\OperationInterface\getOperationName
getOperationName()
Magento\Framework\Setup\Declaration\Schema\OperationInterface\doOperation
doOperation(ElementHistory $elementHistory)
Magento\Framework\Setup\Declaration\Schema\OperationInterface\isOperationDestructive
isOperationDestructive()
Magento\Framework\Setup\Declaration\Schema\ElementHistory
Definition:
ElementHistory.php:16
Magento\Framework\Setup\Declaration\Schema\OperationInterface
Definition:
OperationInterface.php:14
Magento\Framework\Setup\Declaration\Schema
Definition:
Comparator.php:7
Magento\Framework\Setup\Declaration\Schema\Db\Statement
Definition:
Statement.php:13