public function Mapping::setContentTypeName in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setContentTypeName()
- 8.3 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::setContentTypeName()
Set the content type name.
Overrides MappingInterface::setContentTypeName
File
- src/
Entity/ Mapping.php, line 186
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function setContentTypeName($content_type_name) {
$this->content_type_name = $content_type_name;
}