You are here

public function SObject::id in Salesforce Suite 5.0.x

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

SFID Getter.

Return value

\Drupal\salesforce\SFID The record id.

File

src/SObject.php, line 95

Class

SObject
Class SObject.

Namespace

Drupal\salesforce

Code

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