You are here

class PartyUserStorageController in Party 8.2

Controller class for parties.

This extends the Drupal\user\UserStorageController class and is used to handler database interactions as we intercept connections to the user table.

Hierarchy

Expanded class hierarchy of PartyUserStorageController

File

lib/Drupal/party/PartyUserStorageController.php, line 21
Definition of Drupal\party\PartyStorageController.

Namespace

Drupal\party
View source
class PartyUserStorageController extends UserStorageController {

}

Members