public function MappingInterface::getGathercontentProjectId in GatherContent 8.3
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getGathercontentProjectId()
- 8.4 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\EntityCode
public function getGathercontentProjectId();