Search for select
- Search 7.x for select
- Search 9.5.x for select
- Search 10.3.x for select
- Search 11.x for select
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Select | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
|
Select | class | core/ |
Provides a form element for a drop-down menu or scrolling selection box. |
Select | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
Query builder for SELECT statements. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Select::hasTag | function | core/ |
Determines if a given query has a given tag. |
Select::having | function | core/ |
Adds an arbitrary HAVING clause to the query. |
Select::havingArguments | function | core/ |
Gets a list of all values to insert into the HAVING clause. |
Select::havingCompile | function | core/ |
Compiles the HAVING clause for later retrieval. |
Select::havingCondition | function | core/ |
Helper function to build most common HAVING conditional clauses. |
Select::havingConditions | function | core/ |
Gets a list of all conditions in the HAVING clause. |
Select::havingExists | function | core/ |
Sets a HAVING condition that the specified subquery returns values. |
Select::havingIsNotNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NOT NULL. |
Select::havingIsNull | function | core/ |
Sets a condition in the HAVING clause that the specified field be NULL. |
Select::havingNotExists | function | core/ |
Sets a HAVING condition that the specified subquery returns no values. |
Select::innerJoin | function | core/ |
Inner Join against another table in the database. |
Select::isPrepared | function | core/ |
Indicates if preExecute() has already been called on that object. |
Select::join | function | core/ |
Default Join against another table in the database. |
Select::leftJoin | function | core/ |
Left Outer Join against another table in the database. |
Select::orderBy | function | core/ |
Overrides SelectQuery::orderBy(). |
Select::orderBy | function | core/ |
Orders the result set by a given field. |
Select::orderRandom | function | core/ |
Orders the result set by a random value. |
Select::orderRandom | function | core/ |
Orders the result set by a random value. |
Select::preExecute | function | core/ |
Generic preparation and validation for a SELECT query. |
Select::prepareCountQuery | function | core/ |
Prepares a count query from the current query object. |
Select::preRenderSelect | function | core/ |
Prepares a select render element. |
Select::processSelect | function | core/ |
Processes a select list form element. |
Select::range | function | core/ |
Restricts a query to a given range in the result set. |
Select::rightJoin | function | core/ |
Right Outer Join against another table in the database. |
Select::union | function | core/ |
Add another Select query to UNION to this one. |
Select::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
Select::__clone | function | core/ |
Implements the magic __clone function. |
Select::__construct | function | core/ |
Constructs a Select object. |
Select::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
selectable.css | file | core/ |
/*! * jQuery UI Selectable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-selectable { -ms-touch-action: none; touch-action:… |
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/ |
Test 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/ |
Modules to enable. |
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/ |
Test 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. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.