public function Mapping::getGathercontentProjectId in GatherContent 8.5
Same name and namespace in other branches
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentProjectId()
- 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\EntityCode
public function getGathercontentProjectId() {
return $this
->get('gathercontent_project_id');
}