Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserSelection::buildConfigurationForm | function | core/ |
|
| UserSelection::buildEntityQuery | function | core/ |
|
| UserSelection::createNewEntity | function | core/ |
|
| UserSelection::defaultConfiguration | function | core/ |
|
| UserSelection::entityQueryAlter | function | core/ |
|
| UserSelection::validateReferenceableNewEntities | function | core/ |
|
| 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/ |
The preferred administrative language code of the account. |
| UserSession::$preferred_langcode | property | core/ |
The preferred language code of the account. |
| 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. |
| UserSessionRepository | class | core/ |
Provides the default user session repository. |
| UserSessionRepository.php | file | core/ |
|
| UserSessionRepository::deleteAll | function | core/ |
|
| UserSessionRepository::__construct | function | core/ |
|
| UserSessionRepositoryInterface | interface | core/ |
Provides an interface for the user session repository. |
| UserSessionRepositoryInterface.php | file | core/ |
|
| UserSessionRepositoryInterface::deleteAll | function | core/ |
Delete all session records of the given user. |
| UserSessionTest | class | core/ |
Tests Drupal\Core\Session\UserSession. |
| UserSessionTest.php | file | core/ |
|
| UserSessionTest::createUserSession | function | core/ |
Setups a user session for the test. |
| UserSessionTest::testGetLastAccessedTime | function | core/ |
Tests that ::getLastAccessedTime() returns an integer. |
| UserSessionTest::testHasPermission | function | core/ |
Tests the has permission method. |
| 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/ |
|
| UserStorage::doSaveFieldItems | function | core/ |
Pagination
- Previous page
- Page 1758
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.