You are here

public function Mapping::getGathercontentProjectId in GatherContent 8.5

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

Getter for GatherContent project ID property.

Return value

int GatherContent project ID.

Overrides MappingInterface::getGathercontentProjectId

File

src/Entity/Mapping.php, line 138

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function getGathercontentProjectId() {
  return $this
    ->get('gathercontent_project_id');
}