You are here

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\Entity

Code

public function getData() {
  return $this
    ->get('data');
}