protected function PartyActivity::defaultLabel in Party 8.2
File
- modules/
party_activity/ party_activity.entity.inc, line 15 - Entity and Controller classes for the Party Activity entity
Class
- PartyActivity
- The class used for Party Activity Entities
Code
protected function defaultLabel() {
return $this->title;
}