Review Module
AppendSummaryData
This class appends review summary data (review count and rating summary) to a Magento model object for a specific store and entity type. Developers us...
Rating
This class manages product rating functionality in Magento 2, allowing merchants to define rating criteria (like Quality, Value, Price) that customers...
Rating\Entity
This model represents a rating entity in Magento's review system, which defines what can be rated (e.g., products, categories). Developers use this cl...
Rating\Option
This model represents a single rating option (e.g., 1-5 stars) within a product rating. Developers use this class when working with product reviews an...
Rating\Option\Vote
This model class represents a customer's vote on a specific rating option for a product review. Developers use this class when recording or retrieving...
ResourceModel\Rating
This resource model manages database operations for product ratings in Magento 2. Developers use it to retrieve rating summaries, manage rating stores...
ResourceModel\Rating\Entity
This resource model manages database operations for rating entities in Magento's review system. Developers use this class to retrieve rating entity ID...
ResourceModel\Rating\Option
This resource model manages rating options for product reviews in Magento 2. Developers use it to record customer votes on ratings, calculate aggregat...
ResourceModel\Review
This class manages database operations for product reviews in Magento 2, including creating, updating, deleting reviews and their associated data (det...
ResourceModel\Review\Status
This resource model manages database operations for review statuses in Magento 2. It provides the data layer abstraction for storing and retrieving re...
ResourceModel\Review\Summary
This resource model manages review summary data stored in the review_entity_summary table, which aggregates review statistics (ratings, counts) for pr...
Review
This class manages product reviews in Magento 2, handling review creation, validation, status management, and aggregation. Developers use it to progra...
ReviewSummary
This class appends review summary data (review count and rating summary) to product objects in Magento 2. Developers would use it to enrich product mo...
Review\Config
This class provides configuration access for the Review module, specifically determining if product reviews are enabled in the store. Developers would...
Review\Status
This model represents the status of a product review in Magento 2 (e.g., pending, approved, not approved). Developers use this class to load, save, an...
Review\Summary
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...
Rss
This class provides RSS feed functionality for product reviews in Magento 2. Developers use it to retrieve a collection of products that have pending...