You are here

public function IndividualType::getDescription in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_contact/src/Entity/IndividualType.php \Drupal\crm_core_contact\Entity\IndividualType::getDescription()
  2. 8.2 modules/crm_core_contact/src/Entity/IndividualType.php \Drupal\crm_core_contact\Entity\IndividualType::getDescription()

Gets the entity description.

Return value

string The entity description.

Overrides EntityDescriptionInterface::getDescription

File

modules/crm_core_contact/src/Entity/IndividualType.php, line 132

Class

IndividualType
CRM Individual Type Entity Class.

Namespace

Drupal\crm_core_contact\Entity

Code

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