Sql::$orderby |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
A simple array of order by clauses. |
Sql::addOrderBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Add an ORDER BY clause to the query. |
Select::orderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Orders the result set by a given field. |
Select::orderBy |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php |
Overrides SelectQuery::orderBy(). |
Criteria::orderBy |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Criteria.php |
Set the ordering of the result of this criteria. |
Select::getOrderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the order by array for this query. |
QueryTest::$orderBy |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
|
QueryTest::addOrderBy |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
|
SelectExtender::orderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Orders the result set by a given field. |
SelectInterface::orderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Orders the result set by a given field. |
SelectExtender::getOrderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the order by array for this query. |
SelectInterface::getOrderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the order by array for this query. |
TableSortExtender::orderByHeader |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Order the query based on a header array. |