public function MappedObjectInterface::getMapping in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getMapping()
- 8.3 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getMapping()
Get the attached mapping entity.
Return value
SalesforceMappingInterface The mapping entity.
1 method overrides MappedObjectInterface::getMapping()
- MappedObject::getMapping in modules/
salesforce_mapping/ src/ Entity/ MappedObject.php - Get the attached mapping entity.
File
- modules/
salesforce_mapping/ src/ Entity/ MappedObjectInterface.php, line 23
Class
- MappedObjectInterface
- Mapped Object interface.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getMapping();