public ContactFormInterface::setReply($reply)
Sets an auto-reply message to send to the message author.
Parameters
string $reply: The desired reply.
Return value
$this
File
- core/modules/contact/src/ContactFormInterface.php, line 100
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contact
Code
public function setReply($reply);
Please login to continue.