We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f27fd6 commit 83643e2Copy full SHA for 83643e2
app/code/Magento/Ui/Component/Listing.php
@@ -30,9 +30,9 @@ class Listing extends AbstractComponent
30
31
/**
32
* @param ContextInterface $context
33
- * @param ContentTypeFactory|null $contentTypeFactory
34
* @param array $components
35
* @param array $data
+ * @param ContentTypeFactory|null $contentTypeFactory
36
*/
37
public function __construct(
38
ContextInterface $context,
@@ -63,6 +63,8 @@ public function getDataSourceData()
63
}
64
65
66
+ * Render content depending on specified type
67
+ *
68
* @param string $contentType
69
* @return string
70
0 commit comments