You are here

public function GathercontentMapping::getGathercontentProjectId in GatherContent 8

Return value

int

Overrides GathercontentMappingInterface::getGathercontentProjectId

File

src/Entity/GathercontentMapping.php, line 116

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getGathercontentProjectId() {
  return $this
    ->get('gathercontent_project_id');
}