You are here

public function MessageInterface::getSenderMail in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 47
Contains \Drupal\contact\MessageInterface.

Class

MessageInterface
Provides an interface defining a contact message entity.

Namespace

Drupal\contact

Code

public function getSenderMail();