Log in
Model

DbStorage

Magento\CatalogUrlRewrite\Model\Storage\DbStorage

What it does

This class extends the base URL rewrite database storage to handle catalog-specific URL rewrites with category-product relationships.

It customizes database queries to include category and product associations when fetching URL rewrites, ensuring proper URL generation for products within specific categories.

Developers use this automatically when working with product and category URLs in Magento 2.