public function GathercontentMapping::getGathercontentTemplateId in GatherContent 8
Return value
int
Overrides GathercontentMappingInterface::getGathercontentTemplateId
File
- src/
Entity/ GathercontentMapping.php, line 185
Class
- GathercontentMapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getGathercontentTemplateId() {
return $this
->get('gathercontent_template_id');
}