You are here

public function MappingInterface::setData in GatherContent 8.4

Same name and namespace in other branches
  1. 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::setData()
  2. 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::setData()

Setter for mapping data.

Parameters

string $data: Serialized object of mapping.

1 method overrides MappingInterface::setData()
Mapping::setData in src/Entity/Mapping.php
Setter for mapping data.

File

src/Entity/MappingInterface.php, line 106

Class

MappingInterface
Provides an interface for defining GatherContent Mapping entities.

Namespace

Drupal\gathercontent\Entity

Code

public function setData($data);