protected function CivicrmEntity::defaultLabel in CiviCRM Entity 7
Same name and namespace in other branches
- 7.2 civicrm_entity.inc \CivicrmEntity::defaultLabel()
Please document this function.
Overrides Entity::defaultLabel
File
- ./
civicrm_entity.inc, line 30
Class
- CivicrmEntity
- @TODO Document this class.
Code
protected function defaultLabel() {
return $this->title;
}