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-ui
Component
Listing.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Ui\Component
;
7
8
use
Magento\Ui\Component\Listing\Columns
;
9
14
class
Listing
extends
AbstractComponent
15
{
16
const
NAME
=
'listing'
;
17
21
protected
$columns
= [];
22
28
public
function
getComponentName
()
29
{
30
return
static::NAME;
31
}
32
36
public
function
getDataSourceData
()
37
{
38
return
[
'data'
=> $this->
getContext
()->getDataProvider()->getData()];
39
}
40
}
Magento\Ui\Component\AbstractComponent
Definition:
AbstractComponent.php:24
Magento\Ui\Component\Listing\$columns
$columns
Definition:
Listing.php:21
Magento\Ui\Component\Listing\Columns
Definition:
Column.php:6
Magento\Ui\Component\AbstractComponent\getContext
getContext()
Definition:
AbstractComponent.php:71
Magento\Ui\Component\Listing
Definition:
Listing.php:14
Magento\Ui\Component\Listing\getDataSourceData
getDataSourceData()
Definition:
Listing.php:36
Magento\Ui\Component\Listing\getComponentName
getComponentName()
Definition:
Listing.php:28
Magento\Ui\Component\Listing\NAME
const NAME
Definition:
Listing.php:16
Magento\Ui\Component
Definition:
ConfigurationTest.php:6