public function PartyDefaultDataSet::getParty in Party 7
Same name and namespace in other branches
- 8.2 includes/party.data.inc \PartyDefaultDataSet::getParty()
Method to return the party object
File
- includes/
party.data.inc, line 276 - Provides the default class for managing party - Attached entity relationships.
Class
- PartyDefaultDataSet
- Class PartyDefaultDataSet
Code
public function getParty() {
return $this->party;
}