Search for on
Title | Object type | File name | Summary |
---|---|---|---|
search_extra_type_conditions | function | modules/ |
Test conditions callback for hook_search_info(). |
search_permission | function | modules/ |
Implements hook_permission(). |
search_reindex_confirm | function | modules/ |
Menu callback: confirm wiping of the index. |
search_reindex_confirm_submit | function | modules/ |
Handler for wipe confirmation |
SelectQuery::$expressions | property | includes/ |
The expressions to SELECT as virtual fields. |
SelectQuery::$union | property | includes/ |
An array whose elements specify a query to UNION, and the UNION type. The 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', 'UNION ALL', or 'UNION DISTINCT'… |
SelectQuery::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectQuery::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
SelectQuery::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
SelectQuery::getExpressions | function | includes/ |
Returns a reference to the expressions array for this query. |
SelectQuery::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQuery::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQuery::havingConditions | function | includes/ |
|
SelectQuery::union | function | includes/ |
Add another Select query to UNION to this one. |
SelectQuery::__clone | function | includes/ |
Implements the magic __clone function. |
SelectQuery::__construct | function | includes/ |
Constructs a Query object. |
SelectQueryExtender::$connection | property | includes/ |
The connection object on which to run this query. |
SelectQueryExtender::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectQueryExtender::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
SelectQueryExtender::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
SelectQueryExtender::getExpressions | function | includes/ |
Returns a reference to the expressions array for this query. |
SelectQueryExtender::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQueryExtender::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQueryExtender::havingConditions | function | includes/ |
|
SelectQueryExtender::union | function | includes/ |
Add another Select query to UNION to this one. |
SelectQueryExtender::__clone | function | includes/ |
Clone magic method. |
SelectQueryExtender::__construct | function | includes/ |
|
SelectQueryInterface::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectQueryInterface::getExpressions | function | includes/ |
Returns a reference to the expressions array for this query. |
SelectQueryInterface::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQueryInterface::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQueryInterface::union | function | includes/ |
Add another Select query to UNION to this one. |
SelectQueryInterface::__clone | function | includes/ |
Clone magic method. |
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. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.