You are here

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\Entity

Code

public function setTemplate($template) {
  $this->template = $template;
}