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 |
---|---|---|---|
HelpPageOrderTest | class | core/ |
Verify the order of the help page. |
HelpPageOrderTest.php | file | core/ |
|
HelpPageOrderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
HelpPageOrderTest::$modules | property | core/ |
Modules to install. |
HelpPageOrderTest::$stringOrder | property | core/ |
Strings to search for on admin/help, in order. |
HelpPageOrderTest::setUp | function | core/ |
|
HelpPageOrderTest::testHelp | function | core/ |
Tests the order of the help page. |
HelpPageReverseOrderTest | class | core/ |
Verify the order of the help page with an alter hook. |
HelpPageReverseOrderTest.php | file | core/ |
|
HelpPageReverseOrderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
HelpPageReverseOrderTest::$modules | property | core/ |
Modules to install. |
HelpPageReverseOrderTest::$stringOrder | property | core/ |
Strings to search for on admin/help, in order. |
HookAlterOrderTest | class | core/ |
@group Hook @group legacy |
HookAlterOrderTest.php | file | core/ |
|
HookAlterOrderTest::$modules | property | core/ |
Modules to install. |
HookAlterOrderTest::alter | function | core/ |
Invokes ModuleHandler->alter() and returns the altered array. |
HookAlterOrderTest::assertAlterCallOrder | function | core/ |
Asserts the call order from an alter call. |
HookAlterOrderTest::testAlterOrder | function | core/ |
Test ordering alter calls. |
HookAlterOrderTest::testProceduralModuleImplementsAlterOrder | function | core/ |
Tests procedural implementations of module implements alter ordering. |
HookCollectorPass::$orderOperations | property | core/ |
Order operations grouped by hook name and weight. |
HookCollectorPass::applyOrderOperations | function | core/ |
Applies order operations to a hook implementation list. |
HookCollectorPass::getOrderOperations | function | core/ |
Gets order operations by hook. |
HookCollectorPassTest::testHookOrderExtraTypes | function | core/ |
Tests hook ordering with attributes. |
HookCollectorPassTest::testOrdering | function | core/ |
Test that ordering works. |
HookOrder | class | core/ |
Helper methods to set priorities of hook implementations. |
HookOrder.php | file | core/ |
|
HookOrder::after | function | core/ |
Set a hook implementation to fire after others. |
HookOrder::before | function | core/ |
Set a hook implementation to fire before others. |
HookOrder::changePriority | function | core/ |
Change the priority of a hook implementation. |
HookOrder::first | function | core/ |
Set a hook implementation to be first. |
HookOrder::last | function | core/ |
Set a hook implementation to be last. |
HookOrder::setPriority | function | core/ |
Set the priority of a listener. |
HookOrderEqualPriorityTest | class | core/ |
@coversDefaultClass \Drupal\Core\Hook\HookOrder |
HookOrderEqualPriorityTest.php | file | core/ |
|
HookOrderEqualPriorityTest::setUp | function | core/ |
|
HookOrderEqualPriorityTest::testAfter | function | core/ |
@covers ::after |
HookOrderEqualPriorityTest::testBefore | function | core/ |
@covers ::before |
HookOrderEqualPriorityTest::testFirst | function | core/ |
@covers ::first |
HookOrderEqualPriorityTest::testLast | function | core/ |
@covers ::last |
HookOrderTest | class | core/ |
@group Hook @group legacy |
HookOrderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Hook\HookOrder |
HookOrderTest.php | file | core/ |
|
HookOrderTest.php | file | core/ |
|
HookOrderTest::$modules | property | core/ |
Modules to install. |
HookOrderTest::$originalPriorities | property | core/ |
The original priorities. |
HookOrderTest::assertNoChange | function | core/ |
Asserts no change has happened. |
HookOrderTest::getPriority | function | core/ |
Get the priority for a service. |
HookOrderTest::setUp | function | core/ |
|
HookOrderTest::testAfter | function | core/ |
@covers ::after |
HookOrderTest::testAfterNoChange | function | core/ |
@covers ::after |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.