ContactForm::getReply

public 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 160

Class

ContactForm
Defines the contact form entity.

Namespace

Drupal\contact\Entity

Code

1
2
3
public function getReply() {
  return $this->reply;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.