public function GathercontentMapping::setGathercontentProjectId in GatherContent 8
Parameters
int $gathercontent_project_id:
File
- src/
Entity/ GathercontentMapping.php, line 213
Class
- GathercontentMapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function setGathercontentProjectId($gathercontent_project_id) {
$this->gathercontent_project_id = $gathercontent_project_id;
}