Log in
Model

ProductFrontendAction

Magento\Catalog\Model\ResourceModel\ProductFrontendAction

What it does

This resource model manages database operations for tracking customer frontend actions related to products, such as recently viewed products or product comparisons.

Developers use this class when they need to persist or retrieve product interaction data from the catalog_product_frontend_action table.

It serves as the data access layer for the ProductFrontendAction model.