You are here

public function Mapping::getGathercontentTemplate in GatherContent 8.5

Same name and namespace in other branches
  1. 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentTemplate()
  2. 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentTemplate()

Getter for GatherContent template property.

Return value

string GatherContent template name.

Overrides MappingInterface::getGathercontentTemplate

File

src/Entity/Mapping.php, line 172

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getGathercontentTemplate() {
  return $this
    ->get('gathercontent_template');
}