public function GathercontentMapping::setGathercontentTemplate in GatherContent 8
Parameters
string $gathercontent_template:
File
- src/
Entity/ GathercontentMapping.php, line 234
Class
- GathercontentMapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function setGathercontentTemplate($gathercontent_template) {
$this->gathercontent_template = $gathercontent_template;
}