You are here

public function MessageInterface::getPersonalRecipient in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/contact/src/MessageInterface.php \Drupal\contact\MessageInterface::getPersonalRecipient()

Returns the user this message is being sent to.

Return value

\Drupal\user\UserInterface The user entity of the recipient, NULL if this is not a personal message.

1 method overrides MessageInterface::getPersonalRecipient()
Message::getPersonalRecipient in core/modules/contact/src/Entity/Message.php
Returns the user this message is being sent to.

File

core/modules/contact/src/MessageInterface.php, line 114

Class

MessageInterface
Provides an interface defining a contact message entity.

Namespace

Drupal\contact

Code

public function getPersonalRecipient();