Interface
TargetUrlBuilderInterface
Magento\Cms\Model\Page\TargetUrlBuilderInterface
What it does
This interface defines a contract for building target URLs for CMS pages in Magento 2.
Developers implement this interface to customize how URLs are generated based on route paths and store codes, providing flexibility for multi-store setups or custom URL generation logic.
It serves as an extension point in the CMS URL building process.
Public Methods
- process()