Message::copySender

public Message::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.

Overrides MessageInterface::copySender

File

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

Class

Message
Defines the contact message entity.

Namespace

Drupal\contact\Entity

Code

public function copySender() {
  return (bool) $this->get('copy')->value;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.