| UserSession::isAnonymous |
function |
core/lib/Drupal/Core/Session/UserSession.php |
Returns TRUE if the account is anonymous. |
| UserSession::isAuthenticated |
function |
core/lib/Drupal/Core/Session/UserSession.php |
Returns TRUE if the account is authenticated. |
| UserSession::__construct |
function |
core/lib/Drupal/Core/Session/UserSession.php |
Constructs a new user session. |
| UserSessionRepository |
class |
core/lib/Drupal/Core/Session/UserSessionRepository.php |
Provides the default user session repository. |
| UserSessionRepository.php |
file |
core/lib/Drupal/Core/Session/UserSessionRepository.php |
|
| UserSessionRepository::deleteAll |
function |
core/lib/Drupal/Core/Session/UserSessionRepository.php |
|
| UserSessionRepository::__construct |
function |
core/lib/Drupal/Core/Session/UserSessionRepository.php |
|
| UserSessionRepositoryInterface |
interface |
core/lib/Drupal/Core/Session/UserSessionRepositoryInterface.php |
Provides an interface for the user session repository. |
| UserSessionRepositoryInterface.php |
file |
core/lib/Drupal/Core/Session/UserSessionRepositoryInterface.php |
|
| UserSessionRepositoryInterface::deleteAll |
function |
core/lib/Drupal/Core/Session/UserSessionRepositoryInterface.php |
Delete all session records of the given user. |
| UserSessionTest |
class |
core/tests/Drupal/Tests/Core/Session/UserSessionTest.php |
Tests Drupal\Core\Session\UserSession. |
| UserSessionTest.php |
file |
core/tests/Drupal/Tests/Core/Session/UserSessionTest.php |
|
| UserSessionTest::createUserSession |
function |
core/tests/Drupal/Tests/Core/Session/UserSessionTest.php |
Setups a user session for the test. |
| UserSessionTest::testHasPermission |
function |
core/tests/Drupal/Tests/Core/Session/UserSessionTest.php |
Tests the has permission method. |
| UserSessionTest::testHasRole |
function |
core/tests/Drupal/Tests/Core/Session/UserSessionTest.php |
Tests the hasRole method. |
| UserSessionTest::testUserGetRoles |
function |
core/tests/Drupal/Tests/Core/Session/UserSessionTest.php |
Tests the method getRoles exclude or include locked roles based in param. |
| UserStorage |
class |
core/modules/user/src/UserStorage.php |
Controller class for users. |
| UserStorage.php |
file |
core/modules/user/src/UserStorage.php |
|
| UserStorage::deleteRoleReferences |
function |
core/modules/user/src/UserStorage.php |
Delete role references. |
| UserStorage::doSaveFieldItems |
function |
core/modules/user/src/UserStorage.php |
Writes entity field values to the storage. |
| UserStorage::updateLastAccessTimestamp |
function |
core/modules/user/src/UserStorage.php |
Update the last access timestamp of the user. |
| UserStorage::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorage.php |
Update the last login timestamp of the user. |
| UserStorageInterface |
interface |
core/modules/user/src/UserStorageInterface.php |
Defines an interface for user entity storage classes. |
| UserStorageInterface.php |
file |
core/modules/user/src/UserStorageInterface.php |
|
| UserStorageInterface::deleteRoleReferences |
function |
core/modules/user/src/UserStorageInterface.php |
Delete role references. |
| UserStorageInterface::updateLastAccessTimestamp |
function |
core/modules/user/src/UserStorageInterface.php |
Update the last access timestamp of the user. |
| UserStorageInterface::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorageInterface.php |
Update the last login timestamp of the user. |
| UserStorageSchema |
class |
core/modules/user/src/UserStorageSchema.php |
Defines the user schema handler. |
| UserStorageSchema.php |
file |
core/modules/user/src/UserStorageSchema.php |
|
| UserStorageSchema::getEntitySchema |
function |
core/modules/user/src/UserStorageSchema.php |
Gets the entity schema for the specified entity type. |
| UserStorageSchema::getSharedTableFieldSchema |
function |
core/modules/user/src/UserStorageSchema.php |
Gets the schema for a single field definition. |
| UserSubAdminTest |
class |
core/modules/user/tests/src/Functional/UserSubAdminTest.php |
Test 'sub-admin' account with permission to edit some users but without 'administer users' permission. |
| UserSubAdminTest.php |
file |
core/modules/user/tests/src/Functional/UserSubAdminTest.php |
|
| UserSubAdminTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserSubAdminTest.php |
The theme to install as the default for testing. |
| UserSubAdminTest::$modules |
property |
core/modules/user/tests/src/Functional/UserSubAdminTest.php |
Modules to install. |
| UserSubAdminTest::testSubAdmin |
function |
core/modules/user/tests/src/Functional/UserSubAdminTest.php |
Tests create and cancel forms as 'sub-admin'. |
| UserTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php |
Tests the d6_user source plugin. |
| UserTest |
class |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php |
Tests the d7_user source plugin. |
| UserTest |
class |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
JSON:API integration test for the "User" content entity type. |
| UserTest |
class |
core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php |
Tests Drupal\user\Entity\User. |
| UserTest.php |
file |
core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php |
|
| UserTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php |
|
| UserTest.php |
file |
core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php |
|
| UserTest.php |
file |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
|
| UserTest::$anonymousUsersCanViewLabels |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Whether anonymous users can view labels of this resource type. |
| UserTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The theme to install as the default for testing. |
| UserTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
|
| UserTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The tested entity type. |
| UserTest::$firstCreatedEntityId |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
The entity ID for the first created entity in testPost(). |
| UserTest::$labelFieldName |
property |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Specify which field is the 'label' field for testing a POST edge case. |