UserChangedTest.php |
file |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
|
UserChangedTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
The theme to install as the default for testing. |
UserChangedTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Modules to install. |
UserChangedTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Views used by this test. |
UserChangedTest::setUp |
function |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Sets up the test. |
UserChangedTest::testChangedField |
function |
core/modules/user/tests/src/Functional/Views/UserChangedTest.php |
Tests changed field. |
UserConfigValidationTest |
class |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Tests validating user modules' configuration. |
UserConfigValidationTest.php |
file |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
|
UserConfigValidationTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Modules to install. |
UserConfigValidationTest::providerTestUserSettings |
function |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Data provider for testUserSettings(). |
UserConfigValidationTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
|
UserConfigValidationTest::testUserSettings |
function |
core/modules/user/tests/src/Kernel/UserConfigValidationTest.php |
Tests invalid values in 'user.settings' config properties. |
UserContextAccessPolicy |
class |
core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php |
|
UserContextAccessPolicy::applies |
function |
core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php |
Checks whether this access policy applies to a given scope. |
UserContextAccessPolicy::getPersistentCacheContexts |
function |
core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php |
Gets the persistent cache contexts. |
UserController |
class |
core/modules/user/src/Controller/UserController.php |
Controller routines for user routes. |
UserController.php |
file |
core/modules/user/src/Controller/UserController.php |
|
UserController::$dateFormatter |
property |
core/modules/user/src/Controller/UserController.php |
The date formatter service. |
UserController::$flood |
property |
core/modules/user/src/Controller/UserController.php |
The flood service. |
UserController::$logger |
property |
core/modules/user/src/Controller/UserController.php |
A logger instance. |
UserController::$userData |
property |
core/modules/user/src/Controller/UserController.php |
The user data service. |
UserController::$userStorage |
property |
core/modules/user/src/Controller/UserController.php |
The user storage. |
UserController::confirmCancel |
function |
core/modules/user/src/Controller/UserController.php |
Confirms cancelling a user account via an email link. |
UserController::create |
function |
core/modules/user/src/Controller/UserController.php |
Instantiates a new instance of the implementing class using autowiring. |
UserController::determineErrorRedirect |
function |
core/modules/user/src/Controller/UserController.php |
Validates user, hash, and timestamp. |
UserController::getResetPassForm |
function |
core/modules/user/src/Controller/UserController.php |
Returns the user password reset form. |
UserController::logout |
function |
core/modules/user/src/Controller/UserController.php |
Logs the current user out. |
UserController::resetPass |
function |
core/modules/user/src/Controller/UserController.php |
Redirects to the user password reset form. |
UserController::resetPassLogin |
function |
core/modules/user/src/Controller/UserController.php |
Validates user, hash, and timestamp; logs the user in if correct. |
UserController::userEditPage |
function |
core/modules/user/src/Controller/UserController.php |
Redirects users to their profile edit page. |
UserController::userPage |
function |
core/modules/user/src/Controller/UserController.php |
Redirects users to their profile page. |
UserController::userTitle |
function |
core/modules/user/src/Controller/UserController.php |
Route title callback. |
UserController::validatePathParameters |
function |
core/modules/user/src/Controller/UserController.php |
Validates hash and timestamp. |
UserController::__construct |
function |
core/modules/user/src/Controller/UserController.php |
Constructs a UserController object. |
UserControllerTest |
class |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Tests for the User controller. |
UserControllerTest.php |
file |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
|
UserControllerTest::$modules |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Modules to install. |
UserControllerTest::$user |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
The logged in user. |
UserControllerTest::$userController |
property |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
The user controller. |
UserControllerTest::setUp |
function |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
|
UserControllerTest::testUserEditPage |
function |
core/modules/user/tests/src/Kernel/Controller/UserControllerTest.php |
Tests the redirection to a user edit page. |
UserCreateFailMailTest |
class |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
UserCreateFailMailTest.php |
file |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
|
UserCreateFailMailTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
The theme to install as the default for testing. |
UserCreateFailMailTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Modules to install. |
UserCreateFailMailTest::testUserAdd |
function |
core/modules/user/tests/src/Functional/UserCreateFailMailTest.php |
Tests the create user administration page. |
UserCreateTest |
class |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Tests the create user administration page. |
UserCreateTest.php |
file |
core/modules/user/tests/src/Functional/UserCreateTest.php |
|
UserCreateTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserCreateTest.php |
The theme to install as the default for testing. |
UserCreateTest::$modules |
property |
core/modules/user/tests/src/Functional/UserCreateTest.php |
Modules to install. |