Search for orderby
- Search 7.x for orderby
 - Search 9.5.x for orderby
 - Search 8.9.x for orderby
 - Search 10.3.x for orderby
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| OrderByTest | class | core/ | 
                                                                                        Tests the orderBy() method of select queries. | 
| OrderByTest.php | file | core/ | 
                                                                                        |
| OrderByTest::$query | property | core/ | 
                                                                                        The select query object to test. | 
| OrderByTest::setUp | function | core/ | 
                                                                                        |
| OrderByTest::testFieldEscaping | function | core/ | 
                                                                                        Tests that fields passed for ordering get escaped properly. | 
| OrderByTest::testInvalidDirection | function | core/ | 
                                                                                        Checks that invalid sort directions in ORDER BY get converted to ASC. | 
| QueryTest::$orderBy | property | core/ | 
                                                                                        The field to order and the direction. | 
| QueryTest::addOrderBy | function | core/ | 
                                                                                        Adds an ORDER BY clause to the query. | 
| Select::getOrderBy | function | core/ | 
                                                                                        Returns a reference to the order by array for this query. | 
| Select::orderBy | function | core/ | 
                                                                                        Overrides SelectQuery::orderBy(). | 
| Select::orderBy | function | core/ | 
                                                                                        Orders the result set by a given field. | 
| SelectExtender::getOrderBy | function | core/ | 
                                                                                        Returns a reference to the order by array for this query. | 
| SelectExtender::orderBy | function | core/ | 
                                                                                        Orders the result set by a given field. | 
| SelectInterface::getOrderBy | function | core/ | 
                                                                                        Returns a reference to the order by array for this query. | 
| SelectInterface::orderBy | function | core/ | 
                                                                                        Orders the result set by a given field. | 
| SequenceDataDefinition::getOrderBy | function | core/ | 
                                                                                        Gets the description of how the sequence should be sorted. | 
| Sql::$orderby | property | core/ | 
                                                                                        A simple array of order by clauses. | 
| Sql::addOrderBy | function | core/ | 
                                                                                        Add an ORDER BY clause to the query. | 
| TableSortExtender::orderByHeader | function | core/ | 
                                                                                        Order the query based on a header array. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.