You are here

public function MappingInterface::setContentTypeName in GatherContent 8.5

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

Setter for content type human name.

Parameters

string $content_type_name: Content type human name.

1 method overrides MappingInterface::setContentTypeName()
Mapping::setContentTypeName in src/Entity/Mapping.php
Set the content type name.

File

src/Entity/MappingInterface.php, line 90

Class

MappingInterface
Provides an interface for defining GatherContent Mapping entities.

Namespace

Drupal\gathercontent\Entity

Code

public function setContentTypeName($content_type_name);