Search for sort
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/ |
|
DateFormat::sort | function | core/ |
Helper callback for uasort() to sort configuration entities by weight and label. |
DefaultLazyPluginCollection::sort | function | core/ |
Sorts all plugin instances in this collection. |
DefaultLazyPluginCollection::sortHelper | function | core/ |
Provides uasort() callback to sort plugins. |
EntityDisplayModeBase::sort | function | core/ |
Helper callback for uasort() to sort configuration entities by weight and label. |
ExtensionDiscovery::sort | function | core/ |
Sorts the discovered extensions. |
Graph::searchAndSort | function | core/ |
Performs a depth-first search and sort on the directed acyclic graph. |
module_config_sort | function | core/ |
Sorts the configured list of enabled modules. |
Query::addSort | function | core/ |
Adds the sort to the build query. |
QueryAggregate::addSortAggregate | function | core/ |
Builds the aggregation sort part of the query. |
QueryAggregateInterface::sortAggregate | function | core/ |
Sorts by an aggregated value. |
QueryBase::$sort | property | core/ |
The list of sorts. |
QueryBase::$sortAggregate | property | core/ |
The list of sorts over the aggregate results. |
QueryBase::sort | function | core/ |
|
QueryBase::sortAggregate | function | core/ |
|
QueryBase::tableSort | function | core/ |
Enables sortable tables for this query. |
QueryInterface::sort | function | core/ |
|
QueryInterface::tableSort | function | core/ |
Enables sortable tables for this query. |
RouteProcessorManager::$sortedOutbound | property | core/ |
Holds the array of outbound processors, sorted by priority. |
RouteProcessorManager::sortProcessors | function | core/ |
Sorts the processors according to priority. |
sortable.css | file | core/ |
/*! * jQuery UI Sortable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-sortable-handle { -ms-touch-action: none; touch-action: none; } |
SortArray | class | core/ |
Provides generic array sorting helper methods. |
SortArray.php | file | core/ |
|
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.