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 |
---|---|---|---|
EntityCrudHookTest::assertHookMessageOrder | function | core/ |
Checks the order of CRUD hook execution messages. |
EntityQueryTest::assertBundleOrder | function | core/ |
@internal |
EntityReferenceItemTest::testEntitySaveOrder | function | core/ |
Tests saving order sequence doesn't matter. |
EntityReferenceWidgetTest::testAddAfterReordering | function | core/ |
Tests that order is correct after re-order and adding another item. |
EntityReferenceWidgetTest::testRemoveAfterReordering | function | core/ |
Tests that changed order is maintained after removing a selection. |
EventSubscriber::configEventRecorder | function | core/ |
Reacts to config event. |
EventSubscriber::configEventRecorder | function | core/ |
Reacts to config event. |
FieldTest::providerSortOrders | function | core/ |
Provides sort orders for clickSort() test methods. |
FieldUiTable::reduceOrder | function | core/ |
Determines the rendering order of an array representing a tree. |
FieldUiTableTest::providerTestReduceOrder | function | core/ |
Provides test data for testReduceOrder(). |
FieldUiTableTest::testReduceOrder | function | core/ |
@covers ::reduceOrder |
FilterAPITest::testCheckMarkupFilterOrder | function | core/ |
Tests that the filter order is respected. |
FinderTest::testFoundDataIsInDependencyOrder | function | core/ |
Tests that any discovered entity data is sorted into dependency order. |
FormValidationMessageOrderTest | class | core/ |
Tests form validation messages are displayed in the same order as the fields. |
FormValidationMessageOrderTest.php | file | core/ |
|
FormValidationMessageOrderTest::buildForm | function | core/ |
Form constructor. |
FormValidationMessageOrderTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormValidationMessageOrderTest::submitForm | function | core/ |
Form submission handler. |
FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight | function | core/ |
Tests that fields validation messages are sorted in the fields order. |
FormValidationMessageOrderTest::validateForm | function | core/ |
Form validation handler. |
ForumManager::getTopicOrder | function | core/ |
Gets topic sorting information based on an integer code. |
FrameworkTest::testOrder | function | core/ |
Tests AjaxResponse::prepare() AJAX commands ordering. |
HelpPageOrderTest | class | core/ |
Verify the order of the help page. |
HelpPageOrderTest.php | file | core/ |
|
HelpPageOrderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
HelpPageOrderTest::$modules | property | core/ |
Modules to install. |
HelpPageOrderTest::$stringOrder | property | core/ |
Strings to search for on admin/help, in order. |
HelpPageOrderTest::setUp | function | core/ |
|
HelpPageOrderTest::testHelp | function | core/ |
Tests the order of the help page. |
HelpPageReverseOrderTest | class | core/ |
Verify the order of the help page with an alter hook. |
HelpPageReverseOrderTest.php | file | core/ |
|
HelpPageReverseOrderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
HelpPageReverseOrderTest::$modules | property | core/ |
Modules to install. |
HelpPageReverseOrderTest::$stringOrder | property | core/ |
Strings to search for on admin/help, in order. |
HookCollectorPassTest::testOrdering | function | core/ |
Test that ordering works. |
HookOrder | class | core/ |
Helper methods to set priorities of hook implementations. |
HookOrder.php | file | core/ |
|
HookOrder::after | function | core/ |
Set a hook implementation to fire after others. |
HookOrder::before | function | core/ |
Set a hook implementation to fire before others. |
HookOrder::changePriority | function | core/ |
Change the priority of a hook implementation. |
HookOrder::first | function | core/ |
Set a hook implementation to be first. |
HookOrder::last | function | core/ |
Set a hook implementation to be last. |
HookOrder::setPriority | function | core/ |
Set the priority of a listener. |
HookOrderEqualPriorityTest | class | core/ |
@coversDefaultClass \Drupal\Core\Hook\HookOrder |
HookOrderEqualPriorityTest.php | file | core/ |
|
HookOrderEqualPriorityTest::setUp | function | core/ |
|
HookOrderEqualPriorityTest::testAfter | function | core/ |
@covers ::after |
HookOrderEqualPriorityTest::testBefore | function | core/ |
@covers ::before |
HookOrderEqualPriorityTest::testFirst | function | core/ |
@covers ::first |
HookOrderEqualPriorityTest::testLast | function | core/ |
@covers ::last |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.