public function EntityNotFoundException::getEntityTypeId in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/EntityNotFoundException.php \Drupal\salesforce\EntityNotFoundException::getEntityTypeId()
- 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\salesforceCode
public function getEntityTypeId() {
return $this->entityTypeId;
}