You are here

public function MessageInterface::isPersonal in Zircon Profile 8.0

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

Returns 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 core/modules/contact/src/Entity/Message.php
Returns TRUE if this is the personal contact form.

File

core/modules/contact/src/MessageInterface.php, line 111
Contains \Drupal\contact\MessageInterface.

Class

MessageInterface
Provides an interface defining a contact message entity.

Namespace

Drupal\contact

Code

public function isPersonal();