function MessageInterface::getSenderMail
Same name in other branches
- 9 core/modules/contact/src/MessageInterface.php \Drupal\contact\MessageInterface::getSenderMail()
- 8.9.x core/modules/contact/src/MessageInterface.php \Drupal\contact\MessageInterface::getSenderMail()
- 11.x core/modules/contact/src/MessageInterface.php \Drupal\contact\MessageInterface::getSenderMail()
Returns the email address of the sender.
Return value
string The email address of the message sender.
1 method overrides MessageInterface::getSenderMail()
- Message::getSenderMail in core/
modules/ contact/ src/ Entity/ Message.php - Returns the email address of the sender.
File
-
core/
modules/ contact/ src/ MessageInterface.php, line 42
Class
- MessageInterface
- Provides an interface defining a contact message entity.
Namespace
Drupal\contactCode
public function getSenderMail();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.