Log in
Model

StoreUrlConfigReader

Magento\Sitemap\Model\ItemProvider\StoreUrlConfigReader

What it does

This class reads sitemap configuration settings specifically for store URLs from Magento's system configuration.

Developers use this when generating XML sitemaps to retrieve the priority and change frequency values configured in admin panel under Stores > Configuration > Catalog > XML Sitemap > Store Url Options.

It implements the ConfigReaderInterface to provide consistent configuration access for sitemap generation.

Public Methods

  • getPriority()
  • getChangeFrequency()