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::determineErrorRedirect | function | core/ |
Validates user, hash, and timestamp. |
UserController::getResetPassForm | function | core/ |
Returns the user password reset form. |
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/ |
Tests for the User controller. |
UserControllerTest.php | file | core/ |
|
UserControllerTest::$modules | property | core/ |
Modules to enable. |
UserControllerTest::$user | property | core/ |
The logged in user. |
UserControllerTest::$userController | property | core/ |
The user controller. |
UserControllerTest::setUp | function | core/ |
|
UserControllerTest::testUserEditPage | function | core/ |
Tests the redirection to a user edit page. |
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/ |
Tests user creation and display from the administration interface. |
UserCreationTrait | trait | core/ |
Provides test methods for user creation and authentication. |
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/ |
Provides access to the user data service. |
UserData | class | core/ |
Plugin annotation @MigrateDestination( id = "user_data" ) |
UserData | class | core/ |
Defines the user data service. |
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 option form that provides 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. |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.