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