You are here

public function Mapping::getGathercontentProject in GatherContent 8.5

Same name and namespace in other branches
  1. 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getGathercontentProject()
  2. 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\Entity

Code

public function getGathercontentProject() {
  return $this
    ->get('gathercontent_project');
}