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 |
---|---|---|---|
MigrateDependenciesTest::testMigrationDependenciesOrder | function | core/ |
Tests that the order is correct when loading several migrations. |
MigrateEntityContentValidationTest::mapMessageRecorder | function | core/ |
Reacts to map message event. |
MigrateEventsTest::mapDeleteEventRecorder | function | core/ |
Reacts to map delete event. |
MigrateEventsTest::mapSaveEventRecorder | function | core/ |
Reacts to map save event. |
MigrateEventsTest::postImportEventRecorder | function | core/ |
Reacts to post-import event. |
MigrateEventsTest::postRowSaveEventRecorder | function | core/ |
Reacts to post-row-save event. |
MigrateEventsTest::preImportEventRecorder | function | core/ |
Reacts to pre-import event. |
MigrateEventsTest::preRowSaveEventRecorder | function | core/ |
Reacts to pre-row-save event. |
MigrateInterruptionTest::postRowSaveEventRecorder | function | core/ |
Reacts to post-row-save event. |
MigrateMessageTest::mapMessageRecorder | function | core/ |
Reacts to map message event. |
ModuleHandler::$orderingRules | property | core/ |
Ordering rules by hook name. |
ModuleHandler::getHookOrderingRules | function | core/ |
Gets ordering rules for a hook. |
ModuleHandler::reOrderModulesForAlter | function | core/ |
Reorder modules for alters. |
ModuleHandlerTestAll1Hooks::order | function | core/ |
#[Hook('order1')] #[Hook('order2')] |
module_handler_test_all2_order1 | function | core/ |
Hook implementation, without hook implements doxygen to avoid conversion. |
module_handler_test_all2_order2 | function | core/ |
Hook implementation, without hook implements doxygen to avoid conversion. |
MoveBlockFormTest::assertRegionBlocksOrder | function | core/ |
Asserts that blocks are in the correct order for a region. |
NodeCreationTest::testNodeAddPageOrder | function | core/ |
Tests the order of the node types on the add page. |
OptionsFieldUIAllowedValuesTest::assertNodeFormOrder | function | core/ |
Asserts the order of provided option list on node form. |
OptionsFieldUIAllowedValuesTest::assertOrder | function | core/ |
Asserts the order of provided option list on admin path. |
Order.php | file | core/ |
|
OrderAfter | class | core/ |
Set this implementation to be after others. |
OrderAfter.php | file | core/ |
|
OrderAfter::isAfter | function | core/ |
Specifies the ordering direction. |
OrderBefore | class | core/ |
Set this implementation to be before others. |
OrderBefore.php | file | core/ |
|
OrderBefore::isAfter | function | core/ |
Specifies the ordering direction. |
OrderByTest | class | core/ |
Tests the orderBy() method of select queries. |
OrderByTest.php | file | core/ |
|
OrderByTest::$query | property | core/ |
The select query object to test. |
OrderByTest::setUp | function | core/ |
|
OrderByTest::testFieldEscaping | function | core/ |
Tests that fields passed for ordering get escaped properly. |
OrderByTest::testInvalidDirection | function | core/ |
Checks that invalid sort directions in ORDER BY get converted to ASC. |
OrderInterface | interface | core/ |
Interface for order specifiers used in hook attributes. |
OrderInterface.php | file | core/ |
|
OrderInterface::getOperation | function | core/ |
Gets order operations specified by this object. |
OrderOperation | class | core/ |
Base class for order operations. |
OrderOperation.php | file | core/ |
|
OrderOperation::apply | function | core/ |
Changes the order of a list of hook implementations. |
OrderOperation::pack | function | core/ |
Converts the operation to a structure that can be stored in the container. |
OrderOperation::unpack | function | core/ |
Converts the stored operation to objects that can apply ordering rules. |
PerformanceTestRecorder | class | core/ |
Records the number of times specific events occur. |
PerformanceTestRecorder.php | file | core/ |
|
PerformanceTestRecorder::$record | property | core/ |
|
PerformanceTestRecorder::$state | property | core/ |
The state service for persistent storage if necessary. |
PerformanceTestRecorder::getCount | function | core/ |
|
PerformanceTestRecorder::getSubscribedEvents | function | core/ |
|
PerformanceTestRecorder::onRouteBuilderFinish | function | core/ |
Records a router rebuild. |
PerformanceTestRecorder::record | function | core/ |
Records the occurrence of an event. |
PerformanceTestRecorder::registerService | function | core/ |
Registers core.performance.test.recorder service. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.