public MessageInterface::getContactForm()
Returns the form this contact message belongs to.
Return value
\Drupal\contact\ContactFormInterface The contact form entity.
File
- core/modules/contact/src/MessageInterface.php, line 18
Class
- MessageInterface
- Provides an interface defining a contact message entity.
Namespace
Drupal\contact
Code
1 | public function getContactForm(); |
Please login to continue.