function ContactForm::getReply
Returns an auto-reply message to send to the message author.
Return value
string An auto-reply message
Overrides ContactFormInterface::getReply
File
- 
              core/
modules/ contact/ src/ Entity/ ContactForm.php, line 179  
Class
- ContactForm
 - Defines the contact form entity.
 
Namespace
Drupal\contact\EntityCode
public function getReply() {
  return $this->reply;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.