You are here

protected function CivicrmEntity::defaultLabel in CiviCRM Entity 7.2

Same name and namespace in other branches
  1. 7 civicrm_entity.inc \CivicrmEntity::defaultLabel()

Please document this function.

Overrides Entity::defaultLabel

File

./civicrm_entity.inc, line 32

Class

CivicrmEntity
@TODO Document this class.

Code

protected function defaultLabel() {
  return $this->title;
}