You are here

public function GathercontentMapping::setData in GatherContent 8

Parameters

string $data:

File

src/Entity/GathercontentMapping.php, line 262

Class

GathercontentMapping
Defines the GatherContent Mapping entity.

Namespace

Drupal\gathercontent\Entity

Code

public function setData($data) {
  $this->data = $data;
}