You are here

public function MessageInterface::__toString in Message 8

Convert message contents to a string.

Return value

string The message contents.

1 method overrides MessageInterface::__toString()
Message::__toString in src/Entity/Message.php
Convert message contents to a string.

File

src/MessageInterface.php, line 136

Class

MessageInterface
Provides an interface defining a Message entity.

Namespace

Drupal\message

Code

public function __toString();