You are here

public function ContactFormInterface::getReply in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 31
Contains \Drupal\contact\ContactFormInterface.

Class

ContactFormInterface
Provides an interface defining a contact form entity.

Namespace

Drupal\contact

Code

public function getReply();