public MessageInterface::getSenderMail()
Returns the email address of the sender.
Return value
string The email address of the message sender.
File
- core/modules/contact/src/MessageInterface.php, line 42
Class
- MessageInterface
- Provides an interface defining a contact message entity.
Namespace
Drupal\contact
Code
1 | public function getSenderMail(); |
Please login to continue.