Search for d
Title | Object type | File name | Summary |
---|---|---|---|
SelectQueryInterface::getOrderBy | function | includes/ |
Returns a reference to the order by array for this query. |
SelectQueryInterface::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQueryInterface::isPrepared | function | includes/ |
Indicates if preExecute() has already been called on that object. |
SelectQueryInterface::orderBy | function | includes/ |
Orders the result set by a given field. |
SelectQueryInterface::orderRandom | function | includes/ |
Orders the result set by a random value. |
SelectQuery_pgsql::orderBy | function | includes/ |
Overrides SelectQuery::orderBy(). |
SelectQuery_pgsql::orderRandom | function | includes/ |
Orders the result set by a random value. |
SelectQuery_sqlite::forUpdate | function | includes/ |
Add FOR UPDATE to the query. |
SessionHttpsTestCase::assertSessionIds | function | modules/ |
Test that there exists a session with two specific session IDs. |
SessionHttpsTestCase::testEmptySessionId | function | modules/ |
Tests that empty session IDs do not cause unrelated sessions to load. |
SessionTestCase::$_logged_in | property | modules/ |
|
SessionTestCase::testDataPersistence | function | modules/ |
Test data persistence via the session_test module callbacks. |
SessionTestCase::testEmptySessionID | function | modules/ |
Test that empty session IDs are not allowed. |
SessionTestCase::testHashedSessionIds | function | modules/ |
Test hashing of session ids in the database. |
SessionTestCase::testHashedSessionIdsOptOut | function | modules/ |
Test opt-out of hashing of session ids in the database. |
SessionTestCase::testNoSameSiteCookieAttributeDefault | function | modules/ |
Test absence of SameSite attribute on session cookies by default. |
SessionTestCase::testSameSiteCookieAttributeDisabledViaConf | function | modules/ |
Test disabling the samesite attribute on session cookies via $conf |
SessionTestCase::testSameSiteCookieAttributeDisabledViaPhpIni | function | modules/ |
Test disabling the samesite attribute on session cookies via php ini |
SessionTestCase::testSamesiteCookieOverrideLaxToStrict | function | modules/ |
Test overriding the PHP setting for session.cookie_samesite with the samesite_cookie_value variable. |
SessionUnitTestCase::testCookieDomain | function | modules/ |
|
session_test.module | file | modules/ |
|
session_test_drupal_goto_alter | function | modules/ |
Implements hook_drupal_goto_alter(). |
seven_admin_block_content | function | themes/ |
Overrides theme_admin_block_content(). |
seven_node_add_list | function | themes/ |
Display the list of available node types for node creation. |
seven_tablesort_indicator | function | themes/ |
Override of theme_tablesort_indicator(). |
shortcut.admin.css | file | modules/ |
.shortcut-slot-hidden { display: none; } div.form-item-set div.form-item-new { display: inline; } |
shortcut.admin.inc | file | modules/ |
Administrative page callbacks for the shortcut module. |
shortcut.module | file | modules/ |
Allows users to manage customizable lists of shortcut links. |
ShortcutLinksTestCase::testShortcutLinkAdd | function | modules/ |
Tests that creating a shortcut works properly. |
ShortcutLinksTestCase::testShortcutLinkDelete | function | modules/ |
Tests deleting a shortcut link. |
ShortcutSetsTestCase::testShortcutSetAdd | function | modules/ |
Tests creating a shortcut set. |
ShortcutSetsTestCase::testShortcutSetDelete | function | modules/ |
Tests deleting a shortcut set. |
ShortcutSetsTestCase::testShortcutSetDeleteDefault | function | modules/ |
Tests deleting the default shortcut set. |
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists | function | modules/ |
Tests renaming a shortcut set to the same name as another set. |
ShortcutTestCase::$admin_user | property | modules/ |
User with permission to administer shortcuts. |
ShortcutTestCase::$node | property | modules/ |
Generic node used for testing. |
shortcut_admin_add_link | function | modules/ |
Adds a link to the end of a shortcut set, keeping within a prescribed limit. |
shortcut_admin_paths | function | modules/ |
Implements hook_admin_paths(). |
shortcut_current_displayed_set | function | modules/ |
Returns the current displayed shortcut set for the provided user account. |
shortcut_default_set | function | modules/ |
Returns the default shortcut set for a given user account. |
SHORTCUT_DEFAULT_SET_NAME | constant | modules/ |
The name of the default shortcut set. |
shortcut_link_add | function | modules/ |
Form callback: builds the form for adding a new shortcut link. |
shortcut_link_add_inline | function | modules/ |
Menu page callback: creates a new link in the provided shortcut set. |
shortcut_link_add_submit | function | modules/ |
Submit handler for shortcut_link_add(). |
shortcut_link_delete | function | modules/ |
Form callback: builds the confirmation form for deleting a shortcut link. |
shortcut_link_delete_submit | function | modules/ |
Submit handler for shortcut_link_delete_submit(). |
shortcut_link_edit | function | modules/ |
Form callback: builds the form for editing a shortcut link. |
shortcut_link_edit_submit | function | modules/ |
Submit handler for shortcut_link_edit(). |
shortcut_link_edit_validate | function | modules/ |
Validation handler for the shortcut link add and edit forms. |
shortcut_renderable_links | function | modules/ |
Returns an array of shortcut links, suitable for rendering. |
Pagination
- Previous page
- Page 113
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.