public function Mapping::getData in GatherContent 8.3
Same name and namespace in other branches
- 8.5 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getData()
- 8.4 src/Entity/Mapping.php \Drupal\gathercontent\Entity\Mapping::getData()
Getter for mapping data.
Return value
string Serialized object of mapping.
Overrides MappingInterface::getData
File
- src/
Entity/ Mapping.php, line 271
Class
- Mapping
- Defines the GatherContent Mapping entity.
Namespace
Drupal\gathercontent\EntityCode
public function getData() {
return $this
->get('data');
}