You are here

public function Mapping::getGathercontentTemplateId in GatherContent 8.5

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

Getter for GatherContent template ID property.

Return value

int GatherContent template ID.

Overrides MappingInterface::getGathercontentTemplateId

File

src/Entity/Mapping.php, line 121

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getGathercontentTemplateId() {
  return $this
    ->get('gathercontent_template_id');
}