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 |
---|---|---|---|
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::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/ |
|
UserSubAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserSubAdminTest::$modules | property | core/ |
Modules to install. |
UserSubAdminTest::testSubAdmin | function | core/ |
Tests create and cancel forms as 'sub-admin'. |
UserTest | class | core/ |
Tests the d6_user source plugin. |
UserTest | class | core/ |
Tests the d7_user source plugin. |
UserTest | class | core/ |
JSON:API integration test for the "User" content entity type. |
UserTest | class | core/ |
@coversDefaultClass \Drupal\user\Entity\User @group user |
UserTest.php | file | core/ |
|
UserTest.php | file | core/ |
|
UserTest.php | file | core/ |
|
UserTest.php | file | core/ |
|
UserTest::$anonymousUsersCanViewLabels | property | core/ |
Whether anonymous users can view labels of this resource type. |
UserTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserTest::$entity | property | core/ |
|
UserTest::$entityTypeId | property | core/ |
The tested entity type. |
UserTest::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
UserTest::$labelFieldName | property | core/ |
Specify which field is the 'label' field for testing a POST edge case. |
UserTest::$modules | property | core/ |
Modules to install. |
UserTest::$modules | property | core/ |
Modules to install. |
UserTest::$modules | property | core/ |
Modules to install. |
UserTest::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
UserTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
UserTest::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
UserTest::assertRpcLogin | function | core/ |
Verifies that logging in with the given username and password works. |
UserTest::BATCH_TEST_NODE_COUNT | constant | core/ |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.