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\EntityCode
public function setData($data) {
$this->data = $data;
}