Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
ModuleHandlerTest::testGetImplementations function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test getImplementations.
ModuleHandlerTest::testGetModuleDirectories function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::getModuleDirectories[[api-linebreak]]
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 @covers ::getModule[[api-linebreak]]
ModuleHandlerTest::testImplementsHookModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test implementations methods when module is enabled.
ModuleHandlerTest::testInvalidGetName function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php Tests requesting the name of an invalid module.
ModuleHandlerTest::testInvokeAll function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test invoke all.
ModuleHandlerTest::testInvokeModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test invoke methods when module is enabled.
ModuleHandlerTest::testIsLoaded function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test isLoaded accessor.
ModuleHandlerTest::testLoadAllIncludes function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::loadAllIncludes[[api-linebreak]]
ModuleHandlerTest::testLoadAllModules function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test loading all modules.
ModuleHandlerTest::testLoadInclude function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::loadInclude[[api-linebreak]]
ModuleHandlerTest::testLoadModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test loading a module.
ModuleHandlerTest::testModuleExists function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test 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 Test reload method.
ModuleHandlerTest::testModuleStreamWrappers function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether module-provided stream wrappers are registered properly.
ModuleHandlerTest::testProfileAllDependencies function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests that a profile can supply only real dependencies
ModuleHandlerTest::testResetImplementations function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test internal implementation cache reset.
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.
ModuleHandlerTest::testUninstallProfileDependencyBC function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module that is a "dependency" of a profile.
ModuleHandlerTest::testWriteCache function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test that write cache calls through to cache library correctly.
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::$modules property core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Modules to enable.
ModuleImplementsAlterTest::testModuleImplementsAlter function core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter() adding an implementation.
ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation function core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests what happens if hook_module_implements_alter() adds a non-existing
function to the implementations.
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 The theme to install as the default for testing.
ModuleInstallBatchTest::$modules property core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Modules to enable.
ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
ModuleInstaller class core/lib/Drupal/Core/Extension/ModuleInstaller.php Default implementation of the module installer.
ModuleInstaller class core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php Provides a proxy class for \Drupal\Core\Extension\ModuleInstaller.
ModuleInstaller.php file core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php
ModuleInstaller.php file core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstaller::$container property core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php The service container.
ModuleInstaller::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php The id of the original proxied service.
ModuleInstaller::$kernel property core/lib/Drupal/Core/Extension/ModuleInstaller.php The drupal kernel.
ModuleInstaller::$moduleHandler property core/lib/Drupal/Core/Extension/ModuleInstaller.php The module handler.
ModuleInstaller::$root property core/lib/Drupal/Core/Extension/ModuleInstaller.php The app root.
ModuleInstaller::$service property core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php The real proxied service, after it was lazy loaded.
ModuleInstaller::$uninstallValidators property core/lib/Drupal/Core/Extension/ModuleInstaller.php The uninstall validators.
ModuleInstaller::addUninstallValidator function core/lib/Drupal/Core/Extension/ModuleInstaller.php Adds module a uninstall validator.
ModuleInstaller::addUninstallValidator function core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php Adds module a uninstall validator.

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