Log in
Model

Summary

Magento\Review\Model\Review\Summary

What it does

This class represents a review summary for a product or entity in Magento 2.

Developers use it to retrieve aggregated review data including the entity ID, average rating summary, and total count of reviews for display on product pages or in lists.

It serves as a data container for quick access to review statistics without loading full review details.

Public Methods

  • getEntityPkValue()
  • getRatingSummary()
  • getReviewsCount()