public function EntityNotFoundException::getEntityProperties in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/EntityNotFoundException.php \Drupal\salesforce\EntityNotFoundException::getEntityProperties()
- 8.3 src/EntityNotFoundException.php \Drupal\salesforce\EntityNotFoundException::getEntityProperties()
Getter.
Return value
mixed The entityProperties.
File
- src/
EntityNotFoundException.php, line 57
Class
- EntityNotFoundException
- EntityNotFoundException extends Drupal\salesforce\Exception.
Namespace
Drupal\salesforceCode
public function getEntityProperties() {
return $this->entityProperties;
}