public function Mapping::getGathercontentTemplateId in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentTemplateId()
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentTemplateId()
Getter for GatherContent template ID property.
Return value
int GatherContent template ID.
Overrides MappingInterface::getGathercontentTemplateId
File
- src/
Entity/ Mapping.php, line 95
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getGathercontentTemplateId() {
return $this
->get('gathercontent_template_id');
}