Search for log
Title | Object type | File name | Summary |
---|---|---|---|
StatisticsLoggingTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
StatisticsLoggingTestCase::testLogging | function | modules/ |
Verifies request logging for cached and uncached pages. |
StatisticsReportsTestCase::testAccessLogging | function | modules/ |
Verifies that access logging is working and is reported correctly. |
statistics_access_log | function | modules/ |
Page callback: Gathers page access statistics suitable for rendering. |
syslog.info | file | modules/ |
name = Syslog description = Logs and records system events to syslog. package = Core version = VERSION core = 7.x files[] = syslog.test configure = admin/config/development/logging |
syslog.install | file | modules/ |
Install, update and uninstall functions for the syslog module. |
syslog.module | file | modules/ |
|
syslog.test | file | modules/ |
Tests for syslog.module. |
SyslogTestCase | class | modules/ |
Tests the Syslog module functionality. |
SyslogTestCase::getInfo | function | modules/ |
|
SyslogTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SyslogTestCase::testSettings | function | modules/ |
Tests the syslog settings page. |
syslog_facility_list | function | modules/ |
Lists all possible syslog facilities for UNIX/Linux. |
syslog_form_system_logging_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
syslog_help | function | modules/ |
Implements hook_help(). |
syslog_uninstall | function | modules/ |
Implements hook_uninstall(). |
syslog_watchdog | function | modules/ |
Implements hook_watchdog(). |
system_logging_settings | function | modules/ |
Form builder; Configure error reporting settings. |
system_user_login | function | modules/ |
Implements hook_user_login(). |
theme_dblog_message | function | modules/ |
Returns HTML for a log message. |
trigger_user_login | function | modules/ |
Implements hook_user_login(). |
trigger_user_logout | function | modules/ |
Implements hook_user_logout(). |
UserBlocksUnitTests::testUserLoginBlock | function | modules/ |
Test the user login block. |
UserLoginTestCase | class | modules/ |
Functional tests for user logins, including rate limiting of login attempts. |
UserLoginTestCase::assertFailedLogin | function | modules/ |
Make an unsuccessful login attempt. |
UserLoginTestCase::getInfo | function | modules/ |
|
UserLoginTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UserLoginTestCase::testGlobalLoginFloodControl | function | modules/ |
Test the global login flood control. |
UserLoginTestCase::testLoginWithAnonSession | function | modules/ |
Test logging in when an anon session already exists. |
UserLoginTestCase::testPasswordRehashOnLogin | function | modules/ |
Test that user password is re-hashed upon login after changing $count_log2. |
UserLoginTestCase::testPerUserLoginFloodControl | function | modules/ |
Test the per-user login flood control. |
UserPasswordResetTestCase::testUserDirectLogin | function | modules/ |
Test direct login link that bypasses the password reset form. |
UserPasswordResetTestCase::testUserPasswordResetLoggedIn | function | modules/ |
Test user password reset while logged in. |
user_external_login_register | function | modules/ |
Helper function for authentication modules. Either logs in or registers the current user, based on username. Either way, the global $user object is populated and login tasks are performed. |
user_is_logged_in | function | modules/ |
Determines if the current user is logged in. |
user_login | function | modules/ |
Form builder; the main user login form. |
user_login_authenticate_validate | function | modules/ |
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID. |
user_login_block | function | modules/ |
|
user_login_default_validators | function | modules/ |
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… |
user_login_destination | function | modules/ |
Helper function to rewrite the destination to avoid redirecting to login page after login. |
user_login_finalize | function | modules/ |
Finalize the login process. Must be called when logging in a user. |
user_login_final_validate | function | modules/ |
The final validation handler on the login form. |
user_login_name_validate | function | modules/ |
A FAPI validate handler. Sets an error if supplied username has been blocked. |
user_login_submit | function | modules/ |
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. |
user_logout | function | modules/ |
Menu callback; logs the current user out, and redirects to the home page. |
user_logout_current_user | function | modules/ |
Logs the current user out. |
_blog_post_exists | function | modules/ |
Helper function to determine if a user has blog posts already. |
_dblog_get_message_types | function | modules/ |
Gathers a list of uniquely defined database log message types. |
_drupal_log_error | function | includes/ |
Logs a PHP error or exception and displays an error page in fatal cases. |
_drupal_trigger_error_with_delayed_logging | function | includes/ |
Invokes trigger_error() with logging delayed until the end of the request. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.