Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sort::LANGUAGE_KEY | constant | core/ |
The langcode key in the sort parameter: sort[lorem][<langcode>]. |
| Sort::PATH_KEY | constant | core/ |
The field key in the sort parameter: sort[lorem][<field>]. |
| Sort::__construct | function | core/ |
Constructs a new Sort object. |
| SortableTestTrait | trait | core/ |
Provides functions for simulating sort changes. |
| SortableTestTrait.php | file | core/ |
|
| SortableTestTrait::sortableAfter | function | core/ |
Simulates a drag moving an element after its sibling in the same container. |
| SortableTestTrait::sortableTo | function | core/ |
Simulates a drag on an element from one container to another. |
| SortableTestTrait::sortableUpdate | function | core/ |
Define to provide any necessary callback following layout change. |
| 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. |
| SortArrayTest | class | core/ |
Tests the SortArray component. |
| SortArrayTest.php | file | core/ |
|
| SortArrayTest::assertBothNegativePositiveOrZero | function | core/ |
Asserts that numbers are either both negative, both positive or both zero. |
| SortArrayTest::providerSortByTitleElement | function | core/ |
Data provider for SortArray::sortByTitleElement(). |
| SortArrayTest::providerSortByTitleProperty | function | core/ |
Data provider for SortArray::sortByTitleProperty(). |
| SortArrayTest::providerSortByWeightElement | function | core/ |
Data provider for SortArray::sortByWeightElement(). |
| SortArrayTest::providerSortByWeightProperty | function | core/ |
Data provider for SortArray::sortByWeightProperty(). |
| SortArrayTest::testSortByTitleElement | function | core/ |
Tests SortArray::sortByTitleElement() input against expected output. |
| SortArrayTest::testSortByTitleProperty | function | core/ |
Tests SortArray::sortByTitleProperty() input against expected output. |
| SortArrayTest::testSortByWeightElement | function | core/ |
Tests SortArray::sortByWeightElement() input against expected output. |
| SortArrayTest::testSortByWeightProperty | function | core/ |
Tests SortArray::sortByWeightProperty() input against expected output. |
| SortDateTest | class | core/ |
Tests for core Drupal\views\Plugin\views\sort\Date handler. |
| SortDateTest.php | file | core/ |
|
| SortDateTest::$testViews | property | core/ |
Views used by this test. |
| SortDateTest::expectedResultSet | function | core/ |
|
| SortDateTest::testDateOrdering | function | core/ |
Tests numeric ordering of the result set. |
| SortDateTimeTest | class | core/ |
Tests for core Drupal\datetime\Plugin\views\sort\Date handler. |
| SortDateTimeTest.php | file | core/ |
|
| SortDateTimeTest::$testViews | property | core/ |
Views to be enabled. |
| SortDateTimeTest::setUp | function | core/ |
|
| SortDateTimeTest::testDateTimeSort | function | core/ |
Tests the datetime sort handler. |
| SortingTest | class | core/ |
Tests the ability of the views wizard to create views with sorts. |
| SortingTest.php | file | core/ |
|
| SortingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SortingTest::setUp | function | core/ |
Sets up the test. |
| SortingTest::testSorting | function | core/ |
Tests the sorting functionality. |
| SortPluginBase | class | core/ |
Base sort handler that has no options and performs a simple sort. |
| SortPluginBase.php | file | core/ |
|
| SortPluginBase::adminSummary | function | core/ |
Display whether or not the sort order is ascending or descending. |
| SortPluginBase::buildExposeForm | function | core/ |
Form for exposed handler options. |
| SortPluginBase::buildOptionsForm | function | core/ |
Basic options for all sort criteria. |
| SortPluginBase::canExpose | function | core/ |
Determine if a sort can be exposed. |
| SortPluginBase::defaultExposeOptions | function | core/ |
Provide default options for exposed sorts. |
| SortPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Pagination
- Previous page
- Page 1182
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.