Search for handle

  1. Search 7.x for handle
  2. Search 9.5.x for handle
  3. Search 8.9.x for handle
  4. Search 10.3.x for handle
  5. Other projects
Title Object type File name Summary
ModuleHandlerInterface::invokeDeprecated function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Invokes a deprecated hook in a particular module.
ModuleHandlerInterface::isLoaded function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns whether all modules have been loaded.
ModuleHandlerInterface::load function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Includes a module's .module file.
ModuleHandlerInterface::loadAll function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads all enabled modules.
ModuleHandlerInterface::loadAllIncludes function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads an include file for each enabled module.
ModuleHandlerInterface::loadInclude function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads a module include file.
ModuleHandlerInterface::moduleExists function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Determines whether a given module is enabled.
ModuleHandlerInterface::reload function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Reloads all enabled modules.
ModuleHandlerInterface::resetImplementations function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Resets the cached list of hook implementations.
ModuleHandlerInterface::setModuleList function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Sets an explicit list of currently active modules.
ModuleHandlerInterface::writeCache function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Does not do anything.
ModuleHandlerTest class core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests ModuleHandler functionality.
ModuleHandlerTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php @coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]]
ModuleHandlerTest class core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]]
@runTestsInSeparateProcesses
ModuleHandlerTest.php file core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php
ModuleHandlerTest.php file core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
ModuleHandlerTest.php file core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
ModuleHandlerTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
ModuleHandlerTest::$modules property core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Modules to install.
ModuleHandlerTest::assertHasResetHookImplementations function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php Asserts whether certain hook implementations exist.
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::setUp function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::__construct[[api-linebreak]]
ModuleHandlerTest::testAddModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests adding a module.
ModuleHandlerTest::testAddProfile function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests adding a profile.
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 @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::testGetNameDeprecation function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php Tests deprecation of getName() function.
ModuleHandlerTest::testGroupIncludes function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::getHookListeners[[api-linebreak]]
ModuleHandlerTest::testHasImplementations function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests hasImplementations.
ModuleHandlerTest::testImplementsHookModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests 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 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 @covers ::loadAllIncludes[[api-linebreak]]
@group legacy
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.

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