public function Mapping::getContentTypeName in GatherContent 8.3
Same name and namespace in other branches
- 8.5 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getContentTypeName()
- 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getContentTypeName()
Getter for content type human name.
Return value
string Content type human name.
Overrides MappingInterface::getContentTypeName
File
- src/
Entity/ Mapping.php, line 197
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getContentTypeName() {
return $this
->get('content_type_name');
}