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