shortcut_set_add_form_submit |
drupal/core/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_add_form(). |
|
|
shortcut_set_add_form_validate |
drupal/core/modules/shortcut/shortcut.admin.inc |
Validation handler for shortcut_set_add_form(). |
|
|
shortcut_set_admin |
drupal/core/modules/shortcut/shortcut.admin.inc |
Menu page callback: builds the page for administering shortcut sets. |
|
1 |
shortcut_set_assign_user |
drupal/core/modules/shortcut/shortcut.module |
Assigns a user to a particular shortcut set. |
4 |
|
shortcut_set_customize |
drupal/core/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for customizing shortcut sets. |
|
1 |
shortcut_set_customize_submit |
drupal/core/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_customize(). |
|
|
shortcut_set_delete |
drupal/core/modules/shortcut/shortcut.module |
Deletes a shortcut set. |
1 |
|
shortcut_set_delete_access |
drupal/core/modules/shortcut/shortcut.module |
Access callback for deleting a shortcut set. |
1 |
1 |
shortcut_set_delete_form |
drupal/core/modules/shortcut/shortcut.admin.inc |
Form callback: builds the confirmation form for deleting a shortcut set. |
|
1 |
shortcut_set_delete_form_submit |
drupal/core/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_delete_form(). |
|
|
shortcut_set_edit_access |
drupal/core/modules/shortcut/shortcut.module |
Access callback for editing a shortcut set. |
3 |
1 |
shortcut_set_edit_form |
drupal/core/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for editing the shortcut set name. |
|
1 |
shortcut_set_edit_form_submit |
drupal/core/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_edit_form(). |
|
|
shortcut_set_edit_form_validate |
drupal/core/modules/shortcut/shortcut.admin.inc |
Validation handler for shortcut_set_edit_form(). |
|
|
shortcut_set_get_unique_name |
drupal/core/modules/shortcut/shortcut.module |
Returns a unique, machine-readable shortcut set name. |
1 |
|
shortcut_set_load |
drupal/core/modules/shortcut/shortcut.module |
Loads the data for a shortcut set. |
15 |
|
shortcut_set_name |
drupal/core/modules/shortcut/shortcut.module |
Returns the name of a shortcut set, based on a provided number. |
1 |
|
shortcut_set_reset_link_weights |
drupal/core/modules/shortcut/shortcut.module |
Resets the link weights in a shortcut set to match their current order. |
1 |
|
shortcut_set_save |
drupal/core/modules/shortcut/shortcut.module |
Saves a shortcut set. |
10 |
|
shortcut_set_switch |
drupal/core/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for switching shortcut sets. |
|
1 |
shortcut_set_switch_access |
drupal/core/modules/shortcut/shortcut.module |
Access callback for switching the shortcut set assigned to a user account. |
1 |
1 |
shortcut_set_switch_submit |
drupal/core/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_switch(). |
|
|
shortcut_set_switch_validate |
drupal/core/modules/shortcut/shortcut.admin.inc |
Validation handler for shortcut_set_switch(). |
|
|
shortcut_set_title |
drupal/core/modules/shortcut/shortcut.module |
Returns the title of a shortcut set. |
|
1 |
shortcut_set_title_exists |
drupal/core/modules/shortcut/shortcut.module |
Check to see if a shortcut set with the given title already exists. |
3 |
|
shortcut_set_unassign_user |
drupal/core/modules/shortcut/shortcut.module |
Unassigns a user from any shortcut set they may have been assigned to. |
1 |
|
shortcut_theme |
drupal/core/modules/shortcut/shortcut.module |
Implements hook_theme(). |
|
|
shortcut_toolbar |
drupal/core/modules/shortcut/shortcut.module |
Implements hook_toolbar(). |
|
|
shortcut_uninstall |
drupal/core/modules/shortcut/shortcut.install |
Implements hook_uninstall(). |
|
|
shortcut_valid_link |
drupal/core/modules/shortcut/shortcut.module |
Determines if a path corresponds to a valid shortcut link. |
2 |
|
show |
drupal/core/includes/common.inc |
Shows a hidden element for later rendering. |
2 |
4 |
simpletest_classloader_register |
drupal/core/modules/simpletest/simpletest.module |
Registers namespaces for disabled modules. |
4 |
|
simpletest_clean_database |
drupal/core/modules/simpletest/simpletest.module |
Removed prefixed tables from the database that are left over from crashed tests. |
2 |
|
simpletest_clean_environment |
drupal/core/modules/simpletest/simpletest.module |
Remove all temporary database tables and directories. |
|
1 |
simpletest_clean_results_table |
drupal/core/modules/simpletest/simpletest.module |
Clear the test result tables. |
2 |
|
simpletest_clean_temporary_directories |
drupal/core/modules/simpletest/simpletest.module |
Find all leftover temporary directories and remove them. |
1 |
|
simpletest_generate_file |
drupal/core/modules/simpletest/simpletest.module |
Generate test file. |
1 |
|
simpletest_help |
drupal/core/modules/simpletest/simpletest.module |
Implements hook_help(). |
|
|
simpletest_js_alter |
drupal/core/modules/simpletest/simpletest.module |
Implements hook_js_alter(). |
|
|
simpletest_last_test_get |
drupal/core/modules/simpletest/simpletest.module |
Get information about the last test that ran given a test ID. |
1 |
|
simpletest_library_info |
drupal/core/modules/simpletest/simpletest.module |
Implements hook_library_info(). |
|
|
simpletest_log_read |
drupal/core/modules/simpletest/simpletest.module |
Read the error log and report any errors as assertion failures. |
2 |
|
simpletest_mail_alter |
drupal/core/modules/simpletest/simpletest.module |
Implements hook_mail_alter(). |
|
|
simpletest_menu |
drupal/core/modules/simpletest/simpletest.module |
Implements hook_menu(). |
|
|
simpletest_permission |
drupal/core/modules/simpletest/simpletest.module |
Implements hook_permission(). |
|
|
simpletest_requirements |
drupal/core/modules/simpletest/simpletest.install |
Implements hook_requirements(). |
|
|
simpletest_result_form |
drupal/core/modules/simpletest/simpletest.pages.inc |
Test results form for $test_id. |
|
1 |
simpletest_result_form_submit |
drupal/core/modules/simpletest/simpletest.pages.inc |
Re-run the tests that match the filter. |
|
|
simpletest_result_get |
drupal/core/modules/simpletest/simpletest.pages.inc |
Get test results for $test_id. |
1 |
|
simpletest_result_status_image |
drupal/core/modules/simpletest/simpletest.pages.inc |
Get the appropriate image for the status. |
1 |
|