- backdrop_page_create_cache in includes/
common.inc - Create a page cache object for a page request.
- backdrop_page_get_cache in includes/
bootstrap.inc - Retrieves the current page from the cache.
- backdrop_render_cid_parts in includes/
common.inc - Returns cache ID parts for building a cache ID.
- DBLogTestCase::generateLogEntries in modules/
dblog/ tests/ dblog.test - Generates a number of random database log events.
- DBLogTestCase::testDBLogAddAndClear in modules/
dblog/ tests/ dblog.test - Tests the addition and clearing of log events through the admin interface.
- DBLogTestCase::testDBLogException in modules/
dblog/ tests/ dblog.test - Verifies that exceptions are caught in dblog_watchdog().
- fast_404 in includes/
bootstrap.inc - Returns a simple 404 Not Found page.
- locale in modules/
locale/ locale.module - Provides interface translation services.
- system_404 in modules/
system/ system.module - Menu callback; Returns the standard "Page not found" error page.
- system_element_info in modules/
system/ system.module - Implements hook_element_info().
- system_urls_settings in modules/
system/ system.admin.inc - Form builder; Configure clean URL settings.
- watchdog in includes/
bootstrap.inc - Logs a system message.
- 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.