You are here

public function GathercontentMapping::setGathercontentProject in GatherContent 8

Parameters

string $gathercontent_project:

File

src/Entity/GathercontentMapping.php, line 220

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setGathercontentProject($gathercontent_project) {
  $this->gathercontent_project = $gathercontent_project;
}