public function GathercontentMapping::getTemplate in GatherContent 8
Return value
mixed
Overrides GathercontentMappingInterface::getTemplate
File
- src/
Entity/ GathercontentMapping.php, line 192
Class
- GathercontentMapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getTemplate() {
return $this
->get('template');
}