You are here

public function MailchimpActivityEntity::label in Mailchimp 7.2

Returns the label of the entity.

Modules may alter the label by specifying another 'label callback' using hook_entity_info_alter().

Overrides Entity::label

See also

entity_label()

File

modules/mailchimp_activity/mailchimp_activity.entity.inc, line 21

Class

MailchimpActivityEntity

Code

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