function Message::isPersonal

Same name and namespace in other branches
  1. 9 core/modules/contact/src/Entity/Message.php \Drupal\contact\Entity\Message::isPersonal()
  2. 10 core/modules/contact/src/Entity/Message.php \Drupal\contact\Entity\Message::isPersonal()
  3. 11.x core/modules/contact/src/Entity/Message.php \Drupal\contact\Entity\Message::isPersonal()

Overrides MessageInterface::isPersonal

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

File

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

Class

Message
Defines the contact message entity.

Namespace

Drupal\contact\Entity

Code

public function isPersonal() {
    return $this->bundle() == 'personal';
}

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