You are here

public function Message::getUuid in Message 8

Return the UUID.

Return value

string Return the UUID.

Overrides MessageInterface::getUuid

File

src/Entity/Message.php, line 136

Class

Message
Defines the Message entity class.

Namespace

Drupal\message\Entity

Code

public function getUuid() {
  return $this
    ->get('uuid')->value;
}