Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
shortcut_set_customize function modules/shortcut/shortcut.admin.inc Form callback: builds the form for customizing shortcut sets.
shortcut_set_customize_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_set_customize().
shortcut_set_delete function modules/shortcut/shortcut.module Deletes a shortcut set.
shortcut_set_delete_access function modules/shortcut/shortcut.module Access callback for deleting a shortcut set.
shortcut_set_delete_form function modules/shortcut/shortcut.admin.inc Form callback: builds the confirmation form for deleting a shortcut set.
shortcut_set_delete_form_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_set_delete_form().
shortcut_set_edit_access function modules/shortcut/shortcut.module Access callback for editing a shortcut set.
shortcut_set_edit_form function modules/shortcut/shortcut.admin.inc Form callback: builds the form for editing the shortcut set name.
shortcut_set_edit_form_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_set_edit_form().
shortcut_set_edit_form_validate function modules/shortcut/shortcut.admin.inc Validation handler for shortcut_set_edit_form().
shortcut_set_get_unique_name function modules/shortcut/shortcut.module Returns a unique, machine-readable shortcut set name.
shortcut_set_load function modules/shortcut/shortcut.module Loads the data for a shortcut set.
shortcut_set_name function modules/shortcut/shortcut.module Returns the name of a shortcut set, based on a provided number.
shortcut_set_reset_link_weights function modules/shortcut/shortcut.module Resets the link weights in a shortcut set to match their current order.
shortcut_set_save function modules/shortcut/shortcut.module Saves a shortcut set.
shortcut_set_switch function modules/shortcut/shortcut.admin.inc Form callback: builds the form for switching shortcut sets.
shortcut_set_switch_access function modules/shortcut/shortcut.module Access callback for switching the shortcut set assigned to a user account.
shortcut_set_switch_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_set_switch().
shortcut_set_switch_validate function modules/shortcut/shortcut.admin.inc Validation handler for shortcut_set_switch().
shortcut_set_title function modules/shortcut/shortcut.module Returns the sanitized title of a shortcut set.
shortcut_set_title_callback function modules/shortcut/shortcut.module Returns the title of a shortcut set.
shortcut_set_title_exists function modules/shortcut/shortcut.module Check to see if a shortcut set with the given title already exists.
shortcut_set_unassign_user function modules/shortcut/shortcut.module Unassigns a user from any shortcut set they may have been assigned to.
shortcut_theme function modules/shortcut/shortcut.module Implements hook_theme().
shortcut_toolbar_pre_render function modules/shortcut/shortcut.module Pre-render function for adding shortcuts to the toolbar drawer.
shortcut_uninstall function modules/shortcut/shortcut.install Implements hook_uninstall().
shortcut_valid_link function modules/shortcut/shortcut.module Determines if a path corresponds to a valid shortcut link.
show function includes/common.inc Shows a hidden element for later rendering.
ShutdownFunctionsTest class modules/system/system.test Functional tests shutdown functions.
ShutdownFunctionsTest::getInfo function modules/system/system.test
ShutdownFunctionsTest::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
ShutdownFunctionsTest::testShutdownFunctions function modules/system/system.test Test shutdown functions.
simpletest.api.php file modules/simpletest/simpletest.api.php Hooks provided by the SimpleTest module.
simpletest.css file modules/simpletest/simpletest.css /* Test Table */
#simpletest-form-table th.select-all {
width: 1em;
}
th.simpletest_test {
width: 16em;
}

.simpletest-image {
display: inline-block;
cursor: pointer;
width: 1em;
}
.simpletest-group-label label {
display: inline;
simpletest.info file modules/simpletest/simpletest.info name = Testing
description = Provides a framework for unit and functional testing.
package = Core
version = VERSION
core = 7.x
files[] = simpletest.test
files[] = drupal_web_test_case.php
configure = admin/config/development/testing/settings

; Tests…
simpletest.install file modules/simpletest/simpletest.install Install, update and uninstall functions for the simpletest module.
simpletest.module file modules/simpletest/simpletest.module Provides testing functionality.
simpletest.pages.inc file modules/simpletest/simpletest.pages.inc Page callbacks for simpletest module.
simpletest.test file modules/simpletest/simpletest.test Tests for simpletest.module.
SimpleTestBrokenSetUp class modules/simpletest/simpletest.test Tests a test case that does not run parent::setUp() in its setUp() method.
SimpleTestBrokenSetUp::getInfo function modules/simpletest/simpletest.test
SimpleTestBrokenSetUp::setUp function modules/simpletest/simpletest.test Sets up a Drupal site for running functional and integration tests.
SimpleTestBrokenSetUp::tearDown function modules/simpletest/simpletest.test Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix.
SimpleTestBrokenSetUp::testBreakSetUp function modules/simpletest/simpletest.test Runs this test case from within the simpletest child site.
SimpleTestBrowserTestCase class modules/simpletest/simpletest.test Test internal testing framework browser.
SimpleTestBrowserTestCase::$cookieSet property modules/simpletest/simpletest.test A flag indicating whether a cookie has been set in a test.
SimpleTestBrowserTestCase::getInfo function modules/simpletest/simpletest.test
SimpleTestBrowserTestCase::setUp function modules/simpletest/simpletest.test Sets up a Drupal site for running functional and integration tests.
SimpleTestBrowserTestCase::testCookieDoesNotBleed function modules/simpletest/simpletest.test Tests that the cookies from a previous test do not bleed into a new test.
SimpleTestBrowserTestCase::testCookies function modules/simpletest/simpletest.test Tests that cookies set during a request are available for testing.

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