MessageInterface::setCopySender

public MessageInterface::setCopySender($inform)

Sets if the sender should receive a copy of this email or not.

Parameters

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

File

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

Class

MessageInterface
Provides an interface defining a contact message entity.

Namespace

Drupal\contact

Code

public function setCopySender($inform);
doc_Drupal
2016-10-29 09:28:17
Comments
Leave a Comment

Please login to continue.