public function Mapping::getGathercontentProject in GatherContent 8.5
Same name and namespace in other branches
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentProject()
- 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentProject()
Getter for GatherContent project property.
Return value
string GatherContent project name.
Overrides MappingInterface::getGathercontentProject
File
- src/
Entity/ Mapping.php, line 155
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getGathercontentProject() {
return $this
->get('gathercontent_project');
}