Log in
Model

ProductSelectBuilder

Magento\Sitemap\Model\ResourceModel\Catalog\ProductSelectBuilder

What it does

This class builds database SELECT queries for retrieving product data needed for sitemap generation.

Developers use this class when they need to fetch product URLs and metadata for a specific store, particularly when generating XML sitemaps.

The class is designed to be extensible through plugins, allowing customization of the product selection logic.

Public Methods

  • execute()