ConfigEntityBase::sort |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Helper callback for uasort() to sort configuration entities by weight and label. |
UserUid::get_sort_name |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php |
Return a description of how the argument would normally be sorted. |
Table::build_sort_post |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php |
Add our actual sort criteria |
Numeric::get_sort_name |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Numeric.php |
Return a description of how the argument would normally be sorted. |
SortRandomTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
|
SortRandomTest::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
Add more items to the test set, to make the order tests more robust. |
Node::getAvailableSorts |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::getAvailableSorts(). |
database_test_tablesort |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a tablesort query and returns the results. |
TableSortExtender::init |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Initialize the table sort context. |
SortDateTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
Views used by this test. |
WizardPluginBase::$sorts |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Views items configuration arrays for sorts added by the wizard. |
SortingTest::testSorting |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php |
Tests the sorting functionality. |
TableSortExtender::order |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Determine the current sort criterion. |
_field_sort_items_helper |
function |
drupal/core/modules/field/field.module |
Callback for usort() within _field_sort_items(). |
EventDispatcher::$sorted |
property |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php |
|
EntityQueryTest::testSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test sort(). |
theme_tablesort_indicator |
function |
drupal/core/includes/theme.inc |
Returns HTML for a sort icon. |
seven_tablesort_indicator |
function |
drupal/core/themes/seven/template.php |
Overrides theme_tablesort_indicator(). |
TableSortExtenderUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Tests unicode handling features implemented in unicode.inc. |
SortPluginBase::canExpose |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Determine if a sort can be exposed. |
QueryInterface::tableSort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Enables sortable tables for this query. |
_system_sort_requirements |
function |
drupal/core/modules/system/system.module |
Helper function to sort requirements. |
SortRandomTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
Views used by this test. |
WizardPluginBase::getSorts |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Gets the sorts property. |
ChainMatcher::sortMatchers |
function |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
Sort matchers by priority. |
TableSortExtender::$header |
property |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
The array of fields that can be sorted by. |
TableSortExtender::getSort |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Determine the current sort direction. |
SelectTableSortDefaultTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Tests the tablesort query extender. |
_update_project_status_sort |
function |
drupal/core/modules/update/update.module |
Orders projects based on their status. |
NestedMatcher::sortMatchers |
function |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Sort matchers by priority. |
StylePluginBase::build_sort |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.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. |
SortPluginBase::sort_submit |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
|
Display::getAllSortedBlocks |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Implements BoundDisplayInterface::getAllSortedBlocks(). |
ViewExecutable::$build_sort |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Indicates if the sorts have been built. |
FieldPluginBase::click_sort |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Called to determine what to tell the clicksorter. |
SortPluginBase::adminSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Display whether or not the sort order is ascending or descending |
SortPluginBase::sort_options |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Provide a list of options for the default sort form.
Should be overridden by classes that don't override sort_form |
SortTest::testStringOrdering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
Tests string ordering of the result set. |
WizardPluginBase::build_sorts |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Builds the form structure for selecting the view's sort order. |
TableSortExtenderUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Definition of Drupal\system\Tests\Common\TableSortExtenderTest. |
ChainMatcher::$sortedMatchers |
property |
drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php |
Array of RequestMatcherInterface objects, sorted. |
SortPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
database_test_tablesort_first |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a tablesort query with a second order_by after and returns the results. |
database_test_theme_tablesort |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Outputs a form without setting a header sort. |
SortPluginBase::sort_validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
|
SortTest::testNumericOrdering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php |
Tests numeric ordering of the result set. |
GroupByNumeric::get_sort_name |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Return a description of how the argument would normally be sorted. |
SortDateTest::testDateOrdering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
Tests numeric ordering of the result set. |
FieldWebTest::testClickSorting |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Tests the click sorting functionality. |
NestedMatcher::$sortedMatchers |
property |
drupal/core/lib/Drupal/Core/Routing/NestedMatcher.php |
Array of PartialMatcherInterface objects, sorted. |