You are here

public function QueuedEmail::getUuid in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/QueuedEmail.php \Drupal\workbench_email\QueuedEmail::getUuid()

Gets value of uuid.

Return value

string Value of uuid

File

src/QueuedEmail.php, line 63

Class

QueuedEmail
A value object for queued email.

Namespace

Drupal\workbench_email

Code

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