Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| SystemQueue::claimItem | function | modules/ |
Claim an item in the queue for processing. |
| SystemQueue::createItem | function | modules/ |
Add a queue item and store it directly to the queue. |
| SystemQueue::createQueue | function | modules/ |
Create a queue. |
| SystemQueue::deleteItem | function | modules/ |
Delete a finished item from the queue. |
| SystemQueue::deleteQueue | function | modules/ |
Delete a queue and every item in the queue. |
| SystemQueue::numberOfItems | function | modules/ |
Retrieve the number of items in the queue. |
| SystemQueue::releaseItem | function | modules/ |
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/ |
|
| SystemTestFileTransfer | class | modules/ |
Mock FileTransfer object to test the settings form functionality. |
| SystemTestFileTransfer::factory | function | modules/ |
|
| SystemTestFileTransfer::getSettingsForm | function | modules/ |
|
| SystemThemeFunctionalTest | class | modules/ |
Tests for the theme interface functionality. |
| SystemThemeFunctionalTest::$admin_user | property | modules/ |
|
| SystemThemeFunctionalTest::$node | property | modules/ |
|
| SystemThemeFunctionalTest::getInfo | function | modules/ |
|
| SystemThemeFunctionalTest::setUp | function | modules/ |
|
| SystemThemeFunctionalTest::testAdministrationTheme | function | modules/ |
Test the administration theme functionality. |
| SystemThemeFunctionalTest::testPerThemeSettings | function | modules/ |
Test the individual per-theme settings form. |
| SystemThemeFunctionalTest::testSwitchDefaultTheme | function | modules/ |
Test switching the default theme. |
| SystemThemeFunctionalTest::testThemeSettings | function | modules/ |
Test the theme settings form. |
| SystemValidTokenTest | class | modules/ |
Test case for drupal_valid_token(). |
| SystemValidTokenTest::$assertErrors | property | modules/ |
Flag to indicate whether PHP error reportings should be asserted. |
| SystemValidTokenTest::errorHandler | function | modules/ |
Overrides DrupalTestCase::errorHandler(). |
| SystemValidTokenTest::getInfo | function | modules/ |
|
| SystemValidTokenTest::testTokenValidation | function | modules/ |
Tests invalid invocations of drupal_valid_token() that must return FALSE. |
| system_actions_configure | function | modules/ |
Menu callback; Creates the form for configuration of a single action. |
| system_actions_configure_submit | function | modules/ |
Process system_actions_configure() form submissions. |
| system_actions_configure_validate | function | modules/ |
Validate system_actions_configure() form submissions. |
| system_actions_delete_form | function | modules/ |
Create the form for confirmation of deleting an action. |
| system_actions_delete_form_submit | function | modules/ |
Process system_actions_delete form submissions. |
| system_actions_manage | function | modules/ |
Menu callback; Displays an overview of available and configured actions. |
| system_actions_manage_form | function | modules/ |
Define the form for the actions overview page. |
| system_actions_manage_form_submit | function | modules/ |
Process system_actions_manage form submissions. |
| system_actions_remove_orphans | function | modules/ |
Remove actions that are in the database but not supported by any enabled module. |
| system_action_delete_orphans_post | function | modules/ |
Post-deletion operations for deleting action orphans. |
| system_action_info | function | modules/ |
Implements hook_action_info(). |
| system_add_date_formats_form_submit | function | modules/ |
Process new date format string submission. |
| system_add_date_formats_form_validate | function | modules/ |
Validate new date format string submission. |
| system_add_date_format_type_form | function | modules/ |
Add new date type. |
| system_add_date_format_type_form_submit | function | modules/ |
Process system_add_date_format_type form submissions. |
| system_add_date_format_type_form_validate | function | modules/ |
Validate system_add_date_format_type form submissions. |
| system_add_module_assets | function | modules/ |
Adds CSS and JavaScript files declared in module .info files. |
| system_admin_compact_mode | function | modules/ |
Determines whether the current user is in compact mode. |
| system_admin_compact_page | function | modules/ |
Menu callback; Sets whether the admin menu is in compact mode or not. |
| system_admin_config_page | function | modules/ |
Menu callback; Provide the administration overview page. |
| system_admin_index | function | modules/ |
Menu callback; prints a listing of admin tasks, organized by module. |
| system_admin_menu_block | function | modules/ |
Provide a single block on the administration overview page. |
| system_admin_menu_block_page | function | modules/ |
Provide a single block from the administration menu as a page. |
| system_admin_paths | function | modules/ |
Implements hook_admin_paths(). |
| system_admin_test.info | file | modules/ |
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 |
Pagination
- Previous page
- Page 180
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.