UserLoginHttpTest::resetFlood |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Resets all flood entries. |
UserLoginHttpTest::setUp |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
|
UserLoginHttpTest::testLogin |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Tests user session life cycle. |
UserLoginHttpTest::testPasswordReset |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Tests user password reset. |
UserLoginTest |
class |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Ensure that login works as expected. |
UserLoginTest.php |
file |
core/modules/user/tests/src/Functional/UserLoginTest.php |
|
UserLoginTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserLoginTest.php |
The theme to install as the default for testing. |
UserLoginTest::$modules |
property |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Modules to install. |
UserLoginTest::assertFailedLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Make an unsuccessful login attempt. |
UserLoginTest::doPasswordLengthLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Helper to test log in with a maximum length password. |
UserLoginTest::resetUserPassword |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Reset user password. |
UserLoginTest::testAutocompleteHtmlAttributes |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests that user login form has the autocomplete attributes. |
UserLoginTest::testCookiesNotAccepted |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests with a browser that denies cookies. |
UserLoginTest::testGlobalLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests the global login flood control. |
UserLoginTest::testLoginCacheTagsAndDestination |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests login with destination. |
UserLoginTest::testPasswordLengthLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests log in with a maximum length and a too long password. |
UserLoginTest::testPasswordRehashOnLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests user password is re-hashed upon login after changing $count_log2. |
UserLoginTest::testPerUserLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests the per-user login flood control. |
UserLogoutConfirm |
class |
core/modules/user/src/Form/UserLogoutConfirm.php |
Provides a confirmation form for user logout. |
UserLogoutConfirm.php |
file |
core/modules/user/src/Form/UserLogoutConfirm.php |
|
UserLogoutConfirm::getCancelUrl |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
Returns the route to go to if the user cancels the action. |
UserLogoutConfirm::getConfirmText |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
Returns a caption for the button that confirms the action. |
UserLogoutConfirm::getFormId |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
Returns a unique string identifying the form. |
UserLogoutConfirm::getQuestion |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
Returns the question to ask the user. |
UserLogoutConfirm::submitForm |
function |
core/modules/user/src/Form/UserLogoutConfirm.php |
Form submission handler. |
UserLogoutTest |
class |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
Tests user logout. |
UserLogoutTest.php |
file |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
|
UserLogoutTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
The theme to install as the default for testing. |
UserLogoutTest::$modules |
property |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
Modules to install. |
UserLogoutTest::setUp |
function |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
|
UserLogoutTest::testLogout |
function |
core/modules/user/tests/src/Functional/UserLogoutTest.php |
Tests user logout functionality. |
UserPasswordResetTest::testUserPasswordResetLoggedIn |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests user password reset while logged in. |
UserPathTest::testUserLoginPage |
function |
core/modules/views/tests/src/Functional/UserPathTest.php |
Tests if the login page is still available when using a wildcard path. |
UserRegistrationResourceTest::$logger |
property |
core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php |
Logger service. |
UserResourceTestBase::assertRpcLogin |
function |
core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php |
Verifies that logging in with the given username and password works. |
UserStorage::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorage.php |
Update the last login timestamp of the user. |
UserStorageInterface::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorageInterface.php |
Update the last login timestamp of the user. |
UserTest::assertRpcLogin |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Verifies that logging in with the given username and password works. |
UserTokenReplaceTest::$useOneTimeLoginLinks |
property |
core/modules/user/tests/src/Functional/UserTokenReplaceTest.php |
Use one-time login links instead of submitting the login form. |
user_login_finalize |
function |
core/modules/user/user.module |
Finalizes the login process and logs in a user. |
user_logout |
function |
core/modules/user/user.module |
Logs the current user out. |
user_user_login |
function |
core/modules/user/user.module |
Implements hook_user_login(). |
user_user_logout |
function |
core/modules/user/user.module |
Implements hook_user_logout(). |
views.view.dblog_integration_test.yml |
file |
core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.dblog_integration_test.yml |
core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.dblog_integration_test.yml |
views.view.test_dblog.yml |
file |
core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml |
core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml |
ViewsEntitySchemaSubscriber::$logger |
property |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
The default logger service. |
ViewsIntegrationTest::createLogEntries |
function |
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php |
Create a set of log entries. |
ViewsLoggerTestTrait |
trait |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
Provides helper functions for logging in views. |
ViewsLoggerTestTrait.php |
file |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
|
ViewsLoggerTestTrait::setUpMockLoggerWithMissingEntity |
function |
core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php |
Sets up a mock logger for when views can't load an entity. |