SelectQueryInterface::distinct |
core/includes/database/select.inc |
Sets this query to be DISTINCT. |
SelectQueryInterface::fields |
core/includes/database/select.inc |
Add multiple fields from the same table to be selected. |
SelectQueryInterface::forUpdate |
core/includes/database/select.inc |
Add FOR UPDATE to the query. |
SelectQueryInterface::getArguments |
core/includes/database/select.inc |
Compiles and returns an array of the arguments for this prepared statement. |
SelectQueryInterface::getExpressions |
core/includes/database/select.inc |
Returns a reference to the expressions array for this query. |
SelectQueryInterface::getFields |
core/includes/database/select.inc |
Returns a reference to the fields array for this query. |
SelectQueryInterface::getGroupBy |
core/includes/database/select.inc |
Returns a reference to the group-by array for this query. |
SelectQueryInterface::getOrderBy |
core/includes/database/select.inc |
Returns a reference to the order by array for this query. |
SelectQueryInterface::getTables |
core/includes/database/select.inc |
Returns a reference to the tables array for this query. |
SelectQueryInterface::getUnion |
core/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 |
core/includes/database/select.inc |
Groups the result set by the specified field. |
SelectQueryInterface::havingCondition |
core/includes/database/select.inc |
Helper function to build most common HAVING conditional clauses. |
SelectQueryInterface::innerJoin |
core/includes/database/select.inc |
Inner Join against another table in the database. |
SelectQueryInterface::isPrepared |
core/includes/database/select.inc |
Indicates if preExecute() has already been called on that object. |
SelectQueryInterface::join |
core/includes/database/select.inc |
Default Join against another table in the database. |
SelectQueryInterface::leftJoin |
core/includes/database/select.inc |
Left Outer Join against another table in the database. |
SelectQueryInterface::orderBy |
core/includes/database/select.inc |
Orders the result set by a given field. |
SelectQueryInterface::orderRandom |
core/includes/database/select.inc |
Orders the result set by a random value. |
SelectQueryInterface::preExecute |
core/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
SelectQueryInterface::range |
core/includes/database/select.inc |
Restricts a query to a given range in the result set. |
SelectQueryInterface::rightJoin |
core/includes/database/select.inc |
Right Outer Join against another table in the database. |
SelectQueryInterface::union |
core/includes/database/select.inc |
Add another Select query to UNION to this one. |
SelectQueryInterface::__clone |
core/includes/database/select.inc |
Clone magic method. |
SelectQueryInterface::__toString |
core/includes/database/select.inc |
String magic method. |
SessionHttpsTestCase::assertSessionIds |
core/modules/simpletest/tests/session.test |
Test that there exists a session with two specific session IDs. |
SessionHttpsTestCase::httpsUrl |
core/modules/simpletest/tests/session.test |
Builds a URL for submitting a mock HTTPS request to HTTP test environments. |
SessionHttpsTestCase::httpUrl |
core/modules/simpletest/tests/session.test |
Builds a URL for submitting a mock HTTP request to HTTPS test environments. |
SessionHttpsTestCase::setUp |
core/modules/simpletest/tests/session.test |
Sets up a Backdrop site for running functional and integration tests. |
SessionHttpsTestCase::testEmptySessionId |
core/modules/simpletest/tests/session.test |
Tests that empty session IDs do not cause unrelated sessions to load. |
SessionHttpsTestCase::testHttpsSession |
core/modules/simpletest/tests/session.test |
|
SessionTestCase::assertSessionCookie |
core/modules/simpletest/tests/session.test |
Assert whether the SimpleTest browser sent a session cookie. |
SessionTestCase::assertSessionEmpty |
core/modules/simpletest/tests/session.test |
Assert whether $_SESSION is empty at the beginning of the request. |
SessionTestCase::sessionReset |
core/modules/simpletest/tests/session.test |
Reset the cookie file so that it refers to the specified user. |
SessionTestCase::setUp |
core/modules/simpletest/tests/session.test |
Sets up a Backdrop site for running functional and integration tests. |
SessionTestCase::testDataPersistence |
core/modules/simpletest/tests/session.test |
Test data persistence via the session_test module callbacks. |
SessionTestCase::testEmptyAnonymousSession |
core/modules/simpletest/tests/session.test |
Test that empty anonymous sessions are destroyed. |
SessionTestCase::testEmptySessionID |
core/modules/simpletest/tests/session.test |
Test that empty session IDs are not allowed. |
SessionTestCase::testSessionSaveRegenerate |
core/modules/simpletest/tests/session.test |
Tests for backdrop_save_session() and backdrop_session_regenerate(). |
SessionTestCase::testSessionWrite |
core/modules/simpletest/tests/session.test |
Test that sessions are only saved when necessary. |
session_test_backdrop_goto_alter |
core/modules/simpletest/tests/session_test.module |
Implements hook_backdrop_goto_alter(). |
session_test_boot |
core/modules/simpletest/tests/session_test.module |
Implements hook_boot(). |
session_test_form_user_login_alter |
core/modules/simpletest/tests/session_test.module |
Implements hook_form_FORM_ID_alter(). |
session_test_menu |
core/modules/simpletest/tests/session_test.module |
Implements hook_menu(). |
session_test_user_login |
core/modules/simpletest/tests/session_test.module |
Implements hook_user(). |
settings_get |
core/includes/bootstrap.inc |
Returns a site-wide setting, usually specified via the settings.php file. |
seven_admin_block_content |
core/themes/seven/template.php |
Overrides theme_admin_block_content(). |
seven_breadcrumb |
core/themes/seven/template.php |
Override theme function for breadcrumb trail |
seven_css_alter |
core/themes/seven/template.php |
Implements hook_css_alter(). |
seven_node_add_list |
core/themes/seven/template.php |
Overrides theme_node_add_list(). |
seven_preprocess_layout |
core/themes/seven/template.php |
Prepares variables for layout templates. |