TableSort::order |
function |
core/includes/tablesort.class.inc |
Determine the current sort criterion. |
date_format_order |
function |
core/includes/date.inc |
Converts a format to an ordered array of granularity parts. |
layout_reorder_form |
function |
core/modules/layout/layout.admin.inc |
Reorder the order of layouts at the same path. |
tablesort_get_order |
function |
core/includes/tablesort.inc |
Determines the current sort criterion. |
SelectQuery::$order |
property |
core/includes/database/select.inc |
The fields by which to order this query. |
SelectQuery::orderBy |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::orderBy(). |
date_week_days_ordered |
function |
core/includes/date.inc |
Reorders weekdays to match the first day of the week. |
_field_ui_reduce_order |
function |
core/modules/field_ui/field_ui.admin.inc |
Determines the rendering order of an array representing a tree. |
SelectQuery::getOrderBy |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getOrderBy(). |
theme_file_display_order |
function |
core/modules/file/file.theme.inc |
Returns HTML for a file display's display order table. |
EntityFieldQuery::$order |
property |
core/modules/entity/entity.query.inc |
List of order clauses. |
TableSort::orderByHeader |
function |
core/includes/tablesort.class.inc |
Order the query based on a header array. |
SelectQuery::orderRandom |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::orderRandom(). |
layout_reorder_form_submit |
function |
core/modules/layout/layout.admin.inc |
Submit handler for layout_reorder_form(). |
ViewsTestCase::$sort_order |
property |
core/modules/views/tests/views_query.test |
|
language_negotiation_order |
function |
core/includes/language.inc |
Get the language negotiator provider order for a language type. |
SelectQueryExtender::orderBy |
function |
core/includes/database/select.inc |
Orders the result set by a given field. |
theme_layout_reorder_layouts |
function |
core/modules/layout/layout.theme.inc |
Turn the rearrange form into a table with table sorting displayed. |
DatabaseSelectOrderedTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Test select with order by clauses. |
SelectQueryInterface::orderBy |
function |
core/includes/database/select.inc |
Orders the result set by a given field. |
user_admin_roles_order_submit |
function |
core/modules/user/user.admin.inc |
Form submit function. Update the role weights. |
ViewsTestCase::orderResultSet |
function |
core/modules/views/tests/views_query.test |
Helper function: order an array of array based on a column. |
EntityFieldQuery::fieldOrderBy |
function |
core/modules/entity/entity.query.inc |
Orders the result set by a given field column. |
views_ui_reorder_displays_form |
function |
core/modules/views_ui/views_ui.admin.inc |
Form constructor callback to reorder displays on a view |
SelectQueryExtender::getOrderBy |
function |
core/includes/database/select.inc |
Returns a reference to the order by array for this query. |
EntityFieldQuery::entityOrderBy |
function |
core/modules/entity/entity.query.inc |
Orders the result set by entity-generic metadata. |
SelectQueryInterface::getOrderBy |
function |
core/includes/database/select.inc |
Returns a reference to the order by array for this query. |
SelectQueryExtender::orderRandom |
function |
core/includes/database/select.inc |
Orders the result set by a random value. |
views_plugin_style_table::$order |
property |
core/modules/views/plugins/views_plugin_style_table.inc |
Contains the current active sort order, either desc or asc. |
UpdateDependencyOrderingTestCase |
class |
core/modules/simpletest/tests/update.test |
Tests for the update dependency ordering system. |
SelectQueryInterface::orderRandom |
function |
core/includes/database/select.inc |
Orders the result set by a random value. |
EntityFieldQuery::$orderedResults |
property |
core/modules/entity/entity.query.inc |
The ordered results. |
EntityFieldQuery::propertyOrderBy |
function |
core/modules/entity/entity.query.inc |
Orders the result set by an entity-specific property. |
theme_views_ui_reorder_displays_form |
function |
core/modules/views_ui/views_ui.theme.inc |
Turn the reorder form into a proper table |
CommentPagerTest::assertCommentOrder |
function |
core/modules/comment/tests/comment.test |
Asserts that the comments are displayed in the correct order. |
TaxonomyTermTestCase::testTermReorder |
function |
core/modules/taxonomy/tests/taxonomy.test |
Save, edit and delete a term using the user interface. |
FormAlterTestCase::testExecutionOrder |
function |
core/modules/simpletest/tests/form.test |
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter(). |
views_ui_reorder_displays_form_submit |
function |
core/modules/views_ui/views_ui.admin.inc |
Submit handler for rearranging display form |
theme_filter_admin_format_filter_order |
function |
core/modules/filter/filter.theme.inc |
Returns HTML for a text format's filter order form. |
DatabaseTransactionOutOfOrderException |
class |
core/includes/database/database.inc |
Exception thrown when a rollback() resulted in other active transactions being rolled-back. |
DatabaseSelectTestCase::testRandomOrder |
function |
core/modules/simpletest/tests/database_test.test |
Test that random ordering of queries works. |
views_plugin_query_default::add_orderby |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Add an ORDER BY clause to the query. |
UpdateDependencyOrderingTestCase::setUp |
function |
core/modules/simpletest/tests/update.test |
Sets up a Backdrop site for running functional and integration tests. |
ViewsHandlerSortTest::testStringOrdering |
function |
core/modules/views/tests/handlers/views_handler_sort.test |
Tests string ordering of the result set. |
CommonJavaScriptTestCase::testRenderOrder |
function |
core/modules/simpletest/tests/common.test |
Test JavaScript ordering. |
ViewsHandlerSortTest::testNumericOrdering |
function |
core/modules/views/tests/handlers/views_handler_sort.test |
Tests numeric ordering of the result set. |
ViewsHandlerSortDateTest::testDateOrdering |
function |
core/modules/views/tests/handlers/views_handler_sort_date.test |
Tests numeric ordering of the result set. |
ConfigurationUITest::testConfigOrderChange |
function |
core/modules/config/tests/config.test |
Test comparing configs whose elements are in different order. |
LayoutHookTestCase::assertHookMessageOrder |
function |
core/modules/layout/tests/layout.test |
Checks the order of CRUD hook execution messages. |
UpdateTestContribCase::testUpdateContribOrder |
function |
core/modules/update/tests/update.test |
Tests that contrib projects are ordered by project name. |