Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
SelectQueryInterface::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryInterface::havingCondition function includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQueryInterface::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryInterface::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQueryInterface::orderRandom function includes/database/select.inc Orders the result set by a random value.
SelectQuery_pgsql::orderBy function includes/database/pgsql/select.inc Overrides SelectQuery::orderBy().
SelectQuery_pgsql::orderRandom function includes/database/pgsql/select.inc Orders the result set by a random value.
SelectQuery_sqlite::forUpdate function includes/database/sqlite/select.inc Add FOR UPDATE to the query.
SessionHttpsTestCase::assertSessionIds function modules/simpletest/tests/session.test Test that there exists a session with two specific session IDs.
SessionHttpsTestCase::testEmptySessionId function modules/simpletest/tests/session.test Tests that empty session IDs do not cause unrelated sessions to load.
SessionTestCase::$_logged_in property modules/simpletest/tests/session.test
SessionTestCase::testDataPersistence function modules/simpletest/tests/session.test Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptySessionID function modules/simpletest/tests/session.test Test that empty session IDs are not allowed.
SessionTestCase::testHashedSessionIds function modules/simpletest/tests/session.test Test hashing of session ids in the database.
SessionTestCase::testHashedSessionIdsOptOut function modules/simpletest/tests/session.test Test opt-out of hashing of session ids in the database.
SessionTestCase::testNoSameSiteCookieAttributeDefault function modules/simpletest/tests/session.test Test absence of SameSite attribute on session cookies by default.
SessionTestCase::testSameSiteCookieAttributeDisabledViaConf function modules/simpletest/tests/session.test Test disabling the samesite attribute on session cookies via $conf
SessionTestCase::testSameSiteCookieAttributeDisabledViaPhpIni function modules/simpletest/tests/session.test Test disabling the samesite attribute on session cookies via php ini
SessionTestCase::testSamesiteCookieOverrideLaxToStrict function modules/simpletest/tests/session.test Test overriding the PHP setting for session.cookie_samesite with the
samesite_cookie_value variable.
SessionUnitTestCase::testCookieDomain function modules/simpletest/tests/session.test
session_test.module file modules/simpletest/tests/session_test.module
session_test_drupal_goto_alter function modules/simpletest/tests/session_test.module Implements hook_drupal_goto_alter().
seven_admin_block_content function themes/seven/template.php Overrides theme_admin_block_content().
seven_node_add_list function themes/seven/template.php Display the list of available node types for node creation.
seven_tablesort_indicator function themes/seven/template.php Override of theme_tablesort_indicator().
shortcut.admin.css file modules/shortcut/shortcut.admin.css .shortcut-slot-hidden {
display: none;
}

div.form-item-set div.form-item-new {
display: inline;
}
shortcut.admin.inc file modules/shortcut/shortcut.admin.inc Administrative page callbacks for the shortcut module.
shortcut.module file modules/shortcut/shortcut.module Allows users to manage customizable lists of shortcut links.
ShortcutLinksTestCase::testShortcutLinkAdd function modules/shortcut/shortcut.test Tests that creating a shortcut works properly.
ShortcutLinksTestCase::testShortcutLinkDelete function modules/shortcut/shortcut.test Tests deleting a shortcut link.
ShortcutSetsTestCase::testShortcutSetAdd function modules/shortcut/shortcut.test Tests creating a 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::testShortcutSetRenameAlreadyExists function modules/shortcut/shortcut.test Tests renaming a shortcut set to the same name as another set.
ShortcutTestCase::$admin_user property modules/shortcut/shortcut.test User with permission to administer shortcuts.
ShortcutTestCase::$node property modules/shortcut/shortcut.test Generic node used for testing.
shortcut_admin_add_link function modules/shortcut/shortcut.admin.inc Adds a link to the end of a shortcut set, keeping within a prescribed limit.
shortcut_admin_paths function modules/shortcut/shortcut.module Implements hook_admin_paths().
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_link_add function modules/shortcut/shortcut.admin.inc Form callback: builds the form for adding a new shortcut link.
shortcut_link_add_inline function modules/shortcut/shortcut.admin.inc Menu page callback: creates a new link in the provided shortcut set.
shortcut_link_add_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_link_add().
shortcut_link_delete function modules/shortcut/shortcut.admin.inc Form callback: builds the confirmation form for deleting a shortcut link.
shortcut_link_delete_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_link_delete_submit().
shortcut_link_edit function modules/shortcut/shortcut.admin.inc Form callback: builds the form for editing a shortcut link.
shortcut_link_edit_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_link_edit().
shortcut_link_edit_validate function modules/shortcut/shortcut.admin.inc Validation handler for the shortcut link add and edit forms.
shortcut_renderable_links function modules/shortcut/shortcut.module Returns an array of shortcut links, suitable for rendering.

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