You are here

public function GathercontentMapping::getTemplate in GatherContent 8

Return value

mixed

Overrides GathercontentMappingInterface::getTemplate

File

src/Entity/GathercontentMapping.php, line 192

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getTemplate() {
  return $this
    ->get('template');
}