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 |
---|---|---|---|
DependencyOrderingTest::testUpdateOrderingModuleInterdependency | function | core/ |
Tests that dependencies between modules are resolved correctly. |
DependencyOrderingTest::testUpdateOrderingSingleModule | function | core/ |
Tests that updates within a single module run in the correct order. |
DependencyTest::testModuleEnableOrder | function | core/ |
Tests that module dependencies are enabled in the correct order in the UI. |
DestructableServiceTest::testDestructableServiceExecutionOrder | function | core/ |
|
DisplayTest::testReorderDisplay | function | core/ |
Tests reordering of displays. |
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/ |
|
FormValidationMessageOrderTest::getFormId | function | core/ |
|
FormValidationMessageOrderTest::submitForm | function | core/ |
|
FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight | function | core/ |
Tests that fields validation messages are sorted in the fields order. |
FormValidationMessageOrderTest::validateForm | function | core/ |
|
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/ |
|
HelpPageOrderTest::$modules | property | core/ |
|
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/ |
|
HelpPageReverseOrderTest::$modules | property | core/ |
|
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/ |
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.