You are here

public function GathercontentMapping::getGathercontentProject in GatherContent 8

Return value

string

Overrides GathercontentMappingInterface::getGathercontentProject

File

src/Entity/GathercontentMapping.php, line 123

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getGathercontentProject() {
  return $this
    ->get('gathercontent_project');
}