You are here

public function Webhook::getUuid in Webhooks 8

Get the unique id.

Return value

string the uuid string.

File

src/Webhook.php, line 189

Class

Webhook
Class Webhook .

Namespace

Drupal\webhooks

Code

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