Search for user
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
User | class | core/ |
Defines the user entity class. |
User | class | core/ |
Validate whether an argument is a valid user. |
User | class | core/ |
Default argument plugin to extract a user from request. |
User | class | core/ |
Drupal 6 user source from database. |
User | class | core/ |
Drupal 7 user source from database. |
User | class | core/ |
Plugin class for Drupal 7 user migrations dealing with fields and profiles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UserSelection::__construct | function | core/ |
Constructs a new UserSelection object. |
UserSession | class | core/ |
An implementation of the user account interface for the global user. |
UserSession.php | file | core/ |
|
UserSession::$access | property | core/ |
The Unix timestamp when the user last accessed the site. |
UserSession::$mail | property | core/ |
The email address of this account. |
UserSession::$name | property | core/ |
The name of this account. |
UserSession::$preferred_admin_langcode | property | core/ |
|
UserSession::$preferred_langcode | property | core/ |
|
UserSession::$roles | property | core/ |
List of the roles this user has. |
UserSession::$timezone | property | core/ |
The timezone of this account. |
UserSession::$uid | property | core/ |
User ID. |
UserSession::getAccountName | function | core/ |
|
UserSession::getDisplayName | function | core/ |
|
UserSession::getEmail | function | core/ |
|
UserSession::getLastAccessedTime | function | core/ |
|
UserSession::getPreferredAdminLangcode | function | core/ |
|
UserSession::getPreferredLangcode | function | core/ |
|
UserSession::getRoles | function | core/ |
|
UserSession::getRoleStorage | function | core/ |
Returns the role storage object. |
UserSession::getTimeZone | function | core/ |
|
UserSession::hasPermission | function | core/ |
|
UserSession::hasRole | function | core/ |
Whether a user has a certain role. |
UserSession::id | function | core/ |
|
UserSession::isAnonymous | function | core/ |
|
UserSession::isAuthenticated | function | core/ |
|
UserSession::__construct | function | core/ |
Constructs a new user session. |
UserSessionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Session\UserSession @group Session |
UserSessionTest.php | file | core/ |
|
UserSessionTest::createUserSession | function | core/ |
Setups a user session for the test. |
UserSessionTest::testHasPermission | function | core/ |
Tests the has permission method. |
UserSessionTest::testHasPermissionLegacy | function | core/ |
Tests deprecation when permission is not a string. |
UserSessionTest::testHasRole | function | core/ |
Tests the hasRole method. |
UserSessionTest::testUserGetRoles | function | core/ |
Tests the method getRoles exclude or include locked roles based in param. |
UserStorage | class | core/ |
Controller class for users. |
UserStorage.php | file | core/ |
|
UserStorage::deleteRoleReferences | function | core/ |
Delete role references. |
UserStorage::doSaveFieldItems | function | core/ |
Writes entity field values to the storage. |
UserStorage::updateLastAccessTimestamp | function | core/ |
Update the last access timestamp of the user. |
UserStorage::updateLastLoginTimestamp | function | core/ |
Update the last login timestamp of the user. |
UserStorageInterface | interface | core/ |
Defines an interface for user entity storage classes. |
UserStorageInterface.php | file | core/ |
|
UserStorageInterface::deleteRoleReferences | function | core/ |
Delete role references. |
UserStorageInterface::updateLastAccessTimestamp | function | core/ |
Update the last access timestamp of the user. |
UserStorageInterface::updateLastLoginTimestamp | function | core/ |
Update the last login timestamp of the user. |
UserStorageSchema | class | core/ |
Defines the user schema handler. |
UserStorageSchema.php | file | core/ |
|
UserStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
UserStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
UserSubAdminTest | class | core/ |
Test 'sub-admin' account with permission to edit some users but without 'administer users' permission. |
UserSubAdminTest.php | file | core/ |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.