system_test_backdrop_set_message |
core/modules/simpletest/tests/system_test.module |
Sets two messages and removes the first one before the messages are displayed. |
system_test_basic_auth_page |
core/modules/simpletest/tests/system_test.module |
Check HTTP headers for authentication. |
system_test_boot |
core/modules/simpletest/tests/system_test.module |
Implements hook_boot(). |
system_test_exit |
core/modules/simpletest/tests/system_test.module |
Implements hook_exit(). |
system_test_filetransfer_info |
core/modules/simpletest/tests/system_test.module |
Implements hook_filetransfer_info(). |
system_test_get_destination |
core/modules/simpletest/tests/system_test.module |
Page callback to print out $_GET['destination'] for testing. |
system_test_hello_world |
core/modules/simpletest/tests/system_test.module |
Menu callback; Basic page with no dynamic content. |
system_test_init |
core/modules/simpletest/tests/system_test.module |
Implements hook_init(). |
system_test_lock_acquire |
core/modules/simpletest/tests/system_test.module |
Try to acquire a named lock and report the outcome. |
system_test_lock_exit |
core/modules/simpletest/tests/system_test.module |
Try to acquire a specific lock, and then exit. |
system_test_main_content_fallback |
core/modules/simpletest/tests/system_test.module |
Menu callback to test main content fallback(). |
system_test_menu |
core/modules/simpletest/tests/system_test.module |
Implements hook_menu(). |
system_test_modules_disabled |
core/modules/simpletest/tests/system_test.module |
Implements hook_modules_disabled(). |
system_test_modules_enabled |
core/modules/simpletest/tests/system_test.module |
Implements hook_modules_enabled(). |
system_test_modules_installed |
core/modules/simpletest/tests/system_test.module |
Implements hook_modules_installed(). |
system_test_modules_uninstalled |
core/modules/simpletest/tests/system_test.module |
Implements hook_modules_uninstalled(). |
system_test_multiple_redirects |
core/modules/simpletest/tests/system_test.module |
Menu callback; sends a redirect header to itself until $count argument is 0. |
system_test_page_shutdown_functions |
core/modules/simpletest/tests/system_test.module |
A simple page callback which adds a register shutdown function. |
system_test_redirect |
core/modules/simpletest/tests/system_test.module |
|
system_test_redirect_invalid_scheme |
core/modules/simpletest/tests/system_test.module |
|
system_test_redirect_noparse |
core/modules/simpletest/tests/system_test.module |
|
system_test_redirect_noscheme |
core/modules/simpletest/tests/system_test.module |
|
system_test_redirect_protocol_relative |
core/modules/simpletest/tests/system_test.module |
Redirects to protocol-relative URL. |
system_test_request_destination |
core/modules/simpletest/tests/system_test.module |
Page callback to print out $_REQUEST['destination'] for testing. |
system_test_set_header |
core/modules/simpletest/tests/system_test.module |
|
system_test_sleep |
core/modules/simpletest/tests/system_test.module |
Menu callback; Delay the return of a response, simulating a heavy page. |
system_test_system_info_alter |
core/modules/simpletest/tests/system_test.module |
Implements hook_system_info_alter(). |
system_theme |
core/modules/system/system.module |
Implements hook_theme(). |
system_themes_admin_form |
core/modules/system/system.admin.inc |
Form to select the administration theme. |
system_themes_admin_form_submit |
core/modules/system/system.admin.inc |
Process system_themes_admin_form form submissions. |
system_themes_disabled |
core/modules/system/system.module |
Implements hook_themes_disabled(). |
system_themes_page |
core/modules/system/system.admin.inc |
Menu callback; displays a listing of all themes. |
system_theme_debug_enabled_warning |
core/modules/system/system.module |
Check if theme_debug is enabled, and throw a warning if so. |
system_theme_default |
core/modules/system/system.admin.inc |
Menu callback; Set the default theme. |
system_theme_disable_confirm |
core/modules/system/system.admin.inc |
Theme disable confirmation form. |
system_theme_disable_confirm_submit |
core/modules/system/system.admin.inc |
Form submission handler for system_theme_disable_confirm_submit(). |
system_theme_enable |
core/modules/system/system.admin.inc |
Menu callback; Enables a theme. |
system_theme_settings |
core/modules/system/system.admin.inc |
Form builder; display configuration for individual themes. |
system_theme_settings_submit |
core/modules/system/system.admin.inc |
Process system_theme_settings form submissions. |
system_timezone |
core/modules/system/system.module |
Menu callback; Retrieve a JSON object containing a suggested time zone name. |
system_time_zones |
core/modules/system/system.module |
Generate an array of time zones and their local time&date. |
system_tokens |
core/modules/system/system.tokens.inc |
Implements hook_tokens(). |
system_token_browser |
core/modules/system/system.pages.inc |
Token browser JSON endpoint callback. |
system_token_browser_access |
core/modules/system/system.pages.inc |
Token browser JSON endpoint access callback. |
system_token_browser_build_level |
core/modules/system/system.pages.inc |
Build a level of the token hierarchy. |
system_token_browser_output |
core/modules/system/system.pages.inc |
Token browser JSON endpoint delivery callback. |
system_token_browser_tree_access |
core/modules/system/system.pages.inc |
Token browser tree access callback. |
system_token_browser_tree_build_content |
core/modules/system/system.pages.inc |
Helper function to generate a render array of token types. |
system_token_info |
core/modules/system/system.tokens.inc |
Implements hook_token_info(). |
system_token_output |
core/modules/system/system.pages.inc |
Page callback to output a token tree as an empty page. |