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 |
---|---|---|---|
UserController::logout | function | core/ |
Logs the current user out. |
UserController::resetPass | function | core/ |
Redirects to the user password reset form. |
UserController::resetPassLogin | function | core/ |
Validates user, hash, and timestamp; logs the user in if correct. |
UserController::userEditPage | function | core/ |
Redirects users to their profile edit page. |
UserController::userPage | function | core/ |
Redirects users to their profile page. |
UserController::userTitle | function | core/ |
Route title callback. |
UserController::__construct | function | core/ |
Constructs a UserController object. |
UserControllerTest | class | core/ |
@coversDefaultClass \Drupal\user\Controller\UserController @group user |
UserControllerTest.php | file | core/ |
|
UserControllerTest::testConstructorDeprecations | function | core/ |
@group legacy @expectedDeprecation Calling Drupal\user\Controller\UserController::__construct without the $flood parameter is deprecated in drupal:8.8.0 and is required in drupal:9.0.0. See https://www.drupal.org/node/1681832 |
UserCreateFailMailTest | class | core/ |
Tests the create user administration page. |
UserCreateFailMailTest.php | file | core/ |
|
UserCreateFailMailTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserCreateFailMailTest::$modules | property | core/ |
Modules to enable |
UserCreateFailMailTest::testUserAdd | function | core/ |
Tests the create user administration page. |
UserCreateTest | class | core/ |
Tests the create user administration page. |
UserCreateTest.php | file | core/ |
|
UserCreateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserCreateTest::$modules | property | core/ |
Modules to enable. |
UserCreateTest::testUserAdd | function | core/ |
Create a user through the administration interface and ensure that it displays in the user list. |
UserCreationTrait | trait | core/ |
Provides methods to create additional test users and switch the currently logged in one. |
UserCreationTrait | trait | core/ |
Provides methods to create additional test users and switch the currently logged in one. |
UserCreationTrait.php | file | core/ |
|
UserCreationTrait.php | file | core/ |
|
UserCreationTrait::checkPermissions | function | core/ |
Checks whether a given list of permission names is valid. |
UserCreationTrait::createAdminRole | function | core/ |
Creates an administrative role. |
UserCreationTrait::createRole | function | core/ |
Creates a role with specified permissions. |
UserCreationTrait::createUser | function | core/ |
Create a user with a given set of permissions. |
UserCreationTrait::grantPermissions | function | core/ |
Grant permissions to a user role. |
UserCreationTrait::setCurrentUser | function | core/ |
Switch the current logged in user. |
UserCreationTrait::setUpCurrentUser | function | core/ |
Creates a random user account and sets it as current user. |
UserData | class | core/ |
Defines the user data service. |
UserData | class | core/ |
Provides access to the user data service. |
UserData | class | core/ |
Plugin annotation @MigrateDestination( id = "user_data" ) |
UserData.php | file | core/ |
|
UserData.php | file | core/ |
|
UserData.php | file | core/ |
|
UserData::$connection | property | core/ |
The database connection to use. |
UserData::$moduleHandler | property | core/ |
The module handler. |
UserData::$userData | property | core/ |
Provides the user data service object. |
UserData::$userData | property | core/ |
|
UserData::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
UserData::create | function | core/ |
Creates an instance of the plugin. |
UserData::create | function | core/ |
Creates an instance of the plugin. |
UserData::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
UserData::delete | function | core/ |
Deletes data stored for a user account. |
UserData::fields | function | core/ |
Returns an array of destination fields. |
UserData::get | function | core/ |
Returns data stored for a user account. |
UserData::getIds | function | core/ |
Gets the destination IDs. |
UserData::import | function | core/ |
Import the row. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.