public function SyncIntent::getUuid in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::getUuid()
- 2.0.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::getUuid()
See also
SyncIntent::$uuid
File
- src/
SyncIntent.php, line 327
Class
- SyncIntent
- Class SyncIntent.
Namespace
Drupal\cms_content_syncCode
public function getUuid() {
return $this->uuid;
}