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\EntityCode
public function getFlag() {
return $this->flag;
}