| UserPasswordResetTest |
class |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Ensure that password reset methods work as expected. |
| UserPasswordResetTest |
class |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Ensure that password reset methods work as expected. |
| UserPasswordResetTest.php |
file |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
|
| UserPasswordResetTest.php |
file |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
|
| UserPasswordResetTest::$account |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
The user object to test password resetting. |
| UserPasswordResetTest::$account |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
The user object to test password resetting. |
| UserPasswordResetTest::$defaultTheme |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
The theme to install as the default for testing. |
| UserPasswordResetTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
The theme to install as the default for testing. |
| UserPasswordResetTest::$languageManager |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Language manager object. |
| UserPasswordResetTest::$modules |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Modules to install. |
| UserPasswordResetTest::$modules |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Modules to install. |
| UserPasswordResetTest::assertNoPasswordIpFlood |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Makes assertions about a password reset not triggering IP flood control. |
| UserPasswordResetTest::assertNoValidPasswordReset |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Helper function to make assertions about an invalid password reset. |
| UserPasswordResetTest::assertPasswordIpFlood |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Makes assertions about a password reset triggering IP flood control. |
| UserPasswordResetTest::assertValidPasswordReset |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Helper function to make assertions about a valid password reset. |
| UserPasswordResetTest::getResetURL |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Retrieves password reset email and extracts the login link. |
| UserPasswordResetTest::getResetURL |
function |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Retrieves password reset email and extracts the login link. |
| UserPasswordResetTest::languagePrefixTestProvider |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Provides scenarios for testUserPasswordResetPreferredLanguage(). |
| UserPasswordResetTest::setUp |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
|
| UserPasswordResetTest::setUp |
function |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
|
| UserPasswordResetTest::testResetFormHasAutocompleteAttribute |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Test the autocomplete attribute is present. |
| UserPasswordResetTest::testResetImpersonation |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Make sure that users cannot forge password reset URLs of other users. |
| UserPasswordResetTest::testUserPasswordReset |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset functionality. |
| UserPasswordResetTest::testUserPasswordResetLoggedIn |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests user password reset while logged in. |
| UserPasswordResetTest::testUserPasswordResetPreferredLanguage |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset functionality when user has set preferred language. |
| UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm |
function |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Tests password reset functionality with an AJAX form. |
| UserPasswordResetTest::testUserResetPasswordIpFloodControl |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset flood control for one IP. |
| UserPasswordResetTest::testUserResetPasswordTextboxNotFilled |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests the text box on incorrect login via link to password reset page. |
| UserPasswordResetTest::testUserResetPasswordUserFloodControl |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset flood control for one user. |
| UserPasswordResetTest::testUserResetPasswordUserFloodControlAdmin |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests user password reset flood control is cleared on admin reset. |
| UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests user password reset flood control is cleared on successful reset. |
| UserPathTest |
class |
core/modules/views/tests/src/Functional/UserPathTest.php |
Tests overriding user paths using wildcards. |
| UserPathTest.php |
file |
core/modules/views/tests/src/Functional/UserPathTest.php |
|
| UserPathTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/UserPathTest.php |
The theme to install as the default for testing. |
| UserPathTest::$modules |
property |
core/modules/views/tests/src/Functional/UserPathTest.php |
Modules to install. |
| UserPathTest::$testViews |
property |
core/modules/views/tests/src/Functional/UserPathTest.php |
The test views to use. |
| UserPathTest::testUserLoginPage |
function |
core/modules/views/tests/src/Functional/UserPathTest.php |
Tests if the login page is still available when using a wildcard path. |
| UserPermissionsAdminTest |
class |
core/modules/user/tests/src/Functional/UserPermissionsAdminTest.php |
Tests adding and removing permissions via the UI. |
| UserPermissionsAdminTest.php |
file |
core/modules/user/tests/src/Functional/UserPermissionsAdminTest.php |
|
| UserPermissionsAdminTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserPermissionsAdminTest.php |
The theme to install as the default for testing. |
| UserPermissionsAdminTest::testPermissionsSorting |
function |
core/modules/user/tests/src/Functional/UserPermissionsAdminTest.php |
Tests granting and revoking permissions via the UI sorts permissions. |
| UserPermissionsForm |
class |
core/modules/user/src/Form/UserPermissionsForm.php |
Provides the user permissions administration form. |
| UserPermissionsForm.php |
file |
core/modules/user/src/Form/UserPermissionsForm.php |
|
| UserPermissionsForm::$moduleHandler |
property |
core/modules/user/src/Form/UserPermissionsForm.php |
The module handler. |
| UserPermissionsForm::$permissionHandler |
property |
core/modules/user/src/Form/UserPermissionsForm.php |
The permission handler. |
| UserPermissionsForm::$roleStorage |
property |
core/modules/user/src/Form/UserPermissionsForm.php |
The role storage. |
| UserPermissionsForm::buildForm |
function |
core/modules/user/src/Form/UserPermissionsForm.php |
Form constructor. |
| UserPermissionsForm::create |
function |
core/modules/user/src/Form/UserPermissionsForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| UserPermissionsForm::getFormId |
function |
core/modules/user/src/Form/UserPermissionsForm.php |
Returns a unique string identifying the form. |
| UserPermissionsForm::getRoles |
function |
core/modules/user/src/Form/UserPermissionsForm.php |
Gets the roles to display in this form. |