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