Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
SystemQueue::claimItem function modules/system/system.queue.inc Claim an item in the queue for processing.
SystemQueue::createItem function modules/system/system.queue.inc Add a queue item and store it directly to the queue.
SystemQueue::createQueue function modules/system/system.queue.inc Create a queue.
SystemQueue::deleteItem function modules/system/system.queue.inc Delete a finished item from the queue.
SystemQueue::deleteQueue function modules/system/system.queue.inc Delete a queue and every item in the queue.
SystemQueue::numberOfItems function modules/system/system.queue.inc Retrieve the number of items in the queue.
SystemQueue::releaseItem function modules/system/system.queue.inc Release an item that the worker could not process, so another
worker can come in and process it before the timeout expires.
SystemQueue::__construct function modules/system/system.queue.inc
SystemTestFileTransfer class modules/simpletest/tests/system_test.module Mock FileTransfer object to test the settings form functionality.
SystemTestFileTransfer::factory function modules/simpletest/tests/system_test.module
SystemTestFileTransfer::getSettingsForm function modules/simpletest/tests/system_test.module
SystemThemeFunctionalTest class modules/system/system.test Tests for the theme interface functionality.
SystemThemeFunctionalTest::$admin_user property modules/system/system.test
SystemThemeFunctionalTest::$node property modules/system/system.test
SystemThemeFunctionalTest::getInfo function modules/system/system.test
SystemThemeFunctionalTest::setUp function modules/system/system.test
SystemThemeFunctionalTest::testAdministrationTheme function modules/system/system.test Test the administration theme functionality.
SystemThemeFunctionalTest::testPerThemeSettings function modules/system/system.test Test the individual per-theme settings form.
SystemThemeFunctionalTest::testSwitchDefaultTheme function modules/system/system.test Test switching the default theme.
SystemThemeFunctionalTest::testThemeSettings function modules/system/system.test Test the theme settings form.
SystemValidTokenTest class modules/system/system.test Test case for drupal_valid_token().
SystemValidTokenTest::$assertErrors property modules/system/system.test Flag to indicate whether PHP error reportings should be asserted.
SystemValidTokenTest::errorHandler function modules/system/system.test Overrides DrupalTestCase::errorHandler().
SystemValidTokenTest::getInfo function modules/system/system.test
SystemValidTokenTest::testTokenValidation function modules/system/system.test Tests invalid invocations of drupal_valid_token() that must return FALSE.
system_actions_configure function modules/system/system.admin.inc Menu callback; Creates the form for configuration of a single action.
system_actions_configure_submit function modules/system/system.admin.inc Process system_actions_configure() form submissions.
system_actions_configure_validate function modules/system/system.admin.inc Validate system_actions_configure() form submissions.
system_actions_delete_form function modules/system/system.admin.inc Create the form for confirmation of deleting an action.
system_actions_delete_form_submit function modules/system/system.admin.inc Process system_actions_delete form submissions.
system_actions_manage function modules/system/system.admin.inc Menu callback; Displays an overview of available and configured actions.
system_actions_manage_form function modules/system/system.admin.inc Define the form for the actions overview page.
system_actions_manage_form_submit function modules/system/system.admin.inc Process system_actions_manage form submissions.
system_actions_remove_orphans function modules/system/system.admin.inc Remove actions that are in the database but not supported by any enabled module.
system_action_delete_orphans_post function modules/system/system.admin.inc Post-deletion operations for deleting action orphans.
system_action_info function modules/system/system.module Implements hook_action_info().
system_add_date_formats_form_submit function modules/system/system.admin.inc Process new date format string submission.
system_add_date_formats_form_validate function modules/system/system.admin.inc Validate new date format string submission.
system_add_date_format_type_form function modules/system/system.admin.inc Add new date type.
system_add_date_format_type_form_submit function modules/system/system.admin.inc Process system_add_date_format_type form submissions.
system_add_date_format_type_form_validate function modules/system/system.admin.inc Validate system_add_date_format_type form submissions.
system_add_module_assets function modules/system/system.module Adds CSS and JavaScript files declared in module .info files.
system_admin_compact_mode function modules/system/system.module Determines whether the current user is in compact mode.
system_admin_compact_page function modules/system/system.module Menu callback; Sets whether the admin menu is in compact mode or not.
system_admin_config_page function modules/system/system.admin.inc Menu callback; Provide the administration overview page.
system_admin_index function modules/system/system.admin.inc Menu callback; prints a listing of admin tasks, organized by module.
system_admin_menu_block function modules/system/system.module Provide a single block on the administration overview page.
system_admin_menu_block_page function modules/system/system.admin.inc Provide a single block from the administration menu as a page.
system_admin_paths function modules/system/system.module Implements hook_admin_paths().
system_admin_test.info file modules/simpletest/tests/system_admin_test.info name = System Admin Test
description = 'Support module for testing system.admin.inc.'
package = Only For Testing
version = VERSION
core = 7.x
hidden = FALSE
configure = config/broken

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.