Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DefaultProvider.php
Go to the documentation of this file.
1 <?php
9 
11 
13 {
22  public function getReviewsSummaryHtml(
23  \Magento\Catalog\Model\Product $product,
24  $templateType = self::DEFAULT_VIEW,
25  $displayIfNoReviews = false
26  ) {
27  return '';
28  }
29 }
$templateType
Definition: list.phtml:37
getReviewsSummaryHtml(\Magento\Catalog\Model\Product $product, $templateType=self::DEFAULT_VIEW, $displayIfNoReviews=false)