public function FlagMapping::getUuid in Flags 8
Gets uuid.
Return value
string
File
- src/
Entity/ FlagMapping.php, line 87
Class
- FlagMapping
- Defines the flag mapping entity.
Namespace
Drupal\flags\EntityCode
public function getUuid() {
return $this->uuid;
}