public function FlagMapping::getSource in Flags 8
Gets source of the mapping.
Return value
string
File
- src/
Entity/ FlagMapping.php, line 65
Class
- FlagMapping
- Defines the flag mapping entity.
Namespace
Drupal\flags\EntityCode
public function getSource() {
return $this->source;
}