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
SetupInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Setup
;
7
14
interface
SetupInterface
15
{
21
public
function
getConnection
();
22
30
public
function
setTable
(
$tableName
, $realTableName);
31
38
public
function
getTable
(
$tableName
);
39
47
public
function
getTablePlaceholder
(
$tableName
);
48
55
public
function
tableExists
(
$table
);
56
63
public
function
run
($sql);
64
70
public
function
startSetup
();
71
77
public
function
endSetup
();
78
}
Magento\Framework\Setup\SetupInterface\getTablePlaceholder
getTablePlaceholder($tableName)
$tableName
$tableName
Definition:
trigger.php:13
Magento\Framework\Setup\SetupInterface\setTable
setTable($tableName, $realTableName)
Magento\Framework\Setup\SetupInterface
Definition:
SetupInterface.php:14
Magento\Framework\Setup\SetupInterface\run
run($sql)
Magento\Framework\Setup
Definition:
BackendFrontnameGenerator.php:7
Magento\Framework\Setup\SetupInterface\startSetup
startSetup()
Magento\Framework\Setup\SetupInterface\getConnection
getConnection()
Magento\Framework\Setup\SetupInterface\endSetup
endSetup()
Magento\Framework\Setup\SetupInterface\getTable
getTable($tableName)
Magento\Framework\Setup\SetupInterface\tableExists
tableExists($table)
$table
$table
Definition:
trigger.php:14