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.
2 parents f6b0a2a + e1a1c7b commit 9e9715bCopy full SHA for 9e9715b
app/code/Magento/Catalog/Model/ResourceModel/Product/Image.php
@@ -12,6 +12,9 @@
12
use Magento\Framework\DB\Select;
13
use Magento\Framework\App\ResourceConnection;
14
15
+/*
16
+ * Class for retrieval of all product images
17
+ */
18
class Image
19
{
20
/**
@@ -73,6 +76,7 @@ public function getAllProductImages(): \Generator
73
76
74
77
75
78
* Get the number of unique pictures of products
79
+ *
80
* @return int
81
*/
82
public function getCountAllProductImages(): int
@@ -88,6 +92,8 @@ public function getCountAllProductImages(): int
88
92
}
89
93
90
94
95
+ * Return Select to fetch all products images
96
91
97
* @return Select
98
99
private function getVisibleImagesSelect(): Select
0 commit comments