You are here

public function Mapping::setGathercontentProjectId in GatherContent 8.5

Same name and namespace in other branches
  1. 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentProjectId()
  2. 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setGathercontentProjectId()

Set the project id used in GatherContent.

Parameters

int $gathercontent_project_id: The project id.

File

src/Entity/Mapping.php, line 148

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setGathercontentProjectId($gathercontent_project_id) {
  $this->gathercontent_project_id = $gathercontent_project_id;
}