You are here

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

Same name and namespace in other branches
  1. 8.4 src/EntityNotFoundException.php \Drupal\salesforce\EntityNotFoundException::getEntityTypeId()
  2. 8.3 src/EntityNotFoundException.php \Drupal\salesforce\EntityNotFoundException::getEntityTypeId()

Getter.

Return value

string The entityTypeId.

File

src/EntityNotFoundException.php, line 67

Class

EntityNotFoundException
EntityNotFoundException extends Drupal\salesforce\Exception.

Namespace

Drupal\salesforce

Code

public function getEntityTypeId() {
  return $this->entityTypeId;
}