public function MappedObject::getDrupalEntityStub in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 modules/salesforce_mapping/src/Entity/MappedObject.php \Drupal\salesforce_mapping\Entity\MappedObject::getDrupalEntityStub()
- 5.0.x modules/salesforce_mapping/src/Entity/MappedObject.php \Drupal\salesforce_mapping\Entity\MappedObject::getDrupalEntityStub()
Wrapper for drupalEntityStub.
Return value
\Drupal\Core\Entity\FieldableEntityInterface The mapped entity.
Overrides MappedObjectInterface::getDrupalEntityStub
1 call to MappedObject::getDrupalEntityStub()
- MappedObject::pull in modules/
salesforce_mapping/ src/ Entity/ MappedObject.php - Pull the mapped SF object data from Salesforce.
File
- modules/
salesforce_mapping/ src/ Entity/ MappedObject.php, line 484
Class
- MappedObject
- Defines a Salesforce Mapped Object entity class.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getDrupalEntityStub() {
return $this->drupalEntityStub;
}