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