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
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::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.
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.
Order.php file core/lib/Drupal/Core/Hook/Order/Order.php
OrderAfter class core/lib/Drupal/Core/Hook/Order/OrderAfter.php Set this implementation to be after others.
OrderAfter.php file core/lib/Drupal/Core/Hook/Order/OrderAfter.php
OrderAfter::isAfter function core/lib/Drupal/Core/Hook/Order/OrderAfter.php Specifies the ordering direction.
OrderBefore class core/lib/Drupal/Core/Hook/Order/OrderBefore.php Set this implementation to be before others.
OrderBefore.php file core/lib/Drupal/Core/Hook/Order/OrderBefore.php
OrderBefore::isAfter function core/lib/Drupal/Core/Hook/Order/OrderBefore.php Specifies the ordering direction.
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.
OrderInterface interface core/lib/Drupal/Core/Hook/Order/OrderInterface.php Interface for order specifiers used in hook attributes.
OrderInterface.php file core/lib/Drupal/Core/Hook/Order/OrderInterface.php
OrderInterface::getOperation function core/lib/Drupal/Core/Hook/Order/OrderInterface.php Gets order operations specified by this object.
OrderOperation class core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Base class for order operations.
OrderOperation.php file core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php
OrderOperation::apply function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Changes the order of a list of hook implementations.
OrderOperation::pack function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Converts the operation to a structure that can be stored in the container.
OrderOperation::unpack function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Converts the stored operation to objects that can apply ordering rules.
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.

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