Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Message.php

function Message::copySender

Overrides MessageInterface::copySender

File

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

Class

Message
Defines the contact message entity.

Namespace

Drupal\contact\Entity

Code

public function copySender() {
    return (bool) $this->get('copy')->value;
}
RSS feed
Powered by Drupal