You are here

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\Entity

Code

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