You are here

public function Mapping::setContentTypeName in GatherContent 8.5

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

Set the content type name.

Overrides MappingInterface::setContentTypeName

File

src/Entity/Mapping.php, line 226

Class

Mapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

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