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\EntityCode
public function getGathercontentProjectId() {
return $this
->get('gathercontent_project_id');
}