You are here

public function MessageInterface::getContactForm in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/contact/src/MessageInterface.php \Drupal\contact\MessageInterface::getContactForm()

Returns the form this contact message belongs to.

Return value

\Drupal\contact\ContactFormInterface The contact form entity.

1 method overrides MessageInterface::getContactForm()
Message::getContactForm in core/modules/contact/src/Entity/Message.php
Returns the form this contact message belongs to.

File

core/modules/contact/src/MessageInterface.php, line 23
Contains \Drupal\contact\MessageInterface.

Class

MessageInterface
Provides an interface defining a contact message entity.

Namespace

Drupal\contact

Code

public function getContactForm();