public 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.
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();
Please login to continue.