| hold_test.install |
file |
core/modules/system/tests/modules/hold_test/hold_test.install |
|
| hold_test.response |
service |
core/modules/system/tests/modules/hold_test/hold_test.services.yml |
Drupal\hold_test\EventSubscriber\HoldTestSubscriber |
| hold_test.services.yml |
file |
core/modules/system/tests/modules/hold_test/hold_test.services.yml |
core/modules/system/tests/modules/hold_test/hold_test.services.yml |
| hold_test_install |
function |
core/modules/system/tests/modules/hold_test/hold_test.install |
Implements hook_install(). |
| HookAlterOrderTest |
class |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Tests Hook Alter Order. |
| HookAlterOrderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
|
| HookAlterOrderTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Modules to install. |
| HookAlterOrderTest::alter |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Invokes ModuleHandler->alter() and returns the altered array. |
| HookAlterOrderTest::assertAlterCallOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Asserts the call order from an alter call. |
| HookAlterOrderTest::testAlterOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Test ordering alter calls. |
| HookAlterOrderTest::testProceduralModuleImplementsAlterOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Tests procedural implementations of module implements alter ordering. |
| HookAlterOrderTest::testReorderAlterMissingTarget |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Tests #[ReorderHook] attributes with missing target. |
| HookAlterOrderTest::testReorderCrossHookAlter |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Tests #[ReorderHook] targeting other hooks. |
| HookCollectorPassTest |
class |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests Drupal\Core\Hook\HookCollectorPass. |
| HookCollectorPassTest |
class |
core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php |
Tests Drupal\Core\Hook\HookCollectorPass. |
| HookCollectorPassTest |
class |
core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php |
Tests services in .module files. |
| HookCollectorPassTest.php |
file |
core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php |
|
| HookCollectorPassTest.php |
file |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
|
| HookCollectorPassTest.php |
file |
core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php |
|
| HookCollectorPassTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php |
The theme to install as the default for testing. |
| HookCollectorPassTest::$modules |
property |
core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php |
Modules to install. |
| HookCollectorPassTest::assertRegisteredHooks |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Asserts that given hook implementations are registered in the container. |
| HookCollectorPassTest::setUpFilesystem |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
VFS does not and can not support symlinks. |
| HookCollectorPassTest::testCollectAllHookImplementations |
function |
core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php |
Tests collect all hook implementations. |
| HookCollectorPassTest::testContainerOutsideFunction |
function |
core/modules/system/tests/src/Functional/Hook/HookCollectorPassTest.php |
Tests installing a module with a Drupal container call outside functions. |
| HookCollectorPassTest::testGroupIncludes |
function |
core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php |
Tests group includes. |
| HookCollectorPassTest::testHookAfter |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook ordering with attributes. |
| HookCollectorPassTest::testHookAfterClassMethod |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook ordering with attributes. |
| HookCollectorPassTest::testHookAttribute |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Test Hook attribute with named arguments, and class with invoke method. |
| HookCollectorPassTest::testHookBefore |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook ordering with attributes. |
| HookCollectorPassTest::testHookFirst |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook ordering with attributes. |
| HookCollectorPassTest::testHookIgnoreNonOop |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests that legacy install/update hooks are ignored. |
| HookCollectorPassTest::testHookLast |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook ordering with attributes. |
| HookCollectorPassTest::testHookOrderExtraTypes |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook ordering with attributes. |
| HookCollectorPassTest::testHookOverride |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook override. |
| HookCollectorPassTest::testHookRemove |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests hook remove. |
| HookCollectorPassTest::testHooksImplementedOnBehalfFileCache |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Test hooks implemented on behalf of an uninstalled module. |
| HookCollectorPassTest::testLegacyModuleImplementsAlter |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Test LegacyModuleImplementsAlter. |
| HookCollectorPassTest::testOrdering |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Test that ordering works. |
| HookCollectorPassTest::testPrefixOwnership |
function |
core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php |
Tests prefix ownership of procedural hooks. |
| HookCollectorPassTest::testProceduralHooksSkippedWhenConfigured |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Test procedural hooks for a module are skipped when skip is set. |
| HookCollectorPassTest::testSymlink |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Test that symlinks are properly followed. |
| HookDiscoveryTest |
class |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
Tests Drupal\Core\Plugin\Discovery\HookDiscovery. |
| HookDiscoveryTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
|
| HookDiscoveryTest::$hookDiscovery |
property |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
The tested hook discovery. |
| HookDiscoveryTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
The mocked module handler. |
| HookDiscoveryTest::hookDiscoveryTest2TestPlugin |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
|
| HookDiscoveryTest::hookDiscoveryTestTestPlugin |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
|
| HookDiscoveryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
|
| HookDiscoveryTest::testGetDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
Tests the getDefinition method with some plugins. |