Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Select::preRenderSelect | function | core/ |
Prepares a select render element. |
| Select::processSelect | function | core/ |
Processes a select list form element. |
| Select::range | function | core/ |
|
| Select::union | function | core/ |
|
| Select::valueCallback | function | core/ |
|
| Select::__clone | function | core/ |
|
| Select::__construct | function | core/ |
Constructs a Select object. |
| Select::__toString | function | core/ |
|
| SelectCloneTest | class | core/ |
Tests cloning Select queries. |
| SelectCloneTest.php | file | core/ |
|
| SelectCloneTest::testNestedQueryCloning | function | core/ |
Tests that nested SELECT queries are cloned properly. |
| SelectCloneTest::testSelectConditionSubQueryCloning | function | core/ |
Tests that subqueries as value within conditions are cloned properly. |
| SelectComplexTest | class | core/ |
Tests the Select query builder with more complex queries. |
| SelectComplexTest.php | file | core/ |
|
| SelectComplexTest::$modules | property | core/ |
|
| SelectComplexTest::testCountQuery | function | core/ |
Tests that we can generate a count query from a built query. |
| SelectComplexTest::testCountQueryDistinct | function | core/ |
Tests that we can generate a count query from a query with distinct. |
| SelectComplexTest::testCountQueryFieldRemovals | function | core/ |
Tests that countQuery properly removes fields and expressions. |
| SelectComplexTest::testCountQueryGroupBy | function | core/ |
Tests that we can generate a count query from a query with GROUP BY. |
| SelectComplexTest::testCountQueryRemovals | function | core/ |
Tests that countQuery removes 'all_fields' statements and ordering clauses. |
| SelectComplexTest::testDefaultJoin | function | core/ |
Tests simple JOIN statements. |
| SelectComplexTest::testDistinct | function | core/ |
Tests distinct queries. |
| SelectComplexTest::testGroupBy | function | core/ |
Tests GROUP BY clauses. |
| SelectComplexTest::testGroupByAndHaving | function | core/ |
Tests GROUP BY and HAVING clauses together. |
| SelectComplexTest::testHavingCountQuery | function | core/ |
Tests having queries. |
| SelectComplexTest::testJoinConditionObject | function | core/ |
Tests that join conditions can use Condition objects. |
| SelectComplexTest::testJoinSubquery | function | core/ |
Tests that we can join on a query. |
| SelectComplexTest::testJoinTwice | function | core/ |
Confirms we can join on a single table twice with a dynamic alias. |
| SelectComplexTest::testLeftOuterJoin | function | core/ |
Tests LEFT OUTER joins. |
| SelectComplexTest::testNestedConditions | function | core/ |
Confirms that we can properly nest conditional clauses. |
| SelectComplexTest::testRange | function | core/ |
Tests range queries. |
| SelectComplexTest::testRangeUndo | function | core/ |
Tests whether the range property of a select clause can be undone. |
| SelectComplexTest::testSelectWithRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
| SelectExtender | class | core/ |
The base extender class for Select queries. |
| SelectExtender.php | file | core/ |
|
| SelectExtender::$connection | property | core/ |
The connection object on which to run this query. |
| SelectExtender::$placeholder | property | core/ |
The placeholder counter. |
| SelectExtender::$query | property | core/ |
The Select query object we are extending/decorating. |
| SelectExtender::$uniqueIdentifier | property | core/ |
A unique identifier for this query object. |
| SelectExtender::addExpression | function | core/ |
|
| SelectExtender::addField | function | core/ |
|
| SelectExtender::addJoin | function | core/ |
|
| SelectExtender::addMetaData | function | core/ |
|
| SelectExtender::addTag | function | core/ |
|
| SelectExtender::alwaysFalse | function | core/ |
|
| SelectExtender::andConditionGroup | function | core/ |
|
| SelectExtender::arguments | function | core/ |
|
| SelectExtender::compile | function | core/ |
|
| SelectExtender::compiled | function | core/ |
|
| SelectExtender::condition | function | core/ |
Pagination
- Previous page
- Page 1447
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.