SortTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
Tests for core Drupal\views\Plugin\views\sort\SortPluginBase handler. |
sort.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/sort.test |
|
SortingTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php |
Tests the ability of the views wizard to create views with sorts. |
SortDateTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
Tests for core Drupal\views\Plugin\views\sort\Date handler. |
SortTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
Definition of Drupal\views\Tests\Handler\SortTest. |
element_sort |
function |
drupal/core/includes/common.inc |
Sorts a structured array by '#weight' property. |
Action::sort |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php |
Helper callback for uasort() to sort configuration entities by weight and label. |
tablesort.inc |
file |
drupal/core/includes/tablesort.inc |
Functions to aid in the creation of sortable tables. |
tablesort_init |
function |
drupal/core/includes/tablesort.inc |
Initializes the table sort context. |
tablesort_cell |
function |
drupal/core/includes/tablesort.inc |
Formats a table cell. |
Query::addSort |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Adds the sort to the build query. |
SortRandomTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
Tests for core Drupal\views\Plugin\views\sort\Random handler. |
SortPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Base sort handler that has no options and performs a simple sort. |
QueryBase::sort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::sort(). |
SortingTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php |
Definition of Drupal\views\Tests\Wizard\SortingTest. |
FilterBag::sort |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterBag.php |
Sorts all filter plugin instances in this bag. |
tablesort_header |
function |
drupal/core/includes/tablesort.inc |
Formats a column header. |
QueryBase::$sort |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of sorts. |
twig_sort_filter |
function |
drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php |
Sorts an array. |
ConfigTest::sort |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigTest.php |
Overrides \Drupal\Core\Config\Entity\ConfigEntityBase::sort(). |
SortDateTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
Definition of Drupal\views\Tests\Handler\SortDateTest. |
Table::buildSort |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Called by the view builder to see if this style handler wants to
interfere with the sorts. If so it should build; if it returns
any non-TRUE value, normal sorting will NOT be added to the query. |
Field::clickSort |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Called to determine what to tell the clicksorter. |
_field_sort_items |
function |
drupal/core/modules/field/field.module |
Sorts items in a field according to user drag-and-drop reordering. |
PathProcessorTest |
class |
drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathProcessorTest.php |
Path processor for url_alter_test. |
drupal_sort_title |
function |
drupal/core/includes/common.inc |
Sorts a structured array by 'title' key (no # prefix). |
Date::getSortName |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php |
Return a description of how the argument would normally be sorted. |
_views_sort_types |
function |
drupal/core/modules/views_ui/admin.inc |
|
TableSortExtender |
class |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Query extender class for tablesort queries. |
SortTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
|
PathProcessorTest |
class |
drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php |
Tests path processor functionality. |
tablesort_get_sort |
function |
drupal/core/includes/tablesort.inc |
Determines the current sort direction. |
system_sort_themes |
function |
drupal/core/modules/system/system.admin.inc |
Array sorting callback; sorts modules or themes by their name. |
drupal_sort_css_js |
function |
drupal/core/includes/common.inc |
Sorts CSS and JavaScript resources. |
module_config_sort |
function |
drupal/core/includes/module.inc |
Sorts the configured list of enabled modules. |
SortRandomTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
Definition of Drupal\views\Tests\Handler\SortRandomTest. |
drupal_sort_weight |
function |
drupal/core/includes/common.inc |
Sorts a structured array by the 'weight' element. |
SortPluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Definition of Drupal\views\Plugin\views\sort\SortPluginBase. |
AcceptHeader::sort |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Sorts items by descending quality |
tablesort_get_order |
function |
drupal/core/includes/tablesort.inc |
Determines the current sort criterion. |
String::getSortName |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.php |
Return a description of how the argument would normally be sorted. |
Views sort handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Handlers to tell Views how to sort queries. |
Display::sortBlocks |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Transform the stored blockConfig into a sorted, region-oriented array. |
Graph::searchAndSort |
function |
drupal/core/lib/Drupal/Component/Graph/Graph.php |
Performs a depth-first search and sort on the directed acyclic graph. |
QueryBase::tableSort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::tableSort(). |
SortingTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php |
|
QueryInterface::sort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
|
UserUid::getSortName |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php |
Return a description of how the argument would normally be sorted. |
SortTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
Views used by this test. |
Table::buildSortPost |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Add our actual sort criteria |