You are here

public function FlagMapping::setUuid in Flags 8

Sets uuid.

Parameters

string $uuid:

Return value

FlagMapping

File

src/Entity/FlagMapping.php, line 98

Class

FlagMapping
Defines the flag mapping entity.

Namespace

Drupal\flags\Entity

Code

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