public function MappedObjectInterface::pushDelete 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::pushDelete()
- 5.0.x modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::pushDelete()
Delete the mapped SF object in Salesforce.
Return value
$this
1 method overrides MappedObjectInterface::pushDelete()
- MappedObject::pushDelete in modules/
salesforce_mapping/ src/ Entity/ MappedObject.php - Delete the mapped SF object in Salesforce.
File
- modules/
salesforce_mapping/ src/ Entity/ MappedObjectInterface.php, line 125
Class
- MappedObjectInterface
- Mapped Object interface.
Namespace
Drupal\salesforce_mapping\EntityCode
public function pushDelete();