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