public function MappingInterface::getFormattedEntityType in GatherContent 8.5
Formatter for entity type property.
Return value
string If not empty return human name for entity type, else return None string.
1 method overrides MappingInterface::getFormattedEntityType()
- Mapping::getFormattedEntityType in src/
Entity/ Mapping.php - Formatter for entity type property.
File
- src/
Entity/ MappingInterface.php, line 154
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function getFormattedEntityType();