You are here

public function MessageInterface::copySender in Drupal 8

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

Returns TRUE if a copy should be sent to the sender.

Return value

bool TRUE if a copy should be sent, FALSE if not.

1 method overrides MessageInterface::copySender()
Message::copySender in core/modules/contact/src/Entity/Message.php
Returns TRUE if a copy should be sent to the sender.

File

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

Class

MessageInterface
Provides an interface defining a contact message entity.

Namespace

Drupal\contact

Code

public function copySender();