You are here

protected function Party::defaultLabel in Party 7

Same name and namespace in other branches
  1. 8.2 includes/party.entity.inc \Party::defaultLabel()

Return the default label for this party object.

Return value

string Human readable label for the party object.

Overrides Entity::defaultLabel

File

includes/party.entity.inc, line 328
Contains the controller classes for Party entities.

Class

Party
The class used for party entities.

Code

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