namespace Drupal\user

Classsort descending Location Description
AccountFormController drupal/core/modules/user/lib/Drupal/user/AccountFormController.php Form controller for the user account forms.
AccountSettingsForm drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php Configure user settings for this site.
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.
RoleAccessController drupal/core/modules/user/lib/Drupal/user/RoleAccessController.php Defines the access controller for the user_role entity type.
RoleFormController drupal/core/modules/user/lib/Drupal/user/RoleFormController.php Form controller for the role entity edit forms.
RoleInterface drupal/core/modules/user/lib/Drupal/user/RoleInterface.php Provides an interface defining a user role entity.
RoleListController drupal/core/modules/user/lib/Drupal/user/RoleListController.php Provides a listing of user roles.
RoleStorageController drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php Controller class for user roles.
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.
UserAccessController drupal/core/modules/user/lib/Drupal/user/UserAccessController.php Defines the access controller for the user entity type.
UserAutocomplete drupal/core/modules/user/lib/Drupal/user/UserAutocomplete.php Defines a helper class to get user autocompletion results.
UserBCDecorator drupal/core/modules/user/lib/Drupal/user/UserBCDecorator.php Defines the user specific entity BC decorator.
UserConfigContext drupal/core/modules/user/lib/Drupal/user/UserConfigContext.php Defines a configuration context object for a user account.
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.
UserInterface drupal/core/modules/user/lib/Drupal/user/UserInterface.php Provides an interface defining a user entity.
UserStorageController drupal/core/modules/user/lib/Drupal/user/UserStorageController.php Controller class for users.