| ui-dialog.css |
file |
core/themes/claro/css/classy/components/ui-dialog.css |
Styles for modal windows. |
| ui-dialog.css |
file |
core/themes/starterkit_theme/css/components/ui-dialog.css |
Styles for modal windows. |
| ui-dialog.pcss.css |
file |
core/themes/olivero/css/components/ui-dialog.pcss.css |
Styles for jQuery UI dialog. |
| UiHelperTrait::$loggedInUser |
property |
core/tests/Drupal/Tests/UiHelperTrait.php |
The current user logged in using the Mink controlled browser. |
| UiHelperTrait::$useOneTimeLoginLinks |
property |
core/tests/Drupal/Tests/UiHelperTrait.php |
Use one-time login links instead of submitting the login form. |
| UiHelperTrait::drupalLogin |
function |
core/tests/Drupal/Tests/UiHelperTrait.php |
Logs in a user using the Mink controlled browser. |
| UiHelperTrait::drupalLogout |
function |
core/tests/Drupal/Tests/UiHelperTrait.php |
Logs a user out of the Mink controlled browser and confirms. |
| UiHelperTrait::drupalUserIsLoggedIn |
function |
core/tests/Drupal/Tests/UiHelperTrait.php |
Returns whether a given user account is logged in. |
| UncaughtExceptionTest::assertErrorLogged |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Asserts that a specific error has been logged to the PHP error log. |
| UncaughtExceptionTest::assertNoErrorsLogged |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Asserts that no errors have been logged to the PHP error.log thus far. |
| UncaughtExceptionTest::testLoggerException |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests fallback to PHP error log when an exception is thrown while logging. |
| UnknownPathExcluder::logExcludedPaths |
function |
core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php |
Logs the paths that will be excluded from stage operations. |
| UpdateFetcherTest::$logger |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
The logger. |
| UpdateRegistry::$logFilename |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
The filename of the log file. |
| UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests the error message when failing to fetch data without dblog installed. |
| UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests the error message when failing to fetch data with dblog installed. |
| User::getLastLoginTime |
function |
core/modules/user/src/Entity/User.php |
Returns the UNIX timestamp when the user last logged in. |
| User::setLastLoginTime |
function |
core/modules/user/src/Entity/User.php |
Sets the UNIX timestamp when the user last logged in. |
| UserAccountLinksTest::testAnonymousLogout |
function |
core/modules/user/tests/src/Functional/UserAccountLinksTest.php |
Ensures that logout URL redirects an anonymous user to the front page. |
| UserAuthenticationController::$logger |
property |
core/modules/user/src/Controller/UserAuthenticationController.php |
A logger instance. |
| UserAuthenticationController::getLoginFloodIdentifier |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Gets the login identifier for user login flood control. |
| UserAuthenticationController::LOGGED_IN |
constant |
core/modules/user/src/Controller/UserAuthenticationController.php |
String sent in responses, to describe the user as being logged in. |
| UserAuthenticationController::LOGGED_OUT |
constant |
core/modules/user/src/Controller/UserAuthenticationController.php |
String sent in responses, to describe the user as being logged out. |
| UserAuthenticationController::login |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Logs in a user. |
| UserAuthenticationController::loginStatus |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Checks whether a user is logged in or not. |
| UserAuthenticationController::logout |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Logs out a user. |
| UserAuthenticationController::userLoginFinalize |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Finalizes the user login. |
| UserAuthenticationController::userLogout |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Logs the user out. |
| UserBlocksTest::testUserLoginBlock |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests the user login block. |
| UserBlocksTest::testUserLoginBlockVisibility |
function |
core/modules/user/tests/src/Functional/UserBlocksTest.php |
Tests that user login block is hidden from user/login. |
| UserController::$logger |
property |
core/modules/user/src/Controller/UserController.php |
A logger instance. |
| UserController::logout |
function |
core/modules/user/src/Controller/UserController.php |
Logs the current user out. |
| UserController::resetPassLogin |
function |
core/modules/user/src/Controller/UserController.php |
Validates user, hash, and timestamp; logs the user in if correct. |
| UserFloodSubscriber::$logger |
property |
core/modules/user/src/EventSubscriber/UserFloodSubscriber.php |
The default logger service. |
| UserHelpersTest::testDrupalUserIsLoggedIn |
function |
core/tests/Drupal/FunctionalTests/UserHelpersTest.php |
Tests BrowserTestBase::drupalUserIsLoggedIn(). |
| UserHooks::userLogin |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_user_login(). |
| UserHooks::userLogout |
function |
core/modules/user/src/Hook/UserHooks.php |
Implements hook_user_logout(). |
| UserInterface::getLastLoginTime |
function |
core/modules/user/src/UserInterface.php |
Returns the UNIX timestamp when the user last logged in. |
| UserInterface::setLastLoginTime |
function |
core/modules/user/src/UserInterface.php |
Sets the UNIX timestamp when the user last logged in. |
| UserLocalTasksTest::getUserLoginRoutes |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Provides a list of routes to test. |
| UserLocalTasksTest::testUserLoginLocalTasks |
function |
core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php |
Checks user listing local tasks. |
| UserLoginBlock |
class |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Provides a 'User login' block. |
| UserLoginBlock.php |
file |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
|
| UserLoginBlock::$routeMatch |
property |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
The route match. |
| UserLoginBlock::blockAccess |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Indicates whether the block should be shown. |
| UserLoginBlock::build |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Builds and returns the renderable array for this block plugin. |
| UserLoginBlock::renderPlaceholderFormAction |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Render API callback: Renders a form action URL including destination. |
| UserLoginBlock::trustedCallbacks |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Lists the trusted callbacks provided by the implementing class. |
| UserLoginBlock::__construct |
function |
core/modules/user/src/Plugin/Block/UserLoginBlock.php |
Constructs a new UserLoginBlock instance. |
| UserLoginDecoratedTest |
class |
core/modules/user/tests/src/Functional/UserLoginDecoratedTest.php |
Ensure that login works as expected with a decorator. |