public function MappingInterface::getData in GatherContent 8.4
Same name and namespace in other branches
- 8.5 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getData()
- 8.3 src/Entity/MappingInterface.php \Drupal\gathercontent\Entity\MappingInterface::getData()
Getter for mapping data.
Return value
string Serialized object of mapping.
1 method overrides MappingInterface::getData()
- Mapping::getData in src/
Entity/ Mapping.php - Getter for mapping data.
File
- src/
Entity/ MappingInterface.php, line 98
Class
- MappingInterface
- Provides an interface for defining GatherContent Mapping entities.
Namespace
Drupal\gathercontent\EntityCode
public function getData();