Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| SelectQueryInterface::join | function | includes/ |
Default Join against another table in the database. |
| SelectQueryInterface::leftJoin | function | includes/ |
Left Outer Join against another table in the database. |
| SelectQueryInterface::orderBy | function | includes/ |
Orders the result set by a given field. |
| SelectQueryInterface::orderRandom | function | includes/ |
Orders the result set by a random value. |
| SelectQueryInterface::preExecute | function | includes/ |
Generic preparation and validation for a SELECT query. |
| SelectQueryInterface::range | function | includes/ |
Restricts a query to a given range in the result set. |
| SelectQueryInterface::rightJoin | function | includes/ |
Right Outer Join against another table in the database. |
| SelectQueryInterface::union | function | includes/ |
Add another Select query to UNION to this one. |
| SelectQueryInterface::__clone | function | includes/ |
Clone magic method. |
| SelectQuery_pgsql | class | includes/ |
|
| SelectQuery_pgsql::orderBy | function | includes/ |
Overrides SelectQuery::orderBy(). |
| SelectQuery_pgsql::orderRandom | function | includes/ |
|
| SelectQuery_sqlite | class | includes/ |
SQLite specific query builder for SELECT statements. |
| SelectQuery_sqlite::forUpdate | function | includes/ |
|
| session.inc | file | includes/ |
User session handling functions. |
| session.test | file | modules/ |
Provides SimpleTests for core session handling functionality. |
| SessionHttpsTestCase | class | modules/ |
Ensure that when running under HTTPS two session cookies are generated. |
| SessionHttpsTestCase::assertSessionIds | function | modules/ |
Test that there exists a session with two specific session IDs. |
| SessionHttpsTestCase::getInfo | function | modules/ |
|
| SessionHttpsTestCase::httpsUrl | function | modules/ |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
| SessionHttpsTestCase::httpUrl | function | modules/ |
Builds a URL for submitting a mock HTTP request to HTTPS test environments. |
| SessionHttpsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SessionHttpsTestCase::testEmptySessionId | function | modules/ |
Tests that empty session IDs do not cause unrelated sessions to load. |
| SessionHttpsTestCase::testHttpsSession | function | modules/ |
|
| SessionTestCase | class | modules/ |
@file Provides SimpleTests for core session handling functionality. |
| SessionTestCase::$_logged_in | property | modules/ |
|
| SessionTestCase::assertSessionCookie | function | modules/ |
Assert whether the SimpleTest browser sent a session cookie. |
| SessionTestCase::assertSessionEmpty | function | modules/ |
Assert whether $_SESSION is empty at the beginning of the request. |
| SessionTestCase::getInfo | function | modules/ |
|
| SessionTestCase::httpsUrl | function | modules/ |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
| SessionTestCase::sessionReset | function | modules/ |
Reset the cookie file so that it refers to the specified user. |
| SessionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SessionTestCase::testDataPersistence | function | modules/ |
Test data persistence via the session_test module callbacks. |
| SessionTestCase::testEmptyAnonymousSession | function | modules/ |
Test that empty anonymous sessions are destroyed. |
| 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::testSameSiteCookieAttributeLax | function | modules/ |
Test SameSite attribute = Lax on session cookies. |
| SessionTestCase::testSameSiteCookieAttributeNone | function | modules/ |
Test SameSite attribute = None on session cookies. |
| SessionTestCase::testSameSiteCookieAttributeNoneSecure | function | modules/ |
Test SameSite attribute = None by default on Secure session cookies. |
| SessionTestCase::testSameSiteCookieAttributeStrict | function | modules/ |
Test SameSite attribute = Strict on session cookies. |
| SessionTestCase::testSamesiteCookieLogoutLax | function | modules/ |
Test SameSite attribute = Lax on set-cookie header on logout. |
| SessionTestCase::testSamesiteCookieOverrideLaxToStrict | function | modules/ |
Test overriding the PHP setting for session.cookie_samesite with the samesite_cookie_value variable. |
| SessionTestCase::testSamesiteCookiePhpSettingLax | function | modules/ |
Test that a PHP setting for session.cookie_samesite is not overridden by the default value in Drupal, without a samesite_cookie_value variable. |
| SessionTestCase::testSessionSaveRegenerate | function | modules/ |
Tests for drupal_save_session() and drupal_session_regenerate(). |
| SessionTestCase::testSessionWrite | function | modules/ |
Test that sessions are only saved when necessary. |
| SessionUnitTestCase | class | modules/ |
Unit tests for session handling. |
Pagination
- Previous page
- Page 170
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.