SelectTableSortDefaultTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Definition of Drupal\system\Tests\Database\SelectTableSortDefaultTest. |
EntityQueryTest::testTableSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test tablesort(). |
_image_effect_definitions_sort |
function |
drupal/core/modules/image/image.module |
Internal function for sorting image effect definitions through uasort(). |
TableSortExtender::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
|
SortPluginBase::show_sort_form |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Shortcut to display the value form. |
_field_sort_items_value_helper |
function |
drupal/core/modules/field/field.module |
Callback for usort() within theme_field_multiple_value_form(). |
tablesort_get_query_parameters |
function |
drupal/core/includes/tablesort.inc |
Compose a URL query parameter array for table sorting links. |
EventDispatcher::sortListeners |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php |
Sorts the internal list of listeners for the given event by priority. |
views.view.test_click_sort.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_click_sort.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_click_sort.yml |
SortDateTest::expectedResultSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
|
ImageUpgradePathTest::sortByKey |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php |
Sorts all keys in configuration data. |
TableSortExtenderUnitTest::$GET |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Storage for initial value of $_GET. |
SortPluginBase::buildExposeForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Form for exposed handler options. |
FieldPluginBase::click_sortable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Determine if this field is click sortable. |
StylePluginBase::build_sort_post |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Called by the view builder to let the style build a second set of
sorts that will come after any other sorts in the view. |
system_sort_modules_by_info_name |
function |
drupal/core/modules/system/system.admin.inc |
Array sorting callback; sorts modules or themes by their name. |
TableSortExtenderUnitTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Sets up unit test environment. |
SortPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Basic options for all sort criteria |
SortPluginBase::showExposeButton |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Shortcut to display the expose/hide button. |
TableSortExtender::orderByHeader |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Order the query based on a header array. |
Display::getSortedBlocksByRegion |
function |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Implements BoundDisplayInterface::getSortedBlocksByRegion(). |
ArgumentPluginBase::summary_sort |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Sorts the summary based upon the user's selection. The base variant of
this is usually adequte. |
WizardPluginBase::$availableSorts |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
The available store criteria. |
SortPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Simple submit handler |
ArgumentPluginBase::get_sort_name |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Return a description of how the argument would normally be sorted. |
SortRandomTest::getBasicRandomView |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
Return a basic view with random ordering. |
SortRandomTest::testRandomOrdering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php |
Tests random ordering of the result set. |
TableSortExtenderUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
|
RenderTest::testDrupalRenderSorting |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php |
Tests sorting by weight. |
WizardPluginBase::getAvailableSorts |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Gets the availableSorts property. |
NodeAdminTest::testContentAdminSort |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAdminTest.php |
Tests that the table sorting works on the content admin pages. |
TableSortExtenderUnitTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Deletes created files, database tables, and reverts all environment changes. |
SortPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Simple validate handler |
SelectTableSortDefaultTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
|
SortPluginBase::defaultExposeOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Provide default options for exposed sorts. |
TableSortExtender::getQueryParameters |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Compose a URL query parameter array to append to table sorting requests. |
ClosureExpressionVisitor::sortByField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php |
Helper for sorting arrays of objects based on multiple fields +
orientations. |
RegisterSerializationClassesPass::sort |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php |
Sorts by priority. |
WizardPluginBase::default_display_sorts |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Retrieves all sort information used by the default display. |
FieldWebTest::clickSortLoadIdsFromOutput |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Small helper function to get all ids in the output. |
BoundDisplayInterface::getAllSortedBlocks |
function |
drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php |
Returns this display's blocks, organized by region and ordered by weight. |
DisplayInternalLogicTest::testBlockSorting |
function |
drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php |
Tests block sorting within regions. |
_field_test_field_storage_query_sort_helper |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Sort helper for field_test_field_storage_query(). |
WizardPluginBase::default_display_sorts_user |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Retrieves sort information based on user input for the default display. |
TableSortExtenderUnitTest::testTableSortInit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php |
Tests tablesort_init(). |
ClosureExpressionVisitorTest::testSortDelegate |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
SelectTableSortDefaultTest::testTableSortQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms that a tablesort query returns the correct results. |
BoundDisplayInterface::getSortedBlocksByRegion |
function |
drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php |
Returns the blocks in the requested region, ordered by weight. |
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
EventDispatcherTest::testGetListenersSortsByPriority |
function |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|