Log in
Interface

ConfigReaderInterface

Magento\Sitemap\Model\ItemProvider\ConfigReaderInterface

What it does

This interface defines methods for reading sitemap configuration settings for different store views.

Developers implement this interface when creating item providers that need to retrieve priority and change frequency values from store-specific configuration for sitemap generation.

It's used by Magento's sitemap functionality to ensure consistent configuration access across different types of sitemap items (products, categories, CMS pages).

Public Methods

  • getPriority()
  • getChangeFrequency()