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\webhooksCode
public function getUuid() {
return $this->uuid;
}