You are here

class PartyUser in Party 8.2

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

Hierarchy

  • class \Drupal\party\PartyUser extends \Drupal\party\User

Expanded class hierarchy of PartyUser

File

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

Namespace

Drupal\party
View source
class PartyUser extends User {

  /**
   * The party representing this user.
   *
   * @Party $party
   */
  public $party;

}

Members

Namesort descending Modifiers Type Description Overrides
PartyUser::$party public property The party representing this user.