Search for _sort_
- Search 7.x for _sort_
- Search 9.5.x for _sort_
- Search 10.3.x for _sort_
- Search 11.x for _sort_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockManager::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
BreadcrumbManager::$sortedBuilders | property | core/ |
Holds the array of breadcrumb builders sorted by priority. |
BreadcrumbManager::getSortedBuilders | function | core/ |
Returns the sorted array of breadcrumb builders. |
CategorizingPluginManagerInterface::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
CategorizingPluginManagerTrait::getSortedDefinitions | function | core/ |
|
DefaultLazyPluginCollection::sortHelper | function | core/ |
Provides uasort() callback to sort plugins. |
QueryAggregate::addSortAggregate | function | core/ |
Builds the aggregation sort part of the query. |
QueryAggregateInterface::sortAggregate | function | core/ |
Sorts by an aggregated value. |
QueryBase::$sortAggregate | property | core/ |
The list of sorts over the aggregate results. |
QueryBase::sortAggregate | function | core/ |
|
RouteProcessorManager::$sortedOutbound | property | core/ |
Holds the array of outbound processors, sorted by priority. |
RouteProcessorManager::sortProcessors | function | core/ |
Sorts the processors according to priority. |
SortArray::sortByKeyInt | function | core/ |
Sorts an integer array item by an arbitrary key. |
SortArray::sortByKeyString | function | core/ |
Sorts a string array item by an arbitrary key. |
SortArray::sortByTitleElement | function | core/ |
Sorts a structured array by 'title' key (no # prefix). |
SortArray::sortByTitleProperty | function | core/ |
Sorts a structured array by '#title' property. |
SortArray::sortByWeightElement | function | core/ |
Sorts a structured array by the 'weight' element. |
SortArray::sortByWeightProperty | function | core/ |
Sorts a structured array by '#weight' property. |
tablesort.inc | file | core/ |
Functions to aid in the creation of sortable tables. |
TableSortLegacyTest | class | core/ |
Deprecation tests cases for the tablesort.inc file functions. |
TableSortLegacyTest.php | file | core/ |
|
TableSortLegacyTest::testHeader | function | core/ |
Tests deprecation of the tablesort_header() function. |
TableSortLegacyTest::testInit | function | core/ |
Tests deprecation of the tablesort_init() function. |
TableSortLegacyTest::testOrder | function | core/ |
Tests deprecation of the tablesort_get_order() function. |
TableSortLegacyTest::testQueryParameters | function | core/ |
Tests deprecation of the tablesort_get_query_parameters() function. |
TableSortLegacyTest::testSort | function | core/ |
Tests deprecation of the tablesort_get_sort() function. |
tablesort_get_order | function | core/ |
Determines the current sort criterion. |
tablesort_get_query_parameters | function | core/ |
Composes a URL query parameter array for table sorting links. |
tablesort_get_sort | function | core/ |
Determines the current sort direction. |
tablesort_header | function | core/ |
Formats a column header. |
tablesort_init | function | core/ |
Initializes the table sort context. |
_field_multiple_value_form_sort_helper | function | core/ |
Callback for usort() within template_preprocess_field_multiple_value_form(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.