You are here

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

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

Type getter.

Return value

string The object type.

File

src/SObject.php, line 105

Class

SObject
Class SObject.

Namespace

Drupal\salesforce

Code

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