UrlRewrite Module
Model\StorageInterface
Interface
This interface defines the contract for URL rewrite storage operations in Magento 2. It combines URL finding and persistence capabilities by extending...
Model\UrlFinderInterface
Interface
This interface defines methods for finding URL rewrites in Magento 2. Developers use it to locate URL rewrite entries by specific criteria, either ret...
Model\UrlPersistInterface
Interface
This interface defines the contract for persisting URL rewrites in Magento 2. Developers use implementations of this interface to save new URL rewrite...