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