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
SelectQueryInterface::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryInterface::getArguments function includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQueryInterface::getExpressions function includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQueryInterface::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryInterface::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryInterface::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryInterface::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryInterface::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include
queries for UNION, UNION ALL, and UNION DISTINCT.
SelectQueryInterface::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQueryInterface::havingCondition function includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQueryInterface::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQueryInterface::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryInterface::join function includes/database/select.inc Default Join against another table in the database.
SelectQueryInterface::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
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.
SelectQueryInterface::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryInterface::range function includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryInterface::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryInterface::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryInterface::__clone function includes/database/select.inc Clone magic method.
SelectQuery_pgsql class includes/database/pgsql/select.inc
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 class includes/database/sqlite/select.inc SQLite specific query builder for SELECT statements.
SelectQuery_sqlite::forUpdate function includes/database/sqlite/select.inc Add FOR UPDATE to the query.
session.inc file includes/session.inc User session handling functions.
session.test file modules/simpletest/tests/session.test Provides SimpleTests for core session handling functionality.
SessionHttpsTestCase class modules/simpletest/tests/session.test Ensure that when running under HTTPS two session cookies are generated.
SessionHttpsTestCase::assertSessionIds function modules/simpletest/tests/session.test Test that there exists a session with two specific session IDs.
SessionHttpsTestCase::getInfo function modules/simpletest/tests/session.test
SessionHttpsTestCase::httpsUrl function modules/simpletest/tests/session.test Builds a URL for submitting a mock HTTPS request to HTTP test environments.
SessionHttpsTestCase::httpUrl function modules/simpletest/tests/session.test Builds a URL for submitting a mock HTTP request to HTTPS test environments.
SessionHttpsTestCase::setUp function modules/simpletest/tests/session.test Sets up a Drupal site for running functional and integration tests.
SessionHttpsTestCase::testEmptySessionId function modules/simpletest/tests/session.test Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession function modules/simpletest/tests/session.test
SessionTestCase class modules/simpletest/tests/session.test @file
Provides SimpleTests for core session handling functionality.
SessionTestCase::$_logged_in property modules/simpletest/tests/session.test
SessionTestCase::assertSessionCookie function modules/simpletest/tests/session.test Assert whether the SimpleTest browser sent a session cookie.
SessionTestCase::assertSessionEmpty function modules/simpletest/tests/session.test Assert whether $_SESSION is empty at the beginning of the request.
SessionTestCase::getInfo function modules/simpletest/tests/session.test
SessionTestCase::httpsUrl function modules/simpletest/tests/session.test Builds a URL for submitting a mock HTTPS request to HTTP test environments.
SessionTestCase::sessionReset function modules/simpletest/tests/session.test Reset the cookie file so that it refers to the specified user.
SessionTestCase::setUp function modules/simpletest/tests/session.test Sets up a Drupal site for running functional and integration tests.
SessionTestCase::testDataPersistence function modules/simpletest/tests/session.test Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptyAnonymousSession function modules/simpletest/tests/session.test Test that empty anonymous sessions are destroyed.
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.

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