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