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