Message::getSenderMail

public Message::getSenderMail()

Returns the email address of the sender.

Return value

string The email address of the message sender.

Overrides MessageInterface::getSenderMail

File

core/modules/contact/src/Entity/Message.php, line 67

Class

Message
Defines the contact message entity.

Namespace

Drupal\contact\Entity

Code

public function getSenderMail() {
  return $this->get('mail')->value;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.