You are here

public function PartyDataBase::getParty in Party 8.2

Method to return the party object

File

lib/Drupal/party/Plugin/PartyDataBase.php, line 98
Contains \Drupal\party\Plugin\PartyDataBase.

Class

PartyDataBase
Class PartyDataBase

Namespace

Drupal\party\Plugin

Code

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