Search for __set

  1. Search 9.5.x for __set
  2. Search 8.9.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Other projects
Title Object type File name Summary
ShortcutSetsTestCase::getInfo function modules/shortcut/shortcut.test
ShortcutSetsTestCase::testShortcutSetAdd function modules/shortcut/shortcut.test Tests creating a shortcut set.
ShortcutSetsTestCase::testShortcutSetAssign function modules/shortcut/shortcut.test Tests switching another user's shortcut set.
ShortcutSetsTestCase::testShortcutSetDelete function modules/shortcut/shortcut.test Tests deleting a shortcut set.
ShortcutSetsTestCase::testShortcutSetDeleteDefault function modules/shortcut/shortcut.test Tests deleting the default shortcut set.
ShortcutSetsTestCase::testShortcutSetRename function modules/shortcut/shortcut.test Tests renaming a shortcut set.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists function modules/shortcut/shortcut.test Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSave function modules/shortcut/shortcut.test Tests that shortcut_set_save() correctly updates existing links.
ShortcutSetsTestCase::testShortcutSetSwitchCreate function modules/shortcut/shortcut.test Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName function modules/shortcut/shortcut.test Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTestCase::testShortcutSetSwitchOwn function modules/shortcut/shortcut.test Tests switching a user's own shortcut set.
ShortcutSetsTestCase::testShortcutSetUnassign function modules/shortcut/shortcut.test Tests unassigning a shortcut set.
ShortcutTestCase::$set property modules/shortcut/shortcut.test Site-wide default shortcut set.
ShortcutTestCase::generateShortcutSet function modules/shortcut/shortcut.test Creates a generic shortcut set.
ShortcutTestCase::setUp function modules/shortcut/shortcut.test Sets up a Drupal site for running functional and integration tests.
shortcut_current_displayed_set function modules/shortcut/shortcut.module Returns the current displayed shortcut set for the provided user account.
shortcut_default_set function modules/shortcut/shortcut.module Returns the default shortcut set for a given user account.
SHORTCUT_DEFAULT_SET_NAME constant modules/shortcut/shortcut.module The name of the default shortcut set.
shortcut_sets function modules/shortcut/shortcut.module Returns an array of all shortcut sets, keyed by the set name.
shortcut_set_add_form function modules/shortcut/shortcut.admin.inc Form callback: builds the form for adding a shortcut set.
shortcut_set_add_form_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_set_add_form().
shortcut_set_add_form_validate function modules/shortcut/shortcut.admin.inc Validation handler for shortcut_set_add_form().
shortcut_set_admin function modules/shortcut/shortcut.admin.inc Menu page callback: builds the page for administering shortcut sets.
shortcut_set_assign_user function modules/shortcut/shortcut.module Assigns a user to a particular shortcut set.
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.
ShutdownFunctionsTest::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
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

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