public function GathercontentMapping::getContentType in GatherContent 8
Return value
string
Overrides GathercontentMappingInterface::getContentType
File
- src/
Entity/ GathercontentMapping.php, line 137
Class
- GathercontentMapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getContentType() {
return $this
->get('content_type');
}