Log in

Review Module

Action\Pager

Helper

This helper class manages pagination through review search results in the Magento admin panel. It stores review IDs in the backend session and provide...

AppendSummaryData

Model

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...

Data

Helper

This helper provides utility methods for working with product reviews in Magento 2. Developers use it to format review text for display, check if gues...

Model\ResourceModel\Rating\Collection

Collection

This collection class manages and retrieves rating data from the database in Magento 2's Review module. Developers use it to load, filter, and manipul...

Model\ResourceModel\Review\Collection

Collection

This collection class manages database queries for retrieving and filtering product reviews in Magento 2. Developers use it to load review data with v...

Rating

Model

This class manages product rating functionality in Magento 2, allowing merchants to define rating criteria (like Quality, Value, Price) that customers...

Rating\Entity

Model

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

Model

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

Model

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

Model

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

Model

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

Model

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

Model

This class manages database operations for product reviews in Magento 2, including creating, updating, deleting reviews and their associated data (det...

ResourceModel\Review\Status

Model

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

Model

This resource model manages review summary data stored in the review_entity_summary table, which aggregates review statistics (ratings, counts) for pr...

Review

Model

This class manages product reviews in Magento 2, handling review creation, validation, status management, and aggregation. Developers use it to progra...

ReviewSummary

Model

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

Model

This class provides configuration access for the Review module, specifically determining if product reviews are enabled in the store. Developers would...

Review\Status

Model

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

Model

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

Model

This class provides RSS feed functionality for product reviews in Magento 2. Developers use it to retrieve a collection of products that have pending...