public function PushParams::getDrupalEntity in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 modules/salesforce_mapping/src/PushParams.php \Drupal\salesforce_mapping\PushParams::getDrupalEntity()
- 5.0.x modules/salesforce_mapping/src/PushParams.php \Drupal\salesforce_mapping\PushParams::getDrupalEntity()
Getter.
Return value
\Drupal\Core\Entity\FieldableEntityInterface Drupal entity.
File
- modules/
salesforce_mapping/ src/ PushParams.php, line 75
Class
- PushParams
- Wrapper for the array of values which will be pushed to Salesforce.
Namespace
Drupal\salesforce_mappingCode
public function getDrupalEntity() {
return $this->drupalEntity;
}