system_menu_tree_block_data |
core/modules/system/system.menu.inc |
Gets the data structure representing a menu tree for the given configuration. |
system_menu_tree_depth_trim |
core/modules/system/system.menu.inc |
Prune a tree so it does not extend beyond the specified depth limit. |
system_menu_tree_prune_tree |
core/modules/system/system.menu.inc |
Prune a tree so that it begins at the specified level. |
system_menu_tree_trim_active_path |
core/modules/system/system.menu.inc |
Trim everything but the active trail in the tree. |
system_modules |
core/modules/system/system.admin.inc |
Menu callback; provides module enable/disable interface. |
system_modules_confirm_form |
core/modules/system/system.admin.inc |
Display confirmation form for required modules. |
system_modules_submit |
core/modules/system/system.admin.inc |
Submit callback; handles modules form submission. |
system_modules_uninstall |
core/modules/system/system.admin.inc |
Builds a form of currently disabled modules. |
system_modules_uninstall_confirm_form |
core/modules/system/system.admin.inc |
Confirm uninstall of selected modules. |
system_modules_uninstall_submit |
core/modules/system/system.admin.inc |
Processes the submitted uninstall form. |
system_modules_uninstall_validate |
core/modules/system/system.admin.inc |
Validates the submitted uninstall form. |
system_page_delivery_callback_alter |
core/modules/system/system.module |
Implements hook_page_delivery_callback_alter(). |
system_performance_settings |
core/modules/system/system.admin.inc |
Form builder; Configure site performance settings. |
system_permission |
core/modules/system/system.module |
Implements hook_permission(). |
system_php |
core/modules/system/system.admin.inc |
Menu callback: return information about PHP. |
system_preprocess_block |
core/modules/system/system.module |
Implements hook_preprocess_block(). |
system_preprocess_page_components |
core/modules/system/system.theme.inc |
Prepares variables for Page Component block templates. |
system_rebuild_module_data |
core/modules/system/system.module |
Rebuild, save, and return data about all currently available modules. |
system_rebuild_theme_data |
core/modules/system/system.module |
Rebuild, save, and return data about all currently available themes. |
system_redirect_deprecated_page |
core/modules/system/system.module |
Menu callback; Redirects a deprecated menu location to a new path. |
system_regional_settings |
core/modules/system/system.admin.inc |
Form builder; Configure the site regional settings. |
system_regional_settings_submit |
core/modules/system/system.admin.inc |
Form submission handler for regional settings. |
system_requirements |
core/modules/system/system.install |
Implements hook_requirements(). |
system_retrieve_file |
core/modules/system/system.module |
Attempts to get a file using backdrop_http_request and to store it locally. |
system_rss_feeds_settings |
core/modules/system/system.admin.inc |
Form builder; Configure how the site handles RSS feeds. |
system_run_automated_cron |
core/modules/system/system.module |
Run the automated cron if enabled. |
system_run_cron |
core/modules/system/system.admin.inc |
Menu callback: run cron manually. |
system_run_cron_submit |
core/modules/system/system.admin.inc |
Submit callback; run cron. |
system_schema |
core/modules/system/system.install |
Implements hook_schema(). |
system_settings_form |
core/modules/system/system.module |
Sets up a form to save information automatically. |
system_settings_form_submit |
core/modules/system/system.module |
Form submission handler for system_settings_form(). |
system_site_information_settings |
core/modules/system/system.admin.inc |
Form builder; The general site information form. |
system_site_information_settings_submit |
core/modules/system/system.admin.inc |
Form submission handler for system_site_information_settings(). |
system_site_information_settings_validate |
core/modules/system/system.admin.inc |
Validates the submitted site-information form. |
system_site_maintenance_mode |
core/modules/system/system.admin.inc |
Form builder; Configure the site's maintenance status. |
system_site_maintenance_mode_submit |
core/modules/system/system.admin.inc |
Submit handler for the system_site_maintenance_mode() form. |
system_sort_modules_by_info_name |
core/modules/system/system.admin.inc |
Array sorting callback; sorts modules or themes by their name. |
system_sort_themes |
core/modules/system/system.admin.inc |
Array sorting callback; sorts modules or themes by their name. |
system_status |
core/modules/system/system.admin.inc |
Menu callback: displays the site status report. Can also be used as a pure check. |
system_stream_wrappers |
core/modules/system/system.module |
Implements hook_stream_wrappers(). |
system_system_info_alter Deprecated |
core/modules/system/system.module |
Implements hook_system_info_alter(). |
system_test_access_callback |
core/modules/simpletest/tests/system_test.module |
Access callback used to check access based on a variable. |
system_test_authorize_init_page |
core/modules/simpletest/tests/system_test.module |
Page callback to initialize authorize.php during testing. |
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. |