Search for order
- Search 7.x for order
- Search 9.5.x for order
- Search 8.9.x for order
- Search 10.3.x for order
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PerformanceTestRecorder | class | core/ |
Records the number of times specific events occur. |
| PerformanceTestRecorder.php | file | core/ |
|
| PerformanceTestRecorder::$record | property | core/ |
|
| PerformanceTestRecorder::$state | property | core/ |
The state service for persistent storage if necessary. |
| PerformanceTestRecorder::getCount | function | core/ |
Gets the number of times an event occurred. |
| PerformanceTestRecorder::getSubscribedEvents | function | core/ |
|
| PerformanceTestRecorder::onRouteBuilderFinish | function | core/ |
Records a router rebuild. |
| PerformanceTestRecorder::record | function | core/ |
Records the occurrence of an event. |
| PerformanceTestRecorder::registerService | function | core/ |
Registers core.performance.test.recorder service. |
| PerformanceTestRecorder::__construct | function | core/ |
PerformanceTestRecorder constructor. |
| QueryTest::$orderBy | property | core/ |
The field to order and the direction. |
| QueryTest::addOrderBy | function | core/ |
Adds an ORDER BY clause to the query. |
| RearrangeFieldsTest::assertFieldOrder | function | core/ |
Check if the fields are in the correct order. |
| RelativeOrderBase | class | core/ |
Orders an implementation relative to other implementations. |
| RelativeOrderBase.php | file | core/ |
|
| RelativeOrderBase::getOperation | function | core/ |
Gets order operations specified by this object. |
| RelativeOrderBase::isAfter | function | core/ |
Specifies the ordering direction. |
| RelativeOrderBase::__construct | function | core/ |
Constructor. |
| ReorderDisplays | class | core/ |
Displays the display reorder form. |
| ReorderDisplays.php | file | core/ |
|
| ReorderDisplays::buildForm | function | core/ |
Form constructor. |
| ReorderDisplays::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ReorderDisplays::getFormKey | function | core/ |
Returns the key that represents this form. |
| ReorderDisplays::submitForm | function | core/ |
Form submission handler. |
| ReorderHook | class | core/ |
Sets the order of an already existing implementation. |
| ReorderHook.php | file | core/ |
|
| ReorderHook::__construct | function | core/ |
Constructs a ReorderHook object. |
| RevisionVersionHistoryTest::testOrder | function | core/ |
Test all revisions appear, in order of revision creation. |
| Router::applyFitOrder | function | core/ |
Reapplies the fit order to a RouteCollection object. |
| RouterTest::testMatchesWithDifferentFitOrder | function | core/ |
Tests matches with different fit order. |
| SearchConfigSettingsFormTest::testDefaultSearchPageOrdering | function | core/ |
Tests the ordering of search pages on a clean install. |
| Select::$order | property | core/ |
The fields by which to order this query. |
| Select::getOrderBy | function | core/ |
Returns a reference to the order by array for this query. |
| Select::orderBy | function | core/ |
Overrides SelectQuery::orderBy(). |
| Select::orderBy | function | core/ |
Orders the result set by a given field. |
| Select::orderRandom | function | core/ |
Orders the result set by a random value. |
| Select::orderRandom | function | core/ |
Orders the result set by a random value. |
| SelectExtender::getOrderBy | function | core/ |
Returns a reference to the order by array for this query. |
| SelectExtender::orderBy | function | core/ |
Orders the result set by a given field. |
| SelectExtender::orderRandom | function | core/ |
Orders the result set by a random value. |
| SelectInterface::getOrderBy | function | core/ |
Returns a reference to the order by array for this query. |
| SelectInterface::orderBy | function | core/ |
Orders the result set by a given field. |
| SelectInterface::orderRandom | function | core/ |
Orders the result set by a random value. |
| SelectOrderedTest | class | core/ |
Tests the Select query builder. |
| SelectOrderedTest.php | file | core/ |
|
| SelectOrderedTest::testSimpleSelectMultiOrdered | function | core/ |
Tests multiple ORDER BY. |
| SelectOrderedTest::testSimpleSelectOrdered | function | core/ |
Tests basic ORDER BY. |
| SelectOrderedTest::testSimpleSelectOrderedDesc | function | core/ |
Tests ORDER BY descending. |
| SelectTest::testRandomOrder | function | core/ |
Tests that random ordering of queries works. |
| SelectTest::testUnionOrder | function | core/ |
Tests that we can UNION multiple Select queries together and set the ORDER. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.