You are here

public function FlagMapping::getFlag in Flags 8

Gets target flag.

Return value

string

File

src/Entity/FlagMapping.php, line 109

Class

FlagMapping
Defines the flag mapping entity.

Namespace

Drupal\flags\Entity

Code

public function getFlag() {
  return $this->flag;
}