Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UserChangedTest.php | file | core/ |
|
| UserChangedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UserChangedTest::$modules | property | core/ |
Modules to enable. |
| UserChangedTest::$testViews | property | core/ |
Views used by this test. |
| UserChangedTest::setUp | function | core/ |
|
| UserChangedTest::testChangedField | function | core/ |
Tests changed field. |
| UserController | class | core/ |
Controller routines for user routes. |
| UserController.php | file | core/ |
|
| UserController::$dateFormatter | property | core/ |
The date formatter service. |
| UserController::$flood | property | core/ |
The flood service. |
| UserController::$logger | property | core/ |
A logger instance. |
| UserController::$userData | property | core/ |
The user data service. |
| UserController::$userStorage | property | core/ |
The user storage. |
| UserController::confirmCancel | function | core/ |
Confirms cancelling a user account via an email link. |
| UserController::create | function | core/ |
Instantiates a new instance of this class. |
| 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/ |
@coversDefaultClass \Drupal\user\Controller\UserController[[api-linebreak]] @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/ |
Provides access to the user data service. |
| UserData | class | core/ |
Plugin annotation @MigrateDestination( id = "user_data" ) |
| UserData | class | core/ |
Defines the user data service. |
Pagination
- Previous page
- Page 1323
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.