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