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
AjaxTestController::order function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse; settings command set last.
AlterTest::testExecutionOrder function core/modules/system/tests/src/Functional/Form/AlterTest.php Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
AreaOrderTest class core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php Tests the view area handler.
AreaOrderTest.php file core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php
AreaOrderTest::$modules property core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php Modules to install.
AreaOrderTest::$testViews property core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php Views used by this test.
AreaOrderTest::setUpFixtures function core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php Sets up the configuration and schema of views and views_test_data modules.
AreaOrderTest::testAreaOrder function core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php Tests the order of the handlers.
ArgumentsResolverTest::testGetArgumentOrder function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Tests getArgument() with a Route, Request, and Account object.
AttachedAssetsTest::testRenderOrder function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript and CSS asset ordering.
AuthenticationCollector::$providerOrders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Array of all providers and their priority.
BigPipe::getPlaceholderOrder function core/modules/big_pipe/src/Render/BigPipe.php Gets the BigPipe placeholder order.
BlockContentTypeTest::testBlockContentAddPageOrder function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests the order of the block content types on the add page.
BlockRenderOrderTest class core/modules/block/tests/src/Functional/BlockRenderOrderTest.php Tests blocks are being rendered in order by weight.
BlockRenderOrderTest.php file core/modules/block/tests/src/Functional/BlockRenderOrderTest.php
BlockRenderOrderTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockRenderOrderTest.php The theme to install as the default for testing.
BlockRenderOrderTest::$modules property core/modules/block/tests/src/Functional/BlockRenderOrderTest.php Modules to install.
BlockRenderOrderTest::setUp function core/modules/block/tests/src/Functional/BlockRenderOrderTest.php
BlockRenderOrderTest::testBlockRenderOrder function core/modules/block/tests/src/Functional/BlockRenderOrderTest.php Tests the render order of the blocks.
BookJavascriptTest::assertOrderInPage function core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php Asserts that several pieces of markup are in a given order in the page.
BookJavascriptTest::testBookOrdering function core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php Tests re-ordering of books.
CommentPagerTest::assertCommentOrder function core/modules/comment/tests/src/Functional/CommentPagerTest.php Asserts that the comments are displayed in the correct order.
CommentPagerTest::testCommentOrderingThreading function core/modules/comment/tests/src/Functional/CommentPagerTest.php Tests comment ordering and threading.
ComposerProjectTemplatesTest::STABILITY_ORDER constant core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php The order of stability strings from least stable to most stable.
ConfigConfiguratorTest::testExistingConfigWithKeysInDifferentOrder function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ContentEntityFieldMethodInvocationOrderTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php Tests correct field method invocation order.
ContentEntityFieldMethodInvocationOrderTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php
ContentEntityFieldMethodInvocationOrderTest::$entityTestFieldMethodsStorage property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php The EntityTest entity type storage.
ContentEntityFieldMethodInvocationOrderTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php Modules to install.
ContentEntityFieldMethodInvocationOrderTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php
ContentEntityFieldMethodInvocationOrderTest::testFieldMethodInvocationOrder function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php Tests correct field method invocation order.
ContentPreviewToggleTest::assertOrderInPage function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Asserts that blocks in a given order in the page.
ContentTranslationEntityBundleInfoTest::testHookInvocationOrder function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that modules can know whether bundles are translatable.
CronSuspendQueueDelayTest::testSuspendQueueOrder function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests queues are executed in order.
DateHelper::weekDaysOrdered function core/lib/Drupal/Core/Datetime/DateHelper.php Reorders weekdays to match the first day of the week.
DateHelperTest::providerTestWeekDaysOrdered function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php
DateHelperTest::testWeekDaysOrdered function core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php @covers ::weekDaysOrdered
@dataProvider providerTestWeekDaysOrdered
DbDumpCommand::getFieldOrder function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets field ordering for a given table.
DefaultLazyPluginCollection::$originalOrder property core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php The original order of the instances.
DependencyOrderingTest class core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that update functions are run in the proper order.
DependencyOrderingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php
DependencyOrderingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php The theme to install as the default for testing.
DependencyOrderingTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Modules to install.
DependencyOrderingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php
DependencyOrderingTest::testUpdateOrderingModuleInterdependency function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that dependencies between modules are resolved correctly.
DependencyOrderingTest::testUpdateOrderingSingleModule function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that updates within a single module run in the correct order.
DependencyTest::testModuleEnableOrder function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests that module dependencies are enabled in the correct order in the UI.
DestructableServiceTest::testDestructableServiceExecutionOrder function core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php
DisplayTest::testReorderDisplay function core/modules/views_ui/tests/src/Functional/DisplayTest.php Tests reordering of displays.
EntityCrudHookTest::assertHookMessageOrder function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Checks the order of CRUD hook execution messages.

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