You are here

public function MappingInterface::getGathercontentProjectId in GatherContent 8.4

Same name and namespace in other branches
  1. 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getGathercontentProjectId()
  2. 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getGathercontentProjectId()

Getter for GatherContent project ID property.

Return value

int GatherContent project ID.

1 method overrides MappingInterface::getGathercontentProjectId()
Mapping::getGathercontentProjectId in src/Entity/Mapping.php
Getter for GatherContent project ID property.

File

src/Entity/MappingInterface.php, line 18

Class

MappingInterface
Provides an interface for defining GatherContent Mapping entities.

Namespace

Drupal\gathercontent\Entity

Code

public function getGathercontentProjectId();