You are here

public function EntityNotFoundException::getEntityProperties in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 src/EntityNotFoundException.php \Drupal\salesforce\EntityNotFoundException::getEntityProperties()
  2. 5.0.x 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\salesforce

Code

public function getEntityProperties() {
  return $this->entityProperties;
}