public function Mapping::setGathercontentTemplate in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentTemplate()
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentTemplate()
Set the template name used in Gathercontent.
Parameters
string $gathercontent_template: The name of the template.
File
- src/
Entity/ Mapping.php, line 156
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function setGathercontentTemplate($gathercontent_template) {
$this->gathercontent_template = $gathercontent_template;
}