USER_LOGIN_USERNAME_OR_EMAIL |
constant |
core/modules/user/user.module |
Users can login using either username or email address. |
DBLogTestCase::verifyReports |
function |
core/modules/dblog/tests/dblog.test |
Confirms that database log reports are displayed at the correct paths. |
DBLogTestCase::getLogEntries |
function |
core/modules/dblog/tests/dblog.test |
Gets the database log event information from the browser page. |
layout_ajax_form_open_dialog |
function |
core/modules/layout/layout.admin.inc |
AJAX handler that opens a form in a dialog. |
layout_ajax_form_save_dialog |
function |
core/modules/layout/layout.admin.inc |
AJAX handler that saves a form in a dialog and updates the underlying form. |
ajax_test_dialog_form_submit |
function |
core/modules/simpletest/tests/ajax_test.module |
Non-AJAX behavior of the dialog buttons. |
NodeRevisionsTestCase::$logs |
property |
core/modules/node/tests/node.test |
The revision messages for node revisions created in the test. |
SyslogTestCase::testSettings |
function |
core/modules/syslog/tests/syslog.test |
Test the syslog settings page. |
ajax_command_set_dialog_title |
function |
core/includes/ajax.inc |
Provides an AJAX command that sets a dialog title. |
DBLogTestCase::verifyRowLimit |
function |
core/modules/dblog/tests/dblog.test |
Verifies setting of the database log row limit. |
user_login_default_validators |
function |
core/modules/user/user.module |
Set up a series for validators which check for blocked users,
then authenticate against local database, then return an error if
authentication fails. Distributed authentication modules are welcome
to use hook_form_alter() to change this series in… |
DatabaseConnection::setLogger |
function |
core/includes/database/database.inc |
Associates a logging object with this connection. |
DatabaseConnection::getLogger |
function |
core/includes/database/database.inc |
Gets the current logging object for this connection. |
dblog_logging_settings_submit |
function |
core/modules/dblog/dblog.module |
Form submission handler for system_logging_settings(). |
ajax_command_open_modal_dialog |
function |
core/includes/ajax.inc |
Provides an AJAX command to open content in a modal dialog. |
ajax_command_set_dialog_option |
function |
core/includes/ajax.inc |
Provides an AJAX command that sets jQuery UI dialog properties. |
syslog_logging_settings_submit |
function |
core/modules/syslog/syslog.module |
Form submission handler for system_logging_settings(). |
DrupalWebTestCase::drupalLogin |
function |
core/includes/drupal.classes.inc |
|
ajax_command_close_modal_dialog |
function |
core/includes/ajax.inc |
Provides a shortcut command for closing a modal dialog. |
DBLogTestCase::getContentUpdate |
function |
core/modules/dblog/tests/dblog.test |
Creates random content as an update based on node content type. |
DBLogTestCase::assertLogMessage |
function |
core/modules/dblog/tests/dblog.test |
Confirms that a log message appears on the database log overview screen. |
user_form_test_user_login_paths |
function |
core/modules/user/tests/user_form_test/user_form_test.module |
Implements hook_user_login_paths(). |
DBLogTestCase::verifyDateFormat |
function |
core/modules/dblog/tests/dblog.test |
Verifies setting of the database log date format. |
DrupalWebTestCase::drupalLogout |
function |
core/includes/drupal.classes.inc |
|
CustomLogoTestCase::$admin_user |
property |
core/modules/system/tests/system.test |
|
user_login_authenticate_validate |
function |
core/modules/user/user.module |
Second phase validation handler on the login form. |
system_logging_settings_validate |
function |
core/modules/system/system.admin.inc |
Validates the submitted logging form. |
filter_format_editor_dialog_save |
function |
core/modules/filter/filter.pages.inc |
Form AJAX callback. Sends the save editor AJAX command and closes the dialog. |
installer-project-dialog.tpl.php |
file |
core/modules/installer/templates/installer-project-dialog.tpl.php |
Default theme implementation for displaying a project in a dialog. |
DBLogTestCase::generateLogEntries |
function |
core/modules/dblog/tests/dblog.test |
Generates a number of random database log events. |
DBLogTestCase::testDBLogException |
function |
core/modules/dblog/tests/dblog.test |
Verifies that exceptions are caught in dblog_watchdog(). |
layout_ajax_context_cancel_dialog |
function |
core/modules/layout/layout.context.admin.inc |
AJAX handler that cancels the context edit dialog. |
_password_enforce_log2_boundaries |
function |
core/includes/password.inc |
Ensures that $count_log2 is within set bounds. |
DBLogTestCase::testDBLogCorrupted |
function |
core/modules/dblog/tests/dblog.test |
Tests corrupted log entries can still display available data. |
DBLogTestCase::getSeverityConstant |
function |
core/modules/dblog/tests/dblog.test |
Gets the watchdog severity constant corresponding to the CSS class. |
WatchdogTestCase::assertLogMessage |
function |
core/modules/simpletest/tests/bootstrap.test |
Verify a log entry was entered. Called in the same way of theme
expected original watchdog() execution. |
UserLoginAppearanceTestCase::setUp |
function |
core/modules/user/tests/user.test |
|
BackdropWebTestCase::$loggedInUser |
property |
core/modules/simpletest/backdrop_web_test_case.php |
The current user logged in using the internal browser. |
BackdropWebTestCase::backdropLogin |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Log in a user with the internal browser. |
session_test_form_user_login_alter |
function |
core/modules/simpletest/tests/session_test.module |
Implements hook_form_FORM_ID_alter(). |
CustomLogoTestCase::testCustomLogo |
function |
core/modules/system/tests/system.test |
Test the use of a custom logo. |
layout_ajax_form_save_title_dialog |
function |
core/modules/layout/layout.admin.inc |
AJAX handler that updates the title. |
UserLoginTestCase::testLoginMethods |
function |
core/modules/user/tests/user.test |
Test that login credentials work (or not) in different login modes. |
DBLogTestCase::testDBLogAddAndClear |
function |
core/modules/dblog/tests/dblog.test |
Tests the addition and clearing of log events through the admin interface. |
layout_ajax_condition_cancel_dialog |
function |
core/modules/layout/layout.admin.inc |
AJAX handler that cancels the condition edit dialog. |
BackdropWebTestCase::backdropLogout |
function |
core/modules/simpletest/backdrop_web_test_case.php |
|
UserLoginTestBase::assertFailedLogin |
function |
core/modules/user/tests/user.test |
Make an unsuccessful login attempt. |
UserLoginTestCase::resetUserPassword |
function |
core/modules/user/tests/user.test |
Resets the user password and logs the user in. |
WatchdogTestCase::assertNoLogMessage |
function |
core/modules/simpletest/tests/bootstrap.test |
Verify no log entry was entered. Called in the same way of the
expected original watchdog() execution. |
ajax_test_dialog_form_callback_modal |
function |
core/modules/simpletest/tests/ajax_test.module |
AJAX callback handler for ajax_test_dialog_form(). |