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