namespace Drupal\user

Classsort descending Location Description
AccountFormController drupal/core/modules/user/lib/Drupal/user/AccountFormController.php Form controller for the user account forms.
ProfileFormController drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php Form controller for the profile forms.
ProfileTranslationController drupal/core/modules/user/lib/Drupal/user/ProfileTranslationController.php Defines the translation controller class for terms.
RegisterFormController drupal/core/modules/user/lib/Drupal/user/RegisterFormController.php Form controller for the user register forms.
TempStore drupal/core/modules/user/lib/Drupal/user/TempStore.php Stores and retrieves temporary data for a given owner.
TempStoreException drupal/core/modules/user/lib/Drupal/user/TempStoreException.php Defines the exception thrown if the TempStore cannot acquire a lock.
TempStoreFactory drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php Creates a key/value storage object for the current user or anonymous session.
UserBundle drupal/core/modules/user/lib/Drupal/user/UserBundle.php User dependency injection container.
UserData drupal/core/modules/user/lib/Drupal/user/UserData.php Defines the user data service.
UserDataInterface drupal/core/modules/user/lib/Drupal/user/UserDataInterface.php Defines the user data service interface.
UserRenderController drupal/core/modules/user/lib/Drupal/user/UserRenderController.php Render controller for users.
UserRouteController drupal/core/modules/user/lib/Drupal/user/UserRouteController.php Returns responses for User module routes.
UserStorageController drupal/core/modules/user/lib/Drupal/user/UserStorageController.php Controller class for users.