| 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/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 |
class |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
Tests Drupal\Core\Hook\HookCollectorPass. |
| HookCollectorPassTest.php |
file |
core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php |
|
| HookCollectorPassTest.php |
file |
core/tests/Drupal/Tests/Core/Hook/HookCollectorPassTest.php |
|
| HookCollectorPassTest.php |
file |
core/modules/system/tests/src/Functional/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::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. |
| HookDiscoveryTest::testGetDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
Tests the getDefinitions() method with some plugins. |
| HookDiscoveryTest::testGetDefinitionsWithoutPlugins |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
Tests the getDefinitions() method without any plugins. |
| HookDiscoveryTest::testGetDefinitionWithUnknownID |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
Tests the getDefinition method with an unknown plugin ID. |
| HookLoaderTest |
class |
core/tests/Drupal/KernelTests/Core/Hook/HookLoaderTest.php |
Test hook loading. |
| HookLoaderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Hook/HookLoaderTest.php |
|
| HookLoaderTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Hook/HookLoaderTest.php |
Modules to install. |
| HookLoaderTest::testHookOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookLoaderTest.php |
Test hook implementation order. |
| HookOrderTest |
class |
core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php |
Tests Hook Order. |
| HookOrderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php |
|
| HookOrderTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php |
Modules to install. |
| HookOrderTest::testBothParametersHookOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php |
Tests ordering of 'test_both_parameters_hook' with all parameters defined. |
| HookOrderTest::testHookOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php |
Tests hook order using OO and procedural implementations of 'test_hook'. |