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