Message::getContactForm

public Message::getContactForm()

Returns the form this contact message belongs to.

Return value

\Drupal\contact\ContactFormInterface The contact form entity.

Overrides MessageInterface::getContactForm

File

core/modules/contact/src/Entity/Message.php, line 46

Class

Message
Defines the contact message entity.

Namespace

Drupal\contact\Entity

Code

public function getContactForm() {
  return $this->get('contact_form')->entity;
}
doc_Drupal
2016-10-29 09:28:07
Comments
Leave a Comment

Please login to continue.