You are here

public function EntityNotFoundException::getEntityProperties in Salesforce Suite 5.0.x

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

Code

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