- backdrop_page_create_cache in core/
includes/ common.inc - Create a page cache object for a page request.
- backdrop_page_get_cache in core/
includes/ bootstrap.inc - Retrieves the current page from the cache.
- backdrop_render_cid_parts in core/
includes/ common.inc - Returns cache ID parts for building a cache ID.
- cache_example_page_form in modules/
examples/ cache_example/ cache_example.module - Main page for cache_example.
- 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().
- fast_404 in core/
includes/ bootstrap.inc - Returns a simple 404 Not Found page.
- locale in core/
modules/ locale/ locale.module - Provides interface translation services.
- system_404 in core/
modules/ system/ system.module - Menu callback; Returns the standard "Page not found" error page.
- system_element_info in core/
modules/ system/ system.module - Implements hook_element_info().
- system_urls_settings in core/
modules/ system/ system.admin.inc - Form builder; Configure clean URL settings.
- watchdog in core/
includes/ bootstrap.inc - Logs a system message.
- 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.