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
module-backend
Block
Widget
Grid
ExportInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Backend\Block\Widget\Grid
;
7
15
interface
ExportInterface
16
{
23
public
function
getExportTypes
();
24
31
public
function
getId
();
32
38
public
function
getExportButtonHtml
();
39
47
public
function
addExportType
(
$url
,
$label
);
48
57
public
function
getCsvFile
();
58
65
public
function
getCsv
();
66
73
public
function
getXml
();
74
84
public
function
getExcelFile
($sheetName =
''
);
85
92
public
function
getExcel
();
93
}
Magento\Backend\Block\Widget\Grid\ExportInterface\getId
getId()
$url
$url
Definition:
query_redirect.php:14
Magento\Backend\Block\Widget\Grid\ExportInterface\getCsv
getCsv()
Magento\Backend\Block\Widget\Grid\ExportInterface\getExcelFile
getExcelFile($sheetName='')
Magento\Backend\Block\Widget\Grid\ExportInterface\addExportType
addExportType($url, $label)
Magento\Backend\Block\Widget\Grid\ExportInterface
Definition:
ExportInterface.php:15
Magento\Backend\Block\Widget\Grid\ExportInterface\getExportButtonHtml
getExportButtonHtml()
$label
$label
Definition:
details.phtml:21
Magento\Backend\Block\Widget\Grid\ExportInterface\getExcel
getExcel()
Magento\Backend\Block\Widget\Grid\ExportInterface\getExportTypes
getExportTypes()
Magento\Backend\Block\Widget\Grid\ExportInterface\getXml
getXml()
Magento\Backend\Block\Widget\Grid\ExportInterface\getCsvFile
getCsvFile()
Magento\Backend\Block\Widget\Grid