You are here

public function GathercontentMapping::setContentTypeName in GatherContent 8

Parameters

string $content_type_name:

File

src/Entity/GathercontentMapping.php, line 248

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setContentTypeName($content_type_name) {
  $this->content_type_name = $content_type_name;
}