public function MessageInterface::isPersonal

Return TRUE if this is the personal contact form.

Return value

bool TRUE if the message bundle is personal.

1 method overrides MessageInterface::isPersonal()
Message::isPersonal in drupal/core/modules/contact/lib/Drupal/contact/Plugin/Core/Entity/Message.php
Return TRUE if this is the personal contact form.

File

drupal/core/modules/contact/lib/Drupal/contact/MessageInterface.php, line 23
Contains \Drupal\contact\Plugin\Core\Entity\MessageInterface.

Class

MessageInterface
Provides an interface defining a contant message entity

Namespace

Drupal\contact

Code

public function isPersonal();