ContactFormInterface::setMessage

public ContactFormInterface::setMessage($message)

Sets the message to be displayed to the user.

Parameters

string $message: The message to display after form is submitted.

Return value

$this

File

core/modules/contact/src/ContactFormInterface.php, line 70

Class

ContactFormInterface
Provides an interface defining a contact form entity.

Namespace

Drupal\contact

Code

public function setMessage($message);
doc_Drupal
2016-10-29 08:56:29
Comments
Leave a Comment

Please login to continue.