Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SomeAnnotationClassNameWithoutConstructor::$name | property | core/ |
|
| SomeAnnotationClassNameWithoutConstructorAndProperties | class | core/ |
|
| SomeAnnotationWithConstructorWithoutParams | class | core/ |
|
| SomeAnnotationWithConstructorWithoutParams::$data | property | core/ |
|
| SomeAnnotationWithConstructorWithoutParams::$name | property | core/ |
|
| SomeAnnotationWithConstructorWithoutParams::__construct | function | core/ |
|
| SomeClass | class | core/ |
Class for testing module autoloading. |
| SomeClass.php | file | core/ |
|
| SomeClass::TEST | constant | core/ |
|
| SomeClass::testMethod | function | core/ |
|
| Sort | class | core/ |
Gathers information about the sort parameter. |
| Sort.php | file | core/ |
|
| Sort::$fields | property | core/ |
The fields on which to sort. |
| Sort::createFromQueryParameter | function | core/ |
Creates a Sort object from a query parameter. |
| Sort::DIRECTION_KEY | constant | core/ |
The direction key in the sort parameter: sort[lorem][<direction>]. |
| Sort::expandFieldString | function | core/ |
Expands a simple string sort into a more expressive sort that we can use. |
| Sort::expandItem | function | core/ |
Expands a sort item in case a shortcut was used. |
| Sort::fields | function | core/ |
Gets the root condition group. |
| Sort::KEY_NAME | constant | core/ |
The JSON:API sort key name. |
| 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::sortByKeyRecursive | function | core/ |
Sorts an array recursively, by key, alphabetically. |
| 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::testRecursiveSortByKey | function | core/ |
Tests sorting arrays recursively by key. |
| 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/ |
Pagination
- Previous page
- Page 1486
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.