public function QueuedEmail::getUuid in Workbench Email 8
Same name and namespace in other branches
- 2.x 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_emailCode
public function getUuid() {
return $this->uuid;
}