You are here

public function Party::id in Party 8.2

Implements Drupal\Core\Entity\EntityInterface::id()

Overrides EntityBase::id

File

lib/Drupal/party/Plugin/Core/Entity/Party.php, line 82
Definition of Drupal\party\Plugin\Core\Entity\Party.

Class

Party
Defines the Party class to extend users to work as an anonymous user API.

Namespace

Drupal\party\Plugin\Core\Entity

Code

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