Cookie Module
Config\Backend\Cookie
This backend model handles the storage and retrieval of cookie-related configuration settings in Magento's system configuration. Developers would use...
Config\Backend\Domain
This backend model validates cookie domain configuration values before they are saved in Magento's system configuration. Developers use this class to...
Config\Backend\Lifetime
This backend model validates cookie lifetime values when they are saved in the Magento admin configuration. Developers use this class to ensure that c...
Config\Backend\Path
This backend model validates cookie path configuration values before they are saved in Magento's admin system configuration. Developers would encounte...
Cookie
This helper class manages Magento's cookie consent and restriction functionality. Developers use it to check if cookie restriction mode is enabled, de...