Log in
Interface

HelperInterface

Magento\Sales\Model\ResourceModel\HelperInterface

What it does

This interface defines a contract for sales resource helper classes that need to handle bestseller report operations.

Developers would implement this interface when creating database-specific helpers that update rating positions for bestseller products across different aggregation periods (daily, monthly, yearly).

It's primarily used in sales reporting functionality to maintain accurate product ranking data.

Public Methods

  • getBestsellersReportUpdateRatingPos()