public function MappingInterface::getGathercontentTemplateId in GatherContent 8.3
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getGathercontentTemplateId()
- 8.4 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getGathercontentTemplateId()
Getter for GatherContent template ID property.
Return value
int GatherContent template ID.
1 method overrides MappingInterface::getGathercontentTemplateId()
- Mapping::getGathercontentTemplateId in src/
Entity/ Mapping.php - Getter for GatherContent template ID property.
File
- src/
Entity/ MappingInterface.php, line 34
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function getGathercontentTemplateId();