You are here

public function OrganizationType::id in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_contact/src/Entity/OrganizationType.php \Drupal\crm_core_contact\Entity\OrganizationType::id()
  2. 8.2 modules/crm_core_contact/src/Entity/OrganizationType.php \Drupal\crm_core_contact\Entity\OrganizationType::id()

Gets the identifier.

Return value

string|int|null The entity identifier, or NULL if the object does not yet have an identifier.

Overrides EntityBase::id

File

modules/crm_core_contact/src/Entity/OrganizationType.php, line 102

Class

OrganizationType
CRM Organization Type Entity Class.

Namespace

Drupal\crm_core_contact\Entity

Code

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