function Message::isPersonal

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

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.