- backdrop_cron_run in core/
includes/ common.inc - Executes a cron run when called.
- backdrop_error_levels in core/
includes/ errors.inc - Maps PHP error constants to watchdog severity levels.
- book_admin_edit_submit in core/
modules/ book/ book.admin.inc - Form submission handler for book_admin_edit().
- BootstrapWatchdogTestCase::testWatchdogLogging in core/
modules/ simpletest/ tests/ bootstrap.test - comment_form_submit in core/
modules/ comment/ comment.module - Form submission handler for comment_form().
- contact_category_delete_form_submit in core/
modules/ contact/ contact.admin.inc - Form submission handler for contact_category_delete_form().
- contact_category_edit_form_submit in core/
modules/ contact/ contact.admin.inc - Form submission handler for contact_category_edit_form().
- cron.php in core/
cron.php - Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
- DBLogTestCase::generateLogEntries in core/
modules/ dblog/ tests/ dblog.test - Generates a number of random database log events.
- DBLogTestCase::testDBLogAddAndClear in core/
modules/ dblog/ tests/ dblog.test - Tests the addition and clearing of log events through the admin interface.
- DBLogTestCase::testDBLogCorrupted in core/
modules/ dblog/ tests/ dblog.test - Tests corrupted log entries can still display available data.
- DBLogTestCase::testDBLogException in core/
modules/ dblog/ tests/ dblog.test - Verifies that exceptions are caught in dblog_watchdog().
- DBLogTestCase::testLogMessageSanitized in core/
modules/ dblog/ tests/ dblog.test - Make sure HTML tags are filtered out in the log detail page.
- file_type_delete_confirm_submit in core/
modules/ file/ file.admin.inc - Process file type delete confirm submissions.
- file_type_revert_confirm_submit in core/
modules/ file/ file.admin.inc - Process file type revert confirm submissions.
- file_type_status_confirm_submit in core/
modules/ file/ file.admin.inc - Process file type status confirm submissions.
- file_unmanaged_delete in core/
includes/ file.inc - Deletes a file without database changes or hook invocations.
- menu_delete_menu_confirm_submit in core/
modules/ menu/ menu.admin.inc - Delete a custom menu and all links in it.
- menu_item_delete_form_submit in core/
modules/ menu/ menu.admin.inc - Process menu delete form submissions.
- node_form_submit in core/
modules/ node/ node.pages.inc - Form submission handler that saves the node for node_form().
- node_type_delete_confirm_submit in core/
modules/ node/ node.types.inc - Process content type delete confirm submissions.
- node_type_form_submit in core/
modules/ node/ node.types.inc - Form submission handler for node_type_form().
- PagerFunctionalWebTestCase::setUp in core/
modules/ simpletest/ tests/ pager.test - Sets up a Backdrop site for running functional and integration tests.
- search_view in core/
modules/ search/ search.pages.inc - Menu callback; presents the search form and/or search results.
- system_update_1057 in core/
modules/ system/ system.install - Add default for watchdog_enabled_severity_levels.
- taxonomy_form_term_submit in core/
modules/ taxonomy/ taxonomy.admin.inc - Submit handler to insert or update a term.
- taxonomy_form_vocabulary_submit in core/
modules/ taxonomy/ taxonomy.admin.inc - Form submission handler for taxonomy_form_vocabulary().
- taxonomy_term_confirm_delete_submit in core/
modules/ taxonomy/ taxonomy.admin.inc - Submit handler to delete a term after confirmation.
- taxonomy_vocabulary_confirm_delete_submit in core/
modules/ taxonomy/ taxonomy.admin.inc - Submit handler to delete a vocabulary after confirmation.
- taxonomy_vocabulary_confirm_reset_alphabetical_submit in core/
modules/ taxonomy/ taxonomy.admin.inc - Submit handler to reset a vocabulary to alphabetical order after confirmation.
- user_cancel_confirm_form_submit in core/
modules/ user/ user.pages.inc - Submit handler for user_cancel_confirm_form().
- user_register_submit in core/
modules/ user/ user.module - Submit handler for the user registration form.
- watchdog in core/
includes/ bootstrap.inc - Logs a system message.
- 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_severity_enabled in core/
includes/ bootstrap.inc - Check if logging is enabled for a given severity level.
- watchdog_severity_levels in core/
includes/ common.inc - Returns a list of severity levels, as defined in RFC 3164.
- 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.
- _comment_close_all in core/
modules/ comment/ comment.module - Close all comments that meet the current threshold.
- _user_cancel in core/
modules/ user/ user.module - Last batch processing step for cancelling a user account.