Search for order

  1. Search 7.x for order
  2. Search 9.5.x for order
  3. Search 8.9.x for order
  4. Search 10.3.x for order
  5. Other projects
Title Object type File name Summary
HookOrderTest::testBothParametersHookOrder function core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php Tests ordering of 'test_both_parameters_hook' with all parameters defined.
HookOrderTest::testHookOrder function core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php Tests hook order using OO and procedural implementations of 'test_hook'.
HookOrderTest::testHookReorderProcedural function core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php Test procedural hook ordering using, 'test_procedural_reorder'.
HookOrderTest::testReorderMissingTarget function core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php Tests the ReorderHook attribute with a missing target.
HookOrderTest::testSparseHookOrder function core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php Tests hook order when each module has either OO or procedural listeners.
HookOrderTestTrait trait core/tests/Drupal/KernelTests/Core/Hook/HookOrderTestTrait.php @group Hook
HookOrderTestTrait.php file core/tests/Drupal/KernelTests/Core/Hook/HookOrderTestTrait.php
HookOrderTestTrait::assertSameCallList function core/tests/Drupal/KernelTests/Core/Hook/HookOrderTestTrait.php Asserts that two lists of call strings are the same.
JqueryUiLibraryAssetsTest::testLibraryAssetLoadingOrder function core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php Confirms that jQuery UI assets load on the page in the configured order.
LazyBuilderPlaceholderTest::assertStringOrder function core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Asserts the order of an array of strings inside a string.
MachineNameTest::testMachineNameOrderException function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Tests the order of the machine name field and the source.
ManageDisplayTest::assertOrderInPage function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Asserts that several pieces of markup are in a given order in the page.
ManageDisplayTest::testFormModeLocalTasksOrder function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests if form mode local tasks appear in alphabetical order by label.
ManageDisplayTest::testViewModeLocalTasksOrder function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Tests if display mode local tasks appear in alphabetical order by label.
ManageFieldsTest::testFieldTypeOrder function core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php Tests the order in which the field types appear in the form.
ManyAssetsLoadOrderTest class core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Tests the loading of many weighted assets.
ManyAssetsLoadOrderTest.php file core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php
ManyAssetsLoadOrderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php The theme to install as the default for testing.
ManyAssetsLoadOrderTest::$modules property core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Modules to install.
ManyAssetsLoadOrderTest::testLoadOrder function core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Loads a page with many assets that have different but close weights.
MediaLibraryStateTest::testHashUnaffectedByMediaTypeOrder function core/modules/media_library/tests/src/Kernel/MediaLibraryStateTest.php Tests that hash is unaffected by allowed media type order.
MediaLibraryStateTest::testHashUnaffectedByOpenerParamOrder function core/modules/media_library/tests/src/Kernel/MediaLibraryStateTest.php Tests that hash is unaffected by opener parameter order.
MenuLinkReorderTest class core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php Reorder menu items.
MenuLinkReorderTest.php file core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php
MenuLinkReorderTest::$administrator property core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php An administrator user.
MenuLinkReorderTest::$defaultTheme property core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php The theme to install as the default for testing.
MenuLinkReorderTest::$modules property core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php Modules to install.
MenuLinkReorderTest::testDefaultMenuLinkReorder function core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php Tests creating, editing, deleting menu links via node form widget.
MethodFilterTest::testCollectionOrder function core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php Ensures that the incoming and outgoing collections have the same order.
MigrateDependenciesTest::testMigrationDependenciesOrder function core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Tests that the order is correct when loading several migrations.
MigrateEntityContentValidationTest::mapMessageRecorder function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Reacts to map message event.
MigrateEventsTest::mapDeleteEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to map delete event.
MigrateEventsTest::mapSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to map save event.
MigrateEventsTest::postImportEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to post-import event.
MigrateEventsTest::postRowSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to post-row-save event.
MigrateEventsTest::preImportEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to pre-import event.
MigrateEventsTest::preRowSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php Reacts to pre-row-save event.
MigrateInterruptionTest::postRowSaveEventRecorder function core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php Reacts to post-row-save event.
MigrateMessageTest::mapMessageRecorder function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Reacts to map message event.
ModuleHandler::$orderingRules property core/lib/Drupal/Core/Extension/ModuleHandler.php Ordering rules by hook name.
ModuleHandler::$packedOrderOperations property core/lib/Drupal/Core/Extension/ModuleHandler.php Ordering rules by hook name, packed.
ModuleHandler::getHookOrderingRules function core/lib/Drupal/Core/Extension/ModuleHandler.php Gets ordering rules for a hook.
ModuleHandler::reOrderModulesForAlter function core/lib/Drupal/Core/Extension/ModuleHandler.php Reorder modules for alters.
ModuleHandlerTestAll1Hooks::order function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php #[Hook('order1')]
#[Hook('order2')]
module_handler_test_all2_order1 function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module Hook implementation, without hook implements doxygen to avoid conversion.
module_handler_test_all2_order2 function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module Hook implementation, without hook implements doxygen to avoid conversion.
MoveBlockFormTest::assertRegionBlocksOrder function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Asserts that blocks are in the correct order for a region.
NodeCreationTest::testNodeAddPageOrder function core/modules/node/tests/src/Functional/NodeCreationTest.php Tests the order of the node types on the add page.
oop_hook_theme_with_order.info.yml file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_order/oop_hook_theme_with_order.info.yml core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_order/oop_hook_theme_with_order.info.yml
oop_hook_theme_with_reorder.info.yml file core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_reorder/oop_hook_theme_with_reorder.info.yml core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_reorder/oop_hook_theme_with_reorder.info.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.