Contact module configuration
@api
- Since
- 100.2.0
Definition at line 14 of file ConfigInterface.php.
◆ emailRecipient()
Return email recipient address
- Returns
- string
- Since
- 100.2.0
Implemented in Config.
◆ emailSender()
Return email sender address
- Returns
- string
- Since
- 100.2.0
Implemented in Config.
◆ emailTemplate()
Return email template identifier
- Returns
- string
- Since
- 100.2.0
Implemented in Config.
◆ isEnabled()
Check if contacts module is enabled
- Returns
- bool
- Since
- 100.2.0
Implemented in Config.
◆ XML_PATH_EMAIL_RECIPIENT
const XML_PATH_EMAIL_RECIPIENT = 'contact/email/recipient_email' |
◆ XML_PATH_EMAIL_SENDER
const XML_PATH_EMAIL_SENDER = 'contact/email/sender_email_identity' |
◆ XML_PATH_EMAIL_TEMPLATE
const XML_PATH_EMAIL_TEMPLATE = 'contact/email/email_template' |
◆ XML_PATH_ENABLED
const XML_PATH_ENABLED = 'contact/contact/enabled' |
The documentation for this interface was generated from the following file: