You are here

public function ContactFormInterface::getReply in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getReply()
  2. 10 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getReply()

Returns an auto-reply message to send to the message author.

Return value

string An auto-reply message

1 method overrides ContactFormInterface::getReply()
ContactForm::getReply in core/modules/contact/src/Entity/ContactForm.php
Returns an auto-reply message to send to the message author.

File

core/modules/contact/src/ContactFormInterface.php, line 52

Class

ContactFormInterface
Provides an interface defining a contact form entity.

Namespace

Drupal\contact

Code

public function getReply();