public function MappingInterface::setContentTypeName in GatherContent 8.3
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::setContentTypeName()
- 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 74
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function setContentTypeName($content_type_name);