File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/Catalog/Model/ResourceModel/Product Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 12
12
use Magento \Framework \DB \Select ;
13
13
use Magento \Framework \App \ResourceConnection ;
14
14
15
- /**
16
- * Class for fast retrieval of all product images
15
+ /*
16
+ * Class for retrieval of all product images
17
17
*/
18
18
class Image
19
19
{
@@ -76,6 +76,7 @@ public function getAllProductImages(): \Generator
76
76
77
77
/**
78
78
* Get the number of unique pictures of products
79
+ *
79
80
* @return int
80
81
*/
81
82
public function getCountAllProductImages (): int
@@ -91,6 +92,8 @@ public function getCountAllProductImages(): int
91
92
}
92
93
93
94
/**
95
+ * Return Select to fetch all products images
96
+ *
94
97
* @return Select
95
98
*/
96
99
private function getVisibleImagesSelect (): Select
You can’t perform that action at this time.
0 commit comments