Backend Module
Model\Auth\Credential\StorageInterface
This interface defines the contract for backend authentication credential storage in Magento 2. Developers implement this interface to create custom a...
Model\Auth\StorageInterface
This interface defines the contract for backend authentication storage in Magento 2. Developers use implementations of this interface to manage admin...
Model\Image\UploadResizeConfigInterface
This interface defines the contract for retrieving image resize configuration in Magento 2's backend. Developers implement this interface to provide m...
Model\UrlInterface
This interface defines URL generation and security methods specifically for Magento 2's admin backend. Developers use it to generate secure admin URLs...
Model\Validator\UrlKey\UrlKeyValidatorInterface
This interface defines a contract for URL key validation in Magento 2's backend. Developers implement this interface to create custom validators that...
Model\Widget\Grid\TotalsInterface
This interface defines a contract for calculating totals in Magento 2 admin grid widgets. Developers implement this interface when they need to add su...