public function MappedObjectInterface::push 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::push()
- 5.0.x modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::push()
Push data to Salesforce.
Return value
mixed SFID or NULL depending on result from SF.
1 method overrides MappedObjectInterface::push()
- MappedObject::push in modules/
salesforce_mapping/ src/ Entity/ MappedObject.php - Push data to Salesforce.
File
- modules/
salesforce_mapping/ src/ Entity/ MappedObjectInterface.php, line 118
Class
- MappedObjectInterface
- Mapped Object interface.
Namespace
Drupal\salesforce_mapping\EntityCode
public function push();