UrlRewriteFinder
Magento\CatalogUrlRewrite\Model\Map\UrlRewriteFinder
What it does
This class is responsible for finding URL rewrites for catalog entities (products and categories) in Magento 2.
It uses optimized database maps for faster lookups when available, and falls back to the standard URL finder when necessary.
Developers would use this when they need to retrieve existing URL rewrites for products or categories, particularly during URL generation or rewrite management operations.
Public Methods
- findAllByData()