public function MappingInterface::getContentTypeName in GatherContent 8.5
Same name and namespace in other branches
- 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getContentTypeName()
- 8.4 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getContentTypeName()
Getter for content type human name.
Return value
string Content type human name.
1 method overrides MappingInterface::getContentTypeName()
- Mapping::getContentTypeName in src/
Entity/ Mapping.php - Getter for content type human name.
File
- src/
Entity/ MappingInterface.php, line 82
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function getContentTypeName();