public function Mapping::setGathercontentProjectId in GatherContent 8.5
Same name and namespace in other branches
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentProjectId()
- 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentProjectId()
Set the project id used in GatherContent.
Parameters
int $gathercontent_project_id: The project id.
File
- src/
Entity/ Mapping.php, line 148
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function setGathercontentProjectId($gathercontent_project_id) {
$this->gathercontent_project_id = $gathercontent_project_id;
}