- ActionLoopTestCase::testActionLoop in modules/
simpletest/ tests/ actions.test - Set up a loop with 3 - 12 recursions, and see if it aborts properly.
- BackdropWebTestCase::clearWatchdog in modules/
simpletest/ backdrop_web_test_case.php - Clears the watchdog database table.
- bootstrap_hooks in includes/
bootstrap.inc - Defines the critical hooks that force modules to always be loaded.
- dblog_clear_log_submit in modules/
dblog/ dblog.admin.inc - Form submission handler for dblog_clear_log_form().
- dblog_cron in modules/
dblog/ dblog.module - Implements hook_cron().
- dblog_overview in modules/
dblog/ dblog.admin.inc - Page callback: Displays a listing of database log messages.
- dblog_schema in modules/
dblog/ dblog.install - Implements hook_schema().
- DBLogTestCase::testFilter in modules/
dblog/ tests/ dblog.test - Tests the database log filter functionality at admin/reports/dblog.
- dblog_top in modules/
dblog/ dblog.admin.inc - Page callback: Shows the most frequent log messages of a given event type.
- dblog_update_1000 in modules/
dblog/ dblog.install - Account for possible legacy systems where dblog was not installed.
- dblog_watchdog in modules/
dblog/ dblog.module - Implements hook_watchdog().
- redirect_404_list in modules/
redirect/ redirect.admin.inc - Form callback; Display a list of all recent 404 pages.
- views_ui_admin_settings_advanced in modules/
views_ui/ views_ui.admin.inc - Form builder for the advanced admin settings page.
- watchdog_skip_semaphore in modules/
simpletest/ tests/ actions_loop_test.module - Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.
- WatchdogTestCase::assertLogMessage in modules/
simpletest/ tests/ bootstrap.test - Verify a log entry was entered. Called in the same way of theme expected original watchdog() execution.
- WatchdogTestCase::assertNoLogMessage in modules/
simpletest/ tests/ bootstrap.test - Verify no log entry was entered. Called in the same way of the expected original watchdog() execution.