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