Search for module

  1. Search 7.x for module
  2. Search 9.5.x for module
  3. Search 8.9.x for module
  4. Search 10.3.x for module
  5. Search 11.x for module
  6. Other projects
Title Object type File name Summary
ModuleHandlerTest::assertModuleList function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Assert that the extension handler returns the expected values.
ModuleHandlerTest::getModuleHandler function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Get a module handler object to test.
ModuleHandlerTest::moduleHandler function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Returns the ModuleHandler.
ModuleHandlerTest::moduleInstaller function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Returns the ModuleInstaller.
ModuleHandlerTest::testDependencyResolution function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests dependency resolution.
ModuleHandlerTest::testGetModuleDirectories function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests get module directories.
ModuleHandlerTest::testGetModuleList function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Confirm we get back the modules set in the constructor.
ModuleHandlerTest::testGetModuleWithExistingModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Confirm we get back a module from the module list.
ModuleHandlerTest::testGetModuleWithNonExistingModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests get module with non existing module.
ModuleHandlerTest::testHasImplementations function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests hasImplementations.
ModuleHandlerTest::testInvokeAll function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests invoke all.
ModuleHandlerTest::testInvokeModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests invoke methods when module is enabled.
ModuleHandlerTest::testIsLoaded function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests isLoaded accessor.
ModuleHandlerTest::testLoadAllIncludes function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests load all includes.
ModuleHandlerTest::testLoadAllModules function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests loading all modules.
ModuleHandlerTest::testLoadInclude function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests loadInclude().
ModuleHandlerTest::testLoadModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests loading a module.
ModuleHandlerTest::testModuleExists function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests module exists returns correct module status.
ModuleHandlerTest::testModuleList function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php The basic functionality of retrieving enabled modules.
ModuleHandlerTest::testModuleMetaData function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether the correct module metadata is returned.
ModuleHandlerTest::testModuleReloading function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests reload method.
ModuleHandlerTest::testModuleStreamWrappers function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether module-provided stream wrappers are registered properly.
ModuleHandlerTest::testOopPreprocess function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests Oop preprocess functions.
ModuleHandlerTest::testProceduralPreprocess function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests procedural preprocess functions.
ModuleHandlerTest::testProfileAllDependencies function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests that a profile can supply only real dependencies.
ModuleHandlerTest::testResetImplementationsClearsHooks function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php Tests that resetImplementations() clears the hook memory cache.
ModuleHandlerTest::testSetModuleList function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Ensure setting the module list replaces the module list and resets internal structures.
ModuleHandlerTest::testThemeMetaData function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether the correct theme metadata is returned.
ModuleHandlerTest::testUninstallContentDependency function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module that has content.
ModuleHandlerTest::testUninstallProfileDependency function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module installed by a profile.
ModuleHandlerTestAll1Hooks class core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php Hook implementations for module_handler_test_all1.
ModuleHandlerTestAll1Hooks.php file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php
ModuleHandlerTestAll1Hooks::order function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/src/Hook/ModuleHandlerTestAll1Hooks.php #[Hook('order1')]
#[Hook('order2')]
ModuleImplementsAlter class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Contains a replaceable callback for hook_module_implements_alter().
ModuleImplementsAlter.php file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php
ModuleImplementsAlter::$callback property core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Callback for hook_module_implements_alter().
ModuleImplementsAlter::call function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Invokes the registered callback.
ModuleImplementsAlter::set function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/ModuleImplementsAlter.php Sets a callback for hook_module_implements_alter().
ModuleImplementsAlterTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter().
ModuleImplementsAlterTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
ModuleImplementsAlterTest::testModuleImplementsAlter function core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter() adding an implementation.
ModuleInfoTest class core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php Tests that core module info files have the expected keys.
ModuleInfoTest.php file core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php
ModuleInfoTest::testModuleInfo function core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php Tests that core module info files have the expected keys.
ModuleInstallBatchTest class core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests batch operations during tests execution.
ModuleInstallBatchTest.php file core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php
ModuleInstallBatchTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php
ModuleInstallBatchTest::$modules property core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php
ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
ModuleInstallConfigTestSubscriber class core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php Test subscriber for configuration CRUD event.

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