You are here

public function Mapping::setGathercontentTemplate in GatherContent 8.5

Same name and namespace in other branches
  1. 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentTemplate()
  2. 8.4 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 182

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setGathercontentTemplate($gathercontent_template) {
  $this->gathercontent_template = $gathercontent_template;
}