public function Mapping::setGathercontentProject in GatherContent 8.5
Same name and namespace in other branches
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentProject()
- 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentProject()
Set the project name used in GatherContent.
Parameters
string $gathercontent_project: The name of the project.
File
- src/
Entity/ Mapping.php, line 165
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function setGathercontentProject($gathercontent_project) {
$this->gathercontent_project = $gathercontent_project;
}