Contact Module
Config
This class provides configuration settings for Magento's Contact Us form. Developers use it to check if the contact form is enabled, retrieve the emai...
Data
This helper class provides utilities for the Contact module, including checking if the contact form is enabled, retrieving logged-in customer informat...
This class handles sending emails from Magento 2's contact form. Developers would use this class when they need to programmatically send contact form...
Model\ConfigInterface
This interface defines the contract for accessing Contact module configuration settings in Magento 2. Developers use this to check if the contact form...
Model\MailInterface
This interface defines the contract for sending emails from Magento's contact form. Developers implement this interface to customize how contact form...