function ContactForm::getMessage
Same name in other branches
- 9 core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::getMessage()
- 10 core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::getMessage()
- 11.x core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::getMessage()
Overrides ContactFormInterface::getMessage
File
-
core/
modules/ contact/ src/ Entity/ ContactForm.php, line 109
Class
- ContactForm
- Defines the contact form entity.
Namespace
Drupal\contact\EntityCode
public function getMessage() {
return $this->message;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.