function Message::getSenderMail

Same name and namespace in other branches
  1. 8.9.x core/modules/contact/src/Entity/Message.php \Drupal\contact\Entity\Message::getSenderMail()
  2. 10 core/modules/contact/src/Entity/Message.php \Drupal\contact\Entity\Message::getSenderMail()
  3. 11.x core/modules/contact/src/Entity/Message.php \Drupal\contact\Entity\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 75

Class

Message
Defines the contact message entity.

Namespace

Drupal\contact\Entity

Code

public function getSenderMail() {
    return $this->get('mail')->value;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.