public function MappingInterface::getGathercontentProject in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getGathercontentProject()
- 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getGathercontentProject()
Getter for GatherContent project property.
Return value
string GatherContent project name.
1 method overrides MappingInterface::getGathercontentProject()
- Mapping::getGathercontentProject in src/
Entity/ Mapping.php - Getter for GatherContent project property.
File
- src/
Entity/ MappingInterface.php, line 26
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function getGathercontentProject();