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