You are here

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

Code

public function getSource() {
  return $this->source;
}