You are here

public function GathercontentMapping::setContentType in GatherContent 8

Parameters

string $content_type:

File

src/Entity/GathercontentMapping.php, line 241

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setContentType($content_type) {
  $this->content_type = $content_type;
}