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