You are here

protected function Party::defaultLabel in Party 8.2

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

Return the default label for this party object.

Return value

string Human readable label for the party object.

File

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

Class

Party
The class used for party entities.

Code

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