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
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.
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.
OptionsFieldUIAllowedValuesTest::assertNodeFormOrder function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Asserts the order of provided option list on node form.
OptionsFieldUIAllowedValuesTest::assertOrder function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Asserts the order of provided option list on admin path.
OrderByTest class core/tests/Drupal/Tests/Core/Database/OrderByTest.php Tests the orderBy() method of select queries.
OrderByTest.php file core/tests/Drupal/Tests/Core/Database/OrderByTest.php
OrderByTest::$query property core/tests/Drupal/Tests/Core/Database/OrderByTest.php The select query object to test.
OrderByTest::setUp function core/tests/Drupal/Tests/Core/Database/OrderByTest.php
OrderByTest::testFieldEscaping function core/tests/Drupal/Tests/Core/Database/OrderByTest.php Tests that fields passed for ordering get escaped properly.
OrderByTest::testInvalidDirection function core/tests/Drupal/Tests/Core/Database/OrderByTest.php Checks that invalid sort directions in ORDER BY get converted to ASC.
PerformanceTestRecorder class core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Records the number of times specific events occur.
PerformanceTestRecorder.php file core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::$record property core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::$state property core/lib/Drupal/Core/Test/PerformanceTestRecorder.php The state service for persistent storage if necessary.
PerformanceTestRecorder::getCount function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::getSubscribedEvents function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::onRouteBuilderFinish function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Records a router rebuild.
PerformanceTestRecorder::record function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Records the occurrence of an event.
PerformanceTestRecorder::registerService function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Registers core.performance.test.recorder service.
PerformanceTestRecorder::__construct function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php PerformanceTestRecorder constructor.
QueryTest::$orderBy property core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
QueryTest::addOrderBy function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
RearrangeFieldsTest::assertFieldOrder function core/modules/views_ui/tests/src/Functional/RearrangeFieldsTest.php Check if the fields are in the correct order.
ReorderDisplays class core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Displays the display reorder form.
ReorderDisplays.php file core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
ReorderDisplays::buildForm function core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Form constructor.
ReorderDisplays::getFormId function core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Returns a unique string identifying the form.
ReorderDisplays::getFormKey function core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Returns the key that represents this form.
ReorderDisplays::submitForm function core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Form submission handler.
ResponsiveImageConfigUpdater::orderMultipliersNumerically function core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Re-order mappings by breakpoint ID and descending numeric multiplier order.
ResponsiveImageOrderMultipliersNumericallyUpdateTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Tests order multipliers numerically upgrade path.
ResponsiveImageOrderMultipliersNumericallyUpdateTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php
ResponsiveImageOrderMultipliersNumericallyUpdateTest::setDatabaseDumpFiles function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Set database dump files to be used.
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Test ResponsiveImageStyle::preSave correctly orders by multiplier weight.
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testUpdate function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Test order multipliers numerically upgrade path.
responsive_image-order-multipliers-numerically.php file core/modules/responsive_image/tests/fixtures/update/responsive_image-order-multipliers-numerically.php Test fixture for re-ordering responsive image style multipliers numerically.
RevisionVersionHistoryTest::testOrder function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test all revisions appear, in order of revision creation.

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