system_regional_settings_submit |
modules/system/system.admin.inc |
Form submission handler for regional settings. |
system_requirements |
modules/system/system.install |
Implements hook_requirements(). |
system_retrieve_file |
modules/system/system.module |
Attempts to get a file using backdrop_http_request and to store it locally. |
system_rss_feeds_settings |
modules/system/system.admin.inc |
Form builder; Configure how the site handles RSS feeds. |
system_run_automated_cron |
modules/system/system.module |
Run the automated cron if enabled. |
system_run_cron |
modules/system/system.admin.inc |
Menu callback: run cron manually. |
system_run_cron_submit |
modules/system/system.admin.inc |
Submit callback; run cron. |
system_schema |
modules/system/system.install |
Implements hook_schema(). |
system_settings_form |
modules/system/system.module |
Sets up a form to save information automatically. |
system_settings_form_submit |
modules/system/system.module |
Form submission handler for system_settings_form(). |
system_site_information_settings |
modules/system/system.admin.inc |
Form builder; The general site information form. |
system_site_information_settings_submit |
modules/system/system.admin.inc |
Form submission handler for system_site_information_settings(). |
system_site_information_settings_validate |
modules/system/system.admin.inc |
Validates the submitted site-information form. |
_system_site_information_settings_validate_path |
modules/system/system.admin.inc |
Helper function for the system_site_information_settings form. |
system_site_maintenance_mode |
modules/system/system.admin.inc |
Form builder; Configure the site's maintenance status. |
system_site_maintenance_mode_submit |
modules/system/system.admin.inc |
Submit handler for the system_site_maintenance_mode() form. |
_system_sort_form_values_by_config |
modules/system/system.module |
Sorts the $form_state['values'] array into CMI buckets by $form['#config']. |
system_sort_modules_by_info_name |
modules/system/system.admin.inc |
Array sorting callback; sorts modules or themes by their name. |
_system_sort_requirements |
modules/system/system.module |
Helper function to sort requirements. |
system_sort_themes |
modules/system/system.admin.inc |
Array sorting callback; sorts modules or themes by their name. |
system_status |
modules/system/system.admin.inc |
Menu callback: displays the site status report. Can also be used as a pure check. |
system_stream_wrappers |
modules/system/system.module |
Implements hook_stream_wrappers(). |
system_system_info_alter Deprecated |
modules/system/system.module |
Implements hook_system_info_alter(). |
system_test_access_callback |
modules/simpletest/tests/system_test.module |
Access callback used to check access based on a variable. |
system_test_authorize_init_page |
modules/simpletest/tests/system_test.module |
Page callback to initialize authorize.php during testing. |
system_test_backdrop_set_message |
modules/simpletest/tests/system_test.module |
Sets two messages and removes the first one before the messages are displayed. |
system_test_basic_auth_page |
modules/simpletest/tests/system_test.module |
Check HTTP headers for authentication. |
system_test_boot |
modules/simpletest/tests/system_test.module |
Implements hook_boot(). |
system_test_exit |
modules/simpletest/tests/system_test.module |
Implements hook_exit(). |
system_test_filetransfer_info |
modules/simpletest/tests/system_test.module |
Implements hook_filetransfer_info(). |
_system_test_first_shutdown_function |
modules/simpletest/tests/system_test.module |
Dummy shutdown function which registers another shutdown function. |
system_test_get_destination |
modules/simpletest/tests/system_test.module |
Page callback to print out $_GET['destination'] for testing. |
system_test_hello_world |
modules/simpletest/tests/system_test.module |
Menu callback; Basic page with no dynamic content. |
system_test_init |
modules/simpletest/tests/system_test.module |
Implements hook_init(). |
system_test_lock_acquire |
modules/simpletest/tests/system_test.module |
Try to acquire a named lock and report the outcome. |
system_test_lock_exit |
modules/simpletest/tests/system_test.module |
Try to acquire a specific lock, and then exit. |
system_test_main_content_fallback |
modules/simpletest/tests/system_test.module |
Menu callback to test main content fallback(). |
system_test_menu |
modules/simpletest/tests/system_test.module |
Implements hook_menu(). |
system_test_modules_disabled |
modules/simpletest/tests/system_test.module |
Implements hook_modules_disabled(). |
system_test_modules_enabled |
modules/simpletest/tests/system_test.module |
Implements hook_modules_enabled(). |
system_test_modules_installed |
modules/simpletest/tests/system_test.module |
Implements hook_modules_installed(). |
system_test_modules_uninstalled |
modules/simpletest/tests/system_test.module |
Implements hook_modules_uninstalled(). |
system_test_multiple_redirects |
modules/simpletest/tests/system_test.module |
Menu callback; sends a redirect header to itself until $count argument is 0. |
system_test_page_shutdown_functions |
modules/simpletest/tests/system_test.module |
A simple page callback which adds a register shutdown function. |
system_test_redirect |
modules/simpletest/tests/system_test.module |
|
system_test_redirect_invalid_scheme |
modules/simpletest/tests/system_test.module |
|
system_test_redirect_noparse |
modules/simpletest/tests/system_test.module |
|
system_test_redirect_noscheme |
modules/simpletest/tests/system_test.module |
|
system_test_request_destination |
modules/simpletest/tests/system_test.module |
Page callback to print out $_REQUEST['destination'] for testing. |
_system_test_second_shutdown_function |
modules/simpletest/tests/system_test.module |
Dummy shutdown function. |