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