DatabaseLog::log |
function |
core/includes/database/log.inc |
Log a query to all active logging keys. |
Backup::LOG_INFO |
constant |
core/includes/backup/backup.class.inc |
|
UserLoginTestCase |
class |
core/modules/user/tests/user.test |
Functional tests for user logins, including rate limiting of login attempts. |
UserLoginTestBase |
class |
core/modules/user/tests/user.test |
|
user_is_logged_in |
function |
core/modules/user/user.module |
Determines if the current user is logged in. |
dblog_update_1002 |
function |
core/modules/dblog/dblog.install |
Convert the format for dates in the database log. |
user_login_submit |
function |
core/modules/user/user.module |
Submit handler for the login form. Load $user object and perform standard login
tasks. The user is then redirected to the My Account page. Setting the
destination in the query string overrides the redirect. |
syslog.tests.info |
file |
core/modules/syslog/tests/syslog.tests.info |
[SyslogTestCase]
name = Syslog functionality
description = Test syslog settings.
group = Syslog
file = syslog.test |
_user_login_links |
function |
core/modules/user/user.module |
Helper function to transform user local tasks (tabs) to a list of links. |
dblog_update_1000 |
function |
core/modules/dblog/dblog.install |
Account for possible legacy systems where dblog was not installed. |
dblog_update_1001 |
function |
core/modules/dblog/dblog.install |
Set the format for dates in the database log. |
system_user_login |
function |
core/modules/system/system.module |
Implements hook_user_login(). |
backdrop_get_logo |
function |
core/includes/common.inc |
Gets the site logo. |
dblog_update_1003 |
function |
core/modules/dblog/dblog.install |
Restore the format for dates in the database log. |
dblog_filter_form |
function |
core/modules/dblog/dblog.admin.inc |
Form constructor for the database logging filter form. |
Backup::LOG_ERROR |
constant |
core/includes/backup/backup.class.inc |
|
user_is_login_path |
function |
core/modules/user/user.module |
Determines whether a path is one related to the user login process. |
Database::startLog |
function |
core/includes/database/database.inc |
Starts logging a given logging key on the specified connection. |
backdrop_is_dialog |
function |
core/includes/bootstrap.inc |
Detects if this is a dialog HTTP request. |
filter_dialog.test |
file |
core/modules/filter/tests/filter_dialog.test |
Functional tests for the Filter module. |
CustomLogoTestCase |
class |
core/modules/system/tests/system.test |
|
BackupFile::getLog |
function |
core/includes/backup/backup.file.inc |
Return the array of current log messages. |
DatabaseLog::start |
function |
core/includes/database/log.inc |
Begin logging queries to the specified connection and logging key. |
DatabaseLog::clear |
function |
core/includes/database/log.inc |
Empty the query log for the specified logging key. |
simpletest_log_read |
function |
core/modules/simpletest/simpletest.module |
Read the error log and report any errors as assertion failures. |
user_login_finalize |
function |
core/modules/user/user.module |
Finalize the login process. Must be called when logging in a user. |
_file_test_log_call |
function |
core/modules/simpletest/tests/file_test.module |
Store the values passed to a hook invocation. |
dialog_iequirks.css |
file |
core/misc/ckeditor/skins/moono-lisa/dialog_iequirks.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
menu_login_callback |
function |
core/modules/simpletest/tests/menu_test.module |
Menu callback to be used as a login path. |
user_login_settings |
function |
core/modules/user/user.admin.inc |
Login settings form. |
_backdrop_log_error |
function |
core/includes/errors.inc |
Logs a PHP error or exception and displays an error page in fatal cases. |
ajax_deliver_dialog |
function |
core/includes/ajax.inc |
Delivers the content of a page as a dialog. |
Backup::LOG_SUCCESS |
constant |
core/includes/backup/backup.class.inc |
|
jquery.ui.dialog.css |
file |
core/misc/ui/jquery.ui.dialog.css |
/*!
* jQuery UI Dialog 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/dialog/#theming
*/
.ui-dialog {
position:… |
DBLogTestCase::setUp |
function |
core/modules/dblog/tests/dblog.test |
Enable modules and create users with specific permissions. |
syslog_facility_list |
function |
core/modules/syslog/syslog.module |
List all possible syslog facilities for UNIX/Linux. |
_image_test_log_call |
function |
core/modules/simpletest/tests/image_test.module |
Store the values passed to a toolkit call. |
dashboard_user_login |
function |
core/modules/dashboard/dashboard.module |
Implements hook_user_login(). |
filter_dialog_access |
function |
core/modules/filter/filter.module |
Access callback: Generic dialog access check callback. |
dblog_format_message |
function |
core/modules/dblog/dblog.admin.inc |
Returns HTML for a log message. |
dblog_clear_log_form |
function |
core/modules/dblog/dblog.admin.inc |
Form constructor for the form that clears out the log. |
BackupFile::clearLog |
function |
core/includes/backup/backup.file.inc |
Clear the current log messages. |
USER_LOGIN_EMAIL_ONLY |
constant |
core/modules/user/user.module |
Users can login with email address only. |
DBLogTestCase::doUser |
function |
core/modules/dblog/tests/dblog.test |
Generates and then verifies some user events. |
DBLogTestCase::doNode |
function |
core/modules/dblog/tests/dblog.test |
Generates and then verifies some node events. |
DBLogTestCase::asText |
function |
core/modules/dblog/tests/dblog.test |
Extracts the text contained by the XHTML element. |
AJAXDialogTest::setUp |
function |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
hook_user_login_paths |
function |
core/modules/user/user.api.php |
Define paths related to the user login process. |
user_user_login_paths |
function |
core/modules/user/user.module |
Implements hook_user_login_paths(). |
ajax_test_dialog_form |
function |
core/modules/simpletest/tests/ajax_test.module |
Form builder: Renders buttons with #ajax['dialog']. |